Ensure O(n) worst-case complexity of c_strcasestr.
[gnulib.git] / ChangeLog
1 2007-02-11  Bruno Haible  <bruno@clisp.org>
2
3         Ensure O(n) worst-case complexity of c_strcasestr.
4         * lib/c-strcasestr.c: Include stdbool.h, string.h.
5         (knuth_morris_pratt): New function.
6         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
7         the bookkeeping indicates that it's worth it.
8         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
9
10         * modules/c-strcasestr-tests: New file.
11         * tests/test-c-strcasestr.c: New file.
12
13 2007-02-11  Bruno Haible  <bruno@clisp.org>
14
15         Ensure O(n) worst-case complexity of c_strstr.
16         * lib/c-strstr.c: Include stdbool.h, string.h.
17         (knuth_morris_pratt): New function.
18         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
19         bookkeeping indicates that it's worth it.
20         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
21
22         * lib/c-strstr.c: Complete rewrite for maintainability.
23
24         * modules/c-strstr-tests: New file.
25         * tests/test-c-strstr.c: New file.
26
27 2007-02-11  Bruno Haible  <bruno@clisp.org>
28
29         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils.
30         Reported by Joel E. Denny <jdenny@ces.clemson.edu>,
31
32 2007-02-08  Bruno Haible  <bruno@clisp.org>
33
34         * modules/regex (Depends-on): Add stdbool.
35         Reported by Dalibor Topic <robilad@kaffe.org>.
36
37 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
38
39         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
40         Prefer returning from main to exiting from it.
41         Remove unnecessary parens after sizeof.
42
43 2007-02-05  Bruno Haible  <bruno@clisp.org>
44
45         New module mbssep.
46         * modules/mbssep: New file.
47         * lib/mbssep.c: New file.
48         * lib/string_.h (strsep): Add a conditional link warning.
49         (mbssep): New declaration.
50         * m4/mbssep.m4: New file.
51         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
52         GNULIB_MBSSEP.
53         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
54         * MODULES.html.sh (Internationalization functions): Add mbssep.
55
56 2007-02-05  Bruno Haible  <bruno@clisp.org>
57
58         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
59         Optimize search in case of 1 delimiter.
60
61 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
62
63         * lib/acl.h: Include sys/types.h before sys/acl.h.
64
65 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
66
67         Merge upstream fix for glibc bugzilla #3957:
68
69         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
70
71         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
72         bit for RE_HAT_LISTS_NOT_NEWLINE.
73         (build_charclass_op): Remove bogus comment.
74
75 2007-02-05  Simon Josefsson  <simon@josefsson.org>
76
77         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
78
79 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
80
81         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
82         * lib/memmem.c [!defined _LIBC]: Include config.h.
83
84 2007-02-04  Bruno Haible  <bruno@clisp.org>
85
86         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
87         warning message.
88
89 2007-02-04  Bruno Haible  <bruno@clisp.org>
90
91         New module mbstok_r.
92         * modules/mbstok_r: New file.
93         * lib/mbstok_r.c: New file.
94         * lib/string_.h (strtok_r): Change argument names to match the
95         comments. Add a conditional link warning.
96         (mbstok_r): New declaration.
97         * m4/mbstok_r.m4: New file.
98         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
99         GNULIB_MBSTOK_R.
100         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
101         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
102
103 2007-02-04  Bruno Haible  <bruno@clisp.org>
104
105         New module mbsspn.
106         * modules/mbsspn: New file.
107         * lib/mbsspn.c: New file.
108         * lib/string_.h (strspn): Add a conditional link warning.
109         (mbsspn): New declaration.
110         * m4/mbsspn.m4: New file.
111         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
112         GNULIB_MBSSPN.
113         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
114         * MODULES.html.sh (Internationalization functions): Add mbsspn.
115
116 2007-02-04  Bruno Haible  <bruno@clisp.org>
117
118         New module mbspbrk.
119         * modules/mbspbrk: New file.
120         * lib/mbspbrk.c: New file.
121         * lib/string_.h (strpbrk): Add a conditional link warning.
122         (mbspbrk): New declaration.
123         * m4/mbspbrk.m4: New file.
124         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
125         GNULIB_MBSPBRK.
126         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
127         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
128
129 2007-02-04  Bruno Haible  <bruno@clisp.org>
130
131         New module mbscspn.
132         * modules/mbscspn: New file.
133         * lib/mbscspn.c: New file.
134         * lib/string_.h (strcspn): Add a conditional link warning.
135         (mbscspn): New declaration.
136         * m4/mbscspn.m4: New file.
137         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
138         GNULIB_MBSCSPN.
139         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
140         * MODULES.html.sh (Internationalization functions): Add mbscspn.
141
142 2007-02-04  Bruno Haible  <bruno@clisp.org>
143
144         New module mbscasestr, reduced goal of strcasestr.
145         * modules/mbscasestr: New file.
146         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
147         (mbscasestr): Renamed from strcasestr.
148         * lib/strcasestr.c: Don't include mbuiter.h.
149         (strcasestr): Remove support for multibyte locales.
150         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
151         Change the conditional link warning.
152         (mbscasestr): New declaration.
153         * m4/mbscasestr.m4: New file.
154         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
155         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
156         REPLACE_STRCASESTR.
157         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
158         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
159         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
160         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
161         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
162         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
163         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
164         (Depends-on): Remove mbuiter.
165         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
166
167 2007-02-04  Bruno Haible  <bruno@clisp.org>
168
169         Simplify handling of strncasecmp.
170         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
171         the conditional link warning.
172         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
173         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
174         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
175         * modules/strcase (configure.ac): Don't invoke
176         gl_STRING_MODULE_INDICATOR.
177         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
178
179 2007-02-04  Bruno Haible  <bruno@clisp.org>
180
181         New module mbscasecmp, reduced goal of strcasecmp.
182         * modules/mbscasecmp: New file.
183         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
184         (mbscasecmp): Renamed from strcasecmp.
185         * lib/strcasecmp.c: Don't include mbuiter.h.
186         (strcasecmp): Remove support for multibyte locales.
187         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
188         Change the conditional link warning.
189         (mbscasecmp): New declaration.
190         * m4/mbscasecmp.m4: New file.
191         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
192         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
193         REPLACE_STRCASECMP.
194         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
195         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
196         GNULIB_MBSCASECMP.
197         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
198         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
199         * modules/strcase (Files): Remove m4/mbrtowc.m4.
200         (Depends-on): Remove mbuiter.
201         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
202
203 2007-02-04  Bruno Haible  <bruno@clisp.org>
204
205         New module mbsstr. Remove module strstr.
206         * modules/mbsstr: New file.
207         * modules/strstr: Remove file.
208         * lib/mbsstr.c: Renamed from lib/strstr.c.
209         (mbsstr): Renamed from strstr.
210         * lib/string_.h (strstr): Remove declaration. Change the conditional
211         link warning.
212         (mbsstr): New declaration.
213         * m4/mbsstr.m4: New file.
214         * m4/strstr.m4: Remove file.
215         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
216         REPLACE_STRSTR.
217         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
218         Don't initialize GNULIB_STRSTR.
219         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
220         substitute GNULIB_STRSTR and REPLACE_STRSTR.
221         * MODULES.html.sh (Internationalization functions): Add mbsstr.
222         (Support for systems lacking ANSI C 89): Remove strstr.
223
224 2007-02-04  Bruno Haible  <bruno@clisp.org>
225
226         New module mbsrchr.
227         * modules/mbsrchr: New file.
228         * lib/mbsrchr.c: New file.
229         * lib/string_.h (strrchr): Add a conditional link warning.
230         (mbsrchr): New declaration.
231         * m4/mbsrchr.m4: New file.
232         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
233         GNULIB_MBSRCHR.
234         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
235         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
236
237 2007-02-04  Bruno Haible  <bruno@clisp.org>
238
239         New module mbschr.
240         * modules/mbschr: New file.
241         * lib/mbschr.c: New file.
242         * lib/string_.h (strchr): Add a conditional link warning.
243         (mbschr): New declaration.
244         * m4/mbschr.m4: New file.
245         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
246         GNULIB_MBSCHR.
247         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
248         * MODULES.html.sh (Internationalization functions): Add mbschr.
249
250 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
251
252         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
253
254         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
255
256 2007-02-04  Bruno Haible  <bruno@clisp.org>
257
258         New module description section 'configure.ac-early'.
259         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
260         (func_get_autoconf_early_snippet): New function.
261         (func_import, func_create_testdir): Use it. Remove special cases for
262         modules 'extensions' and 'lock'.
263         * modules/extensions (configure.ac-early): Require
264         gl_USE_SYSTEM_EXTENSIONS.
265         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
266
267 2007-02-04  Bruno Haible  <bruno@clisp.org>
268
269         Make use of gcj-4.3's -fsource and -ftarget option.
270         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
271         and if so try the options -fsource and -ftarget.
272         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
273         source_version, ftarget_option, target_version arguments.
274         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
275         (is_envjavac_oldgcj_14_14_usable): Renamed from
276         is_envjavac_gcj_14_14_usable.
277         (is_envjavac_oldgcj_14_13_usable): Renamed from
278         is_envjavac_gcj_14_13_usable.
279         (is_gcj_present): Update.
280         (is_gcj_43, is_gcj43_usable): New functions.
281         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
282         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
283         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
284         try the options -fsource and -ftarget.
285
286 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
287
288         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
289         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
290         larger value.
291
292 2007-02-03  Jim Meyering  <jim@meyering.net>
293
294         Give tools a better chance to allocate space for very large buffers.
295         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
296
297         Make pwd and readlink work also when run with an unreadable parent dir
298         on systems with openat support.
299         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
300         provided getcwd function, even when we have openat support.
301         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
302
303 2007-02-02  Bruno Haible  <bruno@clisp.org>
304
305         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
306         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
307         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
308         portability problems if one of these functions is only used on specific
309         platforms.
310         Reported by Paul Eggert.
311
312 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
313
314         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
315         is causing more trouble than it's curing.
316         * lib/regex_internal.h (__mempcpy): Remove.
317         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
318         (and make the code a tad smaller to boot).
319         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
320
321 2007-02-02  Jim Meyering  <jim@meyering.net>
322
323         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
324         section, not in the Makefile.am: one.
325
326 2007-02-02  Eric Blake  <ebb9@byu.net>
327
328         * lib/strchrnul.c: Always include config.h first.
329
330         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
331         gnulib strstr is not necessary here.
332
333 2007-02-02  Simon Josefsson  <simon@josefsson.org>
334
335         * m4/socklen.m4: Fix typo.
336
337 2007-02-02  Eric Blake  <ebb9@byu.net>
338
339         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
340         * modules/netinet_in (Makefile.am): Likewise.
341
342 2007-02-01  Bruno Haible  <bruno@clisp.org>
343
344         * lib/string_.h (GL_LINK_WARNING): New macro.
345         (strcasecmp, strstr, strcasestr): If provided by the system,
346         conditionally define as a macro that leads to a warning instead of to
347         an error.
348         (strncasecmp): Conditionally define as a macro that leads to a warning.
349
350 2007-02-01  Jim Meyering  <jim@meyering.net>
351
352         Give tools a better chance to allocate space for very large buffers.
353         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
354
355 2007-02-01  Karl Berry  <karl@gnu.org>
356
357         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
358
359 2007-02-01  Bruno Haible  <bruno@clisp.org>
360
361         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
362         renamings.
363
364 2007-02-01  Eric Blake  <ebb9@byu.net>
365
366         * modules/regex (Depends-on): Revert dependence on mempcpy.
367         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
368         module's definition of mempcpy.
369         Reported by Paul Eggert.
370
371 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
372
373         * lib/string_.h: If the gnulib module XYZ is not present, undefine
374         the symbol XYZ before redefining it.  This fixes a problem with
375         programs that don't use XYZ, when compiled on systems that define
376         XYZ to something else.
377
378 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
379
380         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
381         occurs when "mkdir -m foo" creates a setgid directory that is (1)
382         writeable to group or other and (2) is intended to have a special
383         mode bit that is set or cleared.  In such a case, the directory
384         should be neither group- nor other-writeable until the special
385         mode bits are right.
386
387 2007-01-31  Eric Blake  <ebb9@byu.net>
388
389         * modules/mountlist (Depends-on): Add strstr.
390
391         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
392         bug.
393         * modules/string (Makefile.am): Remove redundant replacement.
394         * modules/regex (Depends-on): Add mempcpy.
395
396 2007-01-31  Bruno Haible  <bruno@clisp.org>
397
398         New module description field 'Link'.
399         * gnulib-tool (func_usage): Document --extract-link-directive.
400         (sed_extract_prog): Recognize 'Link' directive.
401         (func_get_link_directive): New function.
402         (func_import): Show summary of link directives.
403         Handle --extract-link-directive option.
404         * modules/acl (Link): New section.
405         * modules/clock-time (Link): New section.
406         * modules/euidaccess (Link): New section.
407         * modules/gettext (Link): New section.
408         * modules/iconv (Link): New section.
409         * modules/lock (Link): New section.
410         * modules/nanosleep (Link): New section.
411         * modules/readline (Link): New section.
412
413 2007-01-27  Bruno Haible  <bruno@clisp.org>
414
415         Enforce the use of gnulib modules for unportable <string.h> functions.
416         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
417         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
418         (gl_HEADER_STRING_H_BODY): Require it.
419         * lib/string_.h: If the gnulib module XYZ is not present, redefine
420         the symbol XYZ to one that gives a link error.
421         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
422         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
423         * modules/mempcpy (configure.ac): Likewise.
424         * modules/memrchr (configure.ac): Likewise.
425         * modules/stpcpy (configure.ac): Likewise.
426         * modules/stpncpy (configure.ac): Likewise.
427         * modules/strcase (configure.ac): Likewise.
428         * modules/strcasestr (configure.ac): Likewise.
429         * modules/strchrnul (configure.ac): Likewise.
430         * modules/strdup (configure.ac): Likewise.
431         * modules/strndup (configure.ac): Likewise.
432         * modules/strnlen (configure.ac): Likewise.
433         * modules/strpbrk (configure.ac): Likewise.
434         * modules/strsep (configure.ac): Likewise.
435         * modules/strstr (configure.ac): Likewise.
436         * modules/strtok_r (configure.ac): Likewise.
437
438 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
439
440         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
441
442 2007-01-30  Jim Meyering  <jim@meyering.net>
443
444         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
445
446 2007-01-29  Bruno Haible  <bruno@clisp.org>
447
448         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
449         * lib/execute.c: Likewise.
450         * lib/pipe.c: Likewise.
451         * lib/printf-args.h: Likewise.
452         * lib/printf-args.c: Likewise.
453         * lib/printf-parse.c: Likewise.
454         * lib/vasnprintf.c: Likewise.
455
456 2007-01-29  Eric Blake  <ebb9@byu.net>
457
458         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
459         declaration.
460
461 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
462
463         * lib/strptime.h (strptime): Use 'restrict' for args where
464         POSIX requires this.
465         * lib/strptime.c (strptime): Likewise.
466         Change license notice from LGPL to GPL, since gnulib-tool will
467         change this as needed.
468         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
469         defined.
470         Include "strptime.h" first, to check interface.
471         Do not #undef _LIBC and _NL_CURRENT.
472         Do not include <stdlib.h>; no longer needed.
473         Include "time_r.h" and declare ptime_locale_status
474         only if _LIBC is not defined.
475         (__P): Remove unused macro.
476         (match_string): Bring back glibc version, but use it only if _LIBC
477         is defined.
478         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
479         Remove unnecessary assertion and abort() call.
480         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
481         * m4/strptime.m4: Fix serial number comment.
482         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
483         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
484         (Depends-on): Add time_r.
485
486 2007-01-29  Bruno Haible  <bruno@clisp.org>
487
488         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
489         strptime.
490         * modules/strptime (Depends-on): Add stdbool.
491         * lib/strptime.h: Include <time.h> always. Add comments.
492
493 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
494
495         * modules/strptime: New file.
496         * lib/strptime.h: New file.
497         * lib/strptime.c: New file.
498         * m4/strptime.m4: New file.
499
500 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
501
502         * MODULES.html.sh: New module mpsort.
503         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
504
505         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
506         a circularity problem with HP-UX ia64 reported by Bob Proulx in
507         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
508         All uses changed.
509         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
510         All uses changed.
511         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
512         to _Restrict_.
513         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
514         the parameter matches the prototype.
515
516 2007-01-28  Jim Meyering  <jim@meyering.net>
517
518         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
519         sys/time.h here, reverting that part of the previous patch:
520         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
521
522 2007-01-28  Bruno Haible  <bruno@clisp.org>
523
524         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
525         value of $(SYS_TIME_H).
526         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
527         remove it conditionally, too. [added by Jim Meyering]
528         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
529         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
530         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
531         GETTIMEOFDAY_REPLACEMENT to 1.
532
533 2007-01-28  Bruno Haible  <bruno@clisp.org>
534
535         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
536         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
537         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
538         Set UNISTD_H instead of UNISTD_H2.
539         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
540
541 2007-01-28  Bruno Haible  <bruno@clisp.org>
542
543         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
544         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
545
546 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
547
548         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
549         (func_create_testdir): Ensure C locale for `grep' and `tr'
550         character ranges.
551         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
552         ACLOCAL_AMFLAGS parsing state machine.
553
554 2007-01-27  Bruno Haible  <bruno@clisp.org>
555
556         * modules/unistr/base: Update.
557
558 2007-01-27  Bruno Haible  <bruno@clisp.org>
559
560         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
561         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
562         * modules/unistr/u32-mbtouc-unsafe: Renamed from
563         modules/unistr/u32-mbtouc.
564         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
565         * lib/unistr.h: Update.
566         * lib/linebreak.c: Update.
567         * modules/unistr/u32-mbtouc: Renamed from
568         modules/unistr/u32-mbtouc-safe.
569         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
570         * lib/unistr.h: Update.
571         * lib/unistr/u32-to-u8.c: Update.
572         * lib/unistr/u32-to-u16.c: Update.
573
574 2007-01-27  Bruno Haible  <bruno@clisp.org>
575
576         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
577         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
578         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
579         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
580         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
581         * modules/unistr/u16-mbtouc-unsafe: Renamed from
582         modules/unistr/u16-mbtouc.
583         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
584         * lib/unistr.h: Update.
585         * lib/linebreak.c: Update.
586         * modules/linebreak: Update.
587         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
588         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
589         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
590         * modules/unistr/u16-mbtouc: Renamed from
591         modules/unistr/u16-mbtouc-safe.
592         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
593         * lib/unistr.h: Update.
594         * lib/unistr/u16-to-u8.c: Update.
595         * modules/unistr/u16-to-u8: Update.
596         * lib/unistr/u16-to-u32.c: Update.
597         * modules/unistr/u16-to-u32: Update.
598
599 2007-01-27  Bruno Haible  <bruno@clisp.org>
600
601         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
602         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
603         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
604         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
605         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
606         * modules/unistr/u8-mbtouc-unsafe: Renamed from
607         modules/unistr/u8-mbtouc.
608         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
609         * lib/unistr.h: Update.
610         * lib/striconveh.c: Update.
611         * modules/striconveh: Update.
612         * lib/linebreak.c: Update.
613         * modules/linebreak: Update.
614         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
615         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
616         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
617         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
618         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
619         * lib/unistr.h: Update.
620         * lib/striconveh.c: Update.
621         * modules/striconveh: Update.
622         * lib/unistr/u8-to-u16.c: Update.
623         * modules/unistr/u8-to-u16: Update.
624         * lib/unistr/u8-to-u32.c: Update.
625         * modules/unistr/u8-to-u32: Update.
626
627 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
628
629         Sync from Libtool.
630         * lib/argz.c: Do not include strings.h nor memory.h, include
631         string.h unconditionally.  Patch by Simon Josefsson.
632
633 2007-01-27  Bruno Haible  <bruno@clisp.org>
634
635         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
636         from gl_HEADER_STRING_H_BODY.
637         (gl_HEADER_STRING_H_BODY): Require it.
638         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
639         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
640         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
641         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
642         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
643         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
644         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
645         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
646         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
647         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
648         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
649         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
650         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
651         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
652         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
653
654 2007-01-27  Bruno Haible  <bruno@clisp.org>
655
656         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
657         check_PROGRAMS into noinst_PROGRAMS.
658         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
659         check_PROGRAMS in this case.
660         (func_import): Set for_test to false.
661         (func_create_testdir): Set for_test to true.
662
663 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
664             Bruno Haible  <bruno@clisp.org>
665
666         * modules/strcasestr (Files): Remove lib/strcasestr.h.
667         (Depends-on): Add string.
668         (Includes): Use <string.h> instead of strcasestr.h.
669         * modules/string (Makefile.am): Also substitute the value of
670         REPLACE_STRCASESTR.
671         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
672         assume strcasestr is declared in <string.h> not <strings.h>. Also
673         set REPLACE_STRCASESTR.
674         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
675         REPLACE_STRCASESTR.
676         * lib/strcasestr.h: Remove file.
677         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
678         * lib/string_.h (strcasestr): New declaration.
679
680 2007-01-27  Bruno Haible  <bruno@clisp.org>
681
682         * lib/string_.h: Use 'extern'.
683
684 2007-01-27  Jim Meyering  <jim@meyering.net>
685
686         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
687         of set-but-not-used local, "q".
688
689         * lib/mempcpy.c: Include <config.h> before <string.h>.
690         This fixes a compilation error on HP-UX, due to the system's
691         "restrict"-using mempcpy prototype.
692
693 2007-01-26  Bruno Haible  <bruno@clisp.org>
694
695         Small optimization.
696         * lib/javacomp.c: Include c-strstr.h.
697          (is_envjavac_gcj): Use c_strstr instead of strstr.
698         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
699
700 2007-01-26  Bruno Haible  <bruno@clisp.org>
701
702         * MODULES.html.sh (Unicode string functions): Add the new modules.
703
704         * modules/uniconv/u32-strconv-to-locale: New file.
705         * lib/uniconv/u32-strconv-to-locale.c: New file.
706
707         * modules/uniconv/u16-strconv-to-locale: New file.
708         * lib/uniconv/u16-strconv-to-locale.c: New file.
709
710         * modules/uniconv/u8-strconv-to-locale: New file.
711         * lib/uniconv/u8-strconv-to-locale.c: New file.
712
713         * modules/uniconv/u32-strconv-from-locale: New file.
714         * lib/uniconv/u32-strconv-from-locale.c: New file.
715
716         * modules/uniconv/u16-strconv-from-locale: New file.
717         * lib/uniconv/u16-strconv-from-locale.c: New file.
718
719         * modules/uniconv/u8-strconv-from-locale: New file.
720         * lib/uniconv/u8-strconv-from-locale.c: New file.
721
722         * modules/uniconv/u32-strconv-to-enc: New file.
723         * lib/uniconv/u32-strconv-to-enc.c: New file.
724         * modules/uniconv/u32-strconv-to-enc-tests: New file.
725         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
726
727         * modules/uniconv/u16-strconv-to-enc: New file.
728         * lib/uniconv/u16-strconv-to-enc.c: New file.
729         * lib/uniconv/u-strconv-to-enc.h: New file.
730         * modules/uniconv/u16-strconv-to-enc-tests: New file.
731         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
732
733         * modules/uniconv/u8-strconv-to-enc: New file.
734         * lib/uniconv/u8-strconv-to-enc.c: New file.
735         * modules/uniconv/u8-strconv-to-enc-tests: New file.
736         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
737
738         * modules/uniconv/u32-strconv-from-enc: New file.
739         * lib/uniconv/u32-strconv-from-enc.c: New file.
740         * modules/uniconv/u32-strconv-from-enc-tests: New file.
741         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
742
743         * modules/uniconv/u16-strconv-from-enc: New file.
744         * lib/uniconv/u16-strconv-from-enc.c: New file.
745         * modules/uniconv/u16-strconv-from-enc-tests: New file.
746         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
747
748         * modules/uniconv/u8-strconv-from-enc: New file.
749         * lib/uniconv/u8-strconv-from-enc.c: New file.
750         * lib/uniconv/u-strconv-from-enc.h: New file.
751         * modules/uniconv/u8-strconv-from-enc-tests: New file.
752         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
753
754         * modules/uniconv/u32-conv-from-enc: New file.
755         * lib/uniconv/u32-conv-from-enc.c: New file.
756         * modules/uniconv/u32-conv-from-enc-tests: New file.
757         * tests/uniconv/test-u32-conv-from-enc.c: New file.
758
759         * modules/uniconv/u16-conv-from-enc: New file.
760         * lib/uniconv/u16-conv-from-enc.c: New file.
761         * lib/uniconv/u-conv-from-enc.h: New file.
762         * modules/uniconv/u16-conv-from-enc-tests: New file.
763         * tests/uniconv/test-u16-conv-from-enc.c: New file.
764
765         * modules/uniconv/u8-conv-from-enc: New file.
766         * lib/uniconv/u8-conv-from-enc.c: New file.
767         * modules/uniconv/u8-conv-from-enc-tests: New file.
768         * tests/uniconv/test-u8-conv-from-enc.c: New file.
769
770         * modules/uniconv/base: New file.
771         * lib/uniconv.h: New file.
772
773 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
774
775         * doc/gnulib-tool.texi (Initial import): Update to match current
776         behavior with strdup module.
777         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
778         * lib/memmem.h: Remove; all uses removed.  This is now done
779         by <string.h>.
780         * lib/mempcpy.h: Likewise.
781         * lib/memrchr.h: Likewise.
782         * lib/stpcpy.h: Likewise.
783         * lib/stpncpy.h: Likewise.
784         * lib/strcase.h: Likewise.
785         * lib/strchrnul.h: Likewise.
786         * lib/strdup.h: Likewise.
787         * lib/strndup.h: Likewise.
788         * lib/strnlen.h: Likewise.
789         * lib/strpbrk.h: Likewise.
790         * lib/strsep.h: Likewise.
791         * lib/strstr.h: Likewise.
792         * lib/strtok_r.h: Likewise.
793         * lib/string_.h: New file.
794         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
795         Rely on <string.h> instead.
796         * lib/canon-host.c: Likewise.
797         * lib/chdir-long.c: Likewise.
798         * lib/concatpath.c: Likewise.
799         * lib/exclude.c: Likewise.
800         * lib/fchdir.c: Likewise.
801         * lib/getaddrinfo.c: Likewise.
802         * lib/getcwd.c: Likewise.
803         * lib/getsubopt.c: Likewise.
804         * lib/glob.c: Likewise.
805         * lib/hard-locale.c: Likewise.
806         * lib/iconvme.c: Likewise.
807         * lib/javacomp.c: Likewise.
808         * lib/mempcpy.c: Likewise.
809         * lib/memrchr.c: Likewise.
810         * lib/regex_internal.h: Likewise.
811         * lib/stpncpy.c: Likewise.
812         * lib/strcasecmp.c: Likewise.
813         * lib/strchrnul.c: Likewise.
814         * lib/strdup.c: Likewise.
815         * lib/striconv.c: Likewise.
816         * lib/striconveh.c: Likewise.
817         * lib/striconveha.c: Likewise.
818         * lib/strncasecmp.c: Likewise.
819         * lib/strndup.c: Likewise.
820         * lib/strnlen.c: Likewise.
821         * lib/strsep.c: Likewise.
822         * lib/strstr.c: Likewise.
823         * lib/strtok_r.c: Likewise.
824         * lib/userspec.c: Likewise.
825         * lib/w32spawn.h: Likewise.
826         * lib/xstrndup.c: Likewise.
827         * lib/mountlist.c (strstr): Remove decl.
828         * m4/string_h.m4: New file.
829         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
830         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
831         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
832         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
833         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
834         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
835         Set REPLACE_STRCASECMP if necessary.
836         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
837         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
838         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
839         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
840         HAVE_DECL_STRDUP if necessary.
841         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
842         since gl_FUNC_STRNDUP does that now.
843         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
844         Check for decl here...
845         (gl_PREREQ_STRNLEN): ... not here.
846         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
847         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
848         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
849         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
850         necessary.
851         * modules/string: New file.
852         * modules/memmem (Files): Remove special-purpose include file.
853         (Depends-on): Add string.
854         (Include): Include <string.h>, not the removed file.
855         * modules/mempcpy: Likewise.
856         * modules/memrchr: Likewise.
857         * modules/stpcpy: Likewise.
858         * modules/stpncpy: Likewise.
859         * modules/strcase: Likewise.
860         * modules/strchrnul: Likewise.
861         * modules/strdup: Likewise.
862         * modules/strndup: Likewise.
863         * modules/strnlen: Likewise.
864         * modules/strpbrk: Likewise.
865         * modules/strsep: Likewise.
866         * modules/strstr: Likewise.
867         * modules/strtok_r: Likewise.
868         * tests/test-dirname.c: Don't include "strdup.h", since
869         <string.h> now suffices.
870         * tests/test-memmem.c: Don't include "memmem.h", since
871         <string.h> now suffices.
872
873 2007-01-25  Bruno Haible  <bruno@clisp.org>
874
875         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
876         *resultp is 0.
877
878         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
879         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
880         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
881         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
882
883         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
884         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
885         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
886         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
887         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
888         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
889
890 2007-01-24  Bruno Haible  <bruno@clisp.org>
891
892         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
893         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
894         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
895         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
896         gl_FUNC_FTS_CORE.
897         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
898         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
899         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
900         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
901         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
902         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
903         gl_FUNC_FCHOWNAT.
904         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
905         gl_FUNC_STRFTIME.
906         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
907         Reported by Ralf Wildenhues.
908
909 2007-01-24  Bruno Haible  <bruno@clisp.org>
910
911         Drop AC_REQUIRE calls that are redundant with the module dependencies.
912         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
913         gl_GETADDRINFO.
914         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
915         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
916         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
917
918 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
919
920         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
921         Don't use 'exit'; just return from 'main'.
922         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
923
924         * lib/fnmatch_.h: Readjust white space and comments to match
925         glibc, to avoid spurious diffs.
926
927 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
928
929         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
930         2004-12-01 change by Jakub Jelinek, since this code won't compile
931         if !LIBC.  Problem reported by Bob Proulx.
932
933 2007-01-23  Bruno Haible  <bruno@clisp.org>
934
935         * lib/striconveh.c: Include c-strcaseeq.h.
936         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
937         * modules/striconveh (Depends-on): Add c-strcaseeq.
938
939 2007-01-23  Bruno Haible  <bruno@clisp.org>
940
941         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
942
943         * modules/c-strcaseeq: New file.
944         * lib/c-strcaseeq.h: New file.
945
946         * modules/streq: New file.
947         * lib/streq.h: New file.
948
949 2007-01-23  Bruno Haible  <bruno@clisp.org>
950
951         * modules/striconveha-tests: New file.
952         * tests/test-striconveha.c: New file.
953
954         * lib/striconveha.h: Include <stdbool.h>.
955         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
956         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
957         (mem_iconveha_notranslit): Renamed from mem_iconveha.
958         (mem_iconveha): New function.
959         (str_iconveha_notranslit): Renamed from str_iconveha.
960         (str_iconveha): New function.
961         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
962         c-strcase.
963
964 2007-01-23  Bruno Haible  <bruno@clisp.org>
965
966         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
967         encodings without forgiving before trying any encoding with handler.
968         (str_iconveha): Try all encodings without forgiving before trying any
969         encoding with handler.
970
971 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
972
973         Import the following changes from libc.
974
975         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
976
977         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
978
979         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
980
981         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
982         normal_bracket label.
983
984         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
985
986         [BZ #361]
987         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
988         to normal_bracket after fetching the next character.
989
990 2007-01-22  Bruno Haible  <bruno@clisp.org>
991
992         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
993         argument.
994         * lib/striconveh.c (iconv_carefully_1): New function.
995         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
996         argument.
997         (str_cd_iconveh): Update.
998         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
999         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
1000         * tests/test-striconveh.c (MAGIC): New macro.
1001         (new_offsets): New function.
1002         (main): Test call with and without offsets.
1003
1004 2007-01-22  Bruno Haible  <bruno@clisp.org>
1005
1006         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
1007         * modules/sys_select (Makefile.am): Likewise.
1008         * modules/sys_socket (Makefile.am): Likewise.
1009         * modules/sys_time (Makefile.am): Likewise.
1010
1011 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
1012
1013         * modules/gettimeofday (License): Change from GPL to LGPL, since
1014         gettimeofday is a library function.
1015
1016 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1017
1018         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
1019
1020 2007-01-21  Bruno Haible  <bruno@clisp.org>
1021
1022         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
1023
1024 2007-01-21  Bruno Haible  <bruno@clisp.org>
1025
1026         * modules/striconveha: New file.
1027         * lib/striconveha.h: New file.
1028         * lib/striconveha.c: New file.
1029         * MODULES.html.sh (Internationalization functions): Add striconveha.
1030         * lib/striconv.c (str_iconv): Optimize the case of an empty input
1031         string.
1032         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
1033
1034 2007-01-21  Bruno Haible  <bruno@clisp.org>
1035
1036         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
1037         * lib/striconveh.c (str_iconveh): Likewise.
1038
1039 2007-01-21  Bruno Haible  <bruno@clisp.org>
1040
1041         * lib/striconveh.h (mem_iconveh): New declaration.
1042         * lib/striconveh.c (mem_iconveh): New function.
1043         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
1044
1045 2007-01-21  Bruno Haible  <bruno@clisp.org>
1046
1047         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
1048
1049         * lib/striconveh.h (mem_cd_iconveh): Change specification.
1050         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
1051         original result buffer.
1052         (str_cd_iconveh): Update.
1053         * tests/test-striconveh.c (main): Update.
1054
1055         * lib/striconv.h (mem_cd_iconv): Change specification.
1056         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
1057         result buffer.
1058         (str_cd_iconv): Update.
1059         * tests/test-striconv.c (main): Update.
1060
1061 2007-01-21  Bruno Haible  <bruno@clisp.org>
1062
1063         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
1064
1065 2007-01-20  Jim Meyering  <jim@meyering.net>
1066
1067         * lib/userspec.c (parse_with_separator): If a user or group string
1068         starts with "+", skip the corresponding name-to-ID look-up, since
1069         such a look-up must fail: user and group names may not include "+".
1070
1071 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1072
1073         * lib/poll.c: Include sys/time.h and time.h unconditionally,
1074         since we now assume the sys_time module.
1075         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
1076         check for sys/time.h; no longer needed.
1077         * modules/poll (Depends-on): Depend on sys_time.
1078
1079 2007-01-18  Bruno Haible  <bruno@clisp.org>
1080
1081         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
1082         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1083
1084         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
1085         gettimeofday.
1086
1087         * tests/test-gettimeofday.c: Include <time.h>.
1088         (dummy): Remove variable.
1089
1090         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
1091         gl_HEADER_SYS_TIME_H.
1092         (gl_HEADER_SYS_TIME_H): New macro.
1093
1094         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
1095         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1096         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
1097         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
1098         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1099         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
1100         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
1101         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1102         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
1103         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
1104         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1105
1106         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
1107         last change; it caused a compilation error when cross-compiling to
1108         Cygwin.
1109
1110 2007-01-18  Jim Meyering  <jim@meyering.net>
1111
1112         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
1113         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
1114         than the race-prone "test -d sys || mkdir sys".
1115         (configure.ac): Use AC_PROG_MKDIR_P.
1116         * modules/sys_select: Likewise.
1117         * modules/sys_socket: Likewise.
1118         * modules/sys_time: Likewise.
1119
1120 2007-01-18  Eric Blake  <ebb9@byu.net>
1121
1122         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
1123         replace gettimeofday.
1124         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
1125         name, to avoid infinite recursion.
1126
1127 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
1128
1129         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
1130         module sys_time.
1131         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
1132         assume timespec.h defines struct timeval.
1133         * lib/settime.c: Likewise.
1134         * lib/utimens.c: Likewise.
1135         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
1136         since we now assume the gettimeofday module.
1137         * lib/tempname.c (__gen_tempname): Likewise.
1138         * lib/gettimeofday.h: Remove.
1139         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
1140         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
1141         Include <time.h>, for 'time()'.
1142         (localtime_buffer_addr): Also use this workaround if
1143         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
1144         to simplify the uses.  All uses changed.
1145         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
1146         that #undef is inside {}, and 'const' follows type name consistently.
1147         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
1148         (gettimeofday): Do not use the maximum possible value for
1149         tv->tv_usec, since that might break usages other than ls.c.
1150         Instead, we'll leave ls.c alone.  This undoes today's patch
1151         by Bruno.  Add a compile-time warning for 1s-clock resolution;
1152         we've never observed the problem but might as well keep the
1153         canary.
1154         * lib/nanosleep.c: Include timespec.h first, for interface check.
1155         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
1156         now assume the sys_time module.
1157         * lib/tempname.c: Likewise.
1158         * lib/timespec.h: Likewise.
1159         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
1160         needed.
1161         * lib/strftime.c: Likewise.
1162         * lib/timespec.h: Likewise.
1163         * lib/posixtm.c: Include posixtm.h first, for interface check.
1164         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
1165         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
1166         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
1167         * lib/sys_time_.h: New file.
1168         * lib/timespec.h (struct timespec): Use long int, not long.
1169         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1170         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
1171         Remove obsolescent call to AC_HEADER_TIME.
1172         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1173         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
1174         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1175         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
1176         Likewise.
1177         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
1178         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
1179         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
1180         into the sys_time module.  Check for gettimeofday just once.
1181         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
1182         for gettimeofday signature to just check the signature.  Merely
1183         compile it, since linking doesn't test signature.  Improve test for
1184         whether gettimeofday.o is actually needed.
1185         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
1186         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
1187         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
1188         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1189         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
1190         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
1191         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
1192         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
1193         than worrying about sys/time.h.
1194         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1195         Don't bother worrying about TIME_WITH_SYS_TIME.
1196         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
1197         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
1198         * m4/sys_time_h.m4: New file.
1199         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
1200         Don't include sys/time.h.  Return from main rather than exiting.
1201         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
1202         all uses changed.
1203         * modules/gethrxtime (Depends-on): Add sys_time.
1204         * modules/gettime (Depends-on): Likewise.
1205         * modules/gettimeofday (Depends-on): Likewise.
1206         * modules/nanosleep (Depends-on): Likewise.
1207         * modules/settime (Depends-on): Likewise.
1208         * modules/tempname (Depends-on): Likewise.
1209         * modules/utimens (Depends-on): Likewise.
1210         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
1211         (Include:) Change back to <sys/time.h>.
1212         (Maintainer:) Add self.
1213         * modules/sys_time: New file.
1214         * modules/tempname (Depends-on): Add gettimeofday.
1215         * tests/test-gettimeofday.c: Include <sys/time.h>
1216         rather than gettimeofday.h.
1217
1218 2007-01-17  Bruno Haible  <bruno@clisp.org>
1219
1220         * gnulib-tool (func_get_license): Revert last patch. Instead, let
1221         the license default to GPL.
1222         (func_create_testdir): Don't complain if a module is LGPL and its
1223         tests module depends on GPLed modules.
1224
1225 2007-01-17  Bruno Haible  <bruno@clisp.org>
1226
1227         * lib/gettimeofday.c (gettimeofday): Add code for the case
1228         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
1229         maximum possible value for tv->tv_usec, rather than the minimum one.
1230
1231 2005-10-08  Martin Lambers  <marlam@marlam.de>
1232 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
1233 2007-01-16  Bruno Haible  <bruno@clisp.org>
1234
1235         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
1236         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
1237         gl_FUNC_GETTIMEOFDAY.
1238         (Include): Add gettimeofday.h.
1239         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
1240         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
1241         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
1242         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
1243         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
1244         * lib/gettimeofday.h: New file.
1245         * lib/gettimeofday.c: Include <sys/timeb.h>.
1246         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
1247         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1248         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
1249         fall back on time().
1250
1251         * tests/test-gettimeofday.c: New file.
1252         * modules/gettimeofday-tests: New file.
1253
1254 2007-01-16  Eric Blake  <ebb9@byu.net>
1255
1256         * modules/fnmatch (Depends-on): Depend on wchar.
1257         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
1258         * m4/fnmatch.m4: Likewise.
1259         * modules/mbchar (Makefile.am): Assume <wchar.h>.
1260         * m4/mbchar.m4: Likewise.
1261         * modules/mbswidth (Depends-on): Depend on wchar.
1262         * lib/mbswidth.c: Assume <wchar.h>.
1263         * m4/mbswidth.m4: Likewise.
1264         * modules/quotearg (Depends-on): Depend on wchar.
1265         * lib/quotearg.c: Assume <wchar.h>.
1266         * m4/quotearg.m4: Likewise.
1267         * modules/regex (Depends-on): Depend on wchar.
1268         * lib/regex_internal.h: Assume <wchar.h>.
1269         * m4/regex.m4: Likewise.
1270         * modules/stdint (Depends-on): Depend on wchar.
1271         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
1272         * m4/stdint.m4: Likewise.
1273         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
1274         * modules/strftime (Depends-on): Depend on wchar.
1275         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
1276         * modules/strtol (Depends-on): Depend on wchar.
1277         * lib/strtol.c: Assume <wchar.h>.
1278         * modules/wcwidth (Depends-on): Depend on wchar.
1279         * lib/wcwidth.h: Assume <wchar.h>.
1280         * m4/wcwidth.m4: Likewise.
1281
1282 2007-01-16  Bruno Haible  <bruno@clisp.org>
1283
1284         * modules/csharpexec-script: New, created from...
1285         * modules/csharpexec: ... this.
1286
1287 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
1288
1289         * modules/javaexec-script: New, created from...
1290         * modules/javaexec: ... this.
1291
1292 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1293
1294         * modules/poll (Dependencies): Add sys_select.
1295
1296 2007-01-15  Jim Meyering  <jim@meyering.net>
1297
1298         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
1299         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
1300         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
1301         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
1302
1303 2007-01-15  Bruno Haible  <bruno@clisp.org>
1304
1305         * modules/striconveh: New file.
1306         * lib/striconveh.h: New file.
1307         * lib/striconveh.c: New file.
1308         * MODULES.html.sh (Internationalization functions): Add striconveh.
1309
1310         * modules/striconveh-tests: New file.
1311         * tests/test-striconveh.c: New file.
1312
1313 2007-01-15  Bruno Haible  <bruno@clisp.org>
1314
1315         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
1316         not from GNU libiconv or GNU libc.
1317
1318 2007-01-15  Bruno Haible  <bruno@clisp.org>
1319
1320         * doc/gnulib-intro.texi (Copyright): Explain the different license
1321         terms for module descriptions, autoconf macros, tests, documentation.
1322
1323 2007-01-14  Bruno Haible  <bruno@clisp.org>
1324
1325         * modules/striconv-tests: New file.
1326         * tests/test-striconv.c: New file.
1327
1328 2007-01-14  Bruno Haible  <bruno@clisp.org>
1329
1330         * modules/iconv-tests: New file.
1331         * tests/test-iconv.c: New file.
1332
1333 2007-01-14  Bruno Haible  <bruno@clisp.org>
1334
1335         * gnulib-tool (func_get_license): For test modules, use the license of
1336         the main module.
1337
1338 2007-01-14  Bruno Haible  <bruno@clisp.org>
1339
1340         * modules/iconv (Include): Clarify that <iconv.h> can only be included
1341         if iconv is found to exist.
1342
1343 2007-01-14  Bruno Haible  <bruno@clisp.org>
1344
1345         * modules/c-ctype-tests: New file.
1346         * tests/test-c-ctype.c: New file.
1347
1348 2007-01-14  Bruno Haible  <bruno@clisp.org>
1349
1350         * modules/binary-io-tests: New file.
1351         * tests/test-binary-io.sh: New file.
1352         * tests/test-binary-io.c: New file.
1353
1354 2007-01-14  Bruno Haible  <bruno@clisp.org>
1355
1356         * modules/array-oset-tests: New file.
1357         * tests/test-array_oset.c: New file.
1358
1359 2007-01-14  Bruno Haible  <bruno@clisp.org>
1360
1361         * modules/array-list-tests: New file.
1362         * tests/test-array_list.c: New file.
1363
1364 2007-01-14  Bruno Haible  <bruno@clisp.org>
1365
1366         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
1367         and make.
1368         Reported by Simon Josefsson in
1369         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
1370
1371 2007-01-14  Bruno Haible  <bruno@clisp.org>
1372
1373         * modules/allocsa-tests: New file.
1374         * tests/test-allocsa.c: New file.
1375
1376 2007-01-14  Bruno Haible  <bruno@clisp.org>
1377
1378         * modules/fchdir (Depends-on): Add absolute-header.
1379         * modules/unistd (Depends-on): Likewise.
1380
1381 2006-12-30  Bruno Haible  <bruno@clisp.org>
1382
1383         * modules/fchdir: New file.
1384         * modules/unistd (Files): Add lib/unistd_.h.
1385         (Makefile.am): Generate unistd.h from unistd_.h.
1386         * lib/fchdir.c: New file.
1387         * lib/dirent_.h: New file.
1388         * lib/unistd_.h: New file.
1389         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
1390         * m4/fchdir.m4: New file.
1391         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
1392         (gl_HEADER_UNISTD): Invoke it.
1393         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
1394         function.
1395         * lib/backupfile.c (opendir, closedir): Undefine.
1396         * lib/chown.c (open, close): Undefine.
1397         * lib/clean-temp.c (open, close): Undefine.
1398         * lib/copy-file.c (open, close): Undefine.
1399         * lib/execute.c (open, close): Undefine.
1400         * lib/fsusage.c (open, close): Undefine.
1401         * lib/gc-gnulib.c (open, close): Undefine.
1402         * lib/getcwd.c (opendir, closedir): Undefine.
1403         * lib/glob.c (opendir, closedir): Undefine.
1404         * lib/javacomp.c (open, close): Undefine.
1405         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
1406         * lib/openat-proc.c (open, close): Undefine.
1407         * lib/pagealign_alloc.c (open, close): Undefine.
1408         * lib/pipe.c (open, close): Undefine.
1409         * lib/progreloc.c (open, close): Undefine.
1410         * lib/savedir.c (opendir, closedir): Undefine.
1411         * lib/utime.c (open, close): Undefine.
1412         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
1413
1414 2007-01-10  Bruno Haible  <bruno@clisp.org>
1415
1416         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
1417
1418 2007-01-12  Eric Blake  <ebb9@byu.net>
1419
1420         Provide a robust <wchar.h>.  Further simplifications are now
1421         possible in other modules, but not included here.
1422         * modules/wchar: New module.
1423         * m4/wchar.m4: New file.
1424         * lib/wchar_.h: Likewise.
1425         * modules/mbchar (Depends-on): Depend on wchar, as the first use
1426         of the new module.
1427         * MODULES.html.sh (Extended multibyte and wide character utilities):
1428         New section.
1429
1430 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
1431
1432         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
1433         to a reasonable default for memory allocation.
1434         (xreadlink): Don't allocate a huge buffer, to work around a buggy
1435         file system that reports garbage st_size values for symlinks.
1436         Problem reported by Liyang Hu.
1437
1438 2007-01-11  Simon Josefsson  <simon@josefsson.org>
1439
1440         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
1441         Emacs .#* auto-save files).
1442
1443 2007-01-11  Bruno Haible  <bruno@clisp.org>
1444
1445         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
1446         directory.
1447
1448 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1449
1450         Use @...@ consistently in lib/wctype_.h.
1451         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
1452         on it being set to 1 or 0.
1453         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
1454         go back to AC_SUBSTing it.
1455         * modules/wctype (Makefile.am): Undo previous change.
1456
1457 2007-01-10  Eric Blake  <ebb9@byu.net>
1458
1459         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
1460         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
1461         * modules/wctype (Makefile.am): Likewise.
1462         Reported by Chris McGuire.
1463
1464 2007-01-10  Jim Meyering  <jim@meyering.net>
1465
1466         fts.c: a small readability/maintainability improvement
1467         * lib/fts.c (fts_read): Make this code slightly more readable and
1468         maintainable by hoisting the "sp->fts_cur = p" assignments to
1469         immediately follow the statements that set P.  Derived from
1470         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
1471
1472 2007-01-10  Eric Blake  <ebb9@byu.net>
1473
1474         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
1475         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
1476         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1477         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
1478         Reported by Chris McGuire.
1479
1480 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1481
1482         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
1483         in sed script.
1484
1485 2007-01-09  Bruno Haible  <bruno@clisp.org>
1486
1487         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
1488         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
1489         variables.
1490         (func_module): Use them.
1491
1492 2007-01-09  Bruno Haible  <bruno@clisp.org>
1493
1494         * modules/unistr/base: New file.
1495         * lib/unistr.h: New file.
1496
1497         * modules/unistr/u8-to-u16: New file.
1498         * lib/unistr/u8-to-u16.c: New file.
1499
1500         * modules/unistr/u8-to-u32: New file.
1501         * lib/unistr/u8-to-u32.c: New file.
1502
1503         * modules/unistr/u16-to-u8: New file.
1504         * lib/unistr/u16-to-u8.c: New file.
1505
1506         * modules/unistr/u16-to-u32: New file.
1507         * lib/unistr/u16-to-u32.c: New file.
1508
1509         * modules/unistr/u32-to-u8: New file.
1510         * lib/unistr/u32-to-u8.c: New file.
1511
1512         * modules/unistr/u32-to-u16: New file.
1513         * lib/unistr/u32-to-u16.c: New file.
1514
1515         * modules/unistr/u8-check: New file.
1516         * modules/unistr/u16-check: New file.
1517         * modules/unistr/u32-check: New file.
1518         * lib/unistr/u8-check.c: New file.
1519         * lib/unistr/u16-check.c: New file.
1520         * lib/unistr/u32-check.c: New file.
1521
1522         * modules/unistr/u8-chr: New file.
1523         * modules/unistr/u16-chr: New file.
1524         * modules/unistr/u32-chr: New file.
1525         * lib/unistr/u8-chr.c: New file.
1526         * lib/unistr/u16-chr.c: New file.
1527         * lib/unistr/u32-chr.c: New file.
1528
1529         * modules/unistr/u8-cmp: New file.
1530         * modules/unistr/u16-cmp: New file.
1531         * modules/unistr/u32-cmp: New file.
1532         * lib/unistr/u8-cmp.c: New file.
1533         * lib/unistr/u16-cmp.c: New file.
1534         * lib/unistr/u32-cmp.c: New file.
1535
1536         * modules/unistr/u8-cpy: New file.
1537         * modules/unistr/u16-cpy: New file.
1538         * modules/unistr/u32-cpy: New file.
1539         * lib/unistr/u8-cpy.c: New file.
1540         * lib/unistr/u16-cpy.c: New file.
1541         * lib/unistr/u32-cpy.c: New file.
1542         * lib/unistr/u-cpy.h: New file.
1543
1544         * modules/unistr/u8-cpy-alloc: New file.
1545         * modules/unistr/u16-cpy-alloc: New file.
1546         * modules/unistr/u32-cpy-alloc: New file.
1547         * lib/unistr/u8-cpy-alloc.c: New file.
1548         * lib/unistr/u16-cpy-alloc.c: New file.
1549         * lib/unistr/u32-cpy-alloc.c: New file.
1550         * lib/unistr/u-cpy-alloc.h: New file.
1551
1552         * modules/unistr/u8-endswith: New file.
1553         * modules/unistr/u16-endswith: New file.
1554         * modules/unistr/u32-endswith: New file.
1555         * lib/unistr/u8-endswith.c: New file.
1556         * lib/unistr/u16-endswith.c: New file.
1557         * lib/unistr/u32-endswith.c: New file.
1558         * lib/unistr/u-endswith.h: New file.
1559
1560         * modules/unistr/u8-mblen: New file.
1561         * modules/unistr/u16-mblen: New file.
1562         * modules/unistr/u32-mblen: New file.
1563         * lib/unistr/u8-mblen.c: New file.
1564         * lib/unistr/u16-mblen.c: New file.
1565         * lib/unistr/u32-mblen.c: New file.
1566
1567         * modules/unistr/u8-mbtouc: New file.
1568         * modules/unistr/u16-mbtouc: New file.
1569         * modules/unistr/u32-mbtouc: New file.
1570         * lib/unistr/u8-mbtouc.c: New file.
1571         * lib/unistr/u16-mbtouc.c: New file.
1572         * lib/unistr/u32-mbtouc.c: New file.
1573
1574         * modules/unistr/u8-mbtouc-safe: New file.
1575         * modules/unistr/u16-mbtouc-safe: New file.
1576         * modules/unistr/u32-mbtouc-safe: New file.
1577         * lib/unistr/u8-mbtouc-safe.c: New file.
1578         * lib/unistr/u16-mbtouc-safe.c: New file.
1579         * lib/unistr/u32-mbtouc-safe.c: New file.
1580
1581         * modules/unistr/u8-move: New file.
1582         * modules/unistr/u16-move: New file.
1583         * modules/unistr/u32-move: New file.
1584         * lib/unistr/u8-move.c: New file.
1585         * lib/unistr/u16-move.c: New file.
1586         * lib/unistr/u32-move.c: New file.
1587         * lib/unistr/u-move.h: New file.
1588
1589         * modules/unistr/u8-next: New file.
1590         * modules/unistr/u16-next: New file.
1591         * modules/unistr/u32-next: New file.
1592         * lib/unistr/u8-next.c: New file.
1593         * lib/unistr/u16-next.c: New file.
1594         * lib/unistr/u32-next.c: New file.
1595
1596         * modules/unistr/u8-prev: New file.
1597         * modules/unistr/u16-prev: New file.
1598         * modules/unistr/u32-prev: New file.
1599         * lib/unistr/u8-prev.c: New file.
1600         * lib/unistr/u16-prev.c: New file.
1601         * lib/unistr/u32-prev.c: New file.
1602
1603         * modules/unistr/u8-set: New file.
1604         * modules/unistr/u16-set: New file.
1605         * modules/unistr/u32-set: New file.
1606         * lib/unistr/u8-set.c: New file.
1607         * lib/unistr/u16-set.c: New file.
1608         * lib/unistr/u32-set.c: New file.
1609         * lib/unistr/u-set.h: New file.
1610
1611         * modules/unistr/u8-startswith: New file.
1612         * modules/unistr/u16-startswith: New file.
1613         * modules/unistr/u32-startswith: New file.
1614         * lib/unistr/u8-startswith.c: New file.
1615         * lib/unistr/u16-startswith.c: New file.
1616         * lib/unistr/u32-startswith.c: New file.
1617         * lib/unistr/u-startswith.h: New file.
1618
1619         * modules/unistr/u8-stpcpy: New file.
1620         * modules/unistr/u16-stpcpy: New file.
1621         * modules/unistr/u32-stpcpy: New file.
1622         * lib/unistr/u8-stpcpy.c: New file.
1623         * lib/unistr/u16-stpcpy.c: New file.
1624         * lib/unistr/u32-stpcpy.c: New file.
1625         * lib/unistr/u-stpcpy.h: New file.
1626
1627         * modules/unistr/u8-stpncpy: New file.
1628         * modules/unistr/u16-stpncpy: New file.
1629         * modules/unistr/u32-stpncpy: New file.
1630         * lib/unistr/u8-stpncpy.c: New file.
1631         * lib/unistr/u16-stpncpy.c: New file.
1632         * lib/unistr/u32-stpncpy.c: New file.
1633         * lib/unistr/u-stpncpy.h: New file.
1634
1635         * modules/unistr/u8-strcat: New file.
1636         * modules/unistr/u16-strcat: New file.
1637         * modules/unistr/u32-strcat: New file.
1638         * lib/unistr/u8-strcat.c: New file.
1639         * lib/unistr/u16-strcat.c: New file.
1640         * lib/unistr/u32-strcat.c: New file.
1641         * lib/unistr/u-strcat.h: New file.
1642
1643         * modules/unistr/u8-strchr: New file.
1644         * modules/unistr/u16-strchr: New file.
1645         * modules/unistr/u32-strchr: New file.
1646         * lib/unistr/u8-strchr.c: New file.
1647         * lib/unistr/u16-strchr.c: New file.
1648         * lib/unistr/u32-strchr.c: New file.
1649
1650         * modules/unistr/u8-strcmp: New file.
1651         * modules/unistr/u16-strcmp: New file.
1652         * modules/unistr/u32-strcmp: New file.
1653         * lib/unistr/u8-strcmp.c: New file.
1654         * lib/unistr/u16-strcmp.c: New file.
1655         * lib/unistr/u32-strcmp.c: New file.
1656
1657         * modules/unistr/u8-strcpy: New file.
1658         * modules/unistr/u16-strcpy: New file.
1659         * modules/unistr/u32-strcpy: New file.
1660         * lib/unistr/u8-strcpy.c: New file.
1661         * lib/unistr/u16-strcpy.c: New file.
1662         * lib/unistr/u32-strcpy.c: New file.
1663         * lib/unistr/u-strcpy.h: New file.
1664
1665         * modules/unistr/u8-strcspn: New file.
1666         * modules/unistr/u16-strcspn: New file.
1667         * modules/unistr/u32-strcspn: New file.
1668         * lib/unistr/u8-strcspn.c: New file.
1669         * lib/unistr/u16-strcspn.c: New file.
1670         * lib/unistr/u32-strcspn.c: New file.
1671         * lib/unistr/u-strcspn.h: New file.
1672
1673         * modules/unistr/u8-strdup: New file.
1674         * modules/unistr/u16-strdup: New file.
1675         * modules/unistr/u32-strdup: New file.
1676         * lib/unistr/u8-strdup.c: New file.
1677         * lib/unistr/u16-strdup.c: New file.
1678         * lib/unistr/u32-strdup.c: New file.
1679         * lib/unistr/u-strdup.h: New file.
1680
1681         * modules/unistr/u8-strlen: New file.
1682         * modules/unistr/u16-strlen: New file.
1683         * modules/unistr/u32-strlen: New file.
1684         * lib/unistr/u8-strlen.c: New file.
1685         * lib/unistr/u16-strlen.c: New file.
1686         * lib/unistr/u32-strlen.c: New file.
1687         * lib/unistr/u-strlen.h: New file.
1688
1689         * modules/unistr/u8-strmblen: New file.
1690         * modules/unistr/u16-strmblen: New file.
1691         * modules/unistr/u32-strmblen: New file.
1692         * lib/unistr/u8-strmblen.c: New file.
1693         * lib/unistr/u16-strmblen.c: New file.
1694         * lib/unistr/u32-strmblen.c: New file.
1695
1696         * modules/unistr/u8-strmbtouc: New file.
1697         * modules/unistr/u16-strmbtouc: New file.
1698         * modules/unistr/u32-strmbtouc: New file.
1699         * lib/unistr/u8-strmbtouc.c: New file.
1700         * lib/unistr/u16-strmbtouc.c: New file.
1701         * lib/unistr/u32-strmbtouc.c: New file.
1702
1703         * modules/unistr/u8-strncat: New file.
1704         * modules/unistr/u16-strncat: New file.
1705         * modules/unistr/u32-strncat: New file.
1706         * lib/unistr/u8-strncat.c: New file.
1707         * lib/unistr/u16-strncat.c: New file.
1708         * lib/unistr/u32-strncat.c: New file.
1709         * lib/unistr/u-strncat.h: New file.
1710
1711         * modules/unistr/u8-strncmp: New file.
1712         * modules/unistr/u16-strncmp: New file.
1713         * modules/unistr/u32-strncmp: New file.
1714         * lib/unistr/u8-strncmp.c: New file.
1715         * lib/unistr/u16-strncmp.c: New file.
1716         * lib/unistr/u32-strncmp.c: New file.
1717
1718         * modules/unistr/u8-strncpy: New file.
1719         * modules/unistr/u16-strncpy: New file.
1720         * modules/unistr/u32-strncpy: New file.
1721         * lib/unistr/u8-strncpy.c: New file.
1722         * lib/unistr/u16-strncpy.c: New file.
1723         * lib/unistr/u32-strncpy.c: New file.
1724         * lib/unistr/u-strncpy.h: New file.
1725
1726         * modules/unistr/u8-strnlen: New file.
1727         * modules/unistr/u16-strnlen: New file.
1728         * modules/unistr/u32-strnlen: New file.
1729         * lib/unistr/u8-strnlen.c: New file.
1730         * lib/unistr/u16-strnlen.c: New file.
1731         * lib/unistr/u32-strnlen.c: New file.
1732         * lib/unistr/u-strnlen.h: New file.
1733
1734         * modules/unistr/u8-strpbrk: New file.
1735         * modules/unistr/u16-strpbrk: New file.
1736         * modules/unistr/u32-strpbrk: New file.
1737         * lib/unistr/u8-strpbrk.c: New file.
1738         * lib/unistr/u16-strpbrk.c: New file.
1739         * lib/unistr/u32-strpbrk.c: New file.
1740         * lib/unistr/u-strpbrk.h: New file.
1741
1742         * modules/unistr/u8-strrchr: New file.
1743         * modules/unistr/u16-strrchr: New file.
1744         * modules/unistr/u32-strrchr: New file.
1745         * lib/unistr/u8-strrchr.c: New file.
1746         * lib/unistr/u16-strrchr.c: New file.
1747         * lib/unistr/u32-strrchr.c: New file.
1748
1749         * modules/unistr/u8-strspn: New file.
1750         * modules/unistr/u16-strspn: New file.
1751         * modules/unistr/u32-strspn: New file.
1752         * lib/unistr/u8-strspn.c: New file.
1753         * lib/unistr/u16-strspn.c: New file.
1754         * lib/unistr/u32-strspn.c: New file.
1755         * lib/unistr/u-strspn.h: New file.
1756
1757         * modules/unistr/u8-strstr: New file.
1758         * modules/unistr/u16-strstr: New file.
1759         * modules/unistr/u32-strstr: New file.
1760         * lib/unistr/u8-strstr.c: New file.
1761         * lib/unistr/u16-strstr.c: New file.
1762         * lib/unistr/u32-strstr.c: New file.
1763         * lib/unistr/u-strstr.h: New file.
1764
1765         * modules/unistr/u8-strtok: New file.
1766         * modules/unistr/u16-strtok: New file.
1767         * modules/unistr/u32-strtok: New file.
1768         * lib/unistr/u8-strtok.c: New file.
1769         * lib/unistr/u16-strtok.c: New file.
1770         * lib/unistr/u32-strtok.c: New file.
1771         * lib/unistr/u-strtok.h: New file.
1772
1773         * modules/unistr/u8-uctomb: New file.
1774         * modules/unistr/u16-uctomb: New file.
1775         * modules/unistr/u32-uctomb: New file.
1776         * lib/unistr/u8-uctomb.c: New file.
1777         * lib/unistr/u16-uctomb.c: New file.
1778         * lib/unistr/u32-uctomb.c: New file.
1779
1780         * MODULES.html.sh (Unicode string functions): Add the new modules.
1781
1782 2007-01-08  Bruno Haible  <bruno@clisp.org>
1783
1784         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
1785         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
1786         subdirectories.
1787
1788 2007-01-08  Karl Berry  <karl@gnu.org>
1789
1790         * doc/error.texi: mention that main() fns must set program_name
1791         when progname is used.
1792
1793 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
1794
1795         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
1796         WCTYPE_H is empty, for the benefit of builds from non-distclean
1797         directories.  Problem reported by Eric Blake in
1798         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
1799
1800 2007-01-08  Bruno Haible  <bruno@clisp.org>
1801
1802         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
1803         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
1804         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
1805         PROVIDE_CANONICALIZE_FILENAME_MODE.
1806         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
1807
1808 2007-01-08  Bruno Haible  <bruno@clisp.org>
1809
1810         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
1811         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
1812         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
1813         * lib/fts.c: Likewise.
1814         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
1815
1816 2006-12-25  Bruno Haible  <bruno@clisp.org>
1817
1818         * modules/utf8-ucs4-safe: New file.
1819         * lib/utf8-ucs4-safe.h: New file.
1820         * lib/unistr/utf8-ucs4-safe.c: New file.
1821
1822         * modules/utf16-ucs4-safe: New file.
1823         * lib/utf16-ucs4-safe.h: New file.
1824         * lib/unistr/utf16-ucs4-safe.c: New file.
1825
1826         * MODULES.html.sh (Unicode string functions): Add the new modules.
1827
1828 2007-01-08  Bruno Haible  <bruno@clisp.org>
1829
1830         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
1831         (Depends-on): Add unitypes.
1832         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1833         (u8_mbtouc_aux): Move out to separate file.
1834         (u8_mbtouc): Use ucs4_t, uint8_t types.
1835         * lib/unistr/utf8-ucs4.c: New file.
1836
1837         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
1838         (Depends-on): Add unitypes.
1839         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1840         (u16_mbtouc_aux): Move out to separate file.
1841         (u16_mbtouc): Use ucs4_t, uint16_t types.
1842         * lib/unistr/utf16-ucs4.c: New file.
1843
1844         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
1845         (Depends-on): Add unitypes.
1846         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
1847         (u8_uctomb_aux): Move out to separate file.
1848         (u8_uctomb): Use ucs4_t, uint8_t types.
1849         * lib/unistr/ucs4-utf8.c: New file.
1850
1851         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
1852         (Depends-on): Add unitypes.
1853         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
1854         (u16_uctomb_aux): Move out to separate file.
1855         (u16_uctomb): Use ucs4_t, uint16_t types.
1856         * lib/unistr/ucs4-utf16.c: New file.
1857
1858 2006-12-25  Bruno Haible  <bruno@clisp.org>
1859
1860         * modules/unitypes: New file.
1861         * lib/unitypes.h: New file.
1862         * MODULES.html.sh (func_all_modules): New section "Unicode string
1863         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
1864         this section. Add unitypes.
1865
1866 2007-01-08  Bruno Haible  <bruno@clisp.org>
1867
1868         Avoid variable names that conflict with those from libtool.
1869         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
1870         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
1871         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
1872         library_names_spec to acl_library_names_spec, hardcode_* to
1873         acl_hardcode_*.
1874         Reported by Ralf Wildenhues.
1875
1876 2007-01-08  Bruno Haible  <bruno@clisp.org>
1877
1878         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
1879         definition.
1880         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
1881         definition.
1882         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
1883         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
1884         definition.
1885         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
1886         definition.
1887         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
1888         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
1889         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
1890         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
1891         definition.
1892         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
1893         definition.
1894         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
1895         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
1896         GC_USE_<algorithm>.
1897         * lib/gc-libgcrypt.c: Likewise.
1898         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
1899         * modules/gc-arctwo (configure.ac): Likewise.
1900         * modules/gc-des (configure.ac): Likewise.
1901         * modules/gc-hmac-md5 (configure.ac): Likewise.
1902         * modules/gc-hmac-sha1 (configure.ac): Likewise.
1903         * modules/gc-md2 (configure.ac): Likewise.
1904         * modules/gc-md4 (configure.ac): Likewise.
1905         * modules/gc-md5 (configure.ac): Likewise.
1906         * modules/gc-random (configure.ac): Likewise.
1907         * modules/gc-rijndael (configure.ac): Likewise.
1908         * modules/gc-sha1 (configure.ac): Likewise.
1909
1910 2007-01-08  Bruno Haible  <bruno@clisp.org>
1911
1912         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
1913         macro definition.
1914         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
1915         definition.
1916         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
1917         definition.
1918         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
1919         * modules/fcntl-safer (configure.ac): Likewise.
1920         * modules/fopen-safer (configure.ac): Likewise.
1921         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
1922         GNULIB_FWRITEERROR macro definition.
1923
1924 2007-01-08  Bruno Haible  <bruno@clisp.org>
1925
1926         * m4/gnulib-common.m4: New file.
1927         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
1928         (func_get_filelist): Add m4/gnulib-common.m4.
1929
1930 2007-01-08  Bruno Haible  <bruno@clisp.org>
1931
1932         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
1933         command.
1934
1935 2007-01-08  Jim Meyering  <jim@meyering.net>
1936
1937         Use a more robust test for a "can't happen" condition.
1938         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
1939         narrowed the st_size value.  Presuming the "can't happen" condition
1940         is true, that narrowing could conceivably convert an invalid st_size
1941         value into a valid one.  Instead, use a change based on Matthew
1942         Woehlke's original patch.
1943
1944         Slight readability improvement: use an assert-like macro
1945         in place of literal "abort ()" uses.
1946         * lib/fts.c (fts_assert): Define.
1947         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
1948         Use this macro instead of a bare 'abort'.
1949
1950 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1951
1952         Don't worry about using IRIX 5.3's wctype.h broken definitions;
1953         simply work around them.
1954         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
1955         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
1956         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
1957         Don't bother to define as macros, since the standard doesn't require it.
1958         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
1959         longer worry about IRIX 5.3.
1960         (HAVE_WCTYPE_CTMP_BUG): Remove.
1961
1962 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
1963
1964         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
1965         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
1966         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1967         Problems reported by Georg Schwarz for IRIX 5.3.
1968
1969         * gnulib-tool (autoconf_minversion): Take the maximum version number
1970         found, not the minimum.  Problem reported by James Youngman.
1971
1972 2007-01-03  Karl Berry  <karl@gnu.org>
1973
1974         * doc/error.texi: new file, explaining interaction with progname.
1975         * doc/gnulib.texi: include it.  Update copyright.
1976
1977 2007-01-03  Simon Josefsson  <simon@josefsson.org>
1978
1979         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
1980         AC_CANONICAL_HOST, to improve autobuild outputs.
1981
1982 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
1983             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1984
1985         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
1986         sockets, server sockets, and other file descriptors.  Count errors
1987         to compute the return value.  Reorder the code a bit to be easier
1988         to follow.  Don't set event bits that were not requested (except
1989         POLLERR and POLLHUP).
1990
1991 2007-01-01  Bruno Haible  <bruno@clisp.org>
1992
1993         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
1994
1995 2007-01-03  Jim Meyering  <jim@meyering.net>
1996
1997         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
1998
1999 2007-01-02  Bruno Haible  <bruno@clisp.org>
2000
2001         * modules/settime (Include): Require timespec.h.
2002         * modules/nanosleep (Include): Likewise.
2003
2004 2007-01-01  Bruno Haible  <bruno@clisp.org>
2005
2006         * gnulib-tool (func_emit_copyright_notice): Bump year.
2007         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
2008
2009 2007-01-01  Bruno Haible  <bruno@clisp.org>
2010
2011         Improve support for OpenBSD.
2012         * build-aux/config.rpath (libname_spec): Export.
2013         (library_names_spec): New variable. Export.
2014         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
2015         library_names_spec from the config.rpath output. Locate shared library
2016         through the name pattern in library_names_spec.
2017
2018 2007-01-01  Eric Blake  <ebb9@byu.net>
2019
2020         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
2021
2022 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2023
2024         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
2025         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
2026         assume the C locale, and avoid an "eval" that could cause trouble.
2027         Problem with SORT reported by Bob Proulx.
2028
2029         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
2030         Define.  Trivial patch from Henning Nielsen Lund, originally
2031         sent to bug-grep@gnu.org today.
2032
2033 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2034
2035         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
2036         struct stat.  Problem reported by Henning Nielsen Lund.
2037         * lib/acl.c: Include acl.h first, to check interface.  Don't
2038         bother to include sys/types.h and sys/stat.h again.
2039
2040 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
2041
2042         Import the following change from libc; problem reported by
2043         Sven Verdoolaege.
2044
2045         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
2046
2047         [BZ #1373]
2048         * lib/argp.h: Remove __NTH for __argp_usage inline function.
2049
2050 2006-12-28  Jim Meyering  <jim@meyering.net>
2051
2052         * build-aux/announce-gen: Do not assume that the package
2053         builds any of tar.gz, tar.bz2, and .xdelta files.
2054         Suggestion from Simon Josefsson.
2055
2056 2006-12-28  Simon Josefsson  <simon@josefsson.org>
2057
2058         * modules/announce-gen: New file.
2059
2060 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
2061
2062         * lib/mbchar.h: Just include <wctype.h>; the wctype module
2063         handles its gotchas now.
2064         * lib/mbswidth.c: Likewise.
2065         * lib/wcwidth.h: Likewise.
2066         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
2067         and iswcntrl; the wctype module does this stuff now.
2068         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
2069         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2070         * modules/mbchar (Depends-on): Add wctype.
2071         * modules/mbswidth (Depends-on): Likewise.
2072         * modules/wcwidth (Depends-on): Likewise.
2073
2074 2006-12-27  Eric Blake  <ebb9@byu.net>
2075
2076         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
2077         module uses more than what <wctype.h> is required to provide.
2078
2079 2006-12-26  Eric Blake  <ebb9@byu.net>
2080
2081         * gnulib-tool (sed_extract_prog): Avoid space-tab.
2082
2083 2006-12-26  Eric Blake  <ebb9@byu.net>
2084
2085         * modules/absolute-header: New module.
2086         * modules/fcntl (Depends-on): Depend on it.
2087         * modules/inttypes (Depends-on): Likewise.
2088         * modules/stdint (Depends-on): Likewise.
2089         * modules/sys_stat (Depends-on): Likewise.
2090         * modules/wctype (Depends-on): Likewise.
2091         * MODULES.html.sh (Support for building libraries and
2092         executables): Document it.
2093
2094 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
2095
2096         * gnulib-tool (SED): Remove, undoing previous change.
2097         The problem was that it broke coreutils on Solaris, because
2098         "sed --posix" leaked into a makefile.
2099         (sed): New alias, if 'alias' and GNU sed.
2100
2101 2006-12-24  Jim Meyering  <jim@meyering.net>
2102
2103         Work around an fchownat bug in glibc-2.4:
2104         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
2105         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
2106         in spite of the -P option.
2107         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
2108         New macros.
2109         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
2110         * modules/openat (Files): Add lib/fchownat.c.
2111         * lib/openat.c (fchownat): Don't define here.  Move to...
2112         * lib/fchownat.c: ...this new file.
2113
2114 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
2115
2116         Fix bug reported by Bruno Haible in
2117         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
2118         where quotearg.c didn't compile on Mac OS X 10.2 because it
2119         lacks <wchar.h> and wint_t.
2120         * lib/wctype_.h (__wctype_wint_t): New type.
2121         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
2122         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
2123         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
2124         Arg is now of type __wctype_wint_t, not wint_t.
2125         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
2126         substitute HAVE_WINT_T.
2127         * modules/wctype (Files): Add m4/wint_t.m4.
2128         (wctype.h): Substitute HAVE_WINT_T.
2129
2130 2006-12-23  Bruno Haible  <bruno@clisp.org>
2131
2132         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
2133
2134 2006-12-23  Bruno Haible  <bruno@clisp.org>
2135
2136         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
2137         S_ISLNK.
2138         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
2139         mingw.
2140
2141 2006-12-22  Bruno Haible  <bruno@clisp.org>
2142
2143         * lib/copy-file.c: Include acl.h.
2144         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
2145         Close the file descriptors only after being done with copy_acl.
2146         * modules/copy-file (Depends-on): Add acl.
2147
2148 2006-12-22  Bruno Haible  <bruno@clisp.org>
2149
2150         * gnulib-tool (SED): New variable.
2151         Use $SED instead of sed everywhere.
2152
2153 2006-12-22  Bruno Haible  <bruno@clisp.org>
2154
2155         * modules/no-c++: New file.
2156         * m4/no-c++.m4: New file.
2157         * MODULES.html.sh (Support for building libraries and executables):
2158         Add no-c++.
2159
2160 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
2161
2162         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
2163         Include <limits.h>, and use its INT_MAX to rewrite the
2164         j loop so that it does not overflow 'int'.  Problem reported by
2165         Ralf Wildenhues in
2166         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
2167         Play it safe by shifting left by 1 rather than multiplying by 2,
2168         as GCC is less likely to optimize this away when the value
2169         is signed (when it assumes overflow leads to undefined behavior).
2170         Also, don't assume time_t uses two's complement.
2171
2172 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2173
2174         * MODULES.html.sh: New module wctype.
2175         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
2176         * lib/fnmatch.c: Don't bother to include <wchar.h> before
2177         <wctype.h>, since the new wctype module should fix this.
2178         * lib/quotearg.c: Include <wctype.h> unconditionally, since
2179         the wctype module should arrange for it.
2180         * lib/regex_internal.h: Likewise.
2181         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
2182         since the wctype module should handle this now.
2183         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
2184         * modules/fnmatch (Depends-on): Add wctype.
2185         * modules/quotearg (Depends-on): Likewise.
2186         * modules/regex (Depends-on): Likewise.
2187
2188 2006-12-19  Bruno Haible  <bruno@clisp.org>
2189
2190         * lib/strdup.h [C++]: Wrap definitions in extern "C".
2191         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
2192
2193 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2194
2195         * modules/savewd (Depends-on): Fix dependency on fcntl.
2196
2197 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2198
2199         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
2200         conforms to C99, rather than relying on the user's environment
2201         setting of STDINT_H.
2202
2203 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2204         and Eric Blake  <ebb9@byu.net>
2205
2206         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
2207         This is more consistent with the other defines here.
2208         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
2209         Port to z/OS.  Problem reported by Paul Gilmartin.
2210         Change local vars to use gl_ prefix rather than ac_.
2211         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
2212         with other defines.
2213         * modules/double-slash-root: New module.
2214         * modules/dirname (Files): Remove m4/double-slash-root.m4.
2215         (Depends-on): Add double-slash-root.
2216         * MODULES.html.sh (File system functions): Mention new module.
2217
2218 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2219
2220         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
2221         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
2222         This is for the benefit of gzip, which doesn't do i18n.
2223
2224 2006-12-12  Jim Meyering  <jim@meyering.net>
2225
2226         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
2227         Reported by Andreas Schwab <schwab@suse.de>.
2228
2229 2006-12-12  Bruno Haible  <bruno@clisp.org>
2230
2231         Merge these changes.
2232         2006-09-05  Bruno Haible  <bruno@clisp.org>
2233         * lib/iconvme.c (iconv_string): No need to save and restore errno when
2234         iconv_alloc succeeded.
2235         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
2236         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
2237         test for " && dest " at the end - dest is always != NULL there. Call
2238         iconv with 4xNULL arguments initially, to reset the state. Call iconv
2239         with 2xNULL arguments, also to flush the state storage. Handle the
2240         IRIX iconv behaviour. Realloc the final result, to throw away unused
2241         memory.
2242
2243 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
2244
2245         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
2246         and fchmodat unconditionally, since glibc 2.4 has them.
2247         Problem reported by Arkadiusz Miskiewicz.
2248
2249 2006-12-10  Bruno Haible  <bruno@clisp.org>
2250
2251         * gnulib-tool (func_import): Show the include files only for those
2252         modules that are copied and specified.
2253         Reported by Karl Berry.
2254
2255 2006-12-08  Jim Meyering  <jim@meyering.net>
2256
2257         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
2258         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
2259
2260         * build-aux/announce-gen: Add two new options, both optional:
2261         --bootstrap-tools=TOOL_LIST
2262               a comma-separated list of tools, e.g.,
2263               autoconf,automake,bison,gnulib
2264         --gnulib-snapshot-date=DATE
2265               if gnulib is in the bootstrap tool list,
2266               then report this as the snapshot date.
2267               If not specified, use the current date/time.
2268               If you specify a date here, be sure it's UTC.
2269
2270 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2271
2272         * tests/test-argp-2.sh: Fix test to match actual output.
2273         (func_compare): Fix sed script to be portable.
2274
2275 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2276
2277         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
2278         workaround for this case.  It is not autoconfigured now; offhand
2279         it's hard to see how to autoconfigure it.
2280
2281 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
2282
2283         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
2284         a directory that is about to be chowned.  Such a directory's
2285         initial file permissions should permit the owner only and this
2286         should not be changed until after the chown, since the group and
2287         other bits would be incorrect if they granted permission before
2288         the chown.
2289
2290         Fix porting problem for iswctype reported by Georg Schwarz in:
2291         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
2292         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
2293         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
2294         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
2295         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2296
2297 2006-12-03  Jim Meyering  <jim@meyering.net>
2298
2299         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
2300         p->fts_statp may not yet be defined.
2301         (fts_read): Instead, set it in the caller, once p->fts_statp is
2302         sure to be defined, and corresponds to a top-level directory.
2303         This bug made du -x fail.  Here's the coreutils test case:
2304         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
2305         Reported by Mike Frysinger.
2306
2307 2006-12-01  Jim Meyering  <jim@meyering.net>
2308
2309         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
2310         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
2311         Reported by Simon Josefsson.
2312
2313 2006-11-30  Jim Meyering  <jim@meyering.net>
2314
2315         * m4/warning.m4: Use the all-permissive copyright notice
2316         recommended by RMS (rather than LGPL).
2317         * m4/vararrays.m4: Likewise.
2318         * m4/flexmember.m4: Likewise.
2319
2320 2006-11-29  Bruno Haible  <bruno@clisp.org>
2321
2322         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2323         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
2324         using +=.
2325         Reported by Simon Josefsson <simon@josefsson.org>.
2326
2327 2006-11-28  James Youngman <jay@gnu.org>
2328
2329         * README: Advise users that they might find the bug-gnulib@gnu.org
2330         and autotools-announce@gnu.org mailing lists useful.
2331
2332 2006-11-28  Bruno Haible  <bruno@clisp.org>
2333
2334         * m4/ptrdiff_max.m4: Remove file.
2335
2336 2006-11-21  Bruno Haible  <bruno@clisp.org>
2337
2338         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
2339         _AC_COMPUTE_INT.
2340         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2341         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
2342         _AC_COMPUTE_INT.
2343         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2344         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
2345         _AC_COMPUTE_INT.
2346         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2347
2348 2006-11-28  Jim Meyering  <jim@meyering.net>
2349
2350         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
2351         warning from "gcc -Wshadow" about shadowing the builtin.
2352
2353 2006-11-27  Bruno Haible  <bruno@clisp.org>
2354
2355         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
2356         _AC_COMPUTE_INT.
2357         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2358
2359 2006-11-27  Bruno Haible  <bruno@clisp.org>
2360             Paul Eggert  <eggert@cs.ucla.edu>
2361
2362         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
2363
2364 2006-11-26  Bruno Haible  <bruno@clisp.org>
2365
2366         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2367         noinst_LTLIBRARIES.
2368
2369 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2370             Bruno Haible  <bruno@clisp.org>
2371
2372         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
2373         if compiling with "gcc -ansi".
2374
2375 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2376
2377         Fix some incompatibilities with gcc -ansi -pedantic.
2378         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
2379         if compiling pedantically with GCC, unless it's C99 or later.
2380         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
2381         it mishandles gcc -ansi -pedantic as well.
2382         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
2383         if gcc -pedantic.
2384         * lib/regexec.c (check_node_accept_bytes): Don't use auto
2385         initializers for struct if -pedantic, unless it's C99 or later.
2386
2387 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
2388
2389         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
2390         Don't close an fd more than once. Identical atimes indicate
2391         success, not failure.
2392
2393 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
2394
2395         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
2396
2397 2006-11-23  Jim Meyering  <jim@meyering.net>
2398
2399         * build-aux/announce-gen: New file.  From coreutils.
2400
2401 2006-11-22  Jim Meyering  <jim@meyering.net>
2402
2403         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
2404         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
2405         (fts_read): Use a temporary to narrow the overused st_size member
2406         before using it in a switch statement.  Reported by Matthew Woehlke.
2407
2408         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
2409         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
2410
2411 2006-11-20  Bruno Haible  <bruno@clisp.org>
2412
2413         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
2414         changequote instead of pairs of brackets.
2415         Reported by Andreas Schwab <schwab@suse.de>.
2416
2417 2006-11-21  Jim Meyering  <jim@meyering.net>
2418
2419         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
2420         so as to remain compatible with older compilers.
2421         Patch from Michael Deutschmann.
2422
2423 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2424
2425         * MODULES.html.sh (File system functions): Add openat.
2426
2427         * lib/openat.h (rpl_fstatat): New macro, if
2428         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
2429         (fstatat): Define to rpl_fstatat under the same conditions,
2430         unless COMPILING_FSTATAT.
2431         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
2432         seems to have the bug.
2433         * lib/fstatat.c: New file.
2434         * modules/openat (Files): Add it.
2435
2436 2006-11-20  Bruno Haible  <bruno@clisp.org>
2437
2438         * Makefile: New file.
2439
2440 2006-11-20  Jim Meyering  <jim@meyering.net>
2441
2442         The beginnings of syntax-related checks for gnulib.
2443         * lib/Makefile: New file.
2444         * lib/t-idcache: New script.  Ensure that the two halves of
2445         idcache.c stay in sync.
2446
2447         * lib/idcache.c: Adjust comments in user- and group- portions to
2448         be more accurate, and to be consistent with one another.
2449
2450 2006-11-20  Jim Meyering  <jim@meyering.net>
2451
2452         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
2453         continue using the flexible array member (thus, this module performs
2454         half as many malloc calls), with the addition that...
2455         (getgroup, getuser): Consistently record a non-match via an empty
2456         "name" string, and map an empty string match to a NULL return value.
2457         * modules/idcache (Depends-on): Re-add flexmember.
2458
2459         * lib/idcache.c (getuser): Remove all uses of the register keyword.
2460         (getuidbyname, getgroup, getgidbyname): Likewise.
2461
2462         Use cleaner syntax: NULL rather than 0.
2463         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
2464
2465 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2466
2467         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
2468         It mishandled the case where the group was missing.
2469         Problem reported by Greg Schafer.
2470         * modules/idcache: Likewise.
2471
2472 2006-11-18  Jim Meyering  <jim@meyering.net>
2473
2474         * check-module (%exempt_header): Add exception for some
2475         conditionally-included headers.
2476
2477         * modules/i-ring (Depends-on): Add verify.
2478         (License): Change to LGPL.
2479
2480 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2481
2482         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
2483         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
2484         and inttostr.h.  Use snprintf rather than uinttostr, so that
2485         LGPLed code doesn't depend on GPLed.
2486
2487 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2488
2489         * modules/inline (License): Change from GPL to LGPL.
2490
2491 2006-11-17  Jim Meyering  <jim@meyering.net>
2492
2493         * modules/d-type (License): Switch to LGPL.
2494
2495 2006-11-15  Bruno Haible  <bruno@clisp.org>
2496
2497         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
2498
2499 2006-11-15  Eric Blake  <ebb9@byu.net>
2500
2501         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
2502         the module dependency.
2503
2504 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2505             Bruno Haible  <bruno@clisp.org>
2506
2507         * gnulib-tool (func_create_testdir): Add license consistency check.
2508
2509 2006-11-15  Eric Blake  <ebb9@byu.net>
2510
2511         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
2512         random "(cached)" in configure output.
2513
2514 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2515
2516         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
2517         test for conforming inttypes.h is both announced and cached.
2518
2519         * MODULES.html.sh (seen_modules, seen_files): New variables.
2520         (func_module): Rewrite to use a few less gnulib-tool and sed
2521         invocations.  Avoid a couple of quadratic algorithms for ...
2522         (missed_modules, missed_files): ... these, with ...
2523         (func_append, func_tmpdir): ... these new functions, from
2524         gnulib-tool.  Analogously, install traps for cleanup.
2525
2526         * tests/test-gc.c (main): Remove unused variables.
2527         * tests/test-read-file.c: Include stdlib.h, for 'free'.
2528
2529 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2530
2531         * modules/inttostr (License): Change to LGPL.
2532
2533 2006-11-14  Eric Blake  <ebb9@byu.net>
2534
2535         * modules/tempname (License): Change to LGPL.
2536
2537 2006-11-14  Eric Blake  <ebb9@byu.net>
2538
2539         * doc/functions.texi (Function Portability): *printf functions on
2540         Cygwin now understand all POSIX size specifiers.
2541
2542 2006-11-14  Bruno Haible  <bruno@clisp.org>
2543
2544         * modules/c-ctype (License): Change to LGPL.
2545
2546 2006-11-12  Bruno Haible  <bruno@clisp.org>
2547
2548         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
2549         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
2550         for GNOME libraries, for which the include files are installed in
2551         subdirectories of $prefix/include.
2552
2553 2006-11-12  Bruno Haible  <bruno@clisp.org>
2554
2555         * m4/lib-link.m4: Require at least autoconf-2.54.
2556         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
2557         name to underscores for the --with option.
2558
2559 2006-11-13  Bruno Haible  <bruno@clisp.org>
2560
2561         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
2562         the tests directory.
2563         Reported by Ralf Wildenhues.
2564
2565 2006-11-13  Bruno Haible  <bruno@clisp.org>
2566
2567         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
2568         (func_emit_initmacro_end): Undo the override here.
2569         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
2570         Works around the famous automake error in coreutils.
2571
2572 2006-11-13  Eric Blake  <ebb9@byu.net>
2573
2574         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
2575         element, not its node.
2576
2577 2006-11-12  Bruno Haible  <bruno@clisp.org>
2578
2579         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
2580         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
2581
2582 2006-11-12  Bruno Haible  <bruno@clisp.org>
2583
2584         * gnulib-tool: New option --local-symlink.
2585         (func_usage): Document it.
2586         (lsymbolic): New variable.
2587         (func_import, func_create_testdir): If --symlink was not specified,
2588         test whether --local-symlink was specified and the file comes from
2589         the local_gnulib_dir.
2590
2591 2006-11-12  Bruno Haible  <bruno@clisp.org>
2592
2593         * gnulib-tool (func_ln): New function.
2594         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
2595
2596 2006-11-12  Bruno Haible  <bruno@clisp.org>
2597
2598         Finish support for source files in subdirectories.
2599         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
2600         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
2601         AUTOMAKE_OPTIONS.
2602         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
2603
2604 2006-11-12  Bruno Haible  <bruno@clisp.org>
2605
2606         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2607         EXTRA_lib_SOURCES augmentation.
2608         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
2609
2610 2006-11-12  Jim Meyering  <jim@meyering.net>
2611
2612         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
2613         file descriptors.  This also averts a failure on systems with
2614         native openat support when a traversed directory lacks "x" access.
2615         * lib/fts_.h: Include "i-ring.h"
2616         (struct FTS) [fts_fd_ring]: New member.
2617         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
2618         (FCHDIR): Add parentheses.
2619         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
2620         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
2621         When descending, rather than simply closing the previous
2622         fts_cwd_fd value, push that file descriptor onto the ring.
2623         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
2624         (fts_open): Initialize the new fd_ring member.
2625         (fts_close): Clear the ring.
2626         (fts_safe_changedir): When possible, use our new fd_ring to skip
2627         the diropen and fstat and dev/ino comparison that would normally
2628         accompany a virtual `chdir ("..")'.
2629
2630         * modules/fts (Depends-on): Add i-ring.
2631         * modules/i-ring: New module.
2632         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
2633         * m4/i-ring.m4: New file.
2634
2635 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2636
2637         * gnulib-tool (func_create_testdir): Fix replacement of
2638         `build-aux' in configure.ac.  Run autotools in gltests
2639         subdirectory.
2640         (func_create_testdir, func_create_megatestdir, test): There is
2641         no need for '--force' in most autotool invocations in a new
2642         tree.  Actually fail the whole test if any of the tools, or the
2643         configure or make stages fail.
2644
2645         Sync from Automake.
2646         * build-aux/gnupload: Revert last change.  Add pointer to upload
2647         instructions of the GNU Maintenance Instructions.
2648         Suggestion by Karl Berry.
2649
2650 2006-11-10  Jim Meyering  <jim@meyering.net>
2651
2652         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
2653
2654 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2655
2656         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
2657         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
2658         (bind_textdomain_codeset) [! ENABLE_NLS]:
2659         Evaluate all the arguments.  That way, callers get compatible behavior
2660         if the arguments have side effects.  Also, it avoids some GCC
2661         diagnostics in some cases; Joel E. Denny reported problems when Bison
2662         was configured with --enable-gcc-warnigs.
2663
2664 2006-11-10  Jim Meyering  <jim@meyering.net>
2665
2666         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
2667         relevant options in CFLAGS (like -O, -fno-inline) are taken into
2668         account.
2669
2670 2006-11-10  Jim Meyering  <jim@meyering.net>
2671
2672         * modules/inline: New file/module.
2673         * modules/xalloc (Files): Remove m4/inline.m4.
2674         (Depends-on): Add inline, instead.
2675         * modules/oset: Likewise.
2676         * modules/list: Likewise.
2677
2678 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2679
2680         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
2681         Problem reported by Matthew Woehlke.
2682
2683 2006-11-09  Bruno Haible  <bruno@clisp.org>
2684
2685         * lib/tempname.c (gen_tempname): Remove variant that invokes
2686         __gen_tempname.
2687         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
2688         __gen_tempname.
2689
2690 2006-11-08  Bruno Haible  <bruno@clisp.org>
2691
2692         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
2693         to 'yes' instead of 'cross-compiling'.
2694
2695 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
2696
2697         * lib/quotearg.h (quotearg_free): New decl.
2698         * lib/quotearg.c (quotearg_free): New function.
2699         (slot0, nslots, slotvec0, slotvec):
2700         Now file-scope so that quotearg_free can get at them.
2701
2702 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2703
2704         Sync from Automake.
2705         * build-aux/gnupload: Add missing 'gnu' to example URL.
2706         Report by Karl Berry.
2707
2708 2006-11-08  Bruno Haible  <bruno@clisp.org>
2709
2710         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
2711         Suggested by Paul Eggert.
2712
2713 2006-11-08  Jim Meyering  <jim@meyering.net>
2714
2715         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
2716         It's already included if !_LIBC.
2717         (fts_safe_changedir): Add a comment.
2718
2719 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2720
2721         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
2722         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
2723         Matthew Woehlke.
2724
2725         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
2726         definitions up, to avoid colliding with change below.
2727         (static_inline) [HAVE_INLINE]: New macro.
2728         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
2729         Provide extern decls when !HAVE_INLINE.  Do not define unless
2730         static_inline is defined, either by us or by xmalloc.c.  Use
2731         static_inline rather than static inline.
2732         (XCALLOC): Optimize sizeof(T) = 1 case.
2733         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
2734
2735 2006-11-07  Bruno Haible  <bruno@clisp.org>
2736
2737         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
2738         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
2739         AC_C_INLINE.
2740         * modules/xalloc (Files): Add m4/inline.m4.
2741
2742 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2743
2744         * README: Fix typo.
2745         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
2746         (Miscellanous Notes): ...from this.
2747
2748 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2749
2750         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
2751         Mention that offsetof should be used instead of sizeof.
2752         From Bruno Haible.
2753
2754 2006-11-07  Bruno Haible  <bruno@clisp.org>
2755
2756         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
2757
2758 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2759
2760         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2761         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
2762         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2763         (gl_tree_add_before, gl_tree_add_after):
2764         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
2765         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
2766         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
2767         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
2768         (gl_linked_add_after, gl_linked_add_at): Likewise.
2769         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
2770         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2771         (gl_tree_add_before, gl_tree_add_after): Likewise.
2772         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
2773         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
2774         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
2775
2776 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2777
2778         * lib/gl_oset.h: Use C comment style, not C++ comment style.
2779
2780 2006-11-06  Bruno Haible  <bruno@clisp.org>
2781
2782         * m4/inline.m4: New file.
2783         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
2784         * modules/list (Files): Add m4/inline.m4.
2785         * modules/oset (Files): Likewise.
2786
2787 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2788
2789         * lib/idcache.c: Include <stddef.h>, for offsetof.
2790         (struct userid.name): Change from char * to a flexible array member.
2791         All uses changed.
2792         * modules/idcache (Depends-on): Add flexmember.
2793
2794         * MODULES.html.sh (Core language properties): New module flexmember.
2795         * modules/flexmember, m4/flexmember.m4: New files.
2796
2797         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
2798         inline functions that are identical with the old xnmalloc_inline,
2799         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
2800         that we can avoid some unnecessary integer multiplications and
2801         divisions in the common case where the element size is known at
2802         compile time.
2803         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
2804         needed.
2805         (xnboundedmalloc): Remove.
2806         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
2807         arguments, for consistency with rest of this header.
2808         (xcharalloc): Rewrite using XNMALLOC.
2809         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
2810         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
2811         versions have been moved to lib/xalloc.h and renamed to be the
2812         non-*_inline versions.
2813         (xmalloc, xrealloc): Implement without reference to the xnmalloc
2814         and xnrealloc functions, since those functions are now inline and
2815         now call us.
2816         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
2817         renaming described above.
2818         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
2819         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
2820         captures the dependency in AC_C_INLINE.
2821
2822         New module canonicalize-lgpl, proposed by Charles Wilson in
2823         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
2824         with a few small changes afterwards.
2825         * MODULES.html.sh (File system functions): New module
2826         canonicalize-lgpl.
2827         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
2828         and canonicalize_file_name.
2829         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
2830         * modules/canonicalize-lgpl: New files.
2831
2832 2006-11-05  Bruno Haible  <bruno@clisp.org>
2833
2834         * gnulib-tool (func_import, func_create_testdir): Create directories
2835         also for files in subdirectories of lib/.
2836
2837 2006-11-05  Bruno Haible  <bruno@clisp.org>
2838
2839         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
2840         ANSI C compliant.
2841
2842 2006-11-03  Bruno Haible  <bruno@clisp.org>
2843
2844         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2845         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
2846         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
2847         (xnboundedmalloc): New inline function.
2848         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
2849         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
2850         xmalloc.
2851         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
2852         xmalloc.
2853         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
2854         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
2855         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
2856         xmalloc.
2857         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2858         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
2859         xmalloc.
2860         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
2861         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2862         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
2863         xmalloc.
2864         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2865         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
2866         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2867         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
2868         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
2869         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
2870         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
2871
2872 2006-11-03  Bruno Haible  <bruno@clisp.org>
2873
2874         * lib/c-ctype.h [C++]: Define functions without name mangling.
2875         * lib/fwriteerror.h [C++]: Likewise.
2876         * lib/gcd.h [C++]: Likewise.
2877         * lib/linebreak.h [C++]: Likewise.
2878
2879 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
2880
2881         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
2882         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
2883         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
2884         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
2885         Check for functions and headers just once.
2886         Check for declaration of canonicalize_file_name.
2887         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
2888
2889 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2890
2891         * gnulib-tool (func_import): Fix typo in actioncmd.
2892
2893 2006-11-02  Bruno Haible  <bruno@clisp.org>
2894
2895         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
2896         newline sequence in the Makefile.am snippet as a space, like "make"
2897         does.
2898         Reported by Roger Persson <perrog@gmail.com>.
2899
2900 2006-11-01  Bruno Haible  <bruno@clisp.org>
2901
2902         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
2903         already declared in <string.h>.
2904         * lib/strcase.h (strncasecmp): Don't declare it if yes.
2905
2906 2006-11-01  Bruno Haible  <bruno@clisp.org>
2907
2908         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
2909         * lib/strcase.h: Include <string.h>.
2910         (strcasecmp): Define to rpl_strcasecmp here.
2911
2912 2006-11-01  Bruno Haible  <bruno@clisp.org>
2913
2914         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
2915
2916 2006-11-01  Eric Blake  <ebb9@byu.net>
2917
2918         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
2919
2920         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
2921
2922 2006-10-29  Bruno Haible  <bruno@clisp.org>
2923
2924         Make it compile in C++ mode.
2925         * lib/full-write.c (full_rw): Add a cast.
2926
2927 2006-11-01  Bruno Haible  <bruno@clisp.org>
2928
2929         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
2930         be POSIX compliant.
2931         Reported by Roger Persson <perrog@gmail.com>.
2932
2933 2006-11-01  Eric Blake  <ebb9@byu.net>
2934
2935         * lib/getopt_.h: Fix comments.
2936
2937 2006-10-31  Eric Blake  <ebb9@byu.net>
2938
2939         * modules/tmpdir (Depends-on): Add sys_stat.
2940         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
2941         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
2942         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
2943         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
2944         tempname.
2945
2946 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
2947
2948         Avoid some C++ diagnostics reported by Bruno Haible.
2949         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
2950         xmalloc.
2951         (quotearg_alloc): Use xcharalloc rather than xmalloc.
2952         (struct slotvec): Move to top level.
2953         (quotearg_n_options): Rewrite to avoid xmalloc.
2954         * lib/xalloc.h (xcharalloc): New function.
2955         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
2956         [defined __cplusplus]: Add function template that provides result
2957         type propagation.  This part of the change is from Bruno Haible.
2958
2959 2006-10-29  Bruno Haible  <bruno@clisp.org>
2960
2961         Make it compile in C++ mode.
2962         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
2963         * lib/strnlen1.c (strnlen1): Cast memchr result.
2964         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
2965         * lib/clean-temp.c (string_equals, string_hash): Add casts.
2966         (create_temp_dir): Rename local variable 'template'.
2967         (compile_csharp_using_sscli): Add cast.
2968         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
2969         * lib/findprog.c (find_in_path): Likewise.
2970         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
2971         * lib/wait-process.c (register_slave_subprocess): Likewise.
2972
2973 2006-10-22  Bruno Haible  <bruno@clisp.org>
2974
2975         * modules/tsearch: New file.
2976         * lib/tsearch.h: New file.
2977         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
2978         * m4/tsearch.m4: New file.
2979         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
2980
2981 2006-10-29  Eric Blake  <ebb9@byu.net>
2982
2983         * lib/arcfour.c: Assume config.h.
2984         * lib/arctwo.c: Likewise.
2985         * lib/base64.c: Likewise.
2986         * lib/check-version.c: Likewise.
2987         * lib/crc.c: Likewise.
2988         * lib/des.c: Likewise.
2989         * lib/gc-gnulib.c: Likewise.
2990         * lib/gc-libgcrypt.c: Likewise.
2991         * lib/gc-pbkdf2-sha1.c: Likewise.
2992         * lib/getaddrinfo.c: Likewise.
2993         * lib/getdelim.c: Likewise.
2994         * lib/getline.c: Likewise.
2995         * lib/hmac-md5.c: Likewise.
2996         * lib/hmac-sha1.c: Likewise.
2997         * lib/iconvme.c: Likewise.
2998         * lib/md2.c: Likewise.
2999         * lib/md4.c: Likewise.
3000         * lib/memxor.c: Likewise.
3001         * lib/read-file.c: Likewise.
3002         * lib/readline.c: Likewise.
3003         * lib/rijndael-alg-fst.c: Likewise.
3004         * lib/rijndael-api-fst.c: Likewise.
3005         * lib/xgetdomainname.c: Likewise.
3006
3007 2006-10-28  Eric Blake  <ebb9@byu.net>
3008
3009         * lib/xstrndup.c: Assume config.h.
3010
3011 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
3012
3013         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
3014         stat-macros.h is now for our own macros, whereas stat_h is for
3015         macros in the <sys/stat.h> name space.
3016         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
3017         (STAT_MACROS_H): Remove.
3018         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
3019         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
3020         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
3021         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
3022         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
3023         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
3024         Move these macros to ...
3025         * lib/stat_.h: here.  Don't include stat-macros.h.
3026         * lib/canonicalize.c: Don't include stat-macros.h.
3027         * lib/chown.c: Likewise.
3028         * lib/euidaccess.c: Likewise.
3029         * lib/file-type.c: Likewise.
3030         * lib/filemode.c: Likewise.
3031         * lib/glob.c: Likewise.
3032         * lib/isapipe.c: Likewise.
3033         * lib/lchown.c: Likewise.
3034         * lib/lstat.c: Likewise.
3035         * lib/mkdir-p.c: Likewise.
3036         * lib/rmdir.c: Likewise.
3037         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
3038         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
3039         unless mkdir isn't declared, to speed up 'configure'.
3040         Always create sys/stat.h, since it's unlikely any real sys/stat.h
3041         would define all the S_* symbols.
3042         * modules/canonicalize (Depends-on):
3043         Depend on sys_stat, not stat-macros.
3044         * modules/chown: Likewise.
3045         * modules/euidaccess: Likewise.
3046         * modules/filemode: Likewise.
3047         * modules/file-type: Likewise.
3048         * modules/glob: Likewise.
3049         * modules/isapipe: Likewise.
3050         * modules/lchown: Likewise.
3051         * modules/lstat: Likewise.
3052         * modules/mkancesdirs: Likewise.
3053         * modules/rmdir: Likewise.
3054         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
3055         * modules/modechange: Likewise.
3056         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
3057         (configure.ac): Remove gl_STAT_MACROS.
3058         * modules/sys_stat (Depends-on): Remove stat-macros.
3059
3060 2006-10-27  Bruno Haible  <bruno@clisp.org>
3061
3062         * m4/signed.m4: Remove file.
3063         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
3064         invocation.
3065         * modules/vasnprintf (Files): Remove m4/signed.m4.
3066
3067 2006-10-27  Bruno Haible  <bruno@clisp.org>
3068
3069         Update to GNU gettext 0.16.
3070         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
3071         m4/inttypes-h.m4, m4/signed.m4.
3072         * m4/gettext.m4: Update to GNU gettext 0.16.
3073         * m4/intl.m4: New file, from GNU gettext.
3074         * m4/intldir.m4: New file, from GNU gettext.
3075         * config/srclist.txt: Update
3076
3077 2006-10-27  Eric Blake  <ebb9@byu.net>
3078
3079         * MODULES.html.sh: Document tempname.
3080         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
3081         dependencies.
3082         (Files): Move lib/tempname.c...
3083         * modules/tempname: ...to this new module.
3084         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
3085         (gl_PREREQ_TEMPNAME): Move...
3086         * m4/tempname.m4: ...to this new file.
3087         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
3088         * modules/sys_stat (Depends-on): Add stat-macros.
3089         * lib/stat_.h (includes): Pick up stat macros.
3090         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
3091         if stat macros are broken.
3092         * lib/tempname.c (includes): No need to include "stat-macros.h".
3093         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
3094         (direxists, __path_search) [!_LIBC]: Don't compile these in
3095         gnulib; the tmpdir module covers that.
3096         * lib/tempname.h: New file.
3097
3098 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
3099
3100         * COPYING: Explain how gnulib-tool converts licence headers.
3101         Almost all wording by Eric Blake.
3102
3103 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
3104
3105         * lib/mbchar.h (is_basic_table): Make read-only.
3106         * lib/mbchar.c (is_basic_table): Likewise.
3107         Reported by John Darrington.
3108
3109 2006-10-25  Bruno Haible  <bruno@clisp.org>
3110
3111         * lib/progname.h (set_program_name): Undefine before defining.
3112
3113 2006-10-25  Bruno Haible  <bruno@clisp.org>
3114
3115         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
3116         false for non-gcc C++ compilers.
3117         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
3118
3119 2006-10-24  Bruno Haible  <bruno@clisp.org>
3120
3121         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
3122         iconv implementations like Irix iconv.
3123
3124 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3125
3126         * modules/vararrays: New file.
3127         * m4/vararrays.m4: New file, taken from diffutils.
3128         * MODULES.html.sh: New module vararrays.
3129
3130 2006-10-24  Karl Berry  <karl@gnu.org>
3131
3132         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
3133         Don't call GNU Unix.
3134
3135 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3136
3137         * users.txt: Add Libtool.
3138
3139         Sync from Libtool:
3140
3141         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3142
3143         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
3144         to gnulib's policy of including config.h unconditionally.
3145
3146 2006-10-24  Bruno Haible  <bruno@clisp.org>
3147
3148         * modules/wcwidth (Files): Add m4/wint_t.m4.
3149         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
3150         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
3151
3152 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3153
3154         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
3155         to pacify GCC with some -W flags enabled.  Problem reported by
3156         Bruno Haible.
3157
3158 2006-10-24  Jim Meyering  <jim@meyering.net>
3159
3160         * MODULES.html.sh: Remove uinttostr.  It's not a module.
3161         Reported by Karl Berry.
3162
3163 2006-10-23  Bruno Haible  <bruno@clisp.org>
3164
3165         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
3166
3167 2006-10-24  Bruno Haible  <bruno@clisp.org>
3168
3169         * lib/gl_list.h: Use C comment style, not C++ comment style.
3170
3171 2006-10-23  Eric Blake  <ebb9@byu.net>
3172
3173         * lib/getaddrinfo.c (includes): Add missing include.
3174
3175 2006-10-23  Bruno Haible  <bruno@clisp.org>
3176             Paul Eggert  <eggert@cs.ucla.edu>
3177
3178         Ability to rename obstack_free.
3179         * lib/obstack.h (__obstack_free): New macro. Declare instead of
3180         obstack_free.
3181         (obstack_free): Invoke the __obstack_free macro.
3182         * lib/obstack.c (obstack_free): Use __obstack_free macro.
3183
3184 2006-10-23  Bruno Haible  <bruno@clisp.org>
3185             Paul Eggert  <eggert@cs.ucla.edu>
3186
3187         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
3188         __argc, __argv from the declaration. (They are defined as macros on
3189         mingw.)
3190
3191 2006-10-22  Bruno Haible  <bruno@clisp.org>
3192
3193         * doc/gnulib-intro.texi: New file.
3194         * doc/gnulib.texi: Include it.
3195
3196 2006-10-21  Bruno Haible  <bruno@clisp.org>
3197
3198         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
3199         "Introduction", "Miscellanous Notes", "Particular Modules".
3200
3201 2006-10-21  Bruno Haible  <bruno@clisp.org>
3202
3203         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3204         Change mostlyclean-local rule to avoid sh syntax error from bash
3205         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
3206
3207 2006-10-23  Jim Meyering  <jim@meyering.net>
3208
3209         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
3210         in place of snprintf.
3211
3212         * modules/inttostr (Files): Add lib/uinttostr.c.
3213         * lib/uinttostr.c (inttostr): New file/function.
3214         * lib/inttostr.h (uinttostr): Declare.
3215         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
3216         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
3217         Add uinttostr.
3218         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
3219
3220 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3221
3222         * lib/canonicalize.c (ELOOP): Define if not already defined.
3223         Problem reported by Bruno Haible in
3224         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
3225
3226 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3227
3228         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
3229         Problem reported by Perry Smith and Ville Laurikari.
3230
3231         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
3232         uses.
3233
3234 2006-10-19  Bruno Haible  <bruno@clisp.org>
3235
3236         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
3237         for mingw.
3238
3239 2006-10-19  Bruno Haible  <bruno@clisp.org>
3240
3241         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
3242         Needed for mingw.
3243
3244 2006-10-19  Bruno Haible  <bruno@clisp.org>
3245
3246         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
3247
3248 2006-10-19  Bruno Haible  <bruno@clisp.org>
3249
3250         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
3251         it.
3252
3253 2006-10-19  Bruno Haible  <bruno@clisp.org>
3254
3255         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
3256         invocation.
3257
3258 2006-10-19  Bruno Haible  <bruno@clisp.org>
3259
3260         * gnulib-tool (func_create_testdir): Don't include ftruncate and
3261         mountlist by default.
3262
3263 2006-10-16  Bruno Haible  <bruno@clisp.org>
3264
3265         * lib/c-strstr.c: Include c-strstr.h.
3266
3267 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3268
3269         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
3270         in a slash.
3271
3272 2006-10-18  Bruno Haible  <bruno@clisp.org>
3273
3274         * lib/lock.h [C++]: Wrap definitions in extern "C".
3275
3276 2006-10-18  Bruno Haible  <bruno@clisp.org>
3277
3278         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
3279         gl_LIBOBJS list.
3280
3281 2006-10-18  Bruno Haible  <bruno@clisp.org>
3282
3283         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
3284
3285 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
3286
3287         * lib/xstrtol.h: Include gettext.h.
3288         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
3289         Problem reported by Eric Blake.
3290         * modules/xstrtol (Depends-on): Add gettext-h.
3291
3292 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
3293
3294         * lib/strftime.c (advance): New macro.
3295         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
3296         incomplete type, so you can't add 0 to it.  Problem and patch
3297         reported by Eelco Dolstra for dietlibc.
3298
3299 2006-10-18  Jim Meyering  <jim@meyering.net>
3300
3301         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
3302         type for a local, and rename it: s/up/user_proc/.
3303
3304 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
3305
3306         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
3307         READ_UTMP_USER_PROCESS.
3308         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
3309
3310 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
3311
3312         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
3313         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
3314
3315 2006-10-17  Eric Blake  <ebb9@byu.net>
3316
3317         * lib/sigprocmask.c (sigprocmask): Fix typo.
3318
3319         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
3320
3321         * modules/clean-temp (Makefile.am): Don't add to make output...
3322         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
3323         config.h.
3324
3325 2006-10-17  Bruno Haible  <bruno@clisp.org>
3326
3327         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
3328         differently if DEFAULT_TEXT_DOMAIN is set.
3329
3330 2006-10-16  Bruno Haible  <bruno@clisp.org>
3331
3332         * lib/clean-temp.c: Include fwriteerror.h.
3333
3334 2006-10-16  Bruno Haible  <bruno@clisp.org>
3335
3336         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
3337
3338 2006-10-16  Bruno Haible  <bruno@clisp.org>
3339
3340         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
3341         * lib/sigprocmask.h: Include <sys/types.h>.
3342         (sigset_t): Use the system's definition if present.
3343
3344 2006-10-17  Eric Blake  <ebb9@byu.net>
3345
3346         * lib/xvasprintf.c (includes): Assume config.h.
3347         * lib/xasprintf.c (includes): Likewise.
3348
3349 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
3350
3351         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
3352         at least as wide as intmax_t.
3353
3354 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
3355
3356         (Imported from Automake.)
3357         * build-aux/gnupload: Update to version 1.1 of directive file.
3358
3359 2006-10-16  Eric Blake  <ebb9@byu.net>
3360
3361         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
3362         match Automake 1.10a.
3363
3364 2006-10-14  Bruno Haible  <bruno@clisp.org>
3365
3366         * modules/sigprocmask: New file.
3367         * lib/sigprocmask.h: New file.
3368         * lib/sigprocmask.c: New file.
3369         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
3370         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
3371         request sigprocmask.o.
3372         (gl_PREREQ_SIGPROCMASK): New macro.
3373         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
3374         (Depends-on): Add sigprocmask.
3375         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
3376         gt_SIGNALBLOCKING. Test for 'raise' only once.
3377         * lib/fatal-signal.c: Include sigprocmask.h.
3378         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
3379         unblock_fatal_signals): Define always.
3380         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3381         sigprocmask.
3382
3383 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
3384
3385         Sync from Automake.
3386         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
3387         which incorrectly sets the mode of an existing destination
3388         directory.  In some cases the unpatched install-sh could do the
3389         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
3390         system.  We hope this is rare in practice, but it's clearly worth
3391         fixing.  Problem reported by Alex Unleashed in
3392         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
3393         Also, don't bother to check for -m bugs unless we're using -m;
3394         suggested by Stepan Kasal.
3395
3396 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3397
3398         Sync from Automake.
3399         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
3400         `-c' flag, so they appear at the same position as in %FASTDEP%
3401         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
3402         which ignores unknown options only after the first non-option.
3403         Bug report against M4 by Nelson H. F. Beebe.
3404
3405 2006-10-13  Jim Meyering  <jim@meyering.net>
3406
3407         Fix a bug in yesterday's change.
3408         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
3409         p->fts_statp->st_dev would be used uninitialized.
3410         Ensures that we always call fts_stat on the very first entry.
3411         Miklos Szeredi reported that find -xdev stopped working.
3412
3413 2006-10-12  Bruno Haible  <bruno@clisp.org>
3414
3415         * gnulib-tool (func_get_automake_snippet): Append an automatically
3416         computed EXTRA_DIST augmentation.
3417         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
3418         * modules/alloca-opt (Makefile.am): Likewise.
3419         * modules/allocsa (Makefile.am): Likewise.
3420         * modules/arcfour (Makefile.am): Likewise.
3421         * modules/arctwo (Makefile.am): Likewise.
3422         * modules/argmatch (Makefile.am): Likewise.
3423         * modules/argz (Makefile.am): Likewise.
3424         * modules/atexit (Makefile.am): Likewise.
3425         * modules/backupfile (Makefile.am): Likewise.
3426         * modules/byteswap (Makefile.am): Likewise.
3427         * modules/c-strtod (Makefile.am): Likewise.
3428         * modules/c-strtold (Makefile.am): Likewise.
3429         * modules/calloc (Makefile.am): Likewise.
3430         * modules/canon-host (Makefile.am): Likewise.
3431         * modules/canonicalize (Makefile.am): Likewise.
3432         * modules/chdir-long (Makefile.am): Likewise.
3433         * modules/chdir-safer (Makefile.am): Likewise.
3434         * modules/check-version (Makefile.am): Likewise.
3435         * modules/chown (Makefile.am): Likewise.
3436         * modules/cloexec (Makefile.am): Likewise.
3437         * modules/close-stream (Makefile.am): Likewise.
3438         * modules/closeout (Makefile.am): Likewise.
3439         * modules/crc (Makefile.am): Likewise.
3440         * modules/csharpexec (Makefile.am): Likewise.
3441         * modules/cycle-check (Makefile.am): Likewise.
3442         * modules/des (Makefile.am): Likewise.
3443         * modules/dev-ino (Makefile.am): Likewise.
3444         * modules/dirfd (Makefile.am): Likewise.
3445         * modules/dirname (Makefile.am): Likewise.
3446         * modules/dup2 (Makefile.am): Likewise.
3447         * modules/eealloc (Makefile.am): Likewise.
3448         * modules/error (Makefile.am): Likewise.
3449         * modules/euidaccess (Makefile.am): Likewise.
3450         * modules/exclude (Makefile.am): Likewise.
3451         * modules/exitfail (Makefile.am): Likewise.
3452         * modules/fcntl-safer (Makefile.am): Likewise.
3453         * modules/fcntl (Makefile.am): Likewise.
3454         * modules/file-type (Makefile.am): Likewise.
3455         * modules/fileblocks (Makefile.am): Likewise.
3456         * modules/filemode (Makefile.am): Likewise.
3457         * modules/filenamecat (Makefile.am): Likewise.
3458         * modules/fnmatch (Makefile.am): Likewise.
3459         * modules/fopen-safer (Makefile.am): Likewise.
3460         * modules/fpending (Makefile.am): Likewise.
3461         * modules/fprintftime (Makefile.am): Likewise.
3462         * modules/free (Makefile.am): Likewise.
3463         * modules/fsusage (Makefile.am): Likewise.
3464         * modules/ftruncate (Makefile.am): Likewise.
3465         * modules/fts (Makefile.am): Likewise.
3466         * modules/gc-arcfour (Makefile.am): Likewise.
3467         * modules/gc-des (Makefile.am): Likewise.
3468         * modules/gc-hmac-md5 (Makefile.am): Likewise.
3469         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
3470         * modules/gc-md4 (Makefile.am): Likewise.
3471         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3472         * modules/gc-sha1 (Makefile.am): Likewise.
3473         * modules/gc (Makefile.am): Likewise.
3474         * modules/getaddrinfo (Makefile.am): Likewise.
3475         * modules/getcwd (Makefile.am): Likewise.
3476         * modules/getdelim (Makefile.am): Likewise.
3477         * modules/getdomainname (Makefile.am): Likewise.
3478         * modules/getgroups (Makefile.am): Likewise.
3479         * modules/gethostname (Makefile.am): Likewise.
3480         * modules/gethrxtime (Makefile.am): Likewise.
3481         * modules/getline (Makefile.am): Likewise.
3482         * modules/getloadavg (Makefile.am): Likewise.
3483         * modules/getlogin_r (Makefile.am): Likewise.
3484         * modules/getndelim2 (Makefile.am): Likewise.
3485         * modules/getopt (Makefile.am): Likewise.
3486         * modules/getpagesize (Makefile.am): Likewise.
3487         * modules/getpass-gnu (Makefile.am): Likewise.
3488         * modules/getpass (Makefile.am): Likewise.
3489         * modules/getsubopt (Makefile.am): Likewise.
3490         * modules/gettime (Makefile.am): Likewise.
3491         * modules/gettimeofday (Makefile.am): Likewise.
3492         * modules/getugroups (Makefile.am): Likewise.
3493         * modules/getusershell (Makefile.am): Likewise.
3494         * modules/glob (Makefile.am): Likewise.
3495         * modules/group-member (Makefile.am): Likewise.
3496         * modules/hard-locale (Makefile.am): Likewise.
3497         * modules/hash (Makefile.am): Likewise.
3498         * modules/hmac-md5 (Makefile.am): Likewise.
3499         * modules/hmac-sha1 (Makefile.am): Likewise.
3500         * modules/human (Makefile.am): Likewise.
3501         * modules/idcache (Makefile.am): Likewise.
3502         * modules/imaxabs (Makefile.am): Likewise.
3503         * modules/imaxdiv (Makefile.am): Likewise.
3504         * modules/inet_ntop (Makefile.am): Likewise.
3505         * modules/inet_pton (Makefile.am): Likewise.
3506         * modules/intprops (Makefile.am): Likewise.
3507         * modules/inttostr (Makefile.am): Likewise.
3508         * modules/inttypes (Makefile.am): Likewise.
3509         * modules/isapipe (Makefile.am): Likewise.
3510         * modules/javaversion (Makefile.am): Likewise.
3511         * modules/lchmod (Makefile.am): Likewise.
3512         * modules/lchown (Makefile.am): Likewise.
3513         * modules/localcharset (Makefile.am): Likewise.
3514         * modules/long-options (Makefile.am): Likewise.
3515         * modules/lstat (Makefile.am): Likewise.
3516         * modules/malloc (Makefile.am): Likewise.
3517         * modules/mathl (Makefile.am): Likewise.
3518         * modules/mbchar (Makefile.am): Likewise.
3519         * modules/md2 (Makefile.am): Likewise.
3520         * modules/md4 (Makefile.am): Likewise.
3521         * modules/md5 (Makefile.am): Likewise.
3522         * modules/memcasecmp (Makefile.am): Likewise.
3523         * modules/memchr (Makefile.am): Likewise.
3524         * modules/memcmp (Makefile.am): Likewise.
3525         * modules/memcoll (Makefile.am): Likewise.
3526         * modules/memcpy (Makefile.am): Likewise.
3527         * modules/memmem (Makefile.am): Likewise.
3528         * modules/memmove (Makefile.am): Likewise.
3529         * modules/mempcpy (Makefile.am): Likewise.
3530         * modules/memrchr (Makefile.am): Likewise.
3531         * modules/memset (Makefile.am): Likewise.
3532         * modules/memxor (Makefile.am): Likewise.
3533         * modules/mkancesdirs (Makefile.am): Likewise.
3534         * modules/mkdir-p (Makefile.am): Likewise.
3535         * modules/mkdir (Makefile.am): Likewise.
3536         * modules/mkdtemp (Makefile.am): Likewise.
3537         * modules/mkstemp (Makefile.am): Likewise.
3538         * modules/mktime (Makefile.am): Likewise.
3539         * modules/modechange (Makefile.am): Likewise.
3540         * modules/mountlist (Makefile.am): Likewise.
3541         * modules/nanosleep (Makefile.am): Likewise.
3542         * modules/obstack (Makefile.am): Likewise.
3543         * modules/openat (Makefile.am): Likewise.
3544         * modules/pagealign_alloc (Makefile.am): Likewise.
3545         * modules/pathmax (Makefile.am): Likewise.
3546         * modules/physmem (Makefile.am): Likewise.
3547         * modules/poll (Makefile.am): Likewise.
3548         * modules/posixtm (Makefile.am): Likewise.
3549         * modules/posixver (Makefile.am): Likewise.
3550         * modules/putenv (Makefile.am): Likewise.
3551         * modules/quote (Makefile.am): Likewise.
3552         * modules/quotearg (Makefile.am): Likewise.
3553         * modules/raise (Makefile.am): Likewise.
3554         * modules/read-file (Makefile.am): Likewise.
3555         * modules/readline (Makefile.am): Likewise.
3556         * modules/readlink (Makefile.am): Likewise.
3557         * modules/readtokens (Makefile.am): Likewise.
3558         * modules/readutmp (Makefile.am): Likewise.
3559         * modules/realloc (Makefile.am): Likewise.
3560         * modules/regex (Makefile.am): Likewise.
3561         * modules/rename-dest-slash (Makefile.am): Likewise.
3562         * modules/rename (Makefile.am): Likewise.
3563         * modules/rijndael (Makefile.am): Likewise.
3564         * modules/rmdir (Makefile.am): Likewise.
3565         * modules/rpmatch (Makefile.am): Likewise.
3566         * modules/safe-read (Makefile.am): Likewise.
3567         * modules/safe-write (Makefile.am): Likewise.
3568         * modules/same-inode (Makefile.am): Likewise.
3569         * modules/same (Makefile.am): Likewise.
3570         * modules/save-cwd (Makefile.am): Likewise.
3571         * modules/savedir (Makefile.am): Likewise.
3572         * modules/setenv (Makefile.am): Likewise.
3573         * modules/settime (Makefile.am): Likewise.
3574         * modules/sha1 (Makefile.am): Likewise.
3575         * modules/sig2str (Makefile.am): Likewise.
3576         * modules/snprintf (Makefile.am): Likewise.
3577         * modules/stat-macros (Makefile.am): Likewise.
3578         * modules/stat-time (Makefile.am): Likewise.
3579         * modules/stdbool (Makefile.am): Likewise.
3580         * modules/stdint (Makefile.am): Likewise.
3581         * modules/stdlib-safer (Makefile.am): Likewise.
3582         * modules/stpcpy (Makefile.am): Likewise.
3583         * modules/stpncpy (Makefile.am): Likewise.
3584         * modules/strcase (Makefile.am): Likewise.
3585         * modules/strcasestr (Makefile.am): Likewise.
3586         * modules/strchrnul (Makefile.am): Likewise.
3587         * modules/strcspn (Makefile.am): Likewise.
3588         * modules/strdup (Makefile.am): Likewise.
3589         * modules/strerror (Makefile.am): Likewise.
3590         * modules/strftime (Makefile.am): Likewise.
3591         * modules/strndup (Makefile.am): Likewise.
3592         * modules/strnlen (Makefile.am): Likewise.
3593         * modules/strpbrk (Makefile.am): Likewise.
3594         * modules/strsep (Makefile.am): Likewise.
3595         * modules/strstr (Makefile.am): Likewise.
3596         * modules/strtod (Makefile.am): Likewise.
3597         * modules/strtoimax (Makefile.am): Likewise.
3598         * modules/strtok_r (Makefile.am): Likewise.
3599         * modules/strtol (Makefile.am): Likewise.
3600         * modules/strtoll (Makefile.am): Likewise.
3601         * modules/strtoul (Makefile.am): Likewise.
3602         * modules/strtoull (Makefile.am): Likewise.
3603         * modules/strtoumax (Makefile.am): Likewise.
3604         * modules/strverscmp (Makefile.am): Likewise.
3605         * modules/sys_socket (Makefile.am): Likewise.
3606         * modules/sys_stat (Makefile.am): Likewise.
3607         * modules/sysexits (Makefile.am): Likewise.
3608         * modules/time_r (Makefile.am): Likewise.
3609         * modules/timegm (Makefile.am): Likewise.
3610         * modules/timespec (Makefile.am): Likewise.
3611         * modules/tmpfile-safer (Makefile.am): Likewise.
3612         * modules/trim (Makefile.am): Likewise.
3613         * modules/unistd-safer (Makefile.am): Likewise.
3614         * modules/unlinkdir (Makefile.am): Likewise.
3615         * modules/unlocked-io (Makefile.am): Likewise.
3616         * modules/userspec (Makefile.am): Likewise.
3617         * modules/utime (Makefile.am): Likewise.
3618         * modules/utimecmp (Makefile.am): Likewise.
3619         * modules/utimens (Makefile.am): Likewise.
3620         * modules/vasnprintf (Makefile.am): Likewise.
3621         * modules/vasprintf (Makefile.am): Likewise.
3622         * modules/vsnprintf (Makefile.am): Likewise.
3623         * modules/xalloc (Makefile.am): Likewise.
3624         * modules/xgetcwd (Makefile.am): Likewise.
3625         * modules/xnanosleep (Makefile.am): Likewise.
3626         * modules/xreadlink (Makefile.am): Likewise.
3627         * modules/xstrtod (Makefile.am): Likewise.
3628         * modules/xstrtol (Makefile.am): Likewise.
3629         * modules/xstrtold (Makefile.am): Likewise.
3630         * modules/yesno (Makefile.am): Likewise.
3631         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
3632
3633 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3634
3635         * modules/error (Makefile.am): Distribute files through
3636         EXTRA_DIST, not lib_SOURCES.
3637
3638 2006-10-12  Eric Blake  <ebb9@byu.net>
3639
3640         * modules/error (Makefile.am): Distribute files in /lib.
3641         * modules/obstack (Makefile.am): Likewise.
3642
3643 2006-10-12  Bruno Haible  <bruno@clisp.org>
3644
3645         * modules/acl (Makefile.am): Distribute all files in lib/ through
3646         EXTRA_DIST.
3647         * modules/arcfour (Makefile.am): Likewise.
3648         * modules/arctwo (Makefile.am): Likewise.
3649         * modules/argmatch (Makefile.am): Likewise.
3650         * modules/argz (Makefile.am): Likewise.
3651         * modules/atexit (Makefile.am): Likewise.
3652         * modules/backupfile (Makefile.am): Likewise.
3653         * modules/c-strtod (Makefile.am): Likewise.
3654         * modules/c-strtold (Makefile.am): Likewise.
3655         * modules/calloc (Makefile.am): Likewise.
3656         * modules/canon-host (Makefile.am): Likewise.
3657         * modules/canonicalize (Makefile.am): Likewise.
3658         * modules/chdir-long (Makefile.am): Likewise.
3659         * modules/chdir-safer (Makefile.am): Likewise.
3660         * modules/check-version (Makefile.am): Likewise.
3661         * modules/chown (Makefile.am): Likewise.
3662         * modules/cloexec (Makefile.am): Likewise.
3663         * modules/close-stream (Makefile.am): Likewise.
3664         * modules/closeout (Makefile.am): Likewise.
3665         * modules/crc (Makefile.am): Likewise.
3666         * modules/cycle-check (Makefile.am): Likewise.
3667         * modules/des (Makefile.am): Likewise.
3668         * modules/dirfd (Makefile.am): Likewise.
3669         * modules/dirname (Makefile.am): Likewise.
3670         * modules/dup2 (Makefile.am): Likewise.
3671         * modules/euidaccess (Makefile.am): Likewise.
3672         * modules/exclude (Makefile.am): Likewise.
3673         * modules/exitfail (Makefile.am): Likewise.
3674         * modules/fcntl-safer (Makefile.am): Likewise.
3675         * modules/file-type (Makefile.am): Likewise.
3676         * modules/fileblocks (Makefile.am): Likewise.
3677         * modules/filemode (Makefile.am): Likewise.
3678         * modules/filenamecat (Makefile.am): Likewise.
3679         * modules/fnmatch (Makefile.am): Likewise.
3680         * modules/fopen-safer (Makefile.am): Likewise.
3681         * modules/fpending (Makefile.am): Likewise.
3682         * modules/fprintftime (Makefile.am): Likewise.
3683         * modules/free (Makefile.am): Likewise.
3684         * modules/fsusage (Makefile.am): Likewise.
3685         * modules/ftruncate (Makefile.am): Likewise.
3686         * modules/fts (Makefile.am): Likewise.
3687         * modules/gc (Makefile.am): Likewise.
3688         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3689         * modules/getaddrinfo (Makefile.am): Likewise.
3690         * modules/getcwd (Makefile.am): Likewise.
3691         * modules/getdelim (Makefile.am): Likewise.
3692         * modules/getdomainname (Makefile.am): Likewise.
3693         * modules/getgroups (Makefile.am): Likewise.
3694         * modules/gethostname (Makefile.am): Likewise.
3695         * modules/gethrxtime (Makefile.am): Likewise.
3696         * modules/getline (Makefile.am): Likewise.
3697         * modules/getloadavg (Makefile.am): Likewise.
3698         * modules/getlogin_r (Makefile.am): Likewise.
3699         * modules/getopt (Makefile.am): Likewise.
3700         * modules/getpass (Makefile.am): Likewise.
3701         * modules/getpass-gnu (Makefile.am): Likewise.
3702         * modules/getsubopt (Makefile.am): Likewise.
3703         * modules/gettime (Makefile.am): Likewise.
3704         * modules/gettimeofday (Makefile.am): Likewise.
3705         * modules/getugroups (Makefile.am): Likewise.
3706         * modules/getusershell (Makefile.am): Likewise.
3707         * modules/glob (Makefile.am): Likewise.
3708         * modules/group-member (Makefile.am): Likewise.
3709         * modules/hard-locale (Makefile.am): Likewise.
3710         * modules/hash (Makefile.am): Likewise.
3711         * modules/hmac-md5 (Makefile.am): Likewise.
3712         * modules/hmac-sha1 (Makefile.am): Likewise.
3713         * modules/human (Makefile.am): Likewise.
3714         * modules/idcache (Makefile.am): Likewise.
3715         * modules/imaxabs (Makefile.am): Likewise.
3716         * modules/imaxdiv (Makefile.am): Likewise.
3717         * modules/inet_ntop (Makefile.am): Likewise.
3718         * modules/inet_pton (Makefile.am): Likewise.
3719         * modules/inttostr (Makefile.am): Likewise.
3720         * modules/isapipe (Makefile.am): Likewise.
3721         * modules/lchown (Makefile.am): Likewise.
3722         * modules/long-options (Makefile.am): Likewise.
3723         * modules/lstat (Makefile.am): Likewise.
3724         * modules/malloc (Makefile.am): Likewise.
3725         * modules/mathl (Makefile.am): Likewise.
3726         * modules/mbchar (Makefile.am): Likewise.
3727         * modules/md2 (Makefile.am): Likewise.
3728         * modules/md4 (Makefile.am): Likewise.
3729         * modules/md5 (Makefile.am): Likewise.
3730         * modules/memcasecmp (Makefile.am): Likewise.
3731         * modules/memchr (Makefile.am): Likewise.
3732         * modules/memcmp (Makefile.am): Likewise.
3733         * modules/memcoll (Makefile.am): Likewise.
3734         * modules/memcpy (Makefile.am): Likewise.
3735         * modules/memmem (Makefile.am): Likewise.
3736         * modules/memmove (Makefile.am): Likewise.
3737         * modules/mempcpy (Makefile.am): Likewise.
3738         * modules/memrchr (Makefile.am): Likewise.
3739         * modules/memset (Makefile.am): Likewise.
3740         * modules/memxor (Makefile.am): Likewise.
3741         * modules/mkancesdirs (Makefile.am): Likewise.
3742         * modules/mkdir (Makefile.am): Likewise.
3743         * modules/mkdir-p (Makefile.am): Likewise.
3744         * modules/mkdtemp (Makefile.am): Likewise.
3745         * modules/mkstemp (Makefile.am): Likewise.
3746         * modules/mktime (Makefile.am): Likewise.
3747         * modules/modechange (Makefile.am): Likewise.
3748         * modules/mountlist (Makefile.am): Likewise.
3749         * modules/nanosleep (Makefile.am): Likewise.
3750         * modules/openat (Makefile.am): Likewise.
3751         * modules/pagealign_alloc (Makefile.am): Likewise.
3752         * modules/physmem (Makefile.am): Likewise.
3753         * modules/poll (Makefile.am): Likewise.
3754         * modules/posixtm (Makefile.am): Likewise.
3755         * modules/posixver (Makefile.am): Likewise.
3756         * modules/putenv (Makefile.am): Likewise.
3757         * modules/quote (Makefile.am): Likewise.
3758         * modules/quotearg (Makefile.am): Likewise.
3759         * modules/raise (Makefile.am): Likewise.
3760         * modules/read-file (Makefile.am): Likewise.
3761         * modules/readline (Makefile.am): Likewise.
3762         * modules/readlink (Makefile.am): Likewise.
3763         * modules/readtokens (Makefile.am): Likewise.
3764         * modules/readutmp (Makefile.am): Likewise.
3765         * modules/realloc (Makefile.am): Likewise.
3766         * modules/regex (Makefile.am): Likewise.
3767         * modules/rename (Makefile.am): Likewise.
3768         * modules/rename-dest-slash (Makefile.am): Likewise.
3769         * modules/rijndael (Makefile.am): Likewise.
3770         * modules/rmdir (Makefile.am): Likewise.
3771         * modules/rpmatch (Makefile.am): Likewise.
3772         * modules/safe-read (Makefile.am): Likewise.
3773         * modules/safe-write (Makefile.am): Likewise.
3774         * modules/same (Makefile.am): Likewise.
3775         * modules/save-cwd (Makefile.am): Likewise.
3776         * modules/savedir (Makefile.am): Likewise.
3777         * modules/setenv (Makefile.am): Likewise.
3778         * modules/settime (Makefile.am): Likewise.
3779         * modules/sha1 (Makefile.am): Likewise.
3780         * modules/sig2str (Makefile.am): Likewise.
3781         * modules/snprintf (Makefile.am): Likewise.
3782         * modules/stdlib-safer (Makefile.am): Likewise.
3783         * modules/stpcpy (Makefile.am): Likewise.
3784         * modules/stpncpy (Makefile.am): Likewise.
3785         * modules/strcase (Makefile.am): Likewise.
3786         * modules/strcasestr (Makefile.am): Likewise.
3787         * modules/strchrnul (Makefile.am): Likewise.
3788         * modules/strcspn (Makefile.am): Likewise.
3789         * modules/strdup (Makefile.am): Likewise.
3790         * modules/strerror (Makefile.am): Likewise.
3791         * modules/strftime (Makefile.am): Likewise.
3792         * modules/strndup (Makefile.am): Likewise.
3793         * modules/strnlen (Makefile.am): Likewise.
3794         * modules/strpbrk (Makefile.am): Likewise.
3795         * modules/strsep (Makefile.am): Likewise.
3796         * modules/strstr (Makefile.am): Likewise.
3797         * modules/strtod (Makefile.am): Likewise.
3798         * modules/strtoimax (Makefile.am): Likewise.
3799         * modules/strtok_r (Makefile.am): Likewise.
3800         * modules/strtol (Makefile.am): Likewise.
3801         * modules/strtoll (Makefile.am): Likewise.
3802         * modules/strtoul (Makefile.am): Likewise.
3803         * modules/strtoull (Makefile.am): Likewise.
3804         * modules/strtoumax (Makefile.am): Likewise.
3805         * modules/strverscmp (Makefile.am): Likewise.
3806         * modules/time_r (Makefile.am): Likewise.
3807         * modules/timegm (Makefile.am): Likewise.
3808         * modules/tmpfile-safer (Makefile.am): Likewise.
3809         * modules/unistd-safer (Makefile.am): Likewise.
3810         * modules/unlinkdir (Makefile.am): Likewise.
3811         * modules/userspec (Makefile.am): Likewise.
3812         * modules/utime (Makefile.am): Likewise.
3813         * modules/utimecmp (Makefile.am): Likewise.
3814         * modules/utimens (Makefile.am): Likewise.
3815         * modules/vasnprintf (Makefile.am): Likewise.
3816         * modules/vasprintf (Makefile.am): Likewise.
3817         * modules/vsnprintf (Makefile.am): Likewise.
3818         * modules/xalloc (Makefile.am): Likewise.
3819         * modules/xgetcwd (Makefile.am): Likewise.
3820         * modules/xnanosleep (Makefile.am): Likewise.
3821         * modules/xreadlink (Makefile.am): Likewise.
3822         * modules/xstrtod (Makefile.am): Likewise.
3823         * modules/xstrtol (Makefile.am): Likewise.
3824         * modules/xstrtold (Makefile.am): Likewise.
3825         * modules/yesno (Makefile.am): Likewise.
3826
3827 2006-10-12  Jim Meyering  <jim@meyering.net>
3828
3829         * m4/getloadavg.m4: Revert the change below.
3830
3831         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
3832         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
3833         fail with a symlink, which is what coreutils' ./bootstrap now
3834         creates by default.
3835
3836 2006-10-12  Bruno Haible  <bruno@clisp.org>
3837
3838         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
3839         mingw.
3840         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
3841         MSVC and mingw explicitly.
3842
3843 2006-10-11  Simon Josefsson  <jas@extundo.com>
3844             Bruno Haible  <bruno@clisp.org>
3845
3846         Add support for multiple gnulib-tool invocations in the scope of a
3847         single configure.ac file.
3848         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
3849         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
3850         with the same contents as the _LIBADD variable.
3851         (func_emit_initmacro_start, func_emit_initmacro_end,
3852         func_emit_initmacro_done): New functions.
3853         (func_import, func_create_testdir): Invoke them. Allow the identifiers
3854         gl_LIBOBJS and gl_LTLIBOBJS.
3855
3856 2006-10-11  Bruno Haible  <bruno@clisp.org>
3857
3858         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
3859         (func_create_testdir): Don't create po/Makefile.am, don't invoke
3860         autoreconf. Instead, invoke autopoint explicitly but move back the
3861         *.m4 files from gnulib.
3862
3863 2006-10-11  Bruno Haible  <bruno@clisp.org>
3864
3865         * gnulib-tool (func_usage): Make module names after --create-testdir
3866         optional.
3867         (func_create_testdir): If no module was specified, use nearly all
3868         modules.
3869
3870 2006-10-12  Jim Meyering  <jim@meyering.net>
3871
3872         Big performance improvement for fts-based tools that use FTS_NOSTAT.
3873         Avoid spurious inode-mismatch problems on non-POSIX file systems.
3874         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
3875         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
3876         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
3877         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
3878         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
3879         (fts_set_stat_required): New function.
3880         (fts_open): Defer the calls to fts_stat, if possible or requested.
3881         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
3882         into fts_stat itself.
3883         (fts_read): Perform any required (deferred) fts_stat call.
3884         (fts_build): Likewise, for the directory we're about to open and read.
3885         In the readdir loop, carefully decide whether each entry will require
3886         an eventual call to fts_stat, using dirent.d_type info if available.
3887         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
3888         a command line argument into this function.  Update all callers.
3889         Map a return value of FTS_DOT to FTS_D for a command line argument.
3890         * modules/fts (Depends-on): Add d-type.  Alphabetize.
3891         Thanks to Miklos Szeredi for his tenacity and for the initial
3892         bug report about "find" failing on a FUSE-based file system.
3893
3894         * lib/fts.c (fts_open): Use consistent indentation.
3895
3896 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3897
3898         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
3899         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
3900         reported by Jim Meyering.  All uses of cache variables renamed
3901         to match Autoconf's.
3902         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
3903         the other one.
3904
3905         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
3906         Fix misspelling in diagnostic.
3907
3908 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3909
3910         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
3911         defined.  Problem reported by Matthew Woehlke.
3912
3913         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
3914         Add support for Tandem NonStop R series.
3915         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
3916         Use new macro.
3917
3918         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
3919         (has_trailing_slash): Omit size arg; all callers changed.
3920         Omit 'inline', since it doesn't help performance and we'd
3921         need to configure it.
3922         Don't count //, ///, etc. as having a trailing slash.
3923         As a side effect, this removes a C99ism reported by Matthew Woehlke.
3924         (rpl_rename_dest_slash): On failure, use rename's errno rather
3925         than (in some cases) an incorrect or junk errno.
3926         Simplify code by removing need to compute length; this does
3927         cause it to make two passes instead of one over the file name,
3928         but it's worth it.
3929
3930         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
3931         change, since Autoconf's version may no longer be appropriate now
3932         that we are using CVS Autoconf's version.  Add support for Tandem.
3933
3934 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3935             Bruno Haible  <bruno@clisp.org>
3936
3937         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
3938         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
3939         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
3940         gl_AC_TYPE_LONG_LONG.
3941
3942         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
3943         instead of HAVE_LONG_LONG.
3944         * lib/printf-args.c (printf_fetchargs): Likewise.
3945         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
3946         * lib/vasnprintf.c (VASNPRINTF): Likewise.
3947         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
3948         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
3949         gl_AC_TYPE_LONG_LONG.
3950
3951 2006-10-11  Bruno Haible  <bruno@clisp.org>
3952
3953         * m4/longlong.m4: Add comments.
3954         * m4/ulonglong.m4: Likewise.
3955
3956 2006-10-10  Bruno Haible  <bruno@clisp.org>
3957
3958         Make it possible to #define stpcpy, strdup to aliases.
3959         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
3960         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
3961
3962 2006-10-10  Bruno Haible  <bruno@clisp.org>
3963
3964         Make it possible to #define gcd to an alias.
3965         * lib/gcd.c: Include config.h.
3966
3967 2006-10-10  Bruno Haible  <bruno@clisp.org>
3968
3969         Make it possible to #define c_isascii to an alias.
3970         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
3971         defined. Undefine the macros before defining them, to avoid gcc
3972         warnings.
3973         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
3974         define NO_C_CTYPE_MACROS early.
3975
3976 2006-10-10  Bruno Haible  <bruno@clisp.org>
3977
3978         Make it possible to #define set_program_name to an alias.
3979         * lib/progname.c: Don't undefine set_program_name; instead, undefine
3980         ENABLE_RELOCATABLE early.
3981
3982 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
3983
3984         Port to Tandem NSK OSS, which has 64-bit signed int but at most
3985         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
3986         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
3987         More generally, don't assume that 64-bit signed int is available
3988         if unsigned int is, and vice versa.
3989         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
3990         unsigned symbols, not on their signed counterparts.
3991         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
3992         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
3993         (UINT64_C, UINTMAX_C):
3994         Likewise.
3995         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
3996         unsigned counterparts.
3997         (Have_long_long, Unsigned): New macros.
3998         (Int): Renamed from INT.
3999         (strtoimax): Use the new macros.
4000         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
4001         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
4002         * modules/inttypes (inttypes.h): Substitute
4003         HAVE_UNSIGNED_LONG_LONG_INT.
4004         * modules/stdint (stdint.h): Likewise.
4005         (Files): Add m4/ulonglong.m4.
4006
4007 2006-10-10  Bruno Haible  <bruno@clisp.org>
4008
4009         Fix a gcc -Wshadow warning.
4010         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
4011         to 'bucket'.
4012         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
4013         gl_linked_indexof_from_to): Likewise.
4014         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
4015         Likewise.
4016         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
4017         Likewise.
4018         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
4019         Reported by Eric Blake.
4020
4021 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
4022
4023         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
4024         for NetBSD.  Problem reported by Bruno Haible.
4025
4026 2006-10-09  Jim Meyering  <jim@meyering.net>
4027
4028         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
4029         Patch from Bruno Haible.
4030
4031 2006-10-09  Jim Meyering  <jim@meyering.net>
4032
4033         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
4034         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
4035         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
4036
4037 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4038
4039         Don't include <config.h> twice; this doesn't work in some cases,
4040         e.g., when config.h has "#define intmax_t long long int" and
4041         we include <config.h>, <inttypes.h>, <config.h> in that order.
4042         Problem reported by Matthew Woehlke in:
4043         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
4044         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
4045         * lib/fts-cycle.c: Don't include config.h.
4046         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
4047         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
4048         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
4049         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
4050         inttypes.h.
4051         * lib/xstrtoumax.c: Likewise.
4052         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
4053         __strtol and the like, so that this module is more like its siblings.
4054         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
4055         Remove; no longer needed now that we assume gnulib inttypes.h.
4056
4057 2006-10-08  Bruno Haible  <bruno@clisp.org>
4058
4059         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
4060         option.
4061
4062 2006-10-07  Jim Meyering  <jim@meyering.net>
4063
4064         * modules/inttypes (inttypes.h): Revert what seems to have been
4065         an inadvertent part of today's change: use "|", not "/" in the
4066         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
4067
4068 2006-10-07  Bruno Haible  <bruno@clisp.org>
4069
4070         * modules/sublist: New file.
4071
4072 2006-10-07  Bruno Haible  <bruno@clisp.org>
4073
4074         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
4075         * modules/argz (argz.h): Likewise.
4076         * modules/arpa_inet (arpa/inet.h): Likewise.
4077         * modules/byteswap (byteswap.h): Likewise.
4078         * modules/configmake (configmake.h): Likewise.
4079         * modules/fcntl (fcntl.h): Likewise.
4080         * modules/fnmatch (fnmatch.h): Likewise.
4081         * modules/getopt (getopt.h): Likewise.
4082         * modules/glob (glob.h): Likewise.
4083         * modules/inttypes (inttypes.h): Likewise.
4084         * modules/netinet_in (netinet/in.h): Likewise.
4085         * modules/poll (poll.h): Likewise.
4086         * modules/stdbool (stdbool.h): Likewise.
4087         * modules/stdint (stdint.h): Likewise.
4088         * modules/sys_select (sys/select.h): Likewise.
4089         * modules/sys_socket (sys/socket.h): Likewise.
4090         * modules/sys_stat (sys/stat.h): Likewise.
4091         * modules/sysexits (sysexits.h): Likewise.
4092         * modules/unistd (unistd.h): Likewise.
4093         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4094         Add a "DO NOT EDIT" comment to the generated file.
4095         (func_import): Likewise for gnulib-comp.m4.
4096
4097 2006-10-07  Bruno Haible  <bruno@clisp.org>
4098
4099         * lib/gl_sublist.h: New file.
4100         * lib/gl_sublist.c: New file.
4101
4102 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
4103
4104         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
4105         name (relative to the original working directory) and the file
4106         name component (relative to the temporary working directory).  All
4107         callers changed.
4108         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
4109         * lib/mkdir-p.c (make_dir_parents): Likewise.
4110         * lib/mkdir-p.h (make_dir_parents): Likewise.
4111
4112 2006-10-06  Eric Blake  <ebb9@byu.net>
4113
4114         Define several macros for use by the clean-temp module.
4115         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
4116         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
4117         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
4118
4119         * lib/clean-temp.h (close_stream_temp): New declaration.
4120         * lib/clean-temp.c (includes): Pull in headers according to what
4121         other modules are in use.
4122         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
4123
4124 2006-10-06  Bruno Haible  <bruno@clisp.org>
4125
4126         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
4127         instead of fopen, fwriteerror.
4128
4129 2006-10-06  Bruno Haible  <bruno@clisp.org>
4130
4131         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
4132         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
4133         int.
4134         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
4135         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
4136         Return an error indicator.
4137         Suggested by Eric Blake.
4138
4139 2006-10-06  Bruno Haible  <bruno@clisp.org>
4140
4141         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
4142         Reported by Eric Blake.
4143
4144 2006-10-06  Bruno Haible  <bruno@clisp.org>
4145
4146         * modules/closeout (Description): Mention stderr too.
4147
4148 2006-10-06  Bruno Haible  <bruno@clisp.org>
4149         and Paul Eggert  <eggert@cs.ucla.edu>
4150
4151         * lib/closeout.c (close_stdout): Also close stderr.
4152         * lib/closeout.h: Update comment.
4153
4154 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
4155
4156         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
4157         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
4158         * lib/dirchownmod.c: Include lchown.h.
4159         * lib/lchown.c: Don't include files that lchown.h now includes.
4160         Don't declare chown, since lchown.h now does that.
4161         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
4162         (lchown): Define to rpl_chown if lchown is declared but
4163         does not exist.  Declare using a prototype if lchown is not
4164         declared.  Add a copyright notice.
4165         * lib/mkstemp.h: Include <unistd.h>.
4166         * lib/openat.c: Include lchown.h.
4167
4168         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
4169         we now test for that separately.
4170         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
4171         rather than O_NOFOLLOW, when testing whether it's possible to
4172         avoid a race condition reliably.
4173         * lib/savewd.c (savewd_chdir): Likewise.
4174
4175         Remove macros that are no longer needed now that stdint.h is
4176         reliable.
4177         * lib/fsusage.c (UINTMAX_MAX): Remove.
4178         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
4179         * lib/utimecmp.c (SIZE_MAX): Remove.
4180
4181         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
4182
4183         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
4184         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
4185         O_NOATIME works.
4186
4187 2006-10-05  Bruno Haible  <bruno@clisp.org>
4188
4189         * lib/gl_list.h (gl_sortedlist_search_from_to,
4190         gl_sortedlist_indexof_from_to): New declarations.
4191         (gl_list_implementation): New fields sortedlist_search_from_to,
4192         sortedlist_indexof_from_to.
4193         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
4194         inline functions.
4195         * lib/gl_list.c (gl_sortedlist_search_from_to,
4196         gl_sortedlist_indexof_from_to): New functions.
4197         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
4198         function.
4199         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
4200         (gl_array_sortedlist_search_from_to): New function.
4201         (gl_array_list_implementation): Update.
4202         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
4203         function.
4204         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
4205         (gl_carray_sortedlist_search_from_to): New function.
4206         (gl_carray_list_implementation): Update.
4207         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
4208         gl_linked_sortedlist_indexof_from_to): New functions.
4209         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4210         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4211         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
4212         gl_tree_sortedlist_indexof_from_to): New functions.
4213         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4214         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4215         Update.
4216         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4217         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
4218         Update.
4219
4220 2006-10-05  Bruno Haible  <bruno@clisp.org>
4221
4222         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
4223         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
4224         (struct gl_list_implementation): Add fields search_from_to,
4225         indexof_from_to. Remove fields search, indexof.
4226         (gl_list_search): Use the search_from_to method.
4227         (gl_list_search_from, gl_list_search_from_to): New functions.
4228         (gl_list_indexof): Use the indexof_from_to method.
4229         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4230         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
4231         (gl_list_search_from, gl_list_search_from_to): New functions.
4232         (gl_list_indexof): Use the indexof_from_to method.
4233         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4234         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
4235         gl_array_indexof. Add start_index, end_index arguments.
4236         (gl_array_search_from_to): Renamed from gl_array_search. Add
4237         start_index, end_index arguments.
4238         (gl_array_remove, gl_array_list_implementation): Update.
4239         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
4240         gl_carray_indexof. Add start_index, end_index arguments.
4241         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
4242         start_index, end_index arguments.
4243         (gl_carray_remove, gl_carray_list_implementation): Update.
4244         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
4245         gl_linked_search. Add start_index, end_index arguments.
4246         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
4247         start_index, end_index arguments.
4248         (gl_linked_remove): Update.
4249         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4250         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4251         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
4252         field to 'size_t'.
4253         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
4254         gl_tree_search. Add start_index, end_index arguments.
4255         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4256         start_index, end_index arguments.
4257         (gl_tree_remove): Update.
4258         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4259         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4260         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
4261         function.
4262         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
4263         gl_tree_search. Add start_index, end_index arguments.
4264         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4265         start_index, end_index arguments.
4266         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4267         Update.
4268         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
4269
4270 2006-10-05  Bruno Haible  <bruno@clisp.org>
4271
4272         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
4273
4274         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
4275         fwriteerror_temp): New declarations.
4276         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
4277         (descriptors): New variable.
4278         (cleanup): First, close the descriptors.
4279         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
4280         fclose_temp, fwriteerror_temp): New functions.
4281
4282 2006-10-04  Jim Meyering  <jim@meyering.net>
4283
4284         * lib/fts.c (fts_open): Tiny comment change.
4285
4286 2006-10-04  Bruno Haible  <bruno@clisp.org>
4287
4288         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
4289         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
4290         gl_LOCK_BODY.
4291         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
4292         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
4293         gl_LOCK_EARLY_BODY.
4294         (gl_LOCK): Require gl_LOCK_BODY.
4295
4296 2006-10-04  Bruno Haible  <bruno@clisp.org>
4297
4298         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
4299         (gl_oset_search_atleast): New declaration.
4300         (struct gl_oset_implementation): Add field 'search_atleast'.
4301         (gl_oset_search_atleast): New inline function.
4302         * lib/gl_oset.c (gl_oset_search_atleast): New function.
4303         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
4304         (gl_array_oset_implementation): Update.
4305         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
4306         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
4307         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
4308
4309 2006-10-04  Bruno Haible  <bruno@clisp.org>
4310
4311         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
4312
4313 2006-10-03  Bruno Haible  <bruno@clisp.org>
4314
4315         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
4316         from gl_avltreehash_list_implementation.
4317
4318 2006-10-03  Bruno Haible  <bruno@clisp.org>
4319
4320         * lib/gl_oset.c (gl_oset_add): Fix return type.
4321
4322 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
4323
4324         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
4325
4326 2006-10-02  Eric Blake  <ebb9@byu.net>
4327
4328         * modules/strnlen (Depends-on): Add extensions.
4329
4330 2006-10-02  Eric Blake  <ebb9@byu.net>
4331
4332         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
4333         definition in 2.60+.
4334
4335 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
4336
4337         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
4338         checks.
4339
4340 2006-10-02  Bruno Haible  <bruno@clisp.org>
4341
4342         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
4343         to the AUTOMAKE_OPTIONS.
4344         Reported by Jim Meyering.
4345
4346 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
4347
4348         Work around bug in Solaris 10 /proc file system:
4349         /proc/self/fd/NNN/.. isn't the parent directory of
4350         the directory whose file descriptor is NNN.  This needs to
4351         be worked around at run time, not compile time, since a
4352         program might be built on Solaris 8, where things work, and
4353         run on Solaris 10.
4354         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
4355         to use the following interface instead:
4356         (OPENAT_BUFFER_SIZE): New macro.
4357         (openat_proc_name): New function.
4358         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
4359         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
4360         Likewise.
4361         * lib/openat-proc.c: New file.
4362         * modules/openat (Files): Add lib/openat-proc.c.
4363         (Depends-on): Add same-inode, stdbool.
4364         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
4365
4366 2006-09-29  Bruno Haible  <bruno@clisp.org>
4367
4368         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
4369         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
4370         argument. Set stdout_closed before testing for ferror, not after.
4371         (fwriteerror, fwriteerror_no_ebadf): New functions.
4372
4373 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4374
4375         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
4376
4377 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
4378
4379         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
4380         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
4381
4382 2006-09-28  Jim Meyering  <jim@meyering.net>
4383
4384         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
4385         Include <unistd.h>.
4386
4387 2006-09-28  Bruno Haible  <bruno@clisp.org>
4388
4389         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
4390         * modules/linkedhash-list (Depends-on): Likewise.
4391         * modules/rbtreehash-list (Depends-on): Likewise.
4392
4393 2006-09-28  Bruno Haible  <bruno@clisp.org>
4394
4395         * lib/strndup.h: Simplify the redefinition of strndup.
4396         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
4397         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
4398
4399 2006-09-28  Bruno Haible  <bruno@clisp.org>
4400
4401         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
4402         * lib/gl_linkedhash_list.c: Likewise.
4403         * lib/gl_rbtreehash_list.c: Likewise.
4404
4405 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
4406
4407         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
4408         getaddrinfo.
4409
4410         * lib/__fpending.h: Don't include <stdio_ext.h> unless
4411         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
4412         it causes <stdio_ext.h> to cause a compile-time error.
4413         Problem reported by Nelson H. F. Beebe.
4414         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
4415         of HAVE_DECL___PENDING.
4416
4417         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
4418         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
4419         declaration.
4420
4421 2006-09-27  Jim Meyering  <jim@meyering.net>
4422
4423         This file could end up with a definition for a function
4424         named __strndup, rather than rpl_strndup on a system with
4425         incomplete weak_alias support.
4426         * lib/strndup.c (strndup): Rename from __strndup.
4427         Remove #defines that used to map __strndup to strndup.
4428         Don't use K&R prototypes.
4429         Remove LIBC-related code, since this file is not sync'd with glibc.
4430         * lib/strndup.h: Revamp, accordingly.
4431         * m4/strndup.m4: Modernize.
4432
4433 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
4434
4435         * modules/savewd (Depends-on): Add 'raise'.
4436         * lib/savewd.c: Include <signal.h>, for 'raise'.
4437
4438 2006-09-26  Jim Meyering  <jim@meyering.net>
4439
4440         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
4441         when we detect Darwin 8.7.0's acl_get_file bug.
4442         Rearrange to perform the new (below) run-test while $LIBS
4443         contains any acl-related library.  Set USE_ACL at the end.
4444         (gl_ACL_GET_FILE): New function.
4445
4446 2006-09-26  Eric Blake  <ebb9@byu.net>
4447
4448         * lib/verror.c: Include <config.h> unconditionally.
4449
4450 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
4451
4452         * modules/clock-time (Maintainer): Add self.
4453         * modules/getlogin_r (Depends-on): Add extensions.
4454
4455 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4456
4457         * modules/clock-time: New module.
4458         * modules/nanosleep (Depends-on): Add clock-time.
4459         * modules/gethrxtime (Depends-on): Likewise.
4460         * modules/gettime (Depends-on): Likewise.
4461         * modules/settime (Depends-on): Likewise.
4462
4463         * modules/fts-lgpl: Depend on openat.
4464         * modules/mkancesdirs: Depend on savewd.
4465         * modules/mkdir-p: Likewise.
4466
4467 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4468
4469         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
4470
4471         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
4472         `gl_have_arbitrary_file_name_length_limit' to
4473         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
4474         actually works between configure runs.
4475
4476 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4477             Bruno Haible  <bruno@clisp.org>
4478
4479         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
4480
4481 2006-09-25  Jim Meyering  <jim@meyering.net>
4482
4483         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
4484         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
4485
4486 2006-09-25  Eric Blake  <ebb9@byu.net>
4487
4488         * gnulib-tool (func_import, func_create_testdir): Fix typos in
4489         exec's in 2006-09-18 patch when shuffling fds.
4490
4491 2006-09-25  Bruno Haible  <bruno@clisp.org>
4492
4493         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
4494         Reported by Jim Meyering.
4495
4496 2006-09-24  Jim Meyering  <jim@meyering.net>
4497
4498         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
4499         compare a pointer against a literal "0".  That caused failures with
4500         at least HP-UX's hpcc.
4501
4502 2006-09-22  Simon Josefsson  <jas@extundo.com>
4503
4504         * modules/gc-sha1:
4505         * modules/gc-md4:
4506         * modules/gc-hmac-sha1:
4507         * modules/gc-hmac-md5:
4508         * modules/gc-des:
4509         * modules/gc-arcfour: Distribute more files.
4510
4511 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4512
4513         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
4514         (gl_linked_iterator_from_to): Initialize struct completely.
4515         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
4516         (gl_tree_iterator_from_to): Likewise
4517         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
4518         * lib/gl_array_list.c [lint] (gl_array_iterator)
4519         (gl_array_iterator_from_to): Likewise.
4520         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
4521         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
4522         (gl_carray_iterator_from_to): Likewise.
4523
4524         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
4525         * lib/md4.c (md4_process_block): Remove unused variable.
4526         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
4527         parentheses for clarity.
4528
4529 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4530
4531         * modules/bison-i18n (Depends-on): Add gettext.
4532
4533 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4534
4535         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
4536         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
4537         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
4538         also add missing comma that caused broken test.
4539         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
4540         stdlib.h, for `abort'.
4541         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
4542         variables.
4543         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
4544         include unistd.h if present, for `rmdir'.
4545         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
4546         variables.
4547         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
4548         in the process include standard headers for prototypes.
4549         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
4550         gets declared on GNU/Linux.
4551         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
4552         unistd.h, for `rmdir'.
4553         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
4554
4555         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
4556         always true.
4557         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
4558
4559         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
4560
4561 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4562
4563         * gnulib-tool (func_version): Create output all at once.  This
4564         may help avoid triggering unnecessary SIGPIPEs, and at any
4565         rate it doesn't hurt.
4566
4567 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4568             Bruno Haible  <bruno@clisp.org>
4569
4570         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
4571         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4572         * m4/signed.m4 (bh_C_SIGNED): Likewise.
4573
4574         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
4575         (gl_FUNC_VASPRINTF): Invoke it.
4576
4577 2006-09-22  Bruno Haible  <bruno@clisp.org>
4578
4579         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
4580         getloadavg.c as first argument.
4581
4582 2006-09-22  Bruno Haible  <bruno@clisp.org>
4583
4584         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
4585         at the beginning of the gl_INIT macro.
4586         * modules/getloadavg (configure.ac): Pass $gl_source_base to
4587         gl_GETLOADAVG.
4588
4589 2006-09-22  Bruno Haible  <bruno@clisp.org>
4590
4591         * gnulib-tool (func_create_megatestdir): Don't include the config-h
4592         module.
4593         Suggested by Ralf Wildenhues.
4594
4595 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
4596
4597         Import this patch from libc:
4598
4599         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
4600
4601         * lib/regex_internal.c (re_string_reconstruct): Handle
4602         offset < pstr->valid_raw_len && pstr->offsets_needed case.
4603         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
4604         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
4605         re_string_context_at.
4606
4607         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
4608         now requires it.
4609         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
4610         gl_REGEX now does it for us.
4611         (gl_REGEX): Add test taken from
4612         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
4613
4614         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
4615         Check that large offsets work.  Modernize Autoconf usages.
4616         Prefer "yes" to mean a good thing rather than a bad.
4617         Don't put "#define mkstemp" in config.h, as this might interfere
4618         with standard system headers that "#define mkstemp mkstemp64".
4619
4620         * modules/mkstemp (Depends-on): Add extensions, so that
4621         mkstemp is visible on some platforms.
4622         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
4623         (Include): Change to "mkstemp.h" from <stdlib.h>.
4624         (Files): Add mkstemp.h.
4625
4626         * lib/mkstemp.h: New file, since some standard headers
4627         #define mkstemp.
4628         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
4629         Include "mkstemp.h".
4630         Make the _LIBC code resemble glibc original more,
4631         e.g., use K&R style.
4632         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
4633         (mkstemp): Remove, since mkstemp.h does this for us.
4634         * lib/stdlib--.h: Include mkstemp.h.
4635
4636         Import this patch from libc:
4637
4638         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4639
4640         * lib/tempname.c (__gen_tempname): Change attempts_min
4641         into a macro.  Use preprocessor to decide how to initialize
4642         attempts [Coverity CID 67].
4643
4644 2006-09-20  Bruno Haible  <bruno@clisp.org>
4645
4646         * lib/mkdtemp.c: Import from libc.
4647         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4648                 * sysdeps/posix/tempname.c (__gen_tempname): Change
4649                 attempts_min into a macro.  Use preprocessor to decide how to
4650                 initialize attempts [Coverity CID 67].
4651         2001-11-27  Paul Eggert  <eggert@twinsun.com>
4652                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
4653                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
4654
4655 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4656
4657         * gnulib-tool (func_exit): New function, to allow to pass the
4658         exit status portably through the trap.  Use everywhere.
4659         (--help, --version): Signal a write error.
4660         (trap): catch SIGPIPE, for write errors.
4661         Exit at the end of the trap, with the correct exit status.
4662
4663 2006-09-19  Karl Berry  <karl@gnu.org>
4664
4665         * doc/gnulib.texi: note about the license texinfo files.
4666
4667 2006-09-19  Eric Blake  <ebb9@byu.net>
4668
4669         * gnulib-tool: Avoid space-tab.
4670
4671 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4672
4673         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
4674         that prevented coreutils 6.1 from building.  Problem reported
4675         by Petter Reinholdtsen.
4676
4677 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4678
4679         * gnulib-tool (avoidlist): Fix typo that broke options like
4680         --avoid=lock that are used by coreutils bootstrap.
4681
4682 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
4683
4684         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
4685         more systematically.
4686
4687 2006-09-18  Jim Meyering  <jim@meyering.net>
4688
4689         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
4690
4691 2006-09-18  Bruno Haible  <bruno@clisp.org>
4692
4693         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
4694
4695 2006-09-18  Bruno Haible  <bruno@clisp.org>
4696
4697         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
4698         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
4699         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
4700         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
4701         * m4/gettext.m4: Require autoconf >= 2.52.
4702         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
4703         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
4704         of gl_cv_header_inttypes_h.
4705
4706 2006-09-18  Bruno Haible  <bruno@clisp.org>
4707
4708         * lib/javaversion.c: Include configmake.h.
4709
4710 2006-09-18  Bruno Haible  <bruno@clisp.org>
4711
4712         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
4713         avoid that the while loops be executed in a subshell.
4714
4715 2006-09-18  Bruno Haible  <bruno@clisp.org>
4716
4717         * MODULES.html.sh (func_module): Break long lines.
4718         Suggested by Bruce Korb <bkorb@gnu.org>.
4719
4720 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4721
4722         Speed up by a factor of 1.12.
4723         * gnulib-tool (nl): New variable.
4724         (func_import): Rewrite include directive extraction to only read each
4725         directive once.
4726
4727 2006-09-17  Bruno Haible  <bruno@clisp.org>
4728
4729         * modules/javaversion (Makefile.am): Remove DEFS setting.
4730         (Depends-on): Add configmake, for PKGDATADIR definition.
4731
4732 2006-09-17  Bruno Haible  <bruno@clisp.org>
4733
4734         * gnulib-tool (func_create_testdir): Rewrite all files at once.
4735
4736 2006-09-17  Bruno Haible  <bruno@clisp.org>
4737
4738         * gnulib-tool (func_append): New function, stolen from libtool.m4.
4739         (func_modules_transitive_closure, func_modules_add_dummy,
4740         func_modules_to_filelist, func_import, func_create_testdir,
4741         func_create_megatestdir, ...): Use it wherever possible.
4742         Suggested by Ralf Wildenhues.
4743
4744 2006-09-16  Karl Berry  <karl@gnu.org>
4745
4746         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
4747         to avoid sectioning errors.
4748         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
4749         [ifinfo]: blank line after @center-ed titles.
4750         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
4751         Spell FSF address consistently with others.
4752         (These changes approved by rms.)
4753
4754 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4755
4756         Speed up by a factor of 1.61.
4757         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
4758         already checked module names again.
4759
4760 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4761
4762         Speed up by a factor of 1.13.
4763         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
4764         for new_files, and the input to func_add_or_update.
4765
4766 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4767
4768         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
4769         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
4770
4771 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4772
4773         * modules/mkancesdirs (Depends-on): Add fcntl.
4774         * modules/savewd: New file.
4775         * MODULES.html.sh (File system functions): Add savewd.
4776
4777         * modules/configmake (Makefile.am): Add support for the
4778         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
4779
4780 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4781
4782         * m4/savewd.m4: New file.
4783
4784 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4785
4786         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
4787         (dirchownmod): New arg FD.  All callers changed.
4788         Use FD rather than opening the directory ourself, as opening is
4789         now the caller's responsibility.
4790         * lib/dirchownmod.h: Likewise.
4791         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
4792         hosts that require <sys/types.h> before <sys/stat.h>.  Include
4793         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
4794         (test_dir): Remove.
4795         (mkancesdirs): Return length of prefix of FILE that has already
4796         been made, or -2 if there is a child doing the work.  Redo
4797         algorithm so that it is O(N) rather than O(N**2).  Optimize away
4798         ".", and treat ".." specially since it might stray back into
4799         already-created areas.  Use a subprocess if necessary.  New arg
4800         WD; all users changed.  MAKE_DIR function should now return 1
4801         if it creates a directory that is not readable.  Return -2 if
4802         a child process is spun off.
4803         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
4804         Adjust signature to match code.
4805         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
4806         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
4807         all users changed.
4808         * lib/savewd.c, lib/savewd.h: New files.
4809
4810 2006-09-15  Jim Meyering  <jim@meyering.net>
4811
4812         * modules/rename-dest-slash: New module.
4813         * MODULES.html.sh (posix_compat): Add it here.
4814
4815         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
4816
4817 2006-09-15  Jim Meyering  <jim@meyering.net>
4818
4819         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
4820         file.
4821
4822         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
4823
4824 2006-09-15  Jim Meyering  <jim@meyering.net>
4825
4826         * lib/rename-dest-slash.c (has_trailing_slash): Use
4827         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
4828         (rpl_rename_dest_slash): Perform the cheaper trailing slash
4829         test before testing whether SRC is a directory.
4830         Suggestions from Bruno Haible.
4831
4832         Avoid a warning about an unused variable.
4833         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
4834         into the #ifdef block where it's used.
4835
4836         * lib/rename-dest-slash.c: New file.
4837
4838 2006-09-14  Bruno Haible  <bruno@clisp.org>
4839
4840         * lib/allocsa.c: Include <config.h> unconditionally.
4841         * lib/asnprintf.c: Likewise.
4842         * lib/asprintf.c: Likewise.
4843         * lib/c-strcasecmp.c: Likewise.
4844         * lib/c-strcasestr.c: Likewise.
4845         * lib/c-strncasecmp.c: Likewise.
4846         * lib/c-strstr.c: Likewise.
4847         * lib/classpath.c: Likewise.
4848         * lib/clean-temp.c: Likewise.
4849         * lib/concatpath.c: Likewise.
4850         * lib/copy-file.c: Likewise.
4851         * lib/csharpcomp.c: Likewise.
4852         * lib/csharpexec.c: Likewise.
4853         * lib/execute.c: Likewise.
4854         * lib/fatal-signal.c: Likewise.
4855         * lib/findprog.c: Likewise.
4856         * lib/fwriteerror.c: Likewise.
4857         * lib/gl_array_list.c: Likewise.
4858         * lib/gl_array_oset.c: Likewise.
4859         * lib/gl_avltree_list.c: Likewise.
4860         * lib/gl_avltree_oset.c: Likewise.
4861         * lib/gl_avltreehash_list.c: Likewise.
4862         * lib/gl_carray_list.c: Likewise.
4863         * lib/gl_linked_list.c: Likewise.
4864         * lib/gl_linkedhash_list.c: Likewise.
4865         * lib/gl_list.c: Likewise.
4866         * lib/gl_oset.c: Likewise.
4867         * lib/gl_rbtree_list.c: Likewise.
4868         * lib/gl_rbtree_oset.c: Likewise.
4869         * lib/gl_rbtreehash_list.c: Likewise.
4870         * lib/imaxabs.c: Likewise.
4871         * lib/imaxdiv.c: Likewise.
4872         * lib/javacomp.c: Likewise.
4873         * lib/javaexec.c: Likewise.
4874         * lib/javaversion.c: Likewise.
4875         * lib/linebreak.c: Likewise.
4876         * lib/localcharset.c: Likewise.
4877         * lib/lock.c: Likewise.
4878         * lib/mbchar.c: Likewise.
4879         * lib/mbswidth.c: Likewise.
4880         * lib/mkdtemp.c: Likewise.
4881         * lib/pipe.c: Likewise.
4882         * lib/printf-args.c: Likewise.
4883         * lib/printf-parse.c: Likewise.
4884         * lib/progname.c: Likewise.
4885         * lib/progreloc.c: Likewise.
4886         * lib/readlink.c: Likewise.
4887         * lib/sh-quote.c: Likewise.
4888         * lib/stpcpy.c: Likewise.
4889         * lib/stpncpy.c: Likewise.
4890         * lib/strcasecmp.c: Likewise.
4891         * lib/strcasestr.c: Likewise.
4892         * lib/strcspn.c: Likewise.
4893         * lib/striconv.c: Likewise.
4894         * lib/strncasecmp.c: Likewise.
4895         * lib/strnlen1.c: Likewise.
4896         * lib/strstr.c: Likewise.
4897         * lib/strtok_r.c: Likewise.
4898         * lib/tls.c: Likewise.
4899         * lib/tmpdir.c: Likewise.
4900         * lib/unicodeio.c: Likewise.
4901         * lib/unsetenv.c: Likewise.
4902         * lib/vasnprintf.c: Likewise.
4903         * lib/vasprintf.c: Likewise.
4904         * lib/wait-process.c: Likewise.
4905         * lib/xallocsa.c: Likewise.
4906         * lib/xsetenv.c: Likewise.
4907         * lib/xstriconv.c: Likewise.
4908
4909 2006-09-13  Simon Josefsson  <jas@extundo.com>
4910
4911         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
4912         that internally, suggested by Ralf Wildenhues
4913         <Ralf.Wildenhues@gmx.de>.
4914
4915 2006-09-13  Simon Josefsson  <jas@extundo.com>
4916
4917         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
4918         @LIBOBJS@.
4919         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4920
4921 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
4922
4923         * lib/_fpending.c: Include <config.h> unconditionally, since we no
4924         longer worry about uses that don't define HAVE_CONFIG_H.
4925         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
4926         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
4927         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
4928         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
4929         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
4930         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
4931         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
4932         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
4933         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
4934         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
4935         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
4936         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
4937         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
4938         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
4939         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
4940         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
4941         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
4942         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
4943         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
4944         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
4945         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
4946         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
4947         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
4948         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
4949         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
4950         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
4951         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
4952         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
4953         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
4954         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
4955         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
4956         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
4957         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
4958         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
4959         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
4960         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
4961         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
4962         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
4963         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
4964         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
4965         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
4966         Likewise.
4967
4968 2006-09-13  Eric Blake  <ebb9@byu.net>
4969
4970         * lib/getopt.c: Fix typo in last commit.
4971
4972 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4973
4974         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
4975         dgettext.
4976
4977 2006-09-12  Jim Meyering  <jim@meyering.net>
4978
4979         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
4980         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
4981         Reported by Nelson H. F. Beebe.
4982
4983 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
4984
4985         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
4986         program_invocation_name and program_invocation_short_name are
4987         initialized.
4988         * lib/argp-namefrob.h: Move declarations of program_invocation_name
4989         and program_invocation_short_name to argp.h, so they are visible
4990         to user programs.
4991         * lib/argp.h: Likewise
4992
4993 2006-09-10  Bruno Haible  <bruno@clisp.org>
4994
4995         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
4996         m4/inttypes_h.m4, m4/uintmax_t.m4.
4997
4998 2006-09-10  Bruno Haible  <bruno@clisp.org>
4999
5000         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
5001         gl_AC_TYPE_UINTMAX_T.
5002
5003 2006-09-10  Bruno Haible  <bruno@clisp.org>
5004
5005         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
5006
5007 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
5008
5009         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
5010         convention.  Text proposed by Bruno Haible.
5011         (struct argp_option): Document the use of N_() wrappers.
5012
5013         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
5014         '\v', and translate the two parts separately, instead of feeding
5015         the whole string to gettext.  This allows to exclude
5016         '\v' from the strings visible to the translator by writing doc
5017         strings as N_("..") "\v" N_("..").
5018
5019 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
5020
5021         * config/srclist.txt: Undo latest change; the bug was fixed.
5022
5023 2006-09-09  Bruno Haible  <bruno@clisp.org>
5024
5025         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
5026         assignments if building a library without libtool.
5027         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
5028         in func_emit_lib_Makefile_am.
5029         (func_import): When building a static library libfoo.a, arrange to
5030         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
5031         (func_create_testdir): Likewise.
5032         * modules/gc (configure.ac, Makefile.am): If building statically,
5033         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
5034         * modules/iconvme (configure.ac, Makefile.am): Likewise.
5035         * modules/striconv (configure.ac, Makefile.am): Likewise.
5036         Based on a suggestion by Ralf Wildenhues.
5037
5038 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5039
5040         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5041         Check for unistd.h too, since Autoconf doesn't assume POSIX.
5042         Also:
5043
5044         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5045         Add year_2050_test to catch glibc bug 2821
5046         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5047
5048         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5049         Prefer #ifdef to #if.
5050
5051         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
5052         Return from 'main' instead of calling 'exit'.
5053
5054 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5055
5056         * lib/mktime.c (guess_time_tm): Fix bug where mktime
5057         returned the maximum time_t value rather than (time_t) -1.
5058         Problem originally reported by William Bardwell
5059         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5060
5061         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5062         Moved to here ...
5063         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5064         ... from here.
5065
5066 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5067
5068         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
5069         2821 is fixed.
5070
5071 2006-09-08  Jim Meyering  <jim@meyering.net>
5072
5073         Don't make generated files read-only.  That would bother too many
5074         people.  However, do retain the ability to work when targets are
5075         read-only: remove the destination and temporary files before writing
5076         them (when generated via sed or echo), or by using the -f option for
5077         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
5078         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5079         * modules/byteswap, modules/configmake, modules/fcntl:
5080         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5081         * modules/localcharset, modules/netinet_in, modules/poll:
5082         * modules/stdbool, modules/stdint, modules/sys_select:
5083         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5084
5085 2006-09-08  Jim Meyering  <jim@meyering.net>
5086
5087         Avoid new build failure on FreeBSD 6.0.
5088         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
5089         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
5090         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
5091
5092 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5093
5094         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
5095
5096 2006-09-07  Jim Meyering  <jim@meyering.net>
5097
5098         Fix global typo in last change: use chmod u-w, not chmod u-x.
5099         Spotted by Paul Eggert and Bruce Korb.
5100         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5101         * modules/byteswap, modules/configmake, modules/fcntl:
5102         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5103         * modules/localcharset, modules/netinet_in, modules/poll:
5104         * modules/stdbool, modules/stdint, modules/sys_select:
5105         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5106
5107 2006-09-06  Jim Meyering  <jim@meyering.net>
5108
5109         Make generated files be read-only.
5110         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
5111         Ensure that each generated file is now read-only.
5112         * modules/argz: Likewise.
5113         * modules/arpa_inet: Likewise.
5114         * modules/byteswap: Likewise.
5115         * modules/configmake: Likewise.
5116         * modules/fcntl: Likewise.
5117         * modules/fnmatch: Likewise.
5118         * modules/getopt: Likewise.
5119         * modules/glob: Likewise.
5120         * modules/inttypes: Likewise.
5121         * modules/netinet_in: Likewise.
5122         * modules/poll: Likewise.
5123         * modules/stdbool: Likewise.
5124         * modules/stdint: Likewise.
5125         * modules/sys_select: Likewise.
5126         * modules/sys_socket: Likewise.
5127         * modules/sys_stat: Likewise.
5128         * modules/sysexits: Likewise.
5129         * modules/localcharset: Same as above, but continue using temporary
5130         file named "t-$@" (why different?) rather than the "$@-t" used
5131         everywhere else.
5132
5133         * modules/sysexits (Makefile.am): Replace literal occurrences
5134         of "sysexit.h" more readable, and more consistent, "$@".
5135
5136 2006-09-06  Bruno Haible  <bruno@clisp.org>
5137
5138         * modules/striconv: New file.
5139         * modules/xstriconv: New file.
5140         * MODULES.html.sh (Internationalization functions): Add striconv,
5141         xstriconv.
5142
5143 2006-09-06  Bruno Haible  <bruno@clisp.org>
5144
5145         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
5146         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
5147         not using libtool correctly.
5148
5149 2006-09-06  Bruno Haible  <bruno@clisp.org>
5150
5151         * lib/striconv.h: New file.
5152         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
5153         iconvstring.c.
5154         * lib/xstriconv.h: New file.
5155         * lib/xstriconv.c: New file.
5156
5157 2006-09-06  Bruno Haible  <bruno@clisp.org>
5158
5159         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5160         lib_..._LDFLAGS.
5161
5162 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5163
5164         * lib/argz_.h: Sync from Libtool.
5165
5166         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
5167                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5168
5169         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
5170
5171 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5172
5173         * modules/trim: New file.
5174
5175 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5176
5177         * lib/trim.h: New file.
5178         * lib/trim.c: New file.
5179
5180 2006-09-05  Bruno Haible  <bruno@clisp.org>
5181
5182         * MODULES.html.sh (String handling): Add trim.
5183
5184 2006-09-04  Karl Berry  <karl@gnu.org>
5185
5186         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
5187         until next release.
5188
5189 2006-09-03  Bruno Haible  <bruno@clisp.org>
5190
5191         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
5192         correctly.
5193
5194 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5195
5196         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
5197         not gl_GETLOADAVG.  Omit unneeded semicolons.
5198         Problems reported by Ralf Wildenhues in
5199         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5200         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
5201         at the end, which is the usual gnulib style.
5202
5203         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
5204         of doing all the work ourselves.
5205         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
5206         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
5207
5208 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5209
5210         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
5211         Problem reported by Ralf Wildenhues in
5212         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5213
5214         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
5215         HAVE_STRUCT_STATFS_F_FSTYPENAME.
5216
5217 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5218
5219         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
5220         yesterday's patch by changing test -n to test -z.
5221
5222 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5223
5224         * modules/getloadavg (Files): Add m4/getloadavg.m4.
5225         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
5226         the former is now obsolescent.
5227
5228         * modules/chdir-long (Depends-on): Add fcntl.
5229
5230 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5231
5232         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
5233         obsolescent, and programs should use gnulib instead.
5234         * m4/getloadavg.m4: New file, with contents taken from Autoconf
5235         but with prefixes changed.
5236
5237 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5238
5239         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
5240         or stdbool.h, because they might not exist while configuring.
5241
5242         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
5243         Don't include unistd.h or limits.h; not needed, since chdir-long.h
5244         does that for us.
5245         (O_DIRECTORY): Remove.
5246
5247 2006-08-31  Eric Blake  <ebb9@byu.net>
5248
5249         * gnulib-tool: Don't let emacs change spaces to TAB.
5250
5251 2006-08-31  Bruno Haible  <bruno@clisp.org>
5252
5253         * gnulib-tool: When calling func_import more than once, do it in a
5254         subshell.
5255         Reported by Eric Blake <ebb9@byu.net>.
5256
5257 2006-08-31  Bruno Haible  <bruno@clisp.org>
5258
5259         * gnulib-tool (nl): Remove variable.
5260         (sed_transform_lib_file): Use more robust test for config-h module.
5261         (func_import): Fix typo in 2006-08-25 patch.
5262
5263 2006-08-31  Bruno Haible  <bruno@clisp.org>
5264
5265         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
5266         specified, augment Makefile.am variables instead of assigning them.
5267
5268 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5269
5270         Work around a bug in both the Linux and SunOS 64-bit kernels:
5271         nanosleep mishandles sleeps for longer than 2**31 seconds.
5272         Problem reported by Frank v Waveren in
5273         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5274         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
5275         Check for nanosleep bug.
5276         (LIB_NANOSLEEP): Append clock_gettime library if needed.
5277
5278 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5279
5280         Work around a bug in both the Linux and SunOS 64-bit kernels:
5281         nanosleep mishandles sleeps for longer than 2**31 seconds.
5282         Problem reported by Frank v Waveren in
5283         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5284         * lib/nanosleep.c (BILLION): New constant.
5285         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
5286         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
5287         implementation.
5288
5289 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5290
5291         * modules/nanosleep (Depends-on): Add gettime.
5292
5293 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5294         and Simon Josefsson  <jas@extundo.com>
5295         and Oskar Liljeblad  <oskar@osk.mine.nu>
5296
5297         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
5298         * gnulib-tool (func_import): New license type 'unmodifiable license
5299         text'.
5300         * modules/fdl: Use it.  Longer description.
5301         * module/gpl, module/lgpl: New files.
5302
5303 2006-08-30  Jim Meyering  <jim@meyering.net>
5304
5305         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
5306         shadowing the parameter.
5307
5308 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5309
5310         Sync from Libtool:
5311
5312         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5313
5314         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
5315         sharing with gnulib.  Report by Eric Blake.
5316
5317 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5318
5319         * modules/isapipe: New file.
5320         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
5321
5322 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5323
5324         * modules/configmake (Makefile.am): Add a comment, and omit
5325         the CONFIGMAKE_ prefix from generated macro names.  Suggested
5326         by Bruno Haible.
5327
5328 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5329
5330         * m4/isapipe.m4: New file.
5331
5332 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5333
5334         * lib/isapipe.c, lib/isapipe.h: New files.
5335
5336 2006-08-29  Jim Meyering  <jim@meyering.net>
5337
5338         * modules/configmake (Makefile.am): Make configmake.h depend on
5339         Makefile.  Otherwise, a stale configmake.h could hang around.
5340
5341 2006-08-29  Eric Blake  <ebb9@byu.net>
5342
5343         * lib/error.c (error_at_line, print_errno_message): Match libc, after
5344         resolution of upstream bug 3044.
5345
5346 2006-08-29  Bruno Haible  <bruno@clisp.org>
5347
5348         * modules/localcharset (Depends-on): Add configmake.
5349         (Makefile.am): Remove setting of LIBDIR through DEFS.
5350
5351 2006-08-29  Bruno Haible  <bruno@clisp.org>
5352
5353         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
5354         defined.
5355
5356 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5357
5358         * modules/fcntl: New file.
5359         * modules/chdir-safer (Depends-on): Add fcntl.
5360         * modules/fts: Likewise.
5361         * modules/mkdir-p: Likewise.
5362
5363         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
5364         This undoes the most recent change, since we're now addressing the
5365         problem in a different way.
5366
5367         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
5368         into output, since the output might be called Makefile.am even
5369         if $makefile_name is something different.
5370         (func_import): Use $makefile_am rather than
5371         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
5372         empty.
5373
5374         * modules/inttypes (Files): Add m4/inttypes-h.m4.
5375
5376 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5377
5378         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
5379         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
5380         recent change to stdint.m4, since we're now addressing the problem in a
5381         different way.
5382
5383 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5384
5385         * m4/fcntl_h.m4: New file.
5386
5387 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5388
5389         * lib/fcntl_.h: New file.
5390         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
5391         the fcntl module.
5392         * lib/dirchownmod.c: Likewise.
5393         * lib/fts.c: Likewise.
5394
5395         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
5396         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
5397         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
5398         just before including <inttypes.h>, to avoid circular inclusion.
5399
5400 2006-08-28  Jim Meyering  <jim@meyering.net>
5401
5402         * doc/visibility.texi: Actually read and correct the grammar of the
5403         sentence affected by yesterday's change.
5404
5405 2006-08-28  Eric Blake  <ebb9@byu.net>
5406
5407         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
5408         needs wrapper.
5409
5410 2006-08-28  Eric Blake  <ebb9@byu.net>
5411
5412         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
5413
5414 2006-08-28  Eric Blake  <ebb9@byu.net>
5415
5416         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
5417
5418 2006-08-28  Bruno Haible  <bruno@clisp.org>
5419
5420         * modules/c-strstr: New file, from GNU gettext.
5421         * MODULES.html.sh (String handling): Add c-strstr.
5422
5423 2006-08-28  Bruno Haible  <bruno@clisp.org>
5424
5425         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
5426         macros.
5427         Reported by Eric Blake.
5428
5429 2006-08-28  Bruno Haible  <bruno@clisp.org>
5430
5431         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
5432         (VASNPRINTF): Return a string of length > INT_MAX without failing.
5433         * lib/vasprintf.c: Include errno.h, limits.h.
5434         (EOVERFLOW): New fallback definition.
5435         (vasprintf): Test here whether the string length is > INT_MAX.
5436         * lib/vsnprintf.c: Include errno.h, limits.h.
5437         (EOVERFLOW): New fallback definition.
5438         (vsnprintf): Fix bug when generated string was too long for the buffer.
5439         Test here whether the string length is > INT_MAX.
5440
5441 2006-08-28  Bruno Haible  <bruno@clisp.org>
5442
5443         * lib/inttypes_.h (SCNX*): Remove definitions.
5444         Reported by Eric Blake.
5445
5446 2006-08-28  Bruno Haible  <bruno@clisp.org>
5447
5448         * lib/c-strstr.h: New file, from GNU gettext.
5449         * lib/c-strstr.c: New file, from GNU gettext.
5450
5451 2006-08-28  Bruno Haible  <bruno@clisp.org>
5452
5453         * gnulib-tool: Reorder some statements.
5454
5455 2006-08-28  Bruno Haible  <bruno@clisp.org>
5456
5457         * gnulib-tool: New option --makefile-name.
5458         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
5459         $makefile_name.
5460         (func_import): Write $makefile_name to the cache file, and read it from
5461         there unless explicitly specified. Use $makefile_name as file name
5462         instead of Makefile.am. Adjust the recommendations accordingly.
5463
5464 2006-08-28  Bruno Haible  <bruno@clisp.org>
5465
5466         * gnulib-tool (func_verify_module): Check against misapplying patch.
5467
5468 2006-08-28  Bruno Haible  <bruno@clisp.org>
5469
5470         * gnulib-tool (func_relativize, func_relconcat): New functions.
5471         Give an error if --local-dir is given with --update.
5472         Remove trailing slashes from $local_gnulib_dir.
5473         (func_import): Store the relativized $local_gnulib_dir in
5474         gnulib-cache.m4, and read it from there if not specified explicitly.
5475
5476 2006-08-28  Bruno Haible  <bruno@clisp.org>
5477
5478         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
5479         is the current directory. Respect also $local_gnulib_dir.
5480
5481 2006-08-28  Bruno Haible  <bruno@clisp.org>
5482             Simon Josefsson  <jas@extundo.com>
5483
5484         BeOS portability.
5485         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
5486
5487 2006-08-27  Jim Meyering  <jim@meyering.net>
5488
5489         * doc/visibility.texi: Remove duplicate word: "pointer".
5490
5491 2006-08-26  Bruno Haible  <bruno@clisp.org>
5492
5493         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
5494         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
5495         (Makefile.am): Create inttypes.h from inttypes_.h.
5496         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
5497
5498         * modules/imaxabs: New file.
5499
5500         * modules/imaxdiv: New file.
5501
5502 2006-08-26  Bruno Haible  <bruno@clisp.org>
5503
5504         * m4/inttypes.m4: New file.
5505         * m4/_inttypes_h.m4: Remove file.
5506         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
5507         PRI_MACROS_BROKEN.
5508         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
5509
5510         * m4/imaxabs.m4: New file.
5511
5512         * m4/imaxdiv.m4: New file.
5513
5514 2006-08-26  Bruno Haible  <bruno@clisp.org>
5515
5516         * lib/inttypes_.h: New file.
5517         * lib/inttypes.h: Remove file.
5518         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
5519
5520         * lib/imaxabs.c: New file.
5521
5522         * lib/imaxdiv.c: New file.
5523
5524 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5525
5526         New config-h module, so that "make" output needn't be cluttered
5527         by -DHAVE_CONFIG_H.
5528         * MODULES.html.sh (Support for building libraries and executables):
5529         Add config-h.
5530         * modules/config-h: New file.
5531         * gnulib-tool (nl, sed_transform_lib_file): New vars.
5532         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
5533         the config-h module is used.
5534
5535         New configmake module, so that "make" output needn't be cluttered
5536         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
5537         * MODULES.html.sh (Support for building libraries and executables):
5538         Add configmake.
5539         * modules/configmake: New file.
5540
5541 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5542
5543         * m4/config-h.m4: New file.
5544
5545 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5546
5547         * config/srclist.txt: Add elisp-comp.
5548
5549 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5550
5551         * MODULES.html.sh (Support for building libraries and executables):
5552         Add elisp-comp.
5553         * build-aux/elisp-comp: New file.
5554         * modules/elisp-comp: New file.
5555
5556 2006-08-24  Bruno Haible  <bruno@clisp.org>
5557
5558         * gnulib-tool (func_create_testdir): Use non-default values of
5559         sourcebase and m4base.
5560
5561 2006-08-24  Bruno Haible  <bruno@clisp.org>
5562
5563         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
5564         HTML structure.
5565
5566 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
5567
5568         * modules/openat (Depends-on): Add lchown.
5569
5570 2006-08-23  Bruno Haible  <bruno@clisp.org>
5571
5572         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
5573         of gl_LOCK_EARLY instead of gl_LOCK.
5574
5575 2006-08-23  Bruno Haible  <bruno@clisp.org>
5576
5577         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
5578         on OSF/1 to no.
5579         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
5580
5581 2006-08-23  Bruno Haible  <bruno@clisp.org>
5582
5583         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
5584         as unusable.
5585
5586         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
5587         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
5588         (gl_LOCK): New macro.
5589
5590 2006-08-22  Simon Josefsson  <jas@extundo.com>
5591
5592         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
5593         to md5 module.
5594
5595 2006-08-22  Simon Josefsson  <jas@extundo.com>
5596
5597         * MODULES.html.sh: Add "Support for maintaining and release
5598         projects".
5599
5600         * build-aux/gnupload: New file, from coreutils.
5601
5602 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5603
5604         Avoid the need for AC_LIBSOURCES in m4 macros.
5605         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
5606         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
5607         * modules/check-version (EXTRA_DIST): Add check-version.h.
5608         * modules/crc (EXTRA_DIST): Add crc.h.
5609         * modules/des (EXTRA_DIST): Add des.h.
5610         * modules/gc (EXTRA_DIST): Add gc.h.
5611         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
5612         * modules/getline (EXTRA_DIST): Add getline.h.
5613         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
5614         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
5615         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
5616         * modules/md2 (EXTRA_DIST): Add md2.h.
5617         * modules/md4 (EXTRA_DIST): Add md4.h.
5618         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
5619         * modules/read-file (EXTRA_DIST): Add read-file.h.
5620         * modules/readline (EXTRA_DIST): Add readline.h.
5621         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
5622         rijndael-api-fst.h.
5623
5624 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5625
5626         * m4/rijndael.m4 (gl_ARCFOUR):
5627         * m4/arctwo.m4 (gl_ARCTWO):
5628         * m4/check-version.m4 (gl_CHECK_VERSION):
5629         * m4/crc.m4 (gl_CRC):
5630         * m4/des.m4 (gl_DES):
5631         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
5632         * m4/gc.m4 (gl_GC):
5633         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
5634         * m4/getline.m4 (gl_FUNC_GETLINE):
5635         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
5636         * m4/hmac-md5.m4 (gl_HMAC_MD5):
5637         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
5638         * m4/md2.m4 (gl_MD2):
5639         * m4/md4.m4 (gl_MD4):
5640         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
5641         * m4/read-file.m4 (gl_FUNC_READ_FILE):
5642         * m4/readline.m4 (gl_FUNC_READLINE):
5643         * m4/rijndael.m4 (gl_RIJNDAEL):
5644         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5645         to get the necessary .h files and whatnot.
5646
5647 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5648
5649         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
5650         gnulib rather than the other way around.
5651         * config/srclistvars.sh (COREUTILS): Remove.
5652
5653 2006-08-22  Jim Meyering  <jim@meyering.net>
5654
5655         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
5656
5657         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
5658
5659 2006-08-22  Eric Blake  <ebb9@byu.net>
5660
5661         * modules/regexprops-generic: New file.
5662         * MODULES.html.sh (Support for building documentation): List it.
5663
5664 2006-08-22  Eric Blake  <ebb9@byu.net>
5665
5666         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
5667         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
5668         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
5669         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
5670
5671 2006-08-22  Bruno Haible  <bruno@clisp.org>
5672
5673         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
5674         and lib_LTLIBRARIES like the other lib_* variables.
5675
5676 2006-08-22  Bruno Haible  <bruno@clisp.org>
5677
5678         * build-aux/x-to-1.in: New file, from GNU gettext.
5679
5680 2006-08-22  Bruno Haible  <bruno@clisp.org>
5681
5682         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
5683         <utmpx.h> exists.
5684
5685 2006-08-22  Bruno Haible  <bruno@clisp.org>
5686
5687         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
5688         <utmpx.h> exists.
5689
5690 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5691
5692         BeOS portability.
5693         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
5694         exist.
5695         Problem reported by Bruno Haible.
5696
5697 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5698
5699         Avoid the need for AC_LIBSOURCES in m4 macros.
5700         * modules/acl (EXTRA_DIST): Add acl.h.
5701         * modules/argmatch (Files): Add m4/argmatch.m4.
5702         (configure.ac): Add gl_ARGMATCH.
5703         (EXTRA_DIST): Renamed from lib_SOURCES, for
5704         consistency with the other modules.  Remove argmatch.c.
5705         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
5706         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
5707         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
5708         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
5709         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
5710         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
5711         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
5712         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
5713         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
5714         * modules/closeout (EXTRA_DIST): Add closeout.h.
5715         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
5716         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
5717         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
5718         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
5719         dirname.h; remove basename.c and stripslash.c.
5720         * modules/exclude (EXTRA_DIST): Add exclude.h.
5721         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
5722         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
5723         * modules/file-type (EXTRA_DIST): Add file-type.h.
5724         * modules/filemode (EXTRA_DIST): Add filemode.h.
5725         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
5726         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5727         * modules/fpending (EXTRA_DIST): Add __fpending.h.
5728         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
5729         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
5730         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
5731         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
5732         * modules/getdate (EXTRA_DIST): Add getdate.c.
5733         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
5734         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
5735         * modules/getpass (EXTRA_DIST): Add getpass.h.
5736         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
5737         * modules/group-member (EXTRA_DIST): Add group-member.h.
5738         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
5739         * modules/hash (EXTRA_DIST): Add hash.h.
5740         * modules/human (EXTRA_DIST): Add human.h.
5741         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
5742         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
5743         * modules/lchown (EXTRA_DIST): Add lchown.h.
5744         * modules/long-options (EXTRA_DIST): Add long-options.h.
5745         * modules/lstat (EXTRA_DIST): Add lstat.h.
5746         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
5747         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
5748         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
5749         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
5750         * modules/memxor (EXTRA_DIST): Add memxor.h.
5751         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
5752         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
5753         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
5754         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
5755         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
5756         * modules/physmem (EXTRA_DIST): Add physmem.h.
5757         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
5758         * modules/posixver (EXTRA_DIST): Add posixver.h.
5759         * modules/quote (EXTRA_DIST): Add quote.h.
5760         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
5761         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
5762         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
5763         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
5764         regex_internal.h regexec.c.
5765         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
5766         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
5767         * modules/same (EXTRA_DIST): Add same.h.
5768         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
5769         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
5770         * modules/savedir (EXTRA_DIST): Add savedir.h.
5771         * modules/sha1 (EXTRA_DIST): Add sha1.h.
5772         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
5773         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
5774         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
5775         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
5776         * modules/strdup (EXTRA_DIST): Add strdup.h.
5777         * modules/strftime (EXTRA_DIST): Add strftime.h.
5778         * modules/strndup (EXTRA_DIST): Add strndup.h.
5779         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
5780         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
5781         * modules/time_r (EXTRA_DIST): Add time_r.h.
5782         * modules/timespec (EXTRA_DIST): Add timespec.h.
5783         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5784         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
5785         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
5786         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
5787         * modules/userspec (EXTRA_DIST): Add userspec.h.
5788         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
5789         * modules/utimens (EXTRA_DIST): Add utimens.h.
5790         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
5791         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
5792         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
5793         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
5794         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
5795         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
5796         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
5797         * modules/yesno (EXTRA_DIST): Add yesno.h.
5798
5799 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5800
5801         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
5802
5803         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
5804         * m4/dev-ino.m4, same-inode.m4: Remove.
5805
5806         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
5807         * m4/acl.m4 (AC_FUNC_ACL):
5808         * m4/backupfile.m4 (gl_BACKUPFILE):
5809         * m4/c-strtod.m4 (gl_C99_STRTOLD):
5810         * m4/canon-host.m4 (gl_CANON_HOST):
5811         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5812         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
5813         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
5814         * m4/cloexec.m4 (gl_CLOEXEC):
5815         * m4/close-stream.m4 (gl_CLOSE_STREAM):
5816         * m4/closeout.m4 (gl_CLOSEOUT):
5817         * m4/dirfd.m4 (gl_FUNC_DIRFD):
5818         * m4/dirname.m4 (gl_DIRNAME):
5819         * m4/exclude.m4 (gl_EXCLUDE):
5820         * m4/exitfail.m4 (gl_EXITFAIL):
5821         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
5822         * m4/file-type.m4 (gl_FILE_TYPE):
5823         * m4/filemode.m4 (gl_FILEMODE):
5824         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
5825         * m4/fpending.m4 (gl_FUNC_FPENDING):
5826         * m4/fprintftime.m4 (gl_FPRINTFTIME):
5827         * m4/fts.m4 (gl_FUNC_FTS):
5828         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
5829         * m4/getdate.m4 (gl_GETDATE):
5830         * m4/gethrxtime.m4 (gl_GETHRXTIME):
5831         * m4/getpagesize.m4 (gl_GETPAGESIZE):
5832         * m4/getpass.m4 (gl_FUNC_GETPASS):
5833         * m4/gettime.m4 (gl_GETTIME):
5834         * m4/getugroups.m4 (gl_GETUGROUPS):
5835         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
5836         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
5837         * m4/hard-locale.m4 (gl_HARD_LOCALE):
5838         * m4/hash.m4 (gl_HASH):
5839         * m4/idcache.m4 (gl_IDCACHE):
5840         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
5841         * m4/lchown.m4 (gl_FUNC_LCHOWN):
5842         * m4/long-options.m4 (gl_LONG_OPTIONS):
5843         * m4/lstat.m4 (gl_FUNC_LSTAT):
5844         * m4/md5.m4 (gl_MD5):
5845         * m4/memcasecmp.m4 (gl_MEMCASECMP):
5846         * m4/memcoll.m4 (gl_MEMCOLL):
5847         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
5848         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
5849         * m4/memxor.m4 (gl_MEMXOR):
5850         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
5851         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
5852         * m4/modechange.m4 (gl_MODECHANGE):
5853         * m4/mountlist.m4 (gl_MOUNTLIST):
5854         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5855         * m4/openat.m4 (gl_FUNC_OPENAT):
5856         * m4/pathmax.m4 (gl_PATHMAX):
5857         * m4/physmem.m4 (gl_PHYSMEM):
5858         * m4/posixtm.m4 (gl_POSIXTM):
5859         * m4/posixver.m4 (gl_POSIXVER):
5860         * m4/quote.m4 (gl_QUOTE):
5861         * m4/quotearg.m4 (gl_QUOTEARG):
5862         * m4/readtokens.m4 (gl_READTOKENS):
5863         * m4/readutmp.m4 (gl_READUTMP):
5864         * m4/regex.m4 (gl_REGEX):
5865         * m4/safe-read.m4 (gl_SAFE_READ):
5866         * m4/safe-write.m4 (gl_SAFE_WRITE):
5867         * m4/same.m4 (gl_SAME):
5868         * m4/save-cwd.m4 (gl_SAVE_CWD):
5869         * m4/savedir.m4 (gl_SAVEDIR):
5870         * m4/settime.m4 (gl_SETTIME):
5871         * m4/sha1.m4 (gl_SHA1):
5872         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
5873         * m4/stat-macros.m4 (gl_STAT_MACROS):
5874         * m4/stat-time.m4 (gl_STAT_TIME):
5875         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
5876         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
5877         * m4/strdup.m4 (gl_FUNC_STRDUP):
5878         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
5879         * m4/strndup.m4 (gl_FUNC_STRNDUP):
5880         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
5881         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
5882         * m4/time_r.m4 (gl_TIME_R):
5883         * m4/timespec.m4 (gl_TIMESPEC):
5884         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
5885         * m4/unlinkdir.m4 (gl_UNLINKDIR):
5886         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
5887         * m4/userspec.m4 (gl_USERSPEC):
5888         * m4/utimecmp.m4 (gl_UTIMECMP):
5889         * m4/utimens.m4 (gl_UTIMENS):
5890         * m4/xalloc.m4 (gl_XALLOC):
5891         * m4/xgetcwd.m4 (gl_XGETCWD):
5892         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
5893         * m4/xreadlink.m4 (gl_XREADLINK):
5894         * m4/xstrtod.m4 (gl_XSTRTOD):
5895         * m4/yesno.m4 (gl_YESNO):
5896         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5897         to get the necessary .h files and whatnot.
5898
5899 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
5900             Bruno Haible  <bruno@clisp.org>
5901
5902         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
5903         /bin/sh understanding of '!' conditional negation.
5904
5905 2006-08-21  Jim Meyering  <jim@meyering.net>
5906
5907         * modules/openat (Depends-on): Really alphabetize.
5908
5909         * modules/acl (Depends-on): Add error and quote.
5910
5911         * check-module (find_included_lib_files): Add at-func.c to the
5912         ok-to-include-more-than-once white list.
5913
5914         * modules/openat (Depends-on): Add lstat.  Alphabetize.
5915
5916 2006-08-21  Bruno Haible  <bruno@clisp.org>
5917
5918         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5919         Emit a pkgdata_DATA variable only if some snippets add contents to it.
5920         Reported by Martin Lambers <marlam@marlam.de>.
5921
5922 2006-08-21  Bruno Haible  <bruno@clisp.org>
5923
5924         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
5925         specify an installation location, don't emit a noinst_LIBRARIES or
5926         noinst_LTLIBRARIES assignment.
5927
5928 2006-08-21  Bruno Haible  <bruno@clisp.org>
5929
5930         BeOS portability.
5931         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
5932         BeOS has mbrtowc() but no <wctype.h>.
5933
5934 2006-08-21  Bruno Haible  <bruno@clisp.org>
5935
5936         BeOS portability.
5937         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
5938         exist.
5939
5940 2006-08-21  Bruno Haible  <bruno@clisp.org>
5941
5942         BeOS portability.
5943         * lib/mbchar.h: Include <wctype.h> only if it exists.
5944
5945 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5946
5947         Remove files that are no longer needed by their respective modules.
5948         * m4/obstack.m4: Remove.
5949         * m4/strerror_r.m4: Remove.
5950         * m4/uint32_t.m4: Remove.
5951         * m4/uintptr_t.m4: Remove.
5952         * m4/ullong_max.m4: Remove.
5953         * m4/xstrtoimax.m4: Remove.
5954         * m4/xstrtoumax.m4: Remove.
5955
5956         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
5957         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
5958         dependencies now capture this.
5959
5960         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
5961         Do not use AC_LIBSOURCES, since gnulib modules now do this.
5962         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
5963         * m4/human.m4 (gl_HUMAN): Likewise.
5964         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
5965         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
5966
5967         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
5968
5969         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
5970         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
5971         stdint.
5972         * m4/human.m4 (gl_HUMAN): Likewise.
5973         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
5974         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
5975         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5976         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5977         * m4/xstrtol (gl_XSTRTOL): Likewise.
5978
5979         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
5980         AC_TYPE_LONG_LONG_INT.
5981         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5982         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
5983         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
5984         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5985
5986         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
5987         on stdbool.
5988
5989         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
5990         (gl_PREREQ_XSTRTOUL): Remove.
5991
5992         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
5993
5994         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
5995         mode.
5996
5997 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5998
5999         Add and change modules to make it easier for coreutils to use
6000         gnulib-tool.
6001         * modules/backupfile (Files): Remove m4/d-ino.m4.
6002         (Depends-on): Add d-ino.
6003         * modules/cycle-check (Depends-on): Add stdint.
6004         (lib_SOURCES): Add cycle-check.h.
6005         * modules/d-ino: New module.
6006         * modules/d-type: New module.
6007         * modules/error (Files): Remove m4/strerror_r.m4.
6008         * modules/filemode (Files): Add m4/st_dm_mode.m4.
6009         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
6010         m4/inttypes_h.m4, m4/uintmax_t.m4.
6011         (Depends-on): Add stdint.
6012         (lib_SOURCES): Add fsusage.h.
6013         * modules/getcwd (Files): Remove d-ino.m4.
6014         (Depends-on): Add d-ino.
6015         * modules/getndelim2 (Depends-on): Add stdint.
6016         * modules/glob (Files): Remove m4/d-type.m4.
6017         (Depends-on): Add d-type.
6018         * modules/host-os: New module.
6019         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
6020         m4/inttypes_h.m4, m4/uintmax_t.m4.
6021         * Depends-on: Add stdint.
6022         (lib_SOURCES): Add human.h.
6023         * modules/inttostr (Files): Remove m4/intmax_t.m4,
6024         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
6025         m4/uintmax_t.m4, m4/ulonglong.m4.
6026         (Depends-on): Add stdint.
6027         (EXTRA_DIST): Add inttostr.h.
6028         * modules/lchmod: New module.
6029         * modules/link-follow: New module.
6030         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
6031         (Depends-on): Add lchmod.
6032         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
6033         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
6034         (Depends-on): Add stdint.
6035         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
6036         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
6037         (Depends-on): Add stdint.
6038         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
6039         * modules/perl: New module.
6040         * modules/regex (Depends-on): Add stdint.
6041         * modules/rmdir-errno: New module.
6042         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6043         m4/intmax_t.m4.
6044         (Depends-on): Add stdint.
6045         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6046         m4/uintmax_t.m4.
6047         (Depends-on): Add stdint.
6048         * modules/unlink-busy: New module.
6049         * modules/utimecmp (Depends-on): Add stdint.
6050         * modules/uptime: New module.
6051         * modules/winsz-ioctl: New module.
6052         * modules/winsz-termios: New module.
6053         * modules/xnanosleep (Depends-on): Add nanosleep.
6054         * modules/ullong_max: Remove.
6055         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
6056         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
6057         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
6058         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
6059         (Depends-on): Add inttypes.
6060         (lib_SOURCES): Add xstrtol.h.
6061         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
6062         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
6063         * MODULES.html.sh: Move 'assert' into the assert section.
6064         Move 'dummy' into the linking section.
6065         Remove ullong_max.
6066         Add section for compatibility checks for POSIX:2001 functions,
6067         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
6068         winsz-ioctl, and winsz-termios into it.
6069         Add lchmod.
6070         Add top-level Misc section and put host-os, perl, and uptime
6071         into it.
6072
6073 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6074
6075         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
6076         now assume the stdint module.  Do not include inttypes.h.
6077         * lib/fsusage.h: Likewise.
6078         * lib/getndelim2.c: Likewise.
6079         * lib/human.h: Likewise.
6080         * lib/inttostr.h: Likewise.
6081         * lib/obstack.c: Likewise.
6082         * lib/regex_internal.h: Likewise.
6083         * lib/tempname.c: Likewise.
6084         * lib/utimecmp.c: Likewise.
6085         * lib/xstrtol.h: Likewise.
6086
6087         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
6088
6089         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
6090         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
6091         * lib/xtime.h: Likewise.
6092
6093 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6094
6095         * modules/openat (Files): Add lib/fchmodat.c.
6096         Fixes problem reported by Jay Youngman.
6097
6098 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6099
6100         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
6101         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
6102
6103 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
6104             Bruno Haible  <bruno@clisp.org>
6105
6106         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
6107         and is a script that invokes bison. Tighten the code. Add comments.
6108
6109 2006-08-18  Jim Meyering  <jim@meyering.net>
6110
6111         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
6112         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
6113         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
6114         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
6115
6116 2006-08-18  Bruno Haible  <bruno@clisp.org>
6117
6118         * modules/bison-i18n: New file.
6119         * MODULES.html.sh (Internationalization functions): Add it.
6120
6121 2006-08-18  Bruno Haible  <bruno@clisp.org>
6122
6123         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
6124         sys/statvfs.h. When getmntinfo was found, check its declaration and
6125         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
6126
6127 2006-08-18  Bruno Haible  <bruno@clisp.org>
6128
6129         * m4/bison-i18n.m4: New file, from bison.
6130
6131 2006-08-18  Bruno Haible  <bruno@clisp.org>
6132
6133         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
6134         (ME_DUMMY): Treat "kernfs" as a dummy.
6135         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
6136
6137 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6138
6139         Update from coreutils.
6140
6141         2006-08-15  Jim Meyering  <jim@meyering.net>
6142
6143         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
6144
6145         2006-01-17  Jim Meyering  <jim@meyering.net>
6146
6147         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
6148
6149         2006-01-11  Jim Meyering  <jim@meyering.net>
6150
6151         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
6152         Check for the lchmod function.
6153
6154 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6155
6156         Update from coreutils.
6157
6158         * lib/__fpending.h: Add copyright notice.
6159         * lib/fprintftime.h: Likewise.
6160         * lib/savedir.c: Use (C) in copyright notice.
6161         * lib/savedir.h: Likewise.
6162
6163         2006-08-15  Jim Meyering  <jim@meyering.net>
6164
6165         * lib/at-func.c: New file, with the logic of all emulated at-functions.
6166         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
6167         in support of the EXPECTED_ERRNO macro.
6168         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
6169         definitions.  Instead, define the appropriate symbols and include
6170         "at-func.c".
6171         * lib/mkdirat.c (mkdirat): Likewise.
6172         * lib/fchmodat.c (fchmodat): Likewise.
6173         (ENOSYS): Remove definition.
6174         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
6175         it.  Don't include "unistd--.h" -- it wasn't ever used.
6176
6177         2006-01-17  Jim Meyering  <jim@meyering.net>
6178
6179         Rewrite fts.c not to change the current working directory,
6180         by using openat, fstatat, fdopendir, etc..
6181
6182         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
6183         (HAVE_OPENAT_SUPPORT): Define.
6184         [_LIBC] (fchdir): Don't undef or define; no longer used.
6185         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
6186         Now, this `function' always succeeds, and consumes its file descriptor
6187         parameter -- so callers must not close such FDs.  Update callers.
6188         (diropen_fd, opendirat, cwd_advance_fd): New functions.
6189         (diropen): Add parameter, SP.  Adjust all callers.
6190         Implement using diropen_fd, rather than open.
6191         (fts_open): Initialize new member, fts_cwd_fd.
6192         Remove fts_rft-setting code.
6193         (fts_close): Close fts_cwd_fd, if necessary.
6194         (__opendir2): Define in terms of opendir or opendirat,
6195         depending on whether the FST_NOCHDIR flag is set.
6196         (fts_build): Since fts_safe_changedir consumes its FD, and since
6197         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
6198         and close the dup'd file descriptor upon failure.
6199         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
6200         (fts_safe_changedir): Tweak semantics to reflect that this function
6201         now calls cwd_advance_fd and hence consumes its FD argument.
6202         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
6203         [struct FTS] (fts_rft): Remove now-unused member.
6204         [struct FTS] (fts_cycle.state): Improve comment.
6205
6206         * lib/openat.c (openat_needs_fchdir): New function.
6207         * lib/openat.h (openat_needs_fchdir): Declare it.
6208
6209 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
6210
6211         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
6212         Problem and fix reported by Pádraig Brady in
6213         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
6214
6215 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6216
6217         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
6218
6219 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6220
6221         * lib/memcoll.c (memcoll): Optimize for the common case where the
6222         arguments are bytewise equal.
6223
6224 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6225
6226         * doc/regexprops-generic.texi: Add a copyright notice.
6227
6228 2006-08-15  Bruno Haible  <bruno@clisp.org>
6229
6230         * modules/tmpdir (License): Change to LGPL.
6231
6232 2006-08-15  Bruno Haible  <bruno@clisp.org>
6233
6234         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
6235         module.
6236
6237 2006-08-14  Simon Josefsson  <jas@extundo.com>
6238
6239         * config/srclist.txt: Add gnupload.
6240
6241 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6242
6243         Change copyright notice from LGPL 2 to GPL 2, since that's the
6244         standard form used in the gnulib repository.
6245         * tests/test-lock.c: Likewise.
6246         * tests/test-stdint.c: Likewise.
6247         * tests/test-tls.c: Likewise.
6248
6249         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
6250         prelude-manager.  User shorter URLs for GNU projects, without '?'.
6251         Add copyright notice.
6252
6253         * check-module: Add copyright notice.  Output a copyright
6254         notice if "--version" is specified.
6255         * modules/COPYING: New file.
6256         * tests/test-getaddrinfo.c: Add copyright notice.
6257         * tests/test-verify.c: Likewise.
6258
6259 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6260
6261         Change copyright notice from LGPL 2 to GPL 2, since that's the
6262         standard form used in the gnulib repository.
6263         * lib/lock.c: LGPL -> GPL.
6264         * lib/lock.h: Likewise.
6265         * lib/strnlen1.c: Likewise.
6266         * lib/strnlen1.h: Likewise.
6267         * lib/tls.c: Likewise.
6268         * lib/tls.h: Likewise.
6269         * lib/tmpdir.c: Likewise.
6270
6271         * lib/TODO: Remove; this belongs only in coreutils.
6272
6273 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6274
6275         Add copyright notices to long-enough files that lack them, since
6276         otherwise the files aren't clearly free.  Use the same notice that
6277         getdate.texi already uses.
6278         * doc/alloca-opt.texi: Add copyright notice.
6279         * doc/alloca.texi: Likewise.
6280         * doc/ctime.texi: Likewise.
6281         * doc/functions.texi: Likewise.
6282         * doc/gcd.texi: Likewise.
6283         * doc/gnulib-tool.texi: Likewise.
6284         * doc/inet_ntoa.texi: Likewise.
6285         * doc/visibility.texi: Likewise.
6286
6287         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
6288         * doc/quote.texi: Add copyright notice.
6289
6290         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
6291         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
6292         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
6293         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
6294         is now obsolete, and give a pointer to the Sun list.
6295         Add copyright notice.
6296
6297 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6298
6299         * config/srclistvars.sh: Add copyright notice.
6300
6301 2006-08-14  Eric Blake  <ebb9@byu.net>
6302
6303         Import the following change from libc:
6304
6305         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
6306
6307         Upstream bug 2997.
6308         * lib/misc/error.c: Add space between program name and message if file
6309         name is missing.
6310
6311 2006-08-12  Karl Berry  <karl@gnu.org>
6312
6313         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
6314         remove, these originate in gnulib now.
6315
6316 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6317
6318         * doc/Makefile (standards.info standards.html standards.dvi):
6319         Also depend on make-stds.texi.
6320
6321 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6322
6323         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
6324         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
6325
6326         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
6327         in wchar_t.  Problem reported by Eric Blake.
6328
6329         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
6330         LEN is smaller than SIZE.  Suggested by Bruno Haible.
6331         Also, help the compiler to keep LEN in a register.
6332
6333 2006-08-11  Eric Blake  <ebb9@byu.net>
6334
6335         * users.txt: Sort.  Add tar.
6336
6337 2006-08-11  Bruno Haible  <bruno@clisp.org>
6338
6339         * users.txt: New file.
6340
6341 2006-08-11  Bruno Haible  <bruno@clisp.org>
6342
6343         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
6344         before <wchar.h>. Needed for OSF/1 and BSD/OS.
6345
6346 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6347
6348         * modules/snprintf (Depends-on): Remove minmax.
6349         (Maintainer): Add self and Bruno.
6350
6351 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6352
6353         * lib/.cppi-disable: Add snprintf.h, socket_.h.
6354         * lib/snprintf.c: Include <errno.h> and <limits.h>.
6355         (EOVERFLOW): Define if the system does not.
6356         Do not include "minmax.h"; it wasn't used.
6357         (snprintf): Don't assume size_t promotes to an unsigned type.
6358         Fix bug when generated string was too long for the buffer: the
6359         buffer's contents are supposed to be the initial prefix of the
6360         output.  Don't assume vasnprintf returns EOVERFLOW if the size
6361         exceeds INT_MAX; do the check ourselves.
6362
6363         Import the following changes from libc:
6364
6365         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
6366
6367         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
6368         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
6369         set wc to the byte which couldn't be converted.
6370         (re_string_reconstruct): Don't clear valid_raw_len before calling
6371         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
6372         tip_context using re_string_context_at.
6373
6374         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
6375
6376         * lib/posix/regex.h: g++ still cannot handled [restrict].
6377
6378         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
6379
6380         * lib/posix/regex.h: Remove special handling for VMS.
6381
6382 2006-08-10  Jim Meyering  <jim@meyering.net>
6383
6384         * modules/same-inode: New module.
6385         * modules/dev-ino: New module.
6386         * modules/cycle-check: Depend on these modules, rather than simply
6387         including their .h files.
6388         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
6389         required via m4/cycle-check.m4.
6390         * modules/same: Depend on new same-inode module, rather than
6391         including same-inode.h.
6392         * modules/chdir-safer: New file.
6393
6394         * modules/chown (Depends-on): Add stat-macros.
6395
6396 2006-08-10  Jim Meyering  <jim@meyering.net>
6397
6398         * m4/cycle-check.m4: New file.
6399         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
6400         * m4/dev-ino.m4, m4/same-inode.m4: New files.
6401
6402 2006-08-10  Eric Blake  <ebb9@byu.net>
6403
6404         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
6405         in from original proposal.
6406
6407 2006-08-10  Eric Blake  <ebb9@byu.net>
6408         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6409
6410         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
6411         namespace.
6412
6413 2006-08-10  Bruno Haible  <bruno@clisp.org>
6414
6415         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
6416         as well.
6417
6418 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6419
6420         Sync from coreutils.
6421
6422         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
6423
6424         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
6425         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
6426
6427 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6428
6429         * modules/restrict: Remove; no longer needed now that we assume
6430         Autoconf 2.59 or later.
6431         * MODULES.html.sh: Remove 'restrict'.
6432         * modules/argp (Depends-on): Remove 'restrict'.
6433         * modules/base64 (Depends-on): Likewise.
6434         * modules/gc (Depends-on): Likewise.
6435         * modules/getaddrinfo (Depends-on): Likewise.
6436         * modules/glob (Depends-on): Likewise.
6437         * modules/inet_ntop (Depends-on): Likewise.
6438         * modules/inet_pton (Depends-on): Likewise.
6439         * modules/memxor (Depends-on): Likewise.
6440         * modules/regex (Depends-on): Likewise.
6441         * modules/strtok_r (Depends-on): Likewise.
6442         * modules/time_r (Depends-on): Likewise.
6443
6444 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6445
6446         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
6447         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
6448         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6449         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
6450         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
6451         * m4/memxor.m4 (gl_MEMXOR): Likewise.
6452         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
6453         gl_C_RESTRICT replaced by AC_C_RESTRICT.
6454
6455         Merge from coreutils.
6456         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
6457         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
6458         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6459         * m4/time_r.m4 (gl_TIME_R): Likewise.
6460
6461 2006-08-09  Karl Berry  <karl@gnu.org>
6462
6463         * config/srclist.txt: no more gettext-tools, per Bruno.
6464
6465 2006-08-08  Eric Blake  <ebb9@byu.net>
6466
6467         * modules/verror: New module.
6468         * MODULES.html.sh: Document it.
6469
6470 2006-08-08  Eric Blake  <ebb9@byu.net>
6471
6472         * lib/verror.h, lib/verror.c: New files.
6473
6474 2006-08-08  Eric Blake  <ebb9@byu.net>
6475
6476         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
6477         verror_at_line output complies with GNU Coding Standards even when
6478         file is NULL.
6479
6480 2006-08-07  Bruno Haible  <bruno@clisp.org>
6481
6482         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
6483         versions of AIX.
6484         Reported by Ralf Wildenhues.
6485
6486 2006-08-07  Bruno Haible  <bruno@clisp.org>
6487
6488         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
6489         in an AC_DEFUN. Needed so that the autoconf snippets can use
6490         AC_REQUIRE.
6491
6492 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6493
6494         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6495         Initialize pkgdata_DATA.
6496         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
6497         overriding it.
6498
6499 2006-08-06  Eric Blake  <ebb9@byu.net>
6500
6501         * lib/error.h: Fold in some upstream changes from glibc.
6502         * lib/error.c: Likewise.
6503
6504 2006-08-04  Bruno Haible  <bruno@clisp.org>
6505
6506         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6507         Make the mostlyclean-local rule depend on mostlyclean-generic.
6508         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
6509
6510 2006-07-31  Bruno Haible  <bruno@clisp.org>
6511
6512         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
6513         <stdlib.h>, <string.h>.
6514
6515 2006-07-30  Bruno Haible  <bruno@clisp.org>
6516
6517         * modules/readlink (License): Change to LGPL.
6518
6519 2006-07-30  Bruno Haible  <bruno@clisp.org>
6520
6521         * modules/javaversion (Makefile.am): Distribute javaversion.java and
6522         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
6523         set PKGDATADIR to point to it.
6524
6525 2006-07-30  Bruno Haible  <bruno@clisp.org>
6526
6527         * modules/csharpexec (configure.ac): Comment out macro invocation.
6528         * modules/javaexec (configure.ac): Likewise.
6529         * modules/javacomp-script (configure.ac): Likewise.
6530
6531         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
6532
6533 2006-07-30  Bruno Haible  <bruno@clisp.org>
6534
6535         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
6536         linked-list.
6537
6538 2006-07-30  Bruno Haible  <bruno@clisp.org>
6539
6540         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
6541
6542 2006-07-30  Bruno Haible  <bruno@clisp.org>
6543
6544         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6545         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
6546         get removed.
6547
6548 2006-07-29  Bruno Haible  <bruno@clisp.org>
6549
6550         Make it possible for gnulib-tool to work with locally modified or
6551         augmented gnulib repositories.
6552         * gnulib-tool (func_usage): Document --local-dir option.
6553         (local_gnulib_dir): New variable.
6554         Handle --local-dir option.
6555         (func_lookup_file): New function.
6556         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
6557         (func_get_description, func_get_filelist, func_get_description,
6558         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
6559         func_get_automake_snippet, func_get_include_directive,
6560         func_get_license, func_get_maintainer): Use func_lookup_file.
6561         (func_import, func_create_testdir): Use func_lookup_file.
6562
6563 2006-07-29  Bruno Haible  <bruno@clisp.org>
6564
6565         * modules/setenv (Depends-on): Add unistd.
6566
6567 2006-07-29  Bruno Haible  <bruno@clisp.org>
6568
6569         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
6570
6571 2006-07-29  Bruno Haible  <bruno@clisp.org>
6572
6573         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
6574
6575 2006-07-29  Bruno Haible  <bruno@clisp.org>
6576
6577         * gnulib-tool (import, update): If there is no Makefile.am, look at
6578         aclocal.m4, instead of bailing out.
6579
6580 2006-07-29  Bruno Haible  <bruno@clisp.org>
6581
6582         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
6583         Categorize the options by when they are useful.
6584
6585 2006-07-29  Bruno Haible  <bruno@clisp.org>
6586
6587         * gnulib-tool (func_usage): Document option --no-libtool.
6588         Handle option --no-libtool.
6589         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
6590         for changed semantics of $libtool variable.
6591         (func_import): Likewise. If libtool is not used, show this through
6592         an option --no-libtool.
6593         (func_create_testdir): Update.
6594
6595 2006-07-29  Bruno Haible  <bruno@clisp.org>
6596
6597         * gnulib-tool (func_import): Extend error message about missing
6598         --doc-base.
6599
6600 2006-07-29  Bruno Haible  <bruno@clisp.org>
6601
6602         * gnulib-tool (func_import): Don't create the $docbase directory if
6603         there is no file to store there.
6604
6605 2006-07-29  Bruno Haible  <bruno@clisp.org>
6606
6607         * gnulib-tool (autoconf_minversion): If a --dir option is given and
6608         relevant, look for configure.ac there, not in the current directory.
6609         Also use a simple search for AC_PREREQ, not "autoconf --trace".
6610
6611 2006-07-29  Bruno Haible  <bruno@clisp.org>
6612
6613         * gnulib-tool (SORT): New variable.
6614         (func_usage): Undocument --assume-autoconf option.
6615         Remove --assume-autoconf option handling.
6616         (autoconf_minversion): Determine from the contents of configure.ac.
6617         (func_import): Remove autoconf_minversion handling.
6618         Suggested by Eric Blake.
6619
6620 2006-07-29  Bruno Haible  <bruno@clisp.org>
6621
6622         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
6623
6624 2006-07-29  Bruno Haible  <bruno@clisp.org>
6625
6626         * config/srclist.txt (*setenv.[ch]): Remove rules.
6627
6628 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6629
6630         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
6631
6632 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6633
6634         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
6635         arpa/inet.h.
6636
6637 2006-07-28  Simon Josefsson  <jas@extundo.com>
6638
6639         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
6640         * modules/inet_pton (Depends-on): Likewise.
6641
6642 2006-07-28  Simon Josefsson  <jas@extundo.com>
6643
6644         * m4/netinet_in_h.m4: New file.
6645
6646 2006-07-28  Simon Josefsson  <jas@extundo.com>
6647
6648         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
6649         #include's.
6650
6651 2006-07-28  Simon Josefsson  <jas@extundo.com>
6652
6653         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
6654         #include's.
6655
6656 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
6657
6658         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
6659         setgid on directories only if they set these bits.
6660         * lib/modechange.h: Remove obsolete comment about masks.
6661
6662 2006-07-28  Eric Blake  <ebb9@byu.net>
6663
6664         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
6665         macro expansion.
6666
6667 2006-07-28  Bruno Haible  <bruno@clisp.org>
6668
6669         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
6670
6671 2006-07-28  Bruno Haible  <bruno@clisp.org>
6672
6673         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
6674
6675 2006-07-28  Bruno Haible  <bruno@clisp.org>
6676
6677         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
6678         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
6679         Define fallbacks.
6680         Avoids link error on FreeBSD 4.x.
6681         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
6682
6683         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
6684         encoding.
6685         * lib/mbswidth.c (iswcntrl): Likewise.
6686
6687 2006-07-27  Bruno Haible  <bruno@clisp.org>
6688
6689         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
6690         test.
6691
6692 2006-07-27  Bruno Haible  <bruno@clisp.org>
6693
6694         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
6695         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
6696         defined.
6697
6698 2006-07-26  Eric Blake  <ebb9@byu.net>
6699
6700         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
6701
6702 2006-07-26  Eric Blake  <ebb9@byu.net>
6703
6704         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
6705         like mingw that lack mkstemp.
6706         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
6707         avoid compilation warning on mingw.
6708
6709 2006-07-26  Bruno Haible  <bruno@clisp.org>
6710
6711         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
6712         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
6713         INT_FAST*_MIN, INTPTR_MIN.
6714
6715 2006-07-25  Bruno Haible  <bruno@clisp.org>
6716
6717         * modules/version-etc (Depends-on): Add stdarg.
6718
6719 2006-07-25  Bruno Haible  <bruno@clisp.org>
6720
6721         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
6722         complex commands.
6723
6724 2006-07-25  Bruno Haible  <bruno@clisp.org>
6725
6726         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
6727         defined in <stdarg.h> or config.h.
6728
6729 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6730
6731         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
6732         (gl_STDIO_SAFER): Remove.
6733
6734 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6735
6736         * MODULES.html.sh (File stream based Input/Output):
6737         Add fopen-safer, tmpfile-safer; remove stdio-safer.
6738         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
6739         * modules/fopen-safer, modules/tmpfile-safer: New files.
6740         * modules/stdio-safer: Remove.
6741
6742 2006-07-24  Bruno Haible  <bruno@clisp.org>
6743
6744         * modules/tmpdir: New file.
6745         * MODULES.html.sh (File system functions): Add it.
6746
6747 2006-07-24  Bruno Haible  <bruno@clisp.org>
6748
6749         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
6750         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
6751
6752 2006-07-24  Bruno Haible  <bruno@clisp.org>
6753
6754         * modules/clean-temp: New file.
6755
6756 2006-07-24  Bruno Haible  <bruno@clisp.org>
6757
6758         * m4/tmpdir.m4: New file, from GNU gettext.
6759
6760 2006-07-24  Bruno Haible  <bruno@clisp.org>
6761
6762         * lib/tmpdir.h: New file, from GNU gettext.
6763         * lib/tmpdir.c: New file, from GNU gettext.
6764
6765 2006-07-24  Bruno Haible  <bruno@clisp.org>
6766
6767         * lib/clean-temp.h: New file, from GNU gettext.
6768         * lib/clean-temp.c: New file, from GNU gettext.
6769
6770 2006-07-23  Eric Blake  <ebb9@byu.net>
6771
6772         * modules/stdio-safer (Files): Add tmpfile-safer.c.
6773         (Depends-on): Add binary-io.
6774
6775 2006-07-23  Eric Blake  <ebb9@byu.net>
6776
6777         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
6778
6779 2006-07-23  Eric Blake  <ebb9@byu.net>
6780
6781         * lib/tmpfile-safer.c: New file.
6782         * lib/stdio-safer.h (fopen_safer): Add prototype.
6783         * lib/stdio--.h (tmpfile): Make safer.
6784
6785 2006-07-23  Bruno Haible  <bruno@clisp.org>
6786
6787         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
6788         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
6789         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
6790         gl_linked_remove_at): Use it.
6791
6792 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6793         and Simon Josefsson <jas@extundo.com>
6794
6795         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
6796
6797         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
6798
6799 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6800
6801         * modules/close-stream: New file.
6802         * modules/closeout (Description): Make it clear that it exits
6803         with a diagnostic on error.
6804         (Depends-on): Add close-stream.  Remove fpending, stdbool.
6805         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
6806
6807 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6808
6809         * m4/close-stream.m4: New file.
6810
6811 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6812
6813         * lib/close-stream.c, lib/close-stream.h: New files.
6814
6815 2006-07-22  Bruno Haible  <bruno@clisp.org>
6816
6817         Merge from GNU gettext 0.15.
6818
6819         2006-05-01  Bruno Haible  <bruno@clisp.org>
6820
6821                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
6822
6823         2006-07-22  Bruno Haible  <bruno@clisp.org>
6824
6825                 * modules/javaversion: New file.
6826                 * MODULES.html.sh (Java): Add javaversion.
6827
6828         2006-03-12  Bruno Haible  <bruno@clisp.org>
6829
6830                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
6831
6832         2005-12-04  Bruno Haible  <bruno@clisp.org>
6833
6834                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
6835                 (untested).
6836
6837         2006-06-21  Bruno Haible  <bruno@clisp.org>
6838
6839                 Avoid warnings from recent versions of mcs.
6840                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
6841                 -o, -L, -r any more. Use options documented since mcs-1.0
6842                 instead. Similarly for -g.
6843
6844         2005-12-04  Bruno Haible  <bruno@clisp.org>
6845
6846                 * build-aux/csharpcomp.sh.in: Suffix for resources is
6847                 .resources, not .resource.
6848
6849         2005-07-09  Bruno Haible  <bruno@clisp.org>
6850
6851                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
6852                 add a .dll suffix.
6853                 Reported by Mark Junker <mjscod@gmx.de>.
6854
6855         2006-07-22  Bruno Haible  <bruno@clisp.org>
6856
6857                 * modules/gettext: Upgrade to gettext-0.15.
6858                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
6859                 m4/visibility.m4.
6860                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
6861
6862 2006-07-22  Bruno Haible  <bruno@clisp.org>
6863
6864         Merge from GNU gettext 0.15.
6865
6866         2006-03-25  Bruno Haible  <bruno@clisp.org>
6867
6868                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
6869
6870         2006-07-21  Bruno Haible  <bruno@clisp.org>
6871
6872                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
6873                 "1.1".
6874
6875         2006-05-09  Bruno Haible  <bruno@clisp.org>
6876
6877                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
6878                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
6879                 for the conftestver execution.
6880
6881         2006-05-01  Bruno Haible  <bruno@clisp.org>
6882
6883                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
6884                 optional target-version argument. Verify that the compiler
6885                 groks source of the specified source-version, or add -source
6886                 option as necessary. Verify that the compiler produces
6887                 bytecode in the specified target-version, or add -target and
6888                 -source options as necessary. Make the result of the test
6889                 available as variable CONF_JAVAC. Also log error output in
6890                 config.log.
6891
6892         2006-03-11  Bruno Haible  <bruno@clisp.org>
6893
6894                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
6895
6896         2006-05-09  Bruno Haible  <bruno@clisp.org>
6897
6898                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
6899                 CLASSPATH_SEPARATOR to a semicolon.
6900
6901         2006-03-12  Bruno Haible  <bruno@clisp.org>
6902
6903                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
6904                 available as variable CONF_JAVA, for subsequent autoconf
6905                 tests. Also log error output in config.log.
6906
6907         2006-07-19  Bruno Haible  <bruno@clisp.org>
6908
6909                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
6910                 that getline works on glibc2 systems. Needed to avoid trouble
6911                 in relocatable.c.
6912                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
6913
6914         2005-12-04  Bruno Haible  <bruno@clisp.org>
6915
6916                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
6917                 launcher (untested).
6918
6919         2005-12-04  Bruno Haible  <bruno@clisp.org>
6920
6921                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
6922
6923         2006-07-22  Bruno Haible  <bruno@clisp.org>
6924
6925                 * gettext.m4: Update from GNU gettext-0.15.
6926                 * nls.m4: Likewise.
6927                 * po.m4: Likewise.
6928                 * inttypes-pri.m4: Likewise.
6929                 * inttypes-h.m4: Renamed from inttypes.m4.
6930                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
6931
6932 2006-07-22  Bruno Haible  <bruno@clisp.org>
6933
6934         Merge from GNU gettext 0.15.
6935
6936         2005-07-05  Bruno Haible  <bruno@clisp.org>
6937
6938                 * printf-args.c (printf_fetchargs): Work around broken
6939                 definition of wint_t on mingw.
6940
6941         2005-02-12  Bruno Haible  <bruno@clisp.org>
6942
6943                 * xallocsa.h: Add extern "C" for C++.
6944
6945         2006-05-17  Bruno Haible  <bruno@clisp.org>
6946
6947                 Cygwin portability.
6948                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
6949
6950         2006-04-30  Bruno Haible  <bruno@clisp.org>
6951
6952                 * progreloc.c: Include <mach-o/dyld.h> if available.
6953                 (find_executable): Use _NSGetExecutablePath when possible.
6954
6955         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6956
6957                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
6958                 function.
6959
6960         2005-12-29  Bruno Haible  <bruno@clisp.org>
6961
6962                 * progreloc.c (set_program_name_and_installdir): Fix
6963                 compilation error.
6964
6965         2005-12-04  Bruno Haible  <bruno@clisp.org>
6966
6967                 Cygwin portability.
6968                 * progreloc.c: Include <windows.h> also on Cygwin.
6969                 (find_executable): Add support for Cygwin.
6970                 (set_program_name_and_installdir): Handle also platforms with
6971                 nonempty EXEEXT.
6972
6973         2006-07-11  Bruno Haible  <bruno@clisp.org>
6974
6975                 * javacomp.c: Fix a comment.
6976                 Reported by Jim Meyering.
6977
6978         2006-04-30  Bruno Haible  <bruno@clisp.org>
6979
6980                 * javacomp.h (compile_java_class): Add source_version,
6981                 target_version arguments.
6982                 * javacomp.c: Rewritten to choose only a compiler that
6983                 respects the specified source_version and target_version.
6984
6985         2006-06-27  Bruno Haible  <bruno@clisp.org>
6986
6987                 Assume correct S_ISDIR macro.
6988                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
6989
6990         2006-07-22  Bruno Haible  <bruno@clisp.org>
6991
6992                 * javaversion.h: New file, from GNU gettext.
6993                 * javaversion.c: New file, from GNU gettext.
6994                 * javaversion.java: New file, from GNU gettext.
6995                 * javaversion.class: New file, from GNU gettext.
6996
6997         2006-05-17  Bruno Haible  <bruno@clisp.org>
6998
6999                 Cygwin portability.
7000                 * javaexec.c (execute_java_class): Test for jview program
7001                 also on Cygwin.
7002
7003         2006-04-09  Bruno Haible  <bruno@clisp.org>
7004
7005                 * fatal-signal.c: Don't include string.h.
7006                 (at_fatal_signal): Use a copying loop instead of memcpy.
7007
7008         2005-12-04  Bruno Haible  <bruno@clisp.org>
7009
7010                 * csharpexec.c: Add support for 'clix' launcher (untested).
7011                 (execute_csharp_using_sscli): New function.
7012                 (execute_csharp_program): Call it.
7013
7014         2006-06-21  Bruno Haible  <bruno@clisp.org>
7015
7016                 Avoid warnings from recent versions of mcs.
7017                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
7018                 -o, -L, -r any more. Use options documented since mcs-1.0
7019                 instead. Similarly for -g.
7020
7021         2005-07-09  Bruno Haible  <bruno@clisp.org>
7022
7023                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
7024                 add a .dll suffix.
7025                 Reported by Mark Junker <mjscod@gmx.de>.
7026
7027         2006-06-17  Bruno Haible  <bruno@clisp.org>
7028
7029                 * config.charset: Update for NetBSD 3.0.
7030
7031         2006-05-17  Bruno Haible  <bruno@clisp.org>
7032
7033                 Cygwin portability.
7034                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
7035
7036         2006-05-16  Bruno Haible  <bruno@clisp.org>
7037
7038                 * localcharset.c [CYGWIN]: Include <windows.h>.
7039                 (get_charset_aliases): For Cygwin, return the same CPxxx
7040                 aliases list as under WIN32.
7041                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
7042                 the environment variables. Fall back to GetACP().
7043
7044         2006-04-05  Bruno Haible  <bruno@clisp.org>
7045
7046                 * config.charset: Update Juan Manuel Guerrero's address.
7047
7048         2005-02-12  Bruno Haible  <bruno@clisp.org>
7049
7050                 * allocsa.h: Add extern "C" for C++.
7051
7052         2005-02-10  Bruno Haible  <bruno@clisp.org>
7053
7054                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
7055                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
7056
7057         2006-07-22  Bruno Haible  <bruno@clisp.org>
7058
7059                 * gettext.h: Update to GNU gettext-0.15.
7060
7061 2006-07-22  Bruno Haible  <bruno@clisp.org>
7062
7063         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
7064         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
7065         lib-prefix.m4, longdouble.m4, ssize_t.m4.
7066
7067 2006-07-21  Eric Blake  <ebb9@byu.net>
7068
7069         * modules/stdlib-safer: New file.
7070         * MODULES.html.sh (File stream based Input/Output): Add
7071         stdlib-safer.
7072
7073 2006-07-21  Eric Blake  <ebb9@byu.net>
7074
7075         * lib/stdlib-safer.h: New file from coreutils, required by
7076         stdlib--.h.
7077
7078 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
7079
7080         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
7081
7082 2006-07-20  Bruno Haible  <bruno@clisp.org>
7083
7084         * gnulib-tool: Recognize new option --assume-autoconf.
7085         (autoconf_minversion): New variable.
7086         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
7087
7088 2006-07-20  Bruno Haible  <bruno@clisp.org>
7089
7090         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
7091
7092 2006-07-19  Derek R. Price  <derek@ximbiot.com>
7093
7094         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
7095         Reindent and repaginate.
7096
7097 2006-07-19  Derek Price  <derek@ximbiot.com>
7098
7099         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
7100         Correct grammar.
7101
7102 2006-07-17  Bruno Haible  <bruno@clisp.org>
7103
7104         * modules/list: New file.
7105         * modules/array-list: New file.
7106         * modules/carray-list, modules/carray-list-tests: New files.
7107         * modules/linked-list, modules/linked-list-tests: New files.
7108         * modules/avltree-list, modules/avltree-list-tests: New files.
7109         * modules/rbtree-list, modules/rbtree-list-tests: New files.
7110         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
7111         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
7112         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
7113         * modules/oset: New file.
7114         * modules/array-oset: New file.
7115         * modules/avltree-oset, modules/avltree-oset-tests: New files.
7116         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
7117         * tests/test-carray_list.c: New file.
7118         * tests/test-linked_list.c: New file.
7119         * tests/test-avltree_list.c: New file.
7120         * tests/test-rbtree_list.c: New file.
7121         * tests/test-linkedhash_list.c: New file.
7122         * tests/test-avltreehash_list.c: New file.
7123         * tests/test-rbtreehash_list.c: New file.
7124         * tests/test-avltree_oset.c: New file.
7125         * tests/test-rbtree_oset.c: New file.
7126         * MODULES.html.sh (Container data structures): New section.
7127
7128 2006-07-17  Bruno Haible  <bruno@clisp.org>
7129
7130         * m4/gl_list.m4: New file.
7131
7132 2006-07-17  Bruno Haible  <bruno@clisp.org>
7133
7134         * lib/gl_list.h: New file.
7135         * lib/gl_list.c: New file.
7136         * lib/gl_array_list.h: New file.
7137         * lib/gl_array_list.c: New file.
7138         * lib/gl_carray_list.h: New file.
7139         * lib/gl_carray_list.c: New file.
7140         * lib/gl_linked_list.h: New file.
7141         * lib/gl_linked_list.c: New file.
7142         * lib/gl_anylinked_list1.h: New file.
7143         * lib/gl_anylinked_list2.h: New file.
7144         * lib/gl_avltree_list.h: New file.
7145         * lib/gl_avltree_list.c: New file.
7146         * lib/gl_anyavltree_list1.h: New file.
7147         * lib/gl_anyavltree_list2.h: New file.
7148         * lib/gl_rbtree_list.h: New file.
7149         * lib/gl_rbtree_list.c: New file.
7150         * lib/gl_anyrbtree_list1.h: New file.
7151         * lib/gl_anyrbtree_list2.h: New file.
7152         * lib/gl_anytree_list1.h: New file.
7153         * lib/gl_anytree_list2.h: New file.
7154         * lib/gl_linkedhash_list.h: New file.
7155         * lib/gl_linkedhash_list.c: New file.
7156         * lib/gl_anyhash_list1.h: New file.
7157         * lib/gl_anyhash_list2.h: New file.
7158         * lib/gl_avltreehash_list.h: New file.
7159         * lib/gl_avltreehash_list.c: New file.
7160         * lib/gl_rbtreehash_list.h: New file.
7161         * lib/gl_rbtreehash_list.c: New file.
7162         * lib/gl_anytreehash_list1.h: New file.
7163         * lib/gl_anytreehash_list2.h: New file.
7164
7165         * lib/gl_oset.h: New file.
7166         * lib/gl_oset.c: New file.
7167         * lib/gl_array_oset.h: New file.
7168         * lib/gl_array_oset.c: New file.
7169         * lib/gl_avltree_oset.h: New file.
7170         * lib/gl_avltree_oset.c: New file.
7171         * lib/gl_rbtree_oset.h: New file.
7172         * lib/gl_rbtree_oset.c: New file.
7173         * lib/gl_anytree_oset.h: New file.
7174
7175 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7176
7177         * m4/mkancesdirs.m4: New file.
7178         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
7179         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
7180         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
7181         it.
7182
7183 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7184
7185         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
7186         * lib/mkancesdirs.h: New files.
7187         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
7188         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
7189         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
7190         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
7191         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
7192         callers changed.  Revamp internals significantly, by not
7193         attempting to create directories that are temporarily more
7194         permissive than the final results.  Do not attempt to use
7195         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
7196         This removes some race conditions, fixes some bugs, and simplifies
7197         things.  Use new dirchownmod function to do owner and mode changes.
7198         * lib/mkdir-p.h: Likewise.
7199         * lib/modechange.c (octal_to_mode): New function.
7200         (struct mode_change): New member mentioned.
7201         (make_node_op_equals): New arg mentioned.  All callers changed.
7202         (mode_compile): Keep track of which mode bits the user has explicitly
7203         mentioned.
7204         (mode_adjust): New arg DIR, so that we implement the X op correctly.
7205         New arg PMODE_BITS, to keep track of which mode bits the user
7206         mentioned; it treats S_ISUID and S_ISGID speciall.
7207         All callers changed.
7208         * lib/modechange.h: Likewise.
7209
7210 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7211
7212         * MODULES.html.sh: Add mkancestors.
7213         * modules/mkancesdirs: New module.
7214         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
7215         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
7216         The chdir-safer and afs files are now orphans; I'll remove them
7217         unless someone speaks up.
7218         Add lib/dirchownmod.c, lib/dirchownmod.h.
7219         (Depends-on): Remove alloca, chown, save-cwd, dirname.
7220         Add lchown, mkancesdirs.
7221         (Maintainer): Add self.
7222
7223 2006-07-15  Karl Berry  <karl@gnu.org>
7224
7225         * gnulib-tool: help message wording/arrangement.
7226
7227 2006-07-14  Simon Josefsson  <jas@extundo.com>
7228
7229         * doc/gnulib.texi (Libtool and Windows): New section.
7230
7231 2006-07-12  Simon Josefsson  <jas@extundo.com>
7232
7233         * modules/gendocs (License): Fix license, approved by Karl.
7234
7235 2006-07-12  Eric Blake  <ebb9@byu.net>
7236
7237         * MODULES.html.sh: Add gendocs.
7238
7239 2006-07-11  Eric Blake  <ebb9@byu.net>
7240
7241         * modules/fdl: New module, to install doc/fdl.texi.
7242         * MODULES.html.sh: Add new section for documentation modules.
7243         * gnulib-tool: Avoid space-tab.
7244         (--doc-base): New option, to manage files from doc.
7245
7246 2006-07-11  Eric Blake  <ebb9@byu.net>
7247
7248         * m4/absolute-header.m4: Fix comments to match recent change.
7249
7250 2006-07-11  Eric Blake  <ebb9@byu.net>
7251
7252         * gnulib-tool: List --doc-base before --tests-base.
7253
7254 2006-07-11  Derek R. Price  <derek@ximbiot.com>
7255
7256         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
7257
7258 2006-07-11  Bruno Haible  <bruno@clisp.org>
7259
7260         * README: Mention where to put documentation.
7261
7262 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7263
7264         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
7265
7266 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7267
7268         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
7269         to stdint.m4.
7270
7271 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7272
7273         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
7274         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
7275         "no/such/file/stdint.h" when there is no such file, so that
7276         the resulting C code can be parsed by dodgy compilers.
7277         Problems reported by Bob Proulx.
7278
7279 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7280
7281         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
7282         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7283         macros into the GNU _D_EXACT_NAMLEN.
7284         * lib/savedir.c:  Likewise.
7285         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
7286
7287 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7288         and Paul Eggert  <eggert@cs.ucla.edu>
7289
7290         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
7291         * m4/savedir.m4:
7292         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7293         macros into the GNU _D_EXACT_NAMLEN.
7294
7295 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7296
7297         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
7298         around the absolute name, to work around a problem with the HP-UX
7299         11.23 native C compiler, reported by Bob Proulx.
7300
7301 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7302
7303         * doc/maintain.texi, make-stds.texi: Sync from
7304         <http://savannah.gnu.org/projects/gnustandards>.
7305
7306 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7307
7308         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
7309
7310 2006-07-09  Jim Meyering  <jim@meyering.net>
7311
7312         * m4/glob.m4: Remove a doubled word in a comment.
7313
7314 2006-07-09  Jim Meyering  <jim@meyering.net>
7315
7316         * lib/argp-pv.c: Remove a doubled word in a comment.
7317         * lib/check-version.c (check_version): Likewise.
7318         * lib/javacomp.c (compile_java_class): Likewise.
7319
7320 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
7321
7322         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
7323         for the benefit of people using Autoconf 2.60.  If you want to
7324         support older Autoconf versions you can copy m4/onceonly_2_57.m4
7325         (or m4/onceonly.m4, if pre-2.57) manually.
7326
7327 2006-07-08  Jim Meyering  <jim@meyering.net>
7328
7329         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
7330         comment.
7331         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
7332         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
7333         comment.
7334
7335 2006-07-08  Jim Meyering  <jim@meyering.net>
7336
7337         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
7338
7339 2006-07-07  Simon Josefsson  <jas@extundo.com>
7340
7341         * tests/test-crc.c: Change expected crc value, the test vector
7342         were probably computed using the old broken crc.c?
7343
7344 2006-07-06  Simon Josefsson  <jas@extundo.com>
7345
7346         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
7347         now the canonical place for the M4 file).
7348
7349         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
7350         from the sys_socket dependency now.
7351
7352         * modules/inet_pton (Files): Ditto.
7353
7354         * modules/inet_ntop (Files): Ditto.
7355
7356 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7357
7358         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
7359         not gl_PREREQ_GETUSERSHELL.
7360
7361 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7362
7363         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
7364         with only one argument, for Autoconf 2.60.
7365         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
7366         expand to nothing, so add a shell command to avoid syntax error.
7367         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7368
7369 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7370
7371         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
7372
7373 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7374
7375         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
7376         no longer needed.  Check for isblank decl.
7377         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
7378         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
7379         of existence.
7380
7381 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7382
7383         * lib/getloadavg.c: Use __VMS, not VMS.
7384         * lib/getopt.c: Likewise.
7385         * lib/getpagesize.h: Likewise.
7386         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
7387         and probably does not work.
7388
7389 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7390
7391         * lib/.cppi-disable: Add wcwidth.
7392         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
7393         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
7394         (ISGRAPH): Remove.  All uses changed to isgraph.
7395         (FOLD) [!defined _LIBC]: Remove special case.
7396         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
7397         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
7398         HAVE_ISBLANK.
7399         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
7400         case.
7401
7402 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7403
7404         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
7405         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
7406         brackets.  Other minor changes to suppress some compiler
7407         warnings.
7408
7409 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7410         and Paul Eggert  <eggert@cs.ucla.edu>
7411
7412         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
7413         of invoking obsolescent AC_HEADER_DIRENT macro.
7414         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
7415         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
7416         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
7417         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
7418         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
7419         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7420         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
7421         * m4/readdir.m4: Remove; no longer needed.
7422
7423 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7424         and Paul Eggert  <eggert@cs.ucla.edu>
7425
7426         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
7427         Don't worry about this obsolete case any more.
7428         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
7429         directories.
7430         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
7431         worry about this obsolete case any more.
7432         * lib/fts.c: Likewise.
7433         * lib/getcwd.c: Likewise.
7434         * lib/glob.h: Likewise.
7435         * lib/savedir.c: Likewise.
7436
7437 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7438
7439         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
7440         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
7441         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
7442         needed.
7443         All uses removed.
7444         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7445         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7446         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
7447         needed.
7448         * m4/getdate.m4 (gl_GETDATE): Likewise.
7449         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7450         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7451         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7452         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7453         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7454         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7455         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
7456         needed.
7457
7458 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7459
7460         * lib/memcasecmp.c: Include <limits.h>.
7461         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
7462         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
7463         Don't assume isdigit succeeds only on '0' through '9'.
7464
7465 2006-07-05  Eric Blake  <ebb9@byu.net>
7466
7467         * modules/getaddrinfo (Depends-on): Add snprintf.
7468
7469 2006-07-05  Eric Blake  <ebb9@byu.net>
7470
7471         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
7472         to avoid 'header present but could not be compiled' on cygwin.
7473
7474 2006-07-05  Eric Blake  <ebb9@byu.net>
7475
7476         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
7477         missing from netdb.h.
7478         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
7479
7480 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7481
7482         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
7483         no longer needed.
7484         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
7485         * m4/getdate.m4 (gl_GETDATE): Likewise.
7486         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7487         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7488         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7489         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7490         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7491
7492 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7493
7494         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
7495         All uses of is_space replaced by isspace.
7496         * lib/exit.h: Don't talk about STDC_HEADERS.
7497         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
7498         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
7499         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
7500         replaced by isprint etc.
7501         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
7502         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7503         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
7504         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
7505         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
7506         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7507
7508 2006-07-05  Bruno Haible  <bruno@clisp.org>
7509
7510         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
7511         the function exists, before testing against AIX.
7512         Reported by Martin Lambers <marlam@marlam.de>.
7513
7514 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7515
7516         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
7517         From Mark D. Baushke.
7518
7519 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7520
7521         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
7522         to the absolute name, not just one, to bypass Sun C 5.8's
7523         "warning: #include of /usr/include/... may be non-portable".
7524
7525 2006-07-04  Eric Blake  <ebb9@byu.net>
7526
7527         * modules/dirname-tests: New test module.
7528         * tests/test-dirname.c: New file, replacing dirname.c
7529         TEST_DIRNAME section that was recently deleted.
7530
7531 2006-07-04  Bruno Haible  <bruno@clisp.org>
7532
7533         Assume ANSI C header files and <ctype.h> functions.
7534         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
7535         (mbsnwidth): Use isprint, iscntrl instead.
7536
7537 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7538
7539         Merge from coreutils.
7540         * MODULES.html.sh: Add xstrtold.
7541         * modules/xstrtold: New file.
7542         * modules/cycle-check (Files): Add lib/same-inode.h.
7543         * modules/dirname (Files): Add m4/double-slash-root.m4.
7544         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
7545         * modules/mkdir-p (Files): Add lib/same-inode.h.
7546         * modules/same (Files): Add lib/same-inode.h.
7547
7548 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7549
7550         * m4/absolute-header.m4: Renamed from full-header-path.m4.
7551         This is to keep the terminology clean; POSIX talks about
7552         "absolute pathnames", not "full pathnames", but the GNU
7553         Coding Standards say to use "path" for something else;
7554         so use "absolute" to keep both sides happy.
7555         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
7556         Set gl_absolute_header, not gl_full_header_path.
7557         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
7558         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
7559         All uses changed.
7560
7561         Merge from coreutils.
7562
7563         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7564
7565         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
7566         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
7567         want to require the building of c-strtod.o.
7568         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
7569         needs -lm directly.
7570         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
7571
7572         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7573
7574         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
7575         --as-needed option if available.  Problem reported by Albert Chin in
7576         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
7577         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
7578         cc merely issues a bunch of annoying warnings for --as-needed
7579         (this problem was reported by Bob Proulx).  Also, try linking with
7580         -lm to detect a bug in binutils 2.16 (this problem was reported
7581         by Ralf Wildenhues).
7582
7583         2006-06-18  Jim Meyering  <jim@meyering.net>
7584
7585         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
7586         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
7587         macro.
7588         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
7589         also check for glibc-2.4's abort-inducing bug.
7590
7591         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
7592         Low-probability clean-up should be to use rmdir to get rid of
7593         the just-created directory, not unlink.
7594
7595         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
7596         configure fail, and request a bug report to inform us about it.
7597         Add a comment that, barring reports to the contrary, in 2007 we'll
7598         assume ftruncate is universally available.
7599
7600         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7601
7602         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
7603
7604         2006-03-12  Jim Meyering  <jim@meyering.net>
7605
7606         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
7607         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
7608         * m4/same.m4 (gl_SAME): Likewise.
7609         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
7610
7611         2006-03-11  Eric Blake  <ebb9@byu.net>
7612
7613         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
7614         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
7615         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
7616         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
7617
7618 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7619
7620         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
7621         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
7622         reported by Mark D. Baushke, one in
7623         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
7624
7625         Merge from coreutils.
7626
7627         * lib/.cppi-disable: Add stdint_.h.
7628         * lib/.cvsignore: Add stdint.h.
7629
7630         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7631
7632         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
7633         both double and long double versions.
7634         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
7635         * lib/xstrtold.c: New file.
7636         * lib/xstrtod.h (xstrtold): New decl.
7637
7638         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
7639
7640         * lib/filemode.c (setst): Remove.
7641         (strmode): Rewrite to avoid setst.  This makes the code shorter,
7642         (arguably) clearer, and the generated code is a bit smaller on my
7643         Debian GNU/Linux stable x86 host.
7644
7645         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7646
7647         * lib/filemode.c: Include "filemode.h" first, to test the interface.
7648         Assume that filemode.h includes sys/types.h and sys/stat.h.
7649         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
7650         (ftypelet): Reorder to put common cases first, for efficiency.
7651         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
7652         to do 'M'.
7653         (strmode): Renamed from mode_string, and now stores 12 bytes instead
7654         of 10, for compatibility with FreeBSD.  All callers changed.
7655         (filemodestring): Now stores 12 bytes instead of 10, and sets file
7656         types that can't be deduced solely from st_mode.  First arg is now a
7657         const pointer.
7658         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
7659         (strmode): Renamed from mode_string.
7660         (filemodestring): New decl.
7661         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
7662         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
7663         needed.
7664         (S_ISPORT, S_ISWHT): New macros, if not already defined.
7665
7666         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
7667
7668         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
7669         fsusage.h now does that.  Include fsusage.h first, to test interface.
7670         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
7671         at most one method (the old code could have generated decls that
7672         didn't conform to C89, not that this was ever exercised).
7673         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
7674
7675         2006-03-19  Jim Meyering  <jim@meyering.net>
7676
7677         Work even in a chroot where d_ino values for entries in "/"
7678         don't match the stat.st_ino values for the same names.
7679         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
7680         number, iterate through all entries again, using lstat instead.
7681         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
7682         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
7683
7684         * lib/getcwd.c (__getcwd): Clarify a comment.
7685         Use memcpy in place of a call to strcpy.
7686
7687         2006-03-12  Jim Meyering  <jim@meyering.net>
7688
7689         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
7690         matches that of the current directory (which we're about to chdir ".."
7691         out of), then save the dev-ino of the parent, instead.
7692
7693         * lib/same-inode.h (SAME_INODE): New file/macro.
7694         * lib/chdir-safer.c (SAME_INODE): Remove definition.
7695         Include "same-inode.h", instead.
7696         * lib/same.c: Likewise.
7697         * lib/cycle-check.h: Include "same-inode.h".
7698         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
7699         * lib/cycle-check.c (SAME_INODE): Remove definition.
7700         * lib/root-dev-ino.h: Include "same-inode.h".
7701
7702         2006-03-11  Eric Blake  <ebb9@byu.net>
7703
7704         * lib/same.c (same_name): s/base_name/last_component/
7705         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
7706         * lib/filenamecat.c (file_name_concat): Likewise.
7707
7708         2006-03-11  Eric Blake  <ebb9@byu.net>,
7709                     Paul Eggert  <eggert@cs.ucla.edu>
7710
7711         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
7712         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
7713         drive prefix.
7714         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
7715         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
7716         (last_component): New method.
7717         * lib/dirname.c (dir_len): Determine when drive letters need a
7718         subsequent slash.  Preserve // when it is special.
7719         (dir_name): Don't append dot when drive letter is absolute.
7720         [TEST_DIRNAME]: Move into a full-blown gnulib test.
7721         * lib/basename.c (base_name): New semantics - malloc the result.
7722         Preserve // when it is special.  Preserve relative files that look
7723         like drive letters.
7724         (base_len): Preserve // when it is special.
7725         (last_component): New method, similar to old base_name semantics.
7726         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
7727         base_name.  Strip redundant slashes from ///.
7728
7729 2006-07-03  Jim Meyering  <jim@meyering.net>
7730
7731         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
7732         macro is used before the first cycle_check call.
7733
7734 2006-07-03  Eric Blake  <ebb9@byu.net>
7735
7736         * modules/dirname (Depends-on): Add xstrndup.
7737
7738 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7739
7740         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
7741         test cases, so that config.log is a bit easier to follow.
7742
7743 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7744
7745         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
7746         both are 64 bits, since this seems to be the tradition, and this
7747         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
7748         we ever run into a host that prefers long long to long in this
7749         case, we'll need another configure-time test.  Problem reported by
7750         Jim Meyering.
7751
7752 2006-07-02  Eric Blake  <ebb9@byu.net>
7753
7754         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
7755
7756 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7757
7758         * modules/inttypes (Depends-on): No longer depends on stdint.
7759         * modules/stdint (Description): Say more about assumptions.
7760         Say that the fast types might differ.  Say macros are used.
7761         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
7762         (Makefile.am): Revise list of substituted symbols to match
7763         new stdint.m4.
7764         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
7765         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
7766         * tests/test-stdint.c (verify_same_types)
7767         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
7768         the code conforms to C99/C89.
7769         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
7770         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
7771
7772 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7773
7774         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
7775         but fix a bug, by requiring at least 64 bits.
7776         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
7777         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
7778         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
7779         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
7780
7781         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
7782         changes.  Make 2.59 a prerequisite.  Check and substitute for
7783         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
7784         inttypes.h.  Do not use special include files; just use the
7785         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
7786         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
7787         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
7788         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
7789         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
7790         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
7791         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
7792         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
7793         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
7794         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
7795         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
7796         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
7797         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
7798         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
7799         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
7800         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
7801         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
7802         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
7803         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
7804         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
7805         WINT_MAX.  Check for C99 conformance more strictly, by detecting
7806         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
7807         not check for things that C99 does not require, e.g., int8_t.  If
7808         a test isn't needed unless <stdint.h> isn't working, and is
7809         unlikely to be needed for any other reason, then don't do it
7810         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
7811         size_t, since we assume C89 freestanding at least.  Do not check
7812         for sig_atomic_t, wchar_t, or wint_t, since the code now does
7813         the right thing even if the types are not defined.  Instead use:
7814         (gl_STDINT_TYPE_PROPERTIES): New macro.
7815         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
7816         testing whether <sys/types.h> clashes, as Autoconf does this for
7817         us now.  All uses removed.
7818         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
7819         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
7820         (gl_CHECK_TYPE_SAME):
7821         Remove; no longer needed.
7822         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
7823         exists, since we'll return 0 anyway in that case.
7824         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
7825
7826 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7827
7828         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
7829         possible collision with system files.
7830         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
7831         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
7832         WCHAR_MIN and WCHAR_MAX in this case.
7833         (<stddef.h>): Do not include; no longer needed.
7834         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
7835         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
7836         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
7837         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
7838         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
7839         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
7840         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
7841         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
7842         !defined(__c99))]: Include in this case too, since it's harmless
7843         now.
7844         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
7845         dangerous to do so.
7846         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
7847         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
7848         (_STDINT_MIN, _STDINT_MAX): New macros.
7849         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
7850         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
7851         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
7852         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
7853         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
7854         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
7855         macros, not typedefs; this simplifies things quite a bit.
7856         Use long int for all types narrower than int64_t.
7857         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
7858         Define in terms of long long int or int64_t or long int,
7859         not int64_t or int32_t.  This saves some compile-time testing.
7860         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
7861         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
7862         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
7863         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
7864         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
7865         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
7866         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
7867         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
7868         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
7869         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
7870         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7871         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7872         undef any previous version and define our own version, for
7873         simplicity and consistency with the new macros for types.
7874         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7875         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7876         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
7877         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
7878         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
7879         @WINT_T_SUFFIX@ to keep things simple here.
7880         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
7881         Simplify by assuming typical 8/16/32/64 host, since we're
7882         already doing that elsewhere anyway.
7883         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
7884         and assume long long int is 64 bits if available.  This
7885         speeds up 'configure'.
7886
7887 2006-07-01  Eric Blake  <ebb9@byu.net>
7888
7889         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
7890         Reported by Andreas Buening.
7891
7892 2006-07-01  Eric Blake  <ebb9@byu.net>
7893
7894         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
7895
7896 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7897
7898         * lib/getaddrinfo.c: fixed typo
7899
7900 2006-06-29  Jim Meyering  <jim@meyering.net>
7901
7902         * modules/strftime (Maintainer): Add my name, since with the
7903         FPRINTFTIME changes strftime.c has forked from glibc.
7904
7905 2006-06-29  Eric Blake  <ebb9@byu.net>
7906
7907         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
7908
7909 2006-06-29  Eric Blake  <ebb9@byu.net>
7910
7911         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
7912
7913 2006-06-29  Eric Blake  <ebb9@byu.net>
7914
7915         * lib/stat_.h: New file.
7916
7917 2006-06-29  Eric Blake  <ebb9@byu.net>
7918
7919         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
7920         unused static function.
7921
7922 2006-06-29  Eric Blake  <ebb9@byu.net>
7923
7924         * doc/functions.texi (Function Portability): Document missing lstat
7925         on mingw.
7926
7927 2006-06-29  Eric Blake  <ebb9@byu.net>
7928
7929         * MODULES.html.sh: Add sys_stat.
7930         * modules/sys_stat: New module.
7931         * modules/mkstemp (Depends-on): Add sys_stat.
7932
7933 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7934
7935         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
7936
7937 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7938
7939         * m4/c-bs-a.m4: Removed.
7940
7941 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7942
7943         * lib/strftime.c: Assume strftime() exists.
7944
7945 2006-06-29  Derek Price  <derek@ximbiot.com>
7946
7947         * modules/c-bs-a: Removed - \a is C89.
7948         * MODULES.html.sh: Remove c-bs-a.
7949
7950 2006-06-29  Bruno Haible  <bruno@clisp.org>
7951
7952         * modules/wcwidth (License): Change to LGPL.
7953
7954 2006-06-28  Simon Josefsson  <jas@extundo.com>
7955
7956         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
7957         on _WIN32.
7958
7959         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
7960         getnameinfo.
7961
7962 2006-06-28  Simon Josefsson  <jas@extundo.com>
7963
7964         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
7965
7966 2006-06-28  Simon Josefsson  <jas@extundo.com>
7967
7968         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
7969         functions there.  It will succeed on Windows XP, but on Windows
7970         2000 and (presumably) earlier, it will fail, and use the internal
7971         re-implementation.
7972         (use_win32_p): New function.
7973         (getaddrinfo): Use strtoul on servname, to support numeric ports.
7974         Support AI_NUMERICSERV to disable getservbyname.
7975         (getnameinfo): New function, only supports
7976         NI_NUMERICHOST|NI_NUMERICSERV for now.
7977
7978         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
7979         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
7980         getnameinfo.
7981
7982 2006-06-28  Eric Blake  <ebb9@byu.net>
7983
7984         * modules/wcwidth: New file.
7985         * modules/mbchar (Depends-on): Add wcwidth.
7986         * modules/mbswidth (Depends-on): Add wcwidth.
7987         * MODULES.html.sh: Add wcwidth.
7988
7989 2006-06-28  Eric Blake  <ebb9@byu.net>
7990
7991         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
7992         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
7993
7994 2006-06-28  Eric Blake  <ebb9@byu.net>
7995
7996         * lib/xvasprintf.h: Fix comments.
7997
7998 2006-06-28  Eric Blake  <ebb9@byu.net>
7999
8000         * lib/mbchar.h (wcwidth): Include wcwidth.h.
8001         * lib/mbswidth.c (wcwidth): Move from here...
8002         * lib/wcwidth.h: ...to this new file.
8003
8004 2006-06-28  Derek R. Price  <derek@ximbiot.com>
8005
8006         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
8007
8008         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
8009         it's obsolete.
8010         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
8011
8012 2006-06-28  Derek R. Price  <derek@ximbiot.com>
8013
8014         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
8015         Autoconf 2.60 says this stuff was obsolete.
8016
8017 2006-06-28  Bruno Haible  <bruno@clisp.org>
8018
8019         * modules/wcwidth (Files): Add m4/wchar_t.m4.
8020
8021 2006-06-28  Bruno Haible  <bruno@clisp.org>
8022
8023         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
8024         gt_TYPE_WCHAR_T.
8025
8026 2006-06-28  Bruno Haible  <bruno@clisp.org>
8027
8028         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
8029         declaration for wcwidth.
8030         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
8031
8032 2006-06-28  Bruno Haible  <bruno@clisp.org>
8033
8034         * lib/mkdtemp.c [MINGW]: Include <io.h>.
8035         (mkdir): Define using _mkdir.
8036
8037 2006-06-28  Bruno Haible  <bruno@clisp.org>
8038
8039         * lib/getaddrinfo.h: Fix POSIX URL.
8040         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
8041         _WIN32.
8042         (use_win32_p): Make static.
8043         (getaddrinfo): Reject service name if it is empty or does not consist
8044         solely of decimal digits, or if its value is > 65535.
8045         (getnameinfo): Remove useless casts.
8046
8047 2006-06-27  Simon Josefsson  <jas@extundo.com>
8048
8049         * modules/sys_select: New file, suggested by Bruno Haible, Paul
8050         Eggert and Martin Lambers.
8051
8052 2006-06-27  Simon Josefsson  <jas@extundo.com>
8053
8054         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
8055         Eggert and Martin Lambers.
8056
8057 2006-06-27  Bruno Haible  <bruno@clisp.org>
8058
8059         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
8060         result to 0, not to empty.
8061         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
8062
8063 2006-06-27  Bruno Haible  <bruno@clisp.org>
8064
8065         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
8066
8067 2006-06-26  Simon Josefsson  <jas@extundo.com>
8068
8069         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
8070         present.
8071
8072 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8073
8074         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
8075         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
8076         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
8077
8078 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
8079
8080         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
8081
8082 2006-06-26  Bruno Haible  <bruno@clisp.org>
8083
8084         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
8085
8086 2006-06-26  Bruno Haible  <bruno@clisp.org>
8087
8088         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
8089
8090 2006-06-26  Bruno Haible  <bruno@clisp.org>
8091
8092         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
8093         SGI C compiler in pre-C99 mode.
8094         Suggested by Mark D. Baushke and Larry Jones.
8095
8096 2006-06-26  Bruno Haible  <bruno@clisp.org>
8097
8098         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
8099         WCHAR_MAX.
8100         Reported by Mark D. Baushke and Larry Jones.
8101
8102 2006-06-26  Bruno Haible  <bruno@clisp.org>
8103
8104         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
8105         in pre-C99 mode.
8106         Suggested by Mark D. Baushke and Larry Jones.
8107
8108 2006-06-23  Simon Josefsson  <jas@extundo.com>
8109             Bruno Haible  <bruno@clisp.org>
8110
8111         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
8112         Emit mostlyclean-local rule.
8113         (func_emit_tests_Makefile_am): Likewise.
8114         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
8115
8116 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
8117
8118         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
8119
8120 2006-06-23  Bruno Haible  <bruno@clisp.org>
8121
8122         * tests/test-stdint.c: Update to match ISO C 99 Technical
8123         Corrigendum 1.
8124
8125 2006-06-23  Bruno Haible  <bruno@clisp.org>
8126
8127         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
8128
8129 2006-06-23  Bruno Haible  <bruno@clisp.org>
8130
8131         * lib/stdint_.h: Treat IRIX like OpenBSD.
8132
8133 2006-06-23  Bruno Haible  <bruno@clisp.org>
8134
8135         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
8136         ISO C 99 Technical Corrigendum 1.
8137
8138 2006-06-22  Simon Josefsson  <jas@extundo.com>
8139
8140         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
8141         MinGW.
8142
8143 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
8144
8145         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
8146         needed.  Some compiler complained about some of them.  Problem reported
8147         by Larry Jones in
8148         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
8149
8150 2006-06-21  Simon Josefsson  <jas@extundo.com>
8151
8152         * tests/test-getaddrinfo.c: New file.
8153
8154         * modules/getaddrinfo-tests: New file.
8155
8156         * MODULES.html.sh: Add inet_pton.
8157
8158         * modules/inet_pton: New file.
8159
8160 2006-06-21  Simon Josefsson  <jas@extundo.com>
8161
8162         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
8163         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
8164         of using the (limited) gnulib implementation on Windows XP.
8165
8166         * m4/inet_pton.m4: New file.
8167
8168 2006-06-21  Simon Josefsson  <jas@extundo.com>
8169
8170         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
8171         variable.
8172
8173         * lib/socket_.h: Don't define WINVER.
8174
8175         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
8176         slightly modified to work in gnulib.
8177
8178 2006-06-21  Simon Josefsson  <jas@extundo.com>
8179
8180         * doc/gnulib.texi (Windows sockets): Add.
8181
8182 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
8183
8184         * lib/read-file.c (fread_file): Start with buffer allocation of
8185         0 bytes rather than 1 byte; this simplifies the code.
8186         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
8187         code to free buffer and save/restore errno.
8188         (internal_read_file): Remove unused local.
8189
8190 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
8191
8192         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
8193         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
8194         Problem reported by Denis Excoffier in
8195         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
8196
8197 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8198
8199         * modules/sys_socket, modules/socklen: Include sys/types since
8200         FreeBSD 4.x's sys/socket.h needs it.
8201
8202 2006-06-19  Simon Josefsson  <jas@extundo.com>
8203
8204         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
8205
8206 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8207
8208         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
8209
8210 2006-06-19  Bruno Haible  <bruno@clisp.org>
8211
8212         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
8213         and FULL_PATH_INTTYPES_H in angle brackets.
8214         Reported by Mark D. Baushke <mdb@gnu.org>.
8215
8216 2006-06-17  Eric Blake  <ebb9@byu.net>
8217
8218         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
8219         errno.
8220
8221 2006-06-17  Bruno Haible  <bruno@clisp.org>
8222
8223         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
8224         <sys/inttypes.h>.
8225
8226 2006-06-17  Bruno Haible  <bruno@clisp.org>
8227
8228         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
8229         whether errno is declared. Assume <errno.h> declares errno.
8230
8231 2006-06-17  Bruno Haible  <bruno@clisp.org>
8232
8233         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
8234
8235 2006-06-17  Bruno Haible  <bruno@clisp.org>
8236
8237         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
8238         problem on Solaris 2.5.1.
8239
8240 2006-06-16  Eric Blake  <ebb9@byu.net>
8241
8242         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
8243         * lib/unicodeio.c [!defined errno]: Likewise.
8244         * lib/strtol.c [!defined errno]: Likewise.
8245         * lib/strtod.c [!defined errno]: Likewise.
8246
8247 2006-06-15  Eric Blake  <ebb9@byu.net>
8248
8249         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
8250
8251 2006-06-15  Eric Blake  <ebb9@byu.net>
8252
8253         * config/srclist.txt (ssize_t.m4): Lose sync.
8254
8255 2006-06-15  Bruno Haible  <bruno@clisp.org>
8256
8257         * modules/stdint (Files): Include m4/full-header-path.m4,
8258         m4/size_max.m4, m4/wchar_t.m4.
8259         (Makefile.am): Many more substitutions.
8260         * modules/stdint-tests: New file.
8261         * tests/test-stdint.c: New file.
8262
8263 2006-06-15  Bruno Haible  <bruno@clisp.org>
8264
8265         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
8266         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
8267         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
8268         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
8269         gl_CHECK_TYPE_SAME): New macros.
8270
8271 2006-06-15  Bruno Haible  <bruno@clisp.org>
8272
8273         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
8274
8275 2006-06-15  Bruno Haible  <bruno@clisp.org>
8276
8277         * lib/stdint_.h: Rewritten to be fully auto-configured.
8278         Fixes bug on HP-UX/IA64.
8279
8280 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
8281
8282         * lib/getdate.y (__attribute__): Don't define if already defined.
8283         Problem reported by Larry Jones.
8284         * lib/utimens.c (__attribute__): Likewise.
8285
8286 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
8287
8288         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
8289         reported by Andreas Schwab.
8290
8291 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8292             Bruno Haible  <bruno@clisp.org>
8293
8294         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
8295         check for the declaration of strnlen and a run test that exposes the
8296         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
8297         rpl_strndup.
8298
8299 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8300             Bruno Haible  <bruno@clisp.org>
8301
8302         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
8303
8304 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8305
8306         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
8307         compile test, for Tru64 4.0D.
8308
8309 2006-05-28  Karl Berry  <karl@gnu.org>
8310
8311         * config/srclist.txt (printf-args.c): lose sync.
8312
8313 2006-05-26  Martin Lambers  <marlam@marlam.de>
8314
8315         * lib/getpass.c: Updates the test for the native W32 API, and adds
8316         missing includes, thus fixing compilation warnings.
8317
8318 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8319
8320         * lib/exclude.c (exclude_fnmatch): New function.
8321         (excluded_file_name): Call exclude_fnmatch.
8322         * lib/exclude.h (excluded_file_name): New prototype
8323
8324 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
8325
8326         * lib/tempname.c (small_open, large_open): New macros.
8327         (__open, __open64) [!_LIBC]: Remove.
8328         (__gen_tempname): Use small_open and large_open instead of __open
8329         and __open64.  This fixes a portability bug on HP-UX 11.11i
8330         reported by Simon Wing-Tang in
8331         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
8332
8333 2006-05-24  Bruno Haible  <bruno@clisp.org>
8334
8335         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
8336         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
8337         Reported by Thorsten Maerz <torte@netztorte.de> via
8338         Aaron Stone <aaron@serendipity.cx>.
8339
8340 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8341
8342         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
8343         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
8344         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
8345         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
8346         not really conditional on the cache.
8347         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
8348
8349 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8350
8351         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
8352         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
8353         (my_usleep): Don't mishandle maximum value.
8354
8355 2006-05-19  Jim Meyering  <jim@meyering.net>
8356
8357         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
8358
8359 2006-05-17  Bruno Haible  <bruno@clisp.org>
8360
8361         Cygwin portability.
8362         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
8363
8364 2006-05-17  Bruno Haible  <bruno@clisp.org>
8365
8366         * lib/stdint_.h: Fix recognition of Cygwin.
8367
8368 2006-05-15  Bruno Haible  <bruno@clisp.org>
8369
8370         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
8371         on libtool patch by Ralf Wildenhues.
8372
8373 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
8374
8375         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
8376         test for C99 conformance; (bool) 0.5 is an integer constant
8377         expression, but (bool) -0.5 is not.  Problem reported by Fedor
8378         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
8379
8380 2006-05-11  Simon Josefsson  <jas@extundo.com>
8381
8382         * m4/xvasprintf.m4: Fix obvious typo.
8383
8384 2006-05-11  Jim Meyering  <jim@meyering.net>
8385
8386         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
8387         James Lemley.
8388
8389 2006-05-10  Simon Josefsson  <jas@extundo.com>
8390
8391         * lib/md4.c: Typo fix, update copyright years.
8392         (K1, K2): Don't use L because it turn computations into 64-bit on
8393         64-bit platforms.
8394
8395 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
8396
8397         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
8398         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
8399         unwanted sign propagation, e.g., on hosts with 64-bit int.
8400         There still are some problems with reeelly weird theoretical hosts
8401         (e.g., 33-bit int) but it's not worth worrying about now.
8402         * lib/sha1.c (rol): Likewise.
8403         (K1, K2, K3, K4): Remove unnecessary L suffix.
8404
8405 2006-05-10  Bruno Haible  <bruno@clisp.org>
8406
8407         * lib/des.c: Cast to avoid warnings.
8408
8409 2006-05-09  Bruno Haible  <bruno@clisp.org>
8410
8411         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
8412         (Depends-on): Depend also on xsize, stdarg.
8413         (configure.ac): Add gl_XVASPRINTF.
8414
8415 2006-05-09  Bruno Haible  <bruno@clisp.org>
8416
8417         * m4/xvasprintf.m4: New file.
8418
8419 2006-05-09  Bruno Haible  <bruno@clisp.org>
8420
8421         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
8422         (EOVERFLOW): Define fallback value.
8423         (xstrcat): New function.
8424         (xvasprintf): Recognize the special case of a string concatenation.
8425
8426 2006-05-08  Eric Blake  <ebb9@byu.net>
8427
8428         * gnulib-tool (func_version): Base copyright year on CVS date.
8429         (func_emit_copyright_notice): New function.
8430         (func_emit_lib_Makefile_am): Use it.
8431         (func_emit_tests_Makefile_am): Likewise.
8432         (func_import): Likewise.
8433
8434 2006-05-08  Bruno Haible  <bruno@clisp.org>
8435
8436         * modules/stdarg: New file.
8437         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
8438
8439 2006-05-08  Bruno Haible  <bruno@clisp.org>
8440
8441         * m4/stdarg.m4: New file, from GNU gettext.
8442
8443 2006-05-08  Bruno Haible  <bruno@clisp.org>
8444
8445         * config/srclist.txt (build-aux/config.rpath): different from latest
8446         release.
8447
8448 2006-05-08  Bruno Haible  <bruno@clisp.org>
8449
8450         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
8451
8452 2006-05-05  Jim Meyering  <jim@meyering.net>
8453
8454         * m4/warning.m4: New file, derived from bison's file by the same name.
8455
8456 2006-05-03  Bruno Haible  <bruno@clisp.org>
8457
8458         * lib/stdint_.h: Shorter URL.
8459         * lib/inttypes.h: Likewise.
8460
8461 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8462
8463         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
8464
8465 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8466
8467         * lib/verify.h: Document the internals better.  Most of this change
8468         was written by Bruno Haible.
8469
8470 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8471
8472         * doc/verify.texi: New file, partly based on a proposal by
8473         Bruno Haible.
8474
8475 2006-05-02  Bruno Haible  <bruno@clisp.org>
8476
8477         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
8478         test from here...
8479         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
8480
8481 2006-04-29  Bruno Haible  <bruno@clisp.org>
8482
8483         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
8484         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
8485
8486 2006-04-29  Bruno Haible  <bruno@clisp.org>
8487
8488         * gnulib-tool: Make --update option actually work.
8489
8490 2006-04-29  Bruno Haible  <bruno@clisp.org>
8491
8492         * doc/gcd.texi: New file.
8493         * doc/gnulib.texi: Include it.
8494
8495 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
8496
8497         * lib/getdate.y (get_date): When adding relative date, start with the
8498         initial time, not with the result of the first mktime call.
8499
8500 2006-04-25  Bruno Haible  <bruno@clisp.org>
8501
8502         * gnulib-tool (func_import): Output the include directives in three
8503         blocks, sorted separately.
8504         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8505
8506 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8507
8508         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
8509         to define main with arguments, for C++.  Reported by Eric Blake.
8510         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
8511         Prefer 'int main ()' to 'int main (void)', for C++.
8512         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
8513         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
8514         for 'main', for C99 and C++.
8515
8516 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8517
8518         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
8519         Don't assume that exit status -1 is valid.
8520         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8521         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
8522         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
8523         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
8524         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
8525         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
8526         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
8527         functions can be used without declaring them, or that you can
8528         exit with status -1.
8529         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
8530
8531 2006-04-24  Karl Berry  <karl@gnu.org>
8532
8533         * config/srclist.txt (longdouble.m4): sync lost.
8534
8535 2006-04-24  Eric Blake  <ebb9@byu.net>
8536
8537         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
8538
8539 2006-04-24  Bruno Haible  <bruno@clisp.org>
8540
8541         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
8542         poll() implementation in AIX.
8543         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8544
8545 2006-04-24  Bruno Haible  <bruno@clisp.org>
8546
8547         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
8548         assigned exactly once.
8549
8550 2006-04-23  Claudio Fontana  <claudio@gnu.org>
8551             Bruno Haible  <bruno@clisp.org>
8552
8553         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
8554         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
8555         for AM_CPPFLAGS.
8556
8557 2006-04-23  Bruno Haible  <bruno@clisp.org>
8558
8559         * modules/copy-file: Depend on unistd.
8560         * modules/execute: Likewise.
8561         * modules/fatal-signal: Likewise.
8562         * modules/findprog: Likewise.
8563         * modules/mkdtemp : Likewise.
8564         * modules/pipe: Likewise.
8565         * modules/wait-process: Likewise.
8566
8567 2006-04-23  Bruno Haible  <bruno@clisp.org>
8568
8569         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
8570         condition was already detected.
8571         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8572
8573 2006-04-23  Bruno Haible  <bruno@clisp.org>
8574
8575         * lib/copy-file.c: Include <unistd.h> unconditionally.
8576         * lib/execute.c: Likewise.
8577         * lib/fatal-signal.c: Likewise.
8578         * lib/findprog.c: Likewise.
8579         * lib/mkdtemp.c: Likewise.
8580         * lib/pipe.h: Likewise.
8581         * lib/pipe.c: Likewise.
8582         * lib/wait-process.h: Likewise.
8583
8584 2006-04-23  Bruno Haible  <bruno@clisp.org>
8585
8586         * gnulib-tool (func_usage): Fix --import description. Document
8587         --update.
8588         (func_import): Create temporary file in a temporary directory, if
8589         --dry-run is specified. Silence errors from 'grep' when there are no
8590         m4 files in $m4dir.
8591         (func_create_testdir): Silence errors from 'grep' when there are no
8592         m4 files in $m4dir.
8593         Reported by Karl Berry <karl@freefriends.org>.
8594
8595 2006-04-20  Bruno Haible  <bruno@clisp.org>
8596
8597         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
8598         one argument, so that the code will be portable to Autoconf 2.60.
8599         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
8600         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8601         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
8602
8603 2006-04-19  Derek Price  <derek@ximbiot.com>
8604             Eric Blake  <ebb9@byu.net>
8605
8606         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
8607         rather than "/full/path.h".  Update comment to match.  Shorten &
8608         generalize m4_translit call via AS_TR_CPP.
8609
8610 2006-04-19  Derek Price  <derek@ximbiot.com>
8611             Eric Blake  <ebb9@byu.net>
8612
8613         * lib/inttypes.h: Correct grammar in comment.
8614
8615 2006-04-18  Derek Price  <derek@ximbiot.com>
8616             Paul Eggert  <eggert@cs.ucla.edu>
8617
8618         * modules/inttypes: New file.
8619         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
8620
8621 2006-04-18  Derek Price  <derek@ximbiot.com>
8622             Paul Eggert  <eggert@cs.ucla.edu>
8623
8624         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
8625         New files.
8626
8627 2006-04-18  Derek Price  <derek@ximbiot.com>
8628             Paul Eggert  <eggert@cs.ucla.edu>
8629
8630         * lib/inttypes.h: New file.
8631         * lib/strtoimax.c: Assume <inttypes.h>.
8632
8633 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
8634
8635         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
8636         isn't mounted.  Problem reported by Kir Kolyshkin.
8637
8638 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
8639
8640         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
8641         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
8642         Derek R. Price.
8643         * lib/regex.h (RE_DUP_MAX): Update comment to match current
8644         implementation.
8645
8646 2006-04-12  Eric Blake  <ebb9@byu.net>
8647
8648         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
8649         is now done automatically by the corresponding Autoconf macro.
8650
8651 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
8652
8653         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
8654         time_r.h.
8655
8656 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8657
8658         Merge regex changes from libc, removing some of our
8659         POSIX-conformance changes that were rejected and redoing them in a
8660         less-intrusive way.
8661
8662         * lib/regcomp.c (re_compile_internal, init_dfa):
8663         Length arg is now size_t, not Idx.  All uses changed.
8664         (peek_token): Forward decl now says internal_function.
8665         (__re_error_msgid, __re_error_msgid_idx):
8666         Now static rather than extern with attribute_hidden.
8667         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
8668         For some reason libc prefers K&R style defns for external functions.
8669         (regerror) [!defined _LIBC]: Likewise.
8670         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
8671         (seek_collating_symbol_entry, lookup_collation_sequence_value):
8672         (build_range_exp, build_collating_symbol):
8673         Use K&R-style defn.
8674         (re_compile_fastmap): Use '\0' to memset, not 0.
8675         (utf8_sb_map): Make the calculations more obvious.
8676         (init_dfa, parse_bracket_exp, build_charclass_op):
8677         Call calloc and cast result, as glibc does.
8678         (init_word_char, fetch_token, peek_token, peek_token_bracket):
8679         (build_range_exp, build_collating_symbol):
8680         Now internal functions.
8681
8682         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
8683
8684         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
8685         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
8686         Don't depend on VMS; depend on __VMS instead, for POSIX
8687         namespace cleanness.
8688         (regoff_t): Define to ssize_t, not long int.
8689
8690         Remove the REG_ macros named below.  Instead, make the old names
8691         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
8692         __USE_GNU_REGEX.
8693         (REG_BACKSLASH_ESCAPE_IN_LISTS):
8694         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
8695         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
8696         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
8697         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
8698         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
8699         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
8700         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
8701         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
8702         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
8703         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
8704         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
8705         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
8706         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
8707         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
8708         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
8709         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
8710         (REG_NREGS):
8711         Remove.  All uses replaced by the old RE_* names.
8712         (RE_BACKSLASH_ESCAPE_IN_LISTS):
8713         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
8714         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
8715         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
8716         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
8717         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
8718         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
8719         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
8720         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
8721         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
8722         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
8723         Don't bother having these macros be independent of each others'
8724         values, since they no longer exist in the POSIX name space.
8725
8726         Rename the following member names back to their old names,
8727         unless !__USE_GNU_REGEX.  All uses changed back.
8728         (buffer): Renamed from re_buffer.
8729         (allocated): Renamed from re_allocated.
8730         (used): Renamed from re_used.
8731         (syntax): Renamed from re_syntax.
8732         (fastmap): Renamed from re_fastmap.
8733         (translate): Renamed from re_translate.
8734         (can_be_null): Renamed from re_can_be_null.
8735         (regs_allocated): Renamed from re_regs_allocated.
8736         (fastmap_accurate): Renamed from re_fastmap_accurate.
8737         (no_sub): Renamed from re_no_sub.
8738         (not_bol): Renamed from re_not_bol.
8739         (not_eol): Renamed from re_not_eol.
8740         (newline_anchor): Renamed from re_newline_anchor.
8741         (num_regs): Renamed from rm_num_regs.
8742         (start): Renamed from rm_start.
8743         (end): Renamed from rm_end.
8744
8745         (free_state): Move up a bit.
8746
8747         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
8748         #define to be empty.
8749         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
8750         when that is what is intended.
8751         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
8752         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
8753         (MAX): New macro.
8754         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
8755         All uses changed back to re_malloc, etc.  It's now the caller's
8756         responsibility to check for overflow; all callers changed.
8757         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
8758         (re_x2nrealloc): Remove.
8759         (free_state): Remove decl.
8760
8761         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
8762         (re_set_registers, re_exec):
8763         Use K&R-style defn.
8764
8765         2006-01-31  Roland McGrath  <roland@redhat.com>
8766
8767         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
8768         Reported by Mike Frysinger <vapier@gentoo.org>.
8769
8770         2006-01-15  Andreas Jaeger  <aj@suse.de>
8771
8772         [BZ #1950]
8773         * lib/regex_internal.c (re_string_reconstruct): Adjust for
8774         build_wcs_upper_buffer change.
8775         (build_wcs_upper_buffer): Change return type.
8776
8777         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
8778
8779         * lib/regex_internal.h: Include <stdint.h> if available.
8780
8781         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
8782
8783         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
8784
8785         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
8786
8787         * lib/regcomp.c: Adjust for changed secondary hash function.
8788
8789         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
8790
8791         * lib/regex.h: Pretty printing.
8792         Clean up namespace a bit.
8793
8794         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
8795
8796         * lib/regexec.c (update_cur_sifted_state, check_arrival,
8797         check_arrival_add_next_nodes): Avoid using uninitialized variable.
8798
8799         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8800                     Ulrich Drepper  <drepper@redhat.com>
8801
8802         [BZ #1302]
8803         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
8804         changed.
8805         (bitset_word_t): Renamed from bitset_word.  All uses changed.
8806
8807         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
8808
8809         [BZ #281]
8810         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
8811         * lib/regcomp.c: Remove unnecessary uses of
8812         unsigned RE_TRANSLATE_TYPE.
8813         * lib/regex_internal.h: Likewise.
8814         * lib/regex_internal.c: Likewise.
8815         * lib/regexec.c: Likewise.
8816         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
8817
8818         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
8819
8820         * lib/regexec.c (find_recover_state): Remove unnecessary
8821         initialization.
8822         (transit_state_bkref): Make DFA a const pointer.
8823         (get_subexp): Likewise.
8824         (check_arrival): Likewise.
8825         (update_cur_sifted_state): Likewise.
8826         (re_search_internal): Likewise.
8827         (prune_impossible_nodes): Likewise.
8828         (acquire_init_state_context): Likewise.
8829         (proceed_next_node): Likewise.
8830         (set_regs): Likewise.
8831         (free_fail_stack_return): Likewise.
8832         (check_arrival_expand_ecl): Mark DFA parameter as const.
8833         (check_arrival_expand_ecl_sub): Likewise.
8834         (check_subexp_limits): Likewise.
8835         (sub_epsilon_src_nodes):  Likewise.
8836         (add_epsilon_src_nodes):  Likewise.
8837         (merge_state_array): Likewise.
8838         (update_regs): Likewise.
8839         (build_trtable): Likewise.
8840         (sift_states_backward): Mark MCTX parameter as const.
8841         (build_sifted_states): Likewise.
8842         (update_cur_sifted_state): Likewise.
8843         (sift_states_mkref): Likewise.
8844         (check_arrival_expand_ecl): Mark eclosure as const.
8845         (check_dst_limits_calc_pos_1): Likewise.
8846         * lib/regex_internal.h (re_match_context_t): Make dfa a const
8847         pointer.
8848
8849         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
8850
8851         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
8852         (transit_state_sb): Likewise.
8853         (transit_state_mb): Likewise.
8854         (sift_states_iter_mb): Likewise.
8855         (check_arrival_add_next_nodes): Likewise.
8856         (check_node_accept_bytes): Change first parameter to pointer-to-const.
8857         [_LIBC] (re_search_2_stub): Use mempcpy.
8858
8859         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
8860         mbrtowc for very simple UTF-8 case.
8861
8862         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
8863         a pointer-to-const.
8864         (re_acquire_state_context): Likewise.
8865         * lib/regex_internal.h: Adjust prototypes.
8866
8867         * lib/regex.c: Prevent using C++ compilers.
8868
8869         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
8870         (re_acquire_state_context): Likewise.
8871
8872 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8873
8874         * modules/regex (Depends-on): Add ssize_t.
8875
8876 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8877
8878         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
8879         translation table.
8880
8881 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8882
8883         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
8884
8885 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
8886             Bruno Haible  <bruno@clisp.org>
8887
8888         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
8889         <sys/types.h> and <inttypes.h>.
8890
8891 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8892
8893         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
8894         `__error_t_defined', so argp.h will not typedef the former.
8895
8896 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
8897
8898         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
8899         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
8900         glibc names.  Even if glibc is changed to conform to POSIX, the
8901         traditional names will be available anyway, since regex depends on
8902         the extensions module.  Also, fix a longstanding typo in the
8903         implementation of Spencer ERE test #75 from grep 2.3.  Problems
8904         reported by Emanuele Giaquinta.  Also, change sense of cached
8905         variable, so that the message makes sense.
8906
8907 2006-03-24  Simon Josefsson  <jas@extundo.com>
8908
8909         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
8910         including some doc fixes.
8911         (base64_encode_alloc): Fix +1 bug on allocation failures.
8912
8913 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8914
8915         * lib/base64.c (base64_encode): Do not read past end of array with
8916         unsanitized input on systems with CHAR_BIT > 8.
8917
8918 2006-03-24  Eric Blake  <ebb9@byu.net>
8919
8920         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
8921
8922 2006-03-22  Karl Berry  <karl@gnu.org>
8923
8924         * config/srclist.txt (*setenv.[ch]): get from coreutils.
8925         * config/srclistvars.sh (COREUTILS): new var.
8926
8927 2006-03-17  Jim Meyering  <jim@meyering.net>
8928
8929         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
8930         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
8931
8932 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8933
8934         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
8935         no longer needs it.  Instead, check that regoff_t is as least
8936         as wide as ptrdiff_t.
8937
8938         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
8939         so that our regex.h stays compatible with the installed regex.
8940         This is helpful for installers who configure --without-included-regex.
8941         Problem reported by Emanuele Giaquinta.
8942
8943 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8944
8945         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
8946         Typedef to long int, not to off_, as POSIX will likely change
8947         in that direction.
8948
8949 2006-03-15  Eric Blake  <ebb9@byu.net>
8950
8951         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
8952
8953 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
8954
8955         * lib/argp-help.c (validate_uparams): Fix typo
8956         * lib/argp-parse.c (argp_default_options): Consistently begin help
8957         messages with a lowercase letter.
8958
8959 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
8960
8961         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
8962         overrun buffers and shouldn't be used (much as gets shouldn't be
8963         used).
8964         * lib/time_r.c (asctime_r, ctime_r): Likewise.
8965
8966 2006-03-08  Simon Josefsson  <jas@extundo.com>
8967
8968         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
8969         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8970
8971 2006-03-08  Simon Josefsson  <jas@extundo.com>
8972
8973         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
8974         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8975
8976 2006-03-08  Simon Josefsson  <jas@extundo.com>
8977
8978         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
8979         signal that configure disabled the device.
8980
8981 2006-03-08  Simon Josefsson  <jas@extundo.com>
8982
8983         * build-aux/maint.mk: Fix refresh-po, to handle no translated
8984         languages.
8985
8986 2006-03-07  Simon Josefsson  <jas@extundo.com>
8987
8988         * modules/getopt (Depends-on): Add unistd.
8989
8990         * modules/unistd: New file.
8991
8992 2006-03-07  Simon Josefsson  <jas@extundo.com>
8993
8994         * modules/gc-random: New file.
8995
8996 2006-03-07  Simon Josefsson  <jas@extundo.com>
8997
8998         * m4/unistd_h.m4: New file.
8999
9000 2006-03-07  Simon Josefsson  <jas@extundo.com>
9001
9002         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
9003         test to be side-effect free by storing the result in the cache
9004         variable gl_cv_lib_readline, and moving the assignment of
9005         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
9006         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9007
9008 2006-03-07  Simon Josefsson  <jas@extundo.com>
9009
9010         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
9011         error on missing devices (the functions will return an error).
9012
9013         * m4/gc.m4: Move random stuff to gc-random.m4
9014
9015 2006-03-07  Simon Josefsson  <jas@extundo.com>
9016
9017         * lib/unistd_.h: New file.
9018
9019 2006-03-07  Simon Josefsson  <jas@extundo.com>
9020
9021         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
9022
9023 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9024
9025         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
9026         Problem reported by Juan Manuel Guerrero.
9027
9028 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9029
9030         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
9031         the unistd module.
9032         * lib/getlogin_r.c: Likewise.
9033         * lib/getlogin_r.h: Likewise.
9034         * lib/glob.c: Likewise.
9035         * lib/pagealign_alloc.c: Likewise.
9036         * lib/unistd_.h: Remove; no longer needed.
9037
9038 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9039
9040         * MODULES.html.sh (Support for systems lacking POSIX:2001):
9041         Add unistd.
9042         * modules/c-stack (Depends-on): Add unistd.
9043         * modules/getlogin_r: Likewise.
9044         * modules/glob: Likewise.
9045         * modules/pagealign_alloc: Likewise.
9046         * modules/unistd (Files): Remove lib/unistd_.h.
9047         (EXTRA_DIST): Remove.
9048         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
9049         need unistd_.h.
9050         (MOSTLYCLEANFILES): Remove unistd.h-t.
9051
9052 2006-03-03  Simon Josefsson  <jas@extundo.com>
9053
9054         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
9055
9056 2006-03-03  Simon Josefsson  <jas@extundo.com>
9057
9058         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
9059         libidn and bison.
9060
9061 2006-03-03  Simon Josefsson  <jas@extundo.com>
9062
9063         * build-aux/maint.mk: Add indent target.
9064
9065 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
9066
9067         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
9068         our replacement poll.h in any case, to avoid a differing
9069         declaration from a system header.  Seen on AIX.
9070
9071 2006-03-01  Simon Josefsson  <jas@extundo.com>
9072
9073         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
9074         <kasal@ucw.cz>.
9075
9076 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9077
9078         * modules/gettime (Depends-on): Add extensions module.
9079         * modules/nanosleep (Depends-on): Likewise.
9080         * modules/settime (Depends-on): Likewise.
9081
9082 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9083
9084         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
9085         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
9086         pedantically.
9087         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9088         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
9089
9090         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
9091         not "==".  Reported by Ralf Wildenhues.
9092
9093 2006-03-01  Karl Berry  <karl@gnu.org>
9094
9095         * doc/Copyright/request-*: new files, synced from gnuorg.
9096
9097 2006-03-01  Karl Berry  <karl@gnu.org>
9098
9099         * config/srclist.txt (Copyright/*): new entries.
9100
9101 2006-02-28  Simon Josefsson  <jas@extundo.com>
9102
9103         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
9104
9105 2006-02-27  Simon Josefsson  <jas@extundo.com>
9106
9107         * lib/base64.h: Indent #define's.  From Jim Meyering
9108         <jim@meyering.net>.
9109
9110 2006-02-27  Jim Meyering  <jim@meyering.net>
9111
9112         Revert the change of 2006-02-24, so these files can continue
9113         to be sync'd from gettext.
9114         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
9115         of `config.h'.
9116
9117 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
9118
9119         * modules/intprops: New file.
9120         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9121         Add intprops.
9122         * modules/getloadavg (Files): Remove lib/intprops.h.
9123         (Depends-on): Add intprops.
9124         * modules/human: Likewise.
9125         * modules/inttostr: Likewise.
9126         * modules/openat: Likewise.
9127         * modules/sig2str: Likewise.
9128         * modules/userspec: Likewise.
9129         * modules/utimecmp: Likewise.
9130         * modules/xnanosleep: Likewise.
9131         * modules/xstrtol: Likewise.
9132
9133 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
9134
9135         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
9136         * modules/lock-tests (TESTS): Use $(EXEEXT).
9137         * modules/tls-tests: Likewise.
9138         * modules/argp-tests: Likewise.
9139         (check_PROGRAMS): New var, replacing...
9140         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
9141
9142 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9143
9144         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
9145         `config.h'.
9146
9147 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
9148
9149         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
9150
9151 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9152
9153         Sync from coreutils.
9154         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
9155         gl_CHDIR_SAFER.
9156
9157 2006-02-22  Jim Meyering  <jim@meyering.net>
9158
9159         Sync from coreutils.
9160         * m4/chdir-safer.m4: New file.
9161
9162 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
9163
9164         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
9165         AT_FDCWD exceeds INT_MAX.
9166         * lib/openat.h (AT_FDCWD): Likewise.
9167
9168 2006-02-17  Eric Blake  <address@hidden>
9169
9170         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
9171
9172 2006-02-16  Simon Josefsson  <jas@extundo.com>
9173
9174         * modules/getaddrinfo (Depends-on): Add sys_socket.
9175
9176 2006-02-15  Simon Josefsson  <jas@extundo.com>
9177
9178         * build-aux/maint.mk: Add dsyntax-check rule.
9179
9180 2006-02-15  Eric Blake  <ebb9@byu.net>
9181
9182         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
9183         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
9184         'present but cannot compile' warnings on cygwin.
9185         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
9186         use ws2tcpip.h if sys/socket.h works.
9187         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
9188         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
9189
9190 2006-02-14  Simon Josefsson  <jas@extundo.com>
9191
9192         * modules/maintainer-makefile (Files): Rename.
9193
9194         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
9195         and (the local) Makefile.cfg to maint-cfg.mk.
9196
9197         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
9198         to the latter.
9199
9200         * modules/maintainer-makefile: New module.
9201
9202         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
9203         severaly stripped to make it possible to build it up from scratch
9204         with reliable tests.
9205
9206         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
9207         fixes to permit overriding the default actions when configure and
9208         makefile are not available.
9209
9210 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
9211
9212         Sync from coreutils.
9213         * modules/lstat (Depends-on): Don't depend on xalloc.
9214         (License): Change from GPL to LGPL, since this is now simply a
9215         replacement for a libc function.
9216
9217 2006-02-14  Jim Meyering  <jim@meyering.net>
9218
9219         Sync from coreutils.
9220
9221         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
9222         failure on deficient systems, and simplify gnulib lgpl dependencies.
9223         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
9224         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
9225
9226         * lib/xalloc-die.c: Remove unused definition of N_.
9227
9228 2006-02-14  Jim Meyering  <jim@meyering.net>
9229
9230         Sync from coreutils.
9231         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
9232         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
9233         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
9234         double-quote uses of that variable, to accommodate the rare case in
9235         which getmntent is available in none of the libraries checked.  This
9236         happens at least on FreeBSD 5.0.
9237
9238 2006-02-13  Simon Josefsson  <jas@extundo.com>
9239
9240         * gnulib-tool (Usage): Fix --import, from
9241         karl@freefriends.org (Karl Berry).
9242
9243 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9244
9245         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
9246
9247 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
9248
9249         * lib/argp-namefrob.h: Restore changes accidentally lost during the
9250         "autoupdate" on 2005-12-12.
9251
9252 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9253
9254         * modules/closeout (Depends-on): Remove atexit.
9255
9256 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9257
9258         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
9259         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
9260
9261 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
9262
9263         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
9264         __EXTENSIONS__ if this causes compilation to fail.  Problem
9265         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
9266         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
9267
9268 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
9269
9270         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
9271         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
9272         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
9273         All uses changed.
9274
9275 2006-01-26  Simon Josefsson  <jas@extundo.com>
9276
9277         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
9278         prototype is visible on mingw32.
9279
9280         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
9281         for mingw32.
9282
9283         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
9284         mingw32).
9285
9286 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
9287
9288         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
9289         attempt to open for write; this always fails, at least on POSIX
9290         hosts.  This reinstates the 2006-01-09 change, which was
9291         inadvertently removed.
9292
9293 2006-01-26  Bruno Haible  <bruno@clisp.org>
9294
9295         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
9296         Reported by Paul Eggert.
9297
9298 2006-01-26  Bruno Haible  <bruno@clisp.org>
9299             Paul Eggert  <eggert@cs.ucla.edu>
9300
9301         * lib/stdbool_.h (_Bool)
9302         [(! (defined __cplusplus || defined __BEOS__)
9303           && !defined __GNUC__
9304           && !(defined __HP_cc || defined __xlc__
9305                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
9306                || defined __sgi))]:
9307         #define to signed char in these cases too; this simplifies
9308         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
9309         etc., separately) and makes it more conservative.
9310
9311 2006-01-25  Simon Josefsson  <jas@extundo.com>
9312
9313         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
9314         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
9315         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
9316
9317 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9318
9319         * lib/argp-namefrob.h: Bugfix. Remove stray #
9320
9321 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
9322
9323         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
9324         so that we test the test.
9325         Check for yet another HP-UX cc bug involving *bool |= bool.
9326
9327 2006-01-25  Karl Berry  <karl@gnu.org>
9328
9329         * config/srclist.txt (vasnprintf.c): sync lost.
9330
9331 2006-01-25  Jim Meyering  <jim@meyering.net>
9332
9333         Sync from the stable (b5) branch of coreutils:
9334
9335         * lib/fts.c (fts_children): Don't let close() clobber errno from
9336         failed fchdir().
9337
9338         * lib/fts.c (fts_stat): When following a symlink-to-directory,
9339         don't necessarily interpret stat-fails+lstat-succeeds as indicating
9340         a dangling symlink.  That can also happen at least for ELOOP.
9341         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
9342         FYI, this bug predates the inclusion of fts.c in coreutils.
9343
9344         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
9345         in their own block, so pre-c99 compilers don't object.
9346
9347         Avoid the double-free (first in fts_read, second in fts_close) that
9348         would occur when an `active' directory is made inaccessible (e.g.,
9349         via chmod a-x) during a traversal.
9350         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9351         before returning.  Reproduce this failure by
9352         mkdir -p a/b; cd a; chmod a-x . b
9353         Reported by Stavros Passas.
9354
9355 2006-01-25  Jim Meyering  <jim@meyering.net>
9356
9357         * lib/fileblocks.c: Remove more useless parentheses.
9358         * lib/readutmp.h: Likewise.
9359
9360 2006-01-25  Bruno Haible  <bruno@clisp.org>
9361
9362         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
9363         warnings.
9364         Reported by Paul Eggert.
9365
9366 2006-01-25  Bruno Haible  <bruno@clisp.org>
9367
9368         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
9369         rid of a trap command. For Solaris sh.
9370         Reported by Mark D. Baushke <mdb@gnu.org>.
9371
9372 2006-01-24  Simon Josefsson  <jas@extundo.com>
9373
9374         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
9375         Bruno.
9376
9377 2006-01-24  Karl Berry  <karl@gnu.org>
9378
9379         * config/srclist.txt (argp-namefrob.h): sync lost.
9380
9381 2006-01-24  Jim Meyering  <jim@meyering.net>
9382
9383         * modules/openat (Files): Add lib/intprops.h.
9384         From Mark D. Baushke.
9385
9386 2006-01-24  Jim Meyering  <jim@meyering.net>
9387
9388         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
9389         Reported by Mark D. Baushke.
9390
9391 2006-01-24  Jim Meyering  <jim@meyering.net>
9392
9393         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
9394
9395 2006-01-24  Bruno Haible  <bruno@clisp.org>
9396
9397         * modules/strnlen (Maintainer): Change from glibc to all.
9398
9399 2006-01-24  Bruno Haible  <bruno@clisp.org>
9400
9401         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
9402         Patch by Paul Eggert.
9403
9404 2006-01-24  Bruno Haible  <bruno@clisp.org>
9405
9406         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
9407         already has it.
9408         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
9409         2005-11-26.
9410
9411         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
9412         'signed char' to avoid problems with the built-in _Bool type.
9413         Reported by Paul Eggert on 2005-11-26.
9414
9415 2006-01-24  Bruno Haible  <bruno@clisp.org>
9416
9417         * gnulib-tool (func_import): Avoid constructing complicated sed
9418         expressions inside backquote.
9419         Report and solution by Mark D. Baushke <mdb@gnu.org>.
9420
9421 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
9422
9423         These changes imported from libc.
9424         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
9425         test and two separate function calls.
9426         * lib/strndup.c (__strndup): Add libc_hidden_def.
9427
9428 2006-01-23  Simon Josefsson  <jas@extundo.com>
9429
9430         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
9431         Remove the test_*_SOURCES variable: automake infers it by default.
9432         * modules/tls-tests: Likewise.
9433
9434 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9435
9436         Work around porting bugs reported by Dieter in
9437         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
9438         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
9439         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
9440         Include "getopt.h" first, to check interface.
9441         (getenv): Declare only if defined HAVE_DECL_GETENV &&
9442         !HAVE_DECL_GETENV.
9443         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
9444         (__strndup): Revert to K&R-style function dfns, the glibc style.
9445         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
9446         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
9447         Include strnlen.h first, to get prototype properly.
9448         (strnlen): Renamed from __strnlen.
9449         Remove weak alias.
9450
9451 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9452
9453         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
9454
9455 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9456
9457         * config/srclist.txt: Adjust to reflect glibc reorganization.
9458         This affects only comments.
9459
9460 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9461
9462          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
9463          Reported by Bruce Korb <bkorb@gnu.org>.
9464
9465 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9466
9467         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
9468         to pacify gcc -Wswitch-default.
9469
9470 2006-01-22  Bruno Haible  <bruno@clisp.org>
9471
9472         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
9473         temporary buffer for sprintf, take into account the precision also
9474         for 'd', 'i', 'u', 'o', 'x', 'X'.
9475
9476 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9477
9478         * modules/argp-tests: New module
9479         * tests/test-argp.c: New file
9480         * tests/test-argp-2.sh: New file
9481
9482 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9483
9484         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
9485         (__argp_base_name): Removed
9486         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
9487         typo.
9488         (__argp_base_name): Provide macro definition or extern declaration
9489         depending on the configuration
9490
9491 2006-01-20  Simon Josefsson  <jas@extundo.com>
9492
9493         * modules/inet_ntop (Depends-on): Depend on sys_socket.
9494
9495 2006-01-20  Simon Josefsson  <jas@extundo.com>
9496
9497         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
9498
9499 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
9500
9501         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
9502         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
9503         Suggested by Bruno Haible.
9504
9505 2006-01-20  Karl Berry  <karl@gnu.org>
9506
9507         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
9508         until changes propagate, I guess.
9509
9510 2006-01-19  Simon Josefsson  <jas@extundo.com>
9511
9512         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
9513
9514 2006-01-19  Simon Josefsson  <jas@extundo.com>
9515
9516         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
9517
9518 2006-01-19  Simon Josefsson  <jas@extundo.com>
9519
9520         * gnulib-tool: Set check_PROGRAMS.
9521
9522         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9523         modules/des-tests, modules/gc-arcfour-tests,
9524         modules/gc-arctwo-tests, modules/gc-des-tests,
9525         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9526         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9527         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9528         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9529         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9530         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
9531         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
9532         test_*_SOURCES.
9533
9534 2006-01-18  Simon Josefsson  <jas@extundo.com>
9535
9536         * modules/socklen (Depends-on): Depend on sys_socket.
9537
9538 2006-01-18  Simon Josefsson  <jas@extundo.com>
9539
9540         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9541         modules/des-tests, modules/gc-arcfour-tests,
9542         modules/gc-arctwo-tests, modules/gc-des-tests,
9543         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9544         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9545         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9546         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9547         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9548         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
9549         $(EXEEXT) to automake TESTS variable, for mingw32.
9550
9551 2006-01-17  Simon Josefsson  <jas@extundo.com>
9552
9553         * modules/socklen (Include): Need sys/socket.h.
9554
9555 2006-01-17  Bruno Haible  <bruno@clisp.org>
9556
9557         * modules/ssize_t (Include): Add <sys/types.h>.
9558
9559 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
9560
9561         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
9562         it's not portable and it doesn't work with cross-compiles.
9563         Problem reported by Bruno Haible.  Fix missing-$ typo in
9564         'test "gl_cv_ignore_unused_libraries" ...' that prevented
9565         -zignore from being used with Sun's C compiler.
9566
9567 2006-01-12  Simon Josefsson  <jas@extundo.com>
9568
9569         * lib/base64.c: Fix warning, reported by Bruno Haible
9570         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
9571
9572 2006-01-12  Bruno Haible  <bruno@clisp.org>
9573
9574         * modules/ldd: New file.
9575         * build-aux/ldd.sh.in: New file.
9576         * MODULES.html.sh (Support for building libraries and executables): Add
9577         ldd.
9578
9579 2006-01-12  Bruno Haible  <bruno@clisp.org>
9580
9581         * m4/ldd.m4: New file.
9582
9583 2006-01-12  Bruno Haible  <bruno@clisp.org>
9584
9585         * gnulib-tool (func_import, func_create_testdir): Don't go into an
9586         endless loop while replacing $auxdir with build-aux.
9587
9588 2006-01-11  Simon Josefsson  <jas@extundo.com>
9589
9590         * lib/stdint_.h (SIZE_MAX): Add missing (.
9591
9592 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
9593
9594         Sync from coreutils.
9595         * lib/md5.c: Fix commentary typos.
9596         (alignof, UNALIGNED_P): No need for a GCC-specific version.
9597         * lib/md5.h (__attribute__): Remove; unused.
9598         * lib/sha1.c: Fix commentary to match md5 better.
9599         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
9600         so that we don't need to worry about alignment.  All uses changed.
9601         This merges the 2005-10-28 md5 change into sha1.
9602
9603 2006-01-11  Jim Meyering  <jim@meyering.net>
9604
9605         Sync from coreutils.
9606         * lib/md5.c (OP): Fix spacing.
9607
9608 2006-01-11  Bruno Haible  <bruno@clisp.org>
9609
9610         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9611         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
9612         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
9613
9614 2006-01-11  Bruno Haible  <bruno@clisp.org>
9615
9616         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9617         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
9618         the "early" section as well.
9619
9620 2006-01-11  Bruno Haible  <bruno@clisp.org>
9621
9622         Avoid "ar: no archive members specified" error on MacOS X.
9623         * gnulib-tool (func_modules_add_dummy): New function.
9624         (func_import, func_create_testdir): Invoke it.
9625
9626 2006-01-11  Bruno Haible  <bruno@clisp.org>
9627
9628         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
9629         with $auxdir in AC_CONFIG_FILES statements.
9630
9631 2006-01-11  Bruno Haible  <bruno@clisp.org>
9632
9633         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9634         Initialize also noinst_HEADERS to empty.
9635
9636 2006-01-11  Bruno Haible  <bruno@clisp.org>
9637
9638         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
9639         variables.
9640         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
9641         autoreconf.
9642
9643 2006-01-11  Bruno Haible  <bruno@clisp.org>
9644
9645         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
9646         overridable by the user.
9647         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9648
9649 2006-01-10  Simon Josefsson  <jas@extundo.com>
9650
9651         * modules/sys_socket: New file.
9652
9653 2006-01-10  Simon Josefsson  <jas@extundo.com>
9654
9655         * m4/sys_socket_h.m4: New file.
9656
9657 2006-01-10  Simon Josefsson  <jas@extundo.com>
9658
9659         * lib/socket_.h: New file.
9660
9661 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9662
9663         * modules/readutmp (Maintainer): Add myself.
9664
9665 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9666
9667         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
9668         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
9669         People who are still concerned with buggy memcmp implementations
9670         can invoke gl_FUNC_MEMCMP themselves.
9671
9672 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9673
9674         * lib/regex_internal.h (BITSET_WORD_BITS):
9675         Work around a bug in 64-bit PGC (before version 6.1-2), where the
9676         preprocessor mishandles large unsigned values as if they were signed.
9677         Problem reported by Claudio Fontana in
9678         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
9679
9680 2006-01-10  Jim Meyering  <jim@meyering.net>
9681
9682         Avoid the double-free (first in fts_read, second in fts_close) that
9683         would occur when an `active' directory is made inaccessible (e.g.,
9684         via chmod a-x) during a traversal.
9685         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9686         before returning.  Reproduce this failure by
9687         mkdir -p a/b; cd a; chmod a-x . b
9688         Reported by Stavros Passas.
9689
9690         Sync from coreutils.
9691         * lib/sha1.c: Tweak grammar in a comment.
9692
9693 2006-01-10  Jim Meyering  <jim@meyering.net>
9694
9695         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
9696         Patch by Joerg Sonnenberger.
9697
9698 2006-01-10  Bruno Haible  <bruno@clisp.org>
9699
9700         * modules/readutmp: Depend on module free.
9701         * modules/strtok_r: Depend on module restrict.
9702
9703 2006-01-10  Bruno Haible  <bruno@clisp.org>
9704
9705         * modules/gettext (configure.ac): Add an invocation of
9706         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
9707
9708 2006-01-10  Bruno Haible  <bruno@clisp.org>
9709
9710         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
9711         Reported by Werner Lemberg <wl@gnu.org>.
9712
9713 2006-01-10  Bruno Haible  <bruno@clisp.org>
9714
9715         * lib/localcharset.c: Update from GNU gettext.
9716
9717 2006-01-10  Bruno Haible  <bruno@clisp.org>
9718
9719         * lib/argp.h (__const): Remove macro. Use const instead.
9720         * lib/argp-fmtstream.h (__const): Likewise.
9721         * lib/glob_.h (__const): Remove macro.
9722         * lib/glob-libc.h: Use const instead of __const.
9723
9724 2006-01-10  Bruno Haible  <bruno@clisp.org>
9725
9726         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
9727         variable.
9728         Needed to avoid an automake error regarding the 'gettext' module.
9729
9730 2006-01-09  Simon Josefsson  <jas@extundo.com>
9731
9732         * modules/inet_ntop (Depends-on): Add restrict.
9733
9734 2006-01-09  Simon Josefsson  <jas@extundo.com>
9735
9736         * modules/gc-rijndael-tests (License): Put under LGPL.
9737
9738         * modules/gc-des-tests (License): Likewise.
9739
9740         * modules/gc-arcfour-tests (License): Likewise.
9741
9742         * modules/gc-arctwo-tests (License): Likewise.
9743
9744         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
9745
9746         * modules/gc-hmac-sha1-tests (Files): Likewise.
9747
9748         * modules/gc-hmac-md5-tests (License): Likewise.
9749
9750         * modules/gc-sha1-tests (License): Likewise.
9751
9752         * modules/gc-md5-tests (License): Likewise.
9753
9754         * modules/gc-md4-tests (License): Likewise.
9755
9756         * modules/gc-md2-tests (License): Likewise.
9757
9758         * modules/gc-tests (License): Likewise.
9759
9760         * modules/des-tests (License): Likewise.
9761
9762         * modules/md4-tests (License): Likewise.
9763
9764         * modules/md2-tests (License): Likewise.
9765
9766 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9767
9768         Sync from coreutils:
9769
9770         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
9771         * modules/lib-ignore: New file.
9772         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
9773         chdir-safer.m4, lchmod.m4.
9774         * modules/openat: Add mkdirat.c, openat-priv.h.
9775
9776 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9777
9778         Sync from coreutils.
9779         * m4/lib-ignore.m4: New file.
9780         * m4/lchmod.m4: New file.
9781
9782 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9783
9784         Sync from coreutils.
9785         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
9786         for write access: POSIX says that must fail.
9787         * lib/fts.c (diropen): Likewise.
9788         * lib/save-cwd.c (save_cwd): Likewise.
9789         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
9790         well, for minor improvements on hosts that lack O_DIRECTORY.
9791         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
9792         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
9793         Fall back on chown if open failed with EACCES.
9794
9795         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
9796         Report an error at compile-time if only a 1-second nominal clock
9797         resolution is found.
9798
9799         * lib/lchmod.h: New file.
9800         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
9801         (make_dir_parents): Use lchown rather than chown, and
9802         lchmod rather than chmod.
9803
9804         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
9805         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
9806         "proc" reported by n0dalus.
9807
9808         * lib/mountlist.c: Include <limits.h>.
9809         (dev_from_mount_options)
9810         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
9811         New function.  It no longer assumes "dev=" has the System V meaning
9812         on Linux (since it doesn't).  It also parses "dev=" more carefully.
9813         (read_file_system_list)
9814         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
9815         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
9816         dev= in that case.
9817
9818         * lib/posixtm.h (PDS_PRE_2000): New macro.
9819         * lib/posixtm.c (year): Arg is now syntax_bits rather than
9820         allow_century.  All usages changed.  Reject dates outside the range
9821         1969-1999 if PDS_PRE_2000 is used.
9822
9823 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9824
9825         Sync from coreutils.
9826         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
9827         (Time of day items): Mention the possibility of leap seconds.
9828         Problem reported by Dr. David Alan Gilbert.
9829
9830 2006-01-09  Jim Meyering  <jim@meyering.net>
9831
9832         Sync from coreutils.
9833
9834         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
9835
9836         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
9837
9838         * lib/modechange.c (mode_compile): Reject an invalid mode string
9839         that starts with an octal digit.  From Andreas Gruenbacher.
9840
9841         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
9842         and dup to open_safer and dup_safer, respectively.
9843         (openat_permissive): Fix typo in comment.
9844
9845         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
9846         "gettext.h"; either no longer needed or are guaranteed by openat.h.
9847         (_): Remove; no longer needed.
9848         (openat): Renamed from rpl_openat; no need for rpl_openat
9849         since openat.h renames openat for us.
9850         Replace most of the body with a call to openat_permissive,
9851         to avoid duplicate code.
9852         Port to (probably hypothetical) environments were mode_t is
9853         wider than int.
9854         (openat_permissive): Require mode arg, so that we can check
9855         types better.  Put it just after flags.  Change cwd failure
9856         indicator from pointer-to-bool to pointer-to-errno-value.
9857         All callers changed.
9858         Invoke openat_save_fail and/or openat_restore_fail if
9859         cwd_errno is null, so that openat can call us.
9860         (openat_permissive, fdopendir, fstatat, unlinkat):
9861         Simplify errno handling to avoid some duplicate code,
9862         as it's OK to set errno on success.
9863         * lib/openat.h: Revamp code so that function macros depend on
9864         __OPENAT_PREFIX only, not also on AT_FDCWD.
9865         (openat_ro): Remove.  Caller changed to use openat_permissive.
9866         (openat_permissive): Now a macro, if not a function.
9867         (openat_restore_fail, openat_save_fail): Now always functions,
9868         since mkdirat needs them even if __OPENAT_PREFIX is defined.
9869
9870         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
9871         and openat.c.
9872         * lib/mkdirat.c: Include openat-priv.h.
9873         Remove definitions of macros defined therein.
9874         * lib/openat.c: Likewise.
9875
9876         * lib/mkdirat.c (mkdirat): New file and function.
9877         * lib/openat.h (mkdirat): Declare.
9878
9879         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
9880
9881         * lib/openat.h (openat_permissive): Declare.
9882         (openat_ro): Define.
9883
9884         * lib/openat.c (EXPECTED_ERRNO): New macro.
9885         (openat_permissive): New function -- used in remove.c rewrite.
9886         (all functions): Set errno just before returning, only if there
9887         was an actual failure.
9888         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
9889
9890         Emulate openat-family functions using Linux's procfs, if possible.
9891         Idea and some code based on Ulrich Drepper's glibc changes.
9892
9893         * lib/openat.c: (BUILD_PROC_NAME): New macro.
9894         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
9895         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
9896         before falling back on save_cwd and restore_cwd.
9897         (fdopendir, fstatat, unlinkat): Likewise.
9898
9899         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
9900         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
9901
9902         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
9903         as second argument to va_arg.  Otherwise, some versions of gcc
9904         warn that `if this code is reached, the program will abort'.
9905
9906 2006-01-09  Jim Meyering  <jim@meyering.net>
9907
9908         Sync from coreutils.
9909         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
9910         Require openat-priv.h.
9911
9912 2006-01-09  Bruno Haible  <bruno@clisp.org>
9913
9914         * modules/strnlen (Include): Use strnlen.h.
9915
9916 2006-01-09  Bruno Haible  <bruno@clisp.org>
9917
9918         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
9919
9920 2006-01-09  Bruno Haible  <bruno@clisp.org>
9921
9922         * lib/sysexit_.h (EX_OK): New macro.
9923         Suggested by Martin Lambers <marlam@marlam.de>.
9924
9925 2006-01-09  Bruno Haible  <bruno@clisp.org>
9926
9927         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
9928         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
9929
9930 2006-01-09  Bruno Haible  <bruno@clisp.org>
9931
9932         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
9933         numbers.
9934
9935 2006-01-09  Bruno Haible  <bruno@clisp.org>
9936
9937         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
9938         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
9939         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
9940         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
9941
9942 2006-01-09  Bruno Haible  <bruno@clisp.org>
9943
9944         * build-aux/javacomp.sh.in: New file, moved from lib/.
9945         * modules/javacomp-script (Files): Update.
9946         (configure.ac): Add AC_CONFIG_FILES invocation.
9947         (EXTRA_DIST): Remove variable.
9948
9949         * build-aux/javaexec.sh.in: New file, moved from lib/.
9950         * modules/javaexec (Files): Update.
9951         (configure.ac): Add AC_CONFIG_FILES invocation.
9952         (EXTRA_DIST): Remove javaexec.sh.in.
9953
9954         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
9955         * modules/csharpcomp-script (Files): Update.
9956         (configure.ac): Add AC_CONFIG_FILES invocation.
9957         (EXTRA_DIST): Remove variable.
9958
9959         * build-aux/csharpexec.sh.in: New file, moved from lib/.
9960         * modules/csharpexec (Files): Update.
9961         (configure.ac): Add AC_CONFIG_FILES invocation.
9962         (EXTRA_DIST): Remove csharpexec.sh.in.
9963
9964 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9965
9966         Sync from coreutils.
9967
9968         Add POSIX ACL support
9969         * lib/acl.h (copy_acl, set_acl): Add declarations.
9970         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
9971         systems other than Linux.
9972         (chmod_or_fchmod): New function: use fchmod when possible,
9973         and chmod otherwise.
9974         (file_has_acl): Add a POSIX ACL implementation, with a
9975         Linux-specific subcase.
9976         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
9977         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
9978         acls are unsupported.
9979         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
9980         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
9981         are unsupported.
9982
9983 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9984
9985         Sync from coreutils.
9986         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
9987
9988 2006-01-07  Bruno Haible  <bruno@clisp.org>
9989
9990         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
9991         gl_EARLY.
9992
9993 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9994
9995         * lib/strftime.c (tzname): Don't declare if it is already #defined.
9996         Problem reported for Mingw by Mark Junker.
9997
9998 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9999
10000         * README: Gnulib normally doesn't generate a tarball.
10001
10002 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
10003
10004         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
10005         long int, not int, for nanosecond counts, so that people who are
10006         used to POSIX struct timespec won't be surprised.  Reported by Jim
10007         Meyering.
10008
10009 2005-12-28  Bruno Haible  <bruno@clisp.org>
10010
10011         * build-aux/config.rpath: Update from GNU gettext.
10012
10013 2005-12-16  Jim Meyering  <jim@meyering.net>
10014
10015         * modules/fprintftime: New module.
10016         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
10017
10018 2005-12-16  Jim Meyering  <jim@meyering.net>
10019
10020         * m4/fprintftime.m4: New file.
10021
10022 2005-12-16  Jim Meyering  <jim@meyering.net>
10023
10024         * lib/fprintftime.c, lib/fprintftime.h: New files.
10025
10026 2005-12-15  Simon Josefsson  <jas@extundo.com>
10027
10028         * modules/socklen (configure.ac): Fix M4 macro name, to align with
10029         new m4/socklen.m4.
10030
10031 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10032
10033         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
10034         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
10035
10036 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10037
10038         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
10039         * lib/argp-help.c (fill_in_uparams): Check if the constructed
10040         struct uparams is valid. Fall back to the default values if it is
10041         not.
10042
10043 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10044
10045         * modules/argp (Files): Add argp-pin.c
10046         (Depends-on): dirname
10047         (lib_SOURCES): Add argp-pin.c
10048
10049 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10050
10051         * m4/argp.m4:  Check if program_invocation_name and
10052         program_invocation_short_name are declared and define appropriate
10053         macros if they are not.
10054
10055 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10056
10057         * lib/argp-help.c (__argp_base_name): New function
10058         (__argp_short_program_name): Rewrite using __argp_base_name
10059         * lib/argp-namefrob.h: Define program_invocation_name and
10060         program_invocation_short_name if requested
10061         (__argp_base_name): Add prototype
10062         * lib/argp-parse.c (argp_def): Use gettext wrappers
10063         (argp_default_parser): Use __argp_base_name
10064         * lib/argp-pin.c: New file. Defines program_invocation_name and
10065         program_invocation_short_name on systems that lack them.
10066
10067 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10068
10069         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
10070         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10071         porting problem reported by Georg Schwarz in
10072         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10073
10074 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10075
10076         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
10077         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10078         porting problem reported by Georg Schwarz in
10079         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10080
10081 2005-12-05  Bruno Haible  <bruno@clisp.org>
10082
10083         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
10084         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
10085         Reported by Mark Junker <mjscod@gmx.de>.
10086
10087 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
10088
10089         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
10090         Use implementation from Albert Chin, with some
10091         comments/corrections by Stepan Kasal and myself.
10092
10093 2005-12-02  Bruno Haible  <bruno@clisp.org>
10094
10095         * gnulib-tool (func_import): Accept GPLed build tool modules when
10096         --lgpl is given.
10097         * modules/csharpcomp-script: New file.
10098         * modules/csharpcomp: Depend on it.
10099         * modules/javacomp-script: New file.
10100         * modules/javacomp: Depend on it.
10101         Suggested by Simon Josefsson.
10102
10103 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
10104
10105         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
10106         statement, to work around an HP-UX 10.20 compiler bug reported by
10107         Peter O'Gorman.
10108
10109 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10110
10111         * modules/savedir (Depends-on): Add openat.
10112
10113 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10114
10115         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
10116         (uintmax_t) [defined uintmax_t]: Do not declare.
10117         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
10118         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
10119         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
10120         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
10121         sake of portability to weird hosts that C allows (though we don't
10122         know of any practical examples).
10123
10124         * lib/savedir.h (fdsavedir): New decl.
10125         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
10126         contains most of the former guts of savedir.
10127         (savedir): Use savedirstream.
10128         Include "openat.h".
10129
10130 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
10131
10132         * modules/obstack (Files): Add m4/ulonglong.m4.
10133         Problem reported by Davide Angelocola.
10134
10135 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
10136
10137         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
10138         coreutils no longer futzes with rounding modes.
10139
10140 2005-11-14  Jim Meyering  <jim@meyering.net>
10141
10142         * lib/mkstemp-safer.c: Include <config.h>, required for possible
10143         replacement of mkstemp.
10144
10145 2005-11-10  Simon Josefsson  <jas@extundo.com>
10146
10147         * lib/readline.c: Remove EOL.
10148
10149 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10150
10151         * modules/gethrxtime (Depends-on): Add gettime.
10152
10153 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10154
10155         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
10156         or gettimeofday; no longer needed.
10157
10158 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10159
10160         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
10161         time business.
10162         (gethrxtime) [! (HAVE_NANOUPTIME
10163         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
10164         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
10165         our own approximation.
10166
10167 2005-11-08  Eric Blake  <ebb9@byu.net>
10168
10169         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10170
10171 2005-11-08  Eric Blake  <ebb9@byu.net>
10172
10173         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10174
10175 2005-11-04  Bruno Haible  <bruno@clisp.org>
10176
10177         * gnulib-tool: Implement --update mode.
10178
10179 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10180
10181         Fix porting problem reported by Theodoros V. Kalamatianos.
10182         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
10183         Don't assume that futimes failing means we must fail.
10184
10185 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10186
10187         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
10188         variables to suggest the intended function of the PATH_MAX check.
10189
10190 2005-10-30  Kean Johnston  <jkj@sco.com>
10191
10192         Trivial changes to support SCO systems.
10193         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
10194         as PATH_MAX.
10195         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
10196         where __ptr is null when no I/O is pending.
10197
10198 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
10199
10200         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
10201         leave errno alone.  Problem reported by Dmitry V. Levin.
10202
10203 2005-10-28  Simon Josefsson  <jas@extundo.com>
10204
10205         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
10206         Test more.
10207
10208         * tests/test-gc-md2.c, tests/test-md2.c: New files.
10209
10210         * modules/md2, modules/md2-tests: New files.
10211
10212 2005-10-28  Simon Josefsson  <jas@extundo.com>
10213
10214         * m4/inet_ntop.m4: More tests.
10215
10216         * m4/gc-md2.m4, md2.m4: New file.
10217
10218 2005-10-28  Simon Josefsson  <jas@extundo.com>
10219
10220         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
10221         "restrict" keywords, as per POSIX.  Protect the function
10222         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
10223         Don't use K&R prototypes.  Check the sprintf return values.
10224         Re-define EAFNOSUPPORT if not present.  Indent.
10225
10226         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
10227         suggested by Bruno Haible <bruno@clisp.org>.
10228
10229         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
10230
10231         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
10232
10233         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
10234         libgcrypt).
10235
10236         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
10237
10238         * lib/md2.h, lib/md2.c: New files.
10239
10240 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
10241
10242         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
10243         errno alone.  Problem reported by Frederic Jolliton.
10244
10245 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
10246
10247         * modules/verify (License): Change from GPL to LGPL.  This is a
10248         tiny module and there are apparently near-equivalents that are
10249         under the BSD license.
10250
10251 2005-10-24  Simon Josefsson  <jas@extundo.com>
10252
10253         * modules/sha1: Relicense to LGPL.
10254
10255 2005-10-24  Simon Josefsson  <jas@extundo.com>
10256
10257         * lib/md4.h: Shrink buffer size, now that we changed the type.
10258
10259 2005-10-23  Simon Josefsson  <jas@extundo.com>
10260
10261         * gnulib-tool (func_import): Fix --tests-base.
10262
10263 2005-10-22  Simon Josefsson  <jas@extundo.com>
10264
10265         * modules/arcfour (Depends-on): Need stdint.
10266
10267 2005-10-22  Simon Josefsson  <jas@extundo.com>
10268
10269         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
10270         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
10271
10272 2005-10-22  Simon Josefsson  <jas@extundo.com>
10273
10274         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
10275         suggested by Bruno Haible <bruno@clisp.org>.
10276
10277 2005-10-22  Simon Josefsson  <jas@extundo.com>
10278
10279         * lib/crc.h: Include stddef.h, for size_t.
10280
10281 2005-10-22  Simon Josefsson  <jas@extundo.com>
10282
10283         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
10284         arcfour_context struct (simplify test vector testing in GNU
10285         Shishi).
10286
10287 2005-10-21  Simon Josefsson  <jas@extundo.com>
10288
10289         * modules/des, modules/des-tests: New files.
10290
10291         * modules/gc-des, modules/gc-des-tests: New files.
10292
10293         * tests/test-des.c, tests/test-gc-des.c: New file.
10294
10295 2005-10-21  Simon Josefsson  <jas@extundo.com>
10296
10297         * modules/arctwo, modules/arctwo-tests: New files.
10298
10299         * tests/test-arctwo.c: New file.
10300
10301         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
10302
10303         * tests/test-gc-arctwo.c: New file.
10304
10305 2005-10-21  Simon Josefsson  <jas@extundo.com>
10306
10307         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
10308         Bruno Haible <bruno@clisp.org>.
10309
10310         * m4/gc-des.m4: New file.
10311
10312 2005-10-21  Simon Josefsson  <jas@extundo.com>
10313
10314         * m4/arctwo.m4: New file.
10315
10316         * m4/gc-arctwo.m4: New file.
10317
10318 2005-10-21  Simon Josefsson  <jas@extundo.com>
10319
10320         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
10321         block.
10322
10323 2005-10-21  Simon Josefsson  <jas@extundo.com>
10324
10325         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
10326         <bruno@clisp.org>.
10327
10328         * lib/hmac-sha1.c (hmac_sha1): Likewise.
10329
10330         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
10331         Bruno Haible <bruno@clisp.org>.
10332
10333         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
10334         <bruno@clisp.org>.
10335
10336 2005-10-21  Simon Josefsson  <jas@extundo.com>
10337
10338         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
10339
10340 2005-10-21  Simon Josefsson  <jas@extundo.com>
10341
10342         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
10343
10344 2005-10-21  Simon Josefsson  <jas@extundo.com>
10345
10346         * lib/des.h, lib/des.c: New files.
10347
10348         * lib/gc-gnulib.c: Support DES.c
10349
10350 2005-10-21  Simon Josefsson  <jas@extundo.com>
10351
10352         * lib/arctwo.h, lib/arctwo.c: New files.
10353
10354         * lib/gc-gnulib.c: Support ARCTWO.
10355
10356 2005-10-21  Simon Josefsson  <jas@extundo.com>
10357
10358         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
10359         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10360
10361 2005-10-21  Simon Josefsson  <jas@extundo.com>
10362
10363         * gnulib-tool (func_import, func_create_testdir): Define automake
10364         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
10365         Makefile.am snippet),
10366         suggested by Bruno Haible <bruno@clisp.org>.
10367
10368         * modules/gc (Makefile.am): Use it.
10369
10370 2005-10-21  Bruno Haible  <bruno@clisp.org>
10371
10372         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
10373         patch.
10374
10375 2005-10-19  Simon Josefsson  <jas@extundo.com>
10376
10377         * tests/test-gc-rijndael.c: New file.
10378
10379         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
10380
10381 2005-10-19  Simon Josefsson  <jas@extundo.com>
10382
10383         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
10384         interface too.
10385
10386 2005-10-19  Simon Josefsson  <jas@extundo.com>
10387
10388         * tests/test-gc-arcfour.c: New file.
10389
10390         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
10391
10392 2005-10-19  Simon Josefsson  <jas@extundo.com>
10393
10394         * modules/gc-md4, modules/gc-md4-tests: New file.
10395
10396         * tests/test-gc-md4.c: New file.
10397
10398 2005-10-19  Simon Josefsson  <jas@extundo.com>
10399
10400         * m4/gc-md4.m4: New file.
10401
10402 2005-10-19  Simon Josefsson  <jas@extundo.com>
10403
10404         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
10405         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
10406         <kasal@ucw.cz>.
10407
10408 2005-10-19  Simon Josefsson  <jas@extundo.com>
10409
10410         * m4/gc-arcfour.m4: New file.
10411
10412         * m4/gc-rijndael.m4: New file.
10413
10414 2005-10-19  Simon Josefsson  <jas@extundo.com>
10415
10416         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
10417
10418 2005-10-19  Simon Josefsson  <jas@extundo.com>
10419
10420         * lib/gc-gnulib.c: Support ARCFOUR.
10421
10422 2005-10-19  Simon Josefsson  <jas@extundo.com>
10423
10424         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
10425         support.
10426
10427         * lib/gc.h: Add ECB enum type.
10428
10429         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
10430
10431 2005-10-18  Simon Josefsson  <jas@extundo.com>
10432
10433         * tests/test-md5.c: New file.
10434
10435         * modules/md5-tests: New file.
10436
10437 2005-10-18  Simon Josefsson  <jas@extundo.com>
10438
10439         * tests/test-md4.c: New file.
10440
10441         * modules/md4, modules/md4-tests: New files.
10442
10443 2005-10-18  Simon Josefsson  <jas@extundo.com>
10444
10445         * m4/md4.m4: New file.
10446
10447 2005-10-18  Simon Josefsson  <jas@extundo.com>
10448
10449         * lib/md4.h, lib/md4.c: New files, based on md5.?.
10450
10451 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
10452
10453         * gnulib-tool (func_create_testdir): Omit the second check whether
10454         BUILT_SOURCES in nonempty.
10455
10456 2005-10-17  Simon Josefsson  <jas@extundo.com>
10457
10458         * tests/test-rijndael.c: New file.
10459
10460 2005-10-17  Simon Josefsson  <jas@extundo.com>
10461
10462         * modules/sha1: Depend on stdint instead of md5.
10463
10464         * modules/md5: Depend on stdint, remove uint32_t.
10465
10466 2005-10-17  Simon Josefsson  <jas@extundo.com>
10467
10468         * modules/gc-sha1-tests: New file.
10469
10470         * tests/test-gc-sha1.c: New file.
10471
10472 2005-10-17  Simon Josefsson  <jas@extundo.com>
10473
10474         * m4/md5.m4: Remove call to uint32_t.m4.
10475
10476 2005-10-17  Simon Josefsson  <jas@extundo.com>
10477
10478         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
10479
10480         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
10481         md5.h.
10482
10483         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
10484
10485         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
10486
10487 2005-10-17  Simon Josefsson  <jas@extundo.com>
10488
10489         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
10490
10491 2005-10-17  Simon Josefsson  <jas@extundo.com>
10492
10493         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
10494
10495 2005-10-17  Simon Josefsson  <jas@extundo.com>
10496
10497         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
10498
10499         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
10500
10501 2005-10-17  Bruno Haible  <bruno@clisp.org>
10502
10503         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
10504         that it can also be used in a test.
10505
10506 2005-10-16  Bruno Haible  <bruno@clisp.org>
10507
10508         * gnulib-tool (func_emit_tests_Makefile_am): Also define
10509         TESTS_ENVIRONMENT, so that individual tests can augment it.
10510
10511         * gnulib-tool (func_create_testdir): Use an intermediate target for
10512         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
10513         macros, like $(ALLOCA_H), which cannot be passed through the command
10514         line.
10515
10516 2005-10-15  Simon Josefsson  <jas@extundo.com>
10517
10518         * modules/rijndael-tests: New file.
10519
10520         * modules/rijndael: New file.
10521
10522 2005-10-15  Simon Josefsson  <jas@extundo.com>
10523
10524         * m4/rijndael.m4: New file.
10525
10526 2005-10-15  Simon Josefsson  <jas@extundo.com>
10527
10528         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
10529
10530         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
10531
10532 2005-10-14  Simon Josefsson  <jas@extundo.com>
10533
10534         * tests/test-arcfour.c: New file.
10535
10536         * modules/arcfour, modules/arcfour-tests: New files.
10537
10538 2005-10-14  Simon Josefsson  <jas@extundo.com>
10539
10540         * m4/arcfour.m4: New file.
10541
10542 2005-10-14  Simon Josefsson  <jas@extundo.com>
10543
10544         * lib/arcfour.h, lib/arcfour.c: New files.
10545
10546 2005-10-14  Roland McGrath  <roland@redhat.com>
10547
10548         Import from libc.  [BZ #1331]
10549         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
10550         macro argument.
10551         Reported by Matej Vela <vela@debian.org>.
10552
10553 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10554
10555         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
10556         include <wchar.h>; no longer needed.
10557
10558 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10559
10560         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
10561
10562 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
10563         and  Ulrich Drepper  <drepper@redhat.com>
10564
10565         Import from libc.
10566         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
10567         instead of inline stream orientation test and two separate
10568         function calls.  Pay no attention to USE_IN_LIBIO.
10569
10570 2005-10-13  Simon Josefsson  <jas@extundo.com>
10571
10572         * modules/gc-hmac-md5-tests: New file.
10573
10574         * tests/test-gc-hmac-sha1.c: New file.
10575
10576         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
10577
10578         * modules/gc-hmac-md5-tests: New file.
10579
10580         * tests/test-gc-md5.c: New file.
10581
10582         * modules/gc-md5-tests: New file.
10583
10584 2005-10-13  Simon Josefsson  <jas@extundo.com>
10585
10586         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
10587         Move memory allocation outside of loop.
10588
10589 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
10590
10591         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
10592         intermediate directory is in a read-only file system.  Problem
10593         reported by Eric Blake.
10594
10595 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
10596
10597         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
10598
10599 2005-10-12  Simon Josefsson  <jas@extundo.com>
10600
10601         * tests/test-hmac-sha1.c: New file.
10602
10603         * modules/hmac-sha1-tests: New file.
10604
10605         * modules/hmac-sha1: New file.
10606
10607 2005-10-12  Simon Josefsson  <jas@extundo.com>
10608
10609         * modules/gc-sha1: New file.
10610
10611 2005-10-12  Simon Josefsson  <jas@extundo.com>
10612
10613         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
10614
10615         * tests/test-gc-pbkdf2-sha1.c: New file.
10616
10617 2005-10-12  Simon Josefsson  <jas@extundo.com>
10618
10619         * modules/gc-md5, modules/gc-hmac-md5: New files.
10620
10621         * modules/gc (Files): Remove md5, memxor and hmac files.
10622
10623 2005-10-12  Simon Josefsson  <jas@extundo.com>
10624
10625         * m4/gc-pbkdf2-sha1.m4: New file.
10626
10627         * m4/gc-hmac-sha1.m4: New file.
10628
10629         * m4/gc-sha1: New file.
10630
10631         * m4/hmac-sha1.m4: New file.
10632
10633 2005-10-12  Simon Josefsson  <jas@extundo.com>
10634
10635         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
10636
10637         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
10638
10639 2005-10-12  Simon Josefsson  <jas@extundo.com>
10640
10641         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
10642         suggested by Bruno Haible <bruno@clisp.org>.
10643
10644 2005-10-12  Simon Josefsson  <jas@extundo.com>
10645
10646         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
10647
10648 2005-10-12  Simon Josefsson  <jas@extundo.com>
10649
10650         * lib/gc-pbkdf2-sha1.c: New file.
10651
10652         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
10653
10654 2005-10-12  Simon Josefsson  <jas@extundo.com>
10655
10656         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
10657
10658         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
10659
10660 2005-10-12  Simon Josefsson  <jas@extundo.com>
10661
10662         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
10663         GC_USE_HMAC_MD5, respectively.
10664
10665         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
10666         (gc_md5): Fix typo.
10667
10668         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
10669
10670         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
10671
10672         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
10673
10674 2005-10-12  Bruno Haible  <bruno@clisp.org>
10675
10676         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
10677         Reported by Stepan Kasal <kasal@ucw.cz>.
10678
10679 2005-10-11  Simon Josefsson  <jas@extundo.com>
10680
10681         * tests/test-crc.c: New file.
10682
10683         * modules/crc, modules/crc-tests: New files.
10684
10685 2005-10-11  Simon Josefsson  <jas@extundo.com>
10686
10687         * m4/crc.m4: New file.
10688
10689 2005-10-11  Simon Josefsson  <jas@extundo.com>
10690
10691         * lib/gc.h: Add gc_hash and gc_hash_buffer.
10692
10693         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
10694
10695         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
10696
10697 2005-10-11  Simon Josefsson  <jas@extundo.com>
10698
10699         * lib/crc.h, lib/crc.c: New files.
10700
10701         * lib/gc.h (gc_hash_buffer): Add doc.
10702
10703 2005-10-11  Bruno Haible  <bruno@clisp.org>
10704
10705         * modules/c-strcasestr: New file.
10706         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
10707
10708 2005-10-11  Bruno Haible  <bruno@clisp.org>
10709
10710         * modules/c-strcase: New file.
10711         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
10712
10713 2005-10-11  Bruno Haible  <bruno@clisp.org>
10714
10715         * lib/strcasecmp.c: Include limits.h.
10716         (strcasecmp): Avoid integer overflow on exotic platforms.
10717         * lib/strncasecmp.c: Include limits.h.
10718         (strncasecmp): Avoid integer overflow on exotic platforms.
10719         Reported by Paul Eggert.
10720
10721 2005-10-11  Bruno Haible  <bruno@clisp.org>
10722
10723         * lib/c-strcasestr.h: New file, from GNU gettext.
10724         * lib/c-strcasestr.c: New file, from GNU gettext.
10725
10726 2005-10-11  Bruno Haible  <bruno@clisp.org>
10727
10728         * lib/c-strcase.h: New file, from GNU gettext.
10729         * lib/c-strcasecmp.c: New file, from GNU gettext.
10730         * lib/c-strncasecmp.c: New file, from GNU gettext.
10731
10732 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10733
10734         * modules/mempcpy (License): GPL -> LGPL.
10735         * modules/strchrnul (License): Likewise.
10736         * modules/sysexits (License): Likewise.
10737
10738 2005-10-08  Simon Josefsson  <jas@extundo.com>
10739
10740         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
10741
10742 2005-10-07  Simon Josefsson  <jas@extundo.com>
10743
10744         * m4/memxor.m4: Remove gl_C_RESTRICT call.
10745
10746 2005-10-06  Simon Josefsson  <jas@extundo.com>
10747
10748         * tests/test-hmac-md5.c: New file.
10749
10750         * modules/hmac-md5-tests: New file.
10751
10752         * modules/hmac-md5: New file.
10753
10754 2005-10-06  Simon Josefsson  <jas@extundo.com>
10755
10756         * m4/hmac-md5.m4: New file.
10757
10758         * m4/memxor.m4: Require gl_C_RESTRICT.
10759
10760 2005-10-06  Simon Josefsson  <jas@extundo.com>
10761
10762         * lib/memxor.c (memxor): Avoid casts and warnings.
10763
10764 2005-10-06  Simon Josefsson  <jas@extundo.com>
10765
10766         * lib/hmac-md5.c: New file.
10767
10768         * lib/hmac.h: New file.
10769
10770 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10771
10772         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
10773         promotes to int, not unsigned int, to catch the AIX 5.3
10774         compiler bug.
10775
10776 2005-10-05  Simon Josefsson  <jas@extundo.com>
10777
10778         * modules/memxor: New file.
10779
10780         * modules/iconv (Files): Move config.rpath to havelib, it is used
10781         there.
10782
10783         * modules/havelib (Files): Add config.rpath.
10784
10785 2005-10-05  Simon Josefsson  <jas@extundo.com>
10786
10787         * m4/memxor.m4: New file.
10788
10789 2005-10-05  Simon Josefsson  <jas@extundo.com>
10790
10791         * lib/memxor.c (memxor): Fix compiler error.
10792
10793         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
10794         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
10795
10796         * lib/memxor.h, lib/memxor.c: New files.
10797
10798         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
10799         we assume all systems have it, suggested by Jim Meyering
10800         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
10801         any systems lack sys/socket.h; mingw32 is known to lack it, but we
10802         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
10803         same reasons.
10804
10805 2005-10-05  Simon Josefsson  <jas@extundo.com>
10806
10807         * config/srclist.txt: Add glibc bug 1423 for md5.h.
10808
10809 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10810
10811         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
10812         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
10813         needed, since the source code now assumes these .h files.
10814
10815 2005-10-05  Derek Price  <derek@ximbiot.com>
10816
10817         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
10818
10819 2005-10-05  Bruno Haible  <bruno@clisp.org>
10820
10821         * modules/stdint (License): Change to LGPL.
10822
10823 2005-10-04  Simon Josefsson  <jas@extundo.com>
10824
10825         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
10826         D. Baushke" <mdb@gnu.org>.
10827
10828 2005-10-04  Bruno Haible  <bruno@clisp.org>
10829
10830         * lib/verify.h (verify_true): Provide alternative definition for C++.
10831
10832 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
10833
10834         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
10835         (SSIZE_MAX): New macro, if not already defined.
10836         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
10837         than 2 GiB.
10838
10839 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10840
10841         Sync from coreutils.
10842         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
10843         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
10844         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
10845         ULLONG_MAX doesn't work with 2.7.2.1.
10846
10847 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10848
10849         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
10850         From Ben Pfaff.
10851
10852         * modules/exclude (Depends-on): Depend on verify.
10853         * modules/strtoimax (Depends-on): Likewise.
10854         * modules/utimecmp (Depends-on): Likewise.
10855
10856 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10857
10858         * lib/exclude.c: Include verify.h.
10859         (verify): Remove.  All callers changed to use verify.h's version.
10860         * lib/strtoimax.c: Likewise.
10861         * lib/utimecmp.c: Likewis.e
10862
10863         Sync from coreutils.
10864         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
10865         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
10866         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
10867         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
10868         bother returning ENOSYS if settimeofday or stime fails; just let
10869         them return whatever errno they want to return.
10870         * lib/utimens.c: Include unistd.h, for dup2.
10871         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
10872         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
10873
10874 2005-10-02  Jim Meyering  <jim@meyering.net>
10875
10876         Sync from coreutils.
10877         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
10878         from glibc-2.2.5 that fails for read-only files.
10879
10880 2005-10-02  Jim Meyering  <jim@meyering.net>
10881
10882         Sync from coreutils.
10883         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
10884         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
10885         `#if HAVE_CONFIG_H'.
10886         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
10887         Remove AT_FDCWD test.
10888         Do not consume the fd unless successful.
10889         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
10890         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
10891         block, so that we don't even try to compile it if settimeofday is
10892         available.  This works around a compilation failure on OSF1 V5.1,
10893         due to stime requiring a `long int*' while tv_sec is `int'.
10894
10895 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
10896
10897         Sync from coreutils.
10898         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
10899         against `yes', rather than just testing for nonempty.
10900
10901 2005-10-01  Simon Josefsson  <jas@extundo.com>
10902
10903         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
10904         and Darwin.
10905
10906         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
10907         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
10908         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
10909         freeaddrinfo and gai_strerror are declared by the POSIX headers.
10910         Check if struct addrinfo is declared.
10911
10912 2005-10-01  Simon Josefsson  <jas@extundo.com>
10913
10914         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
10915         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
10916         AI_* and EAI_* definitions.  Protect function declarations.
10917
10918 2005-10-01  Jim Meyering  <jim@meyering.net>
10919
10920         Sync from coreutils.
10921
10922         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
10923         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
10924         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
10925         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10926         in the inet and nsl libraries.  Required on Solaris 5.7.
10927
10928 2005-10-01  Jim Meyering  <jim@meyering.net>
10929
10930         Sync from coreutils.
10931         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10932         in the inet and nsl libraries.  Required on Solaris 5.7.
10933
10934 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
10935
10936         * lib/getdelim.c (getdelim): Remove unused variables.
10937
10938 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10939
10940         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
10941         so that the code works even with ancient cpp.  Portability problem
10942         with GCC 2.7.2.1 reported by Thomas M.Ott.
10943
10944 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10945
10946         * modules/regex (Depends-on): Add strcase.
10947
10948         * modules/gethostname (Licence): Change from GPL to LGPL, since
10949         gethostname.c is a trivial implementation of a standard library
10950         function.
10951         * modules/poll (License): Change from GPL to LGPL, since it's
10952         derived from LGPL code.
10953
10954 2005-09-27  Jim Meyering  <jim@meyering.net>
10955
10956         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
10957         HAVE_CONFIG_H.
10958
10959         * lib/intprops.h (signed_type_or_expr__): Define.
10960         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
10961         for unsigned types.
10962
10963 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10964
10965         * lib/verify.h (verify_expr): Remove, replacing with:
10966         (verify_true): New macro that returns true instead of void.
10967         (verify_type__): Remove.
10968         (verify): Use verify_true rather than verify_type__.
10969
10970 2005-09-26  Bruno Haible  <bruno@clisp.org>
10971
10972         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
10973         is necessary.
10974         (lib_SOURCES): Remove mbchar.c.
10975         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
10976         (Files): Add m4/mbrtowc.m4.
10977         * modules/mbiter: Likewise.
10978         * modules/mbuiter: Likewise.
10979
10980 2005-09-26  Bruno Haible  <bruno@clisp.org>
10981
10982         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
10983         compile mbchar.c if they are not both present.
10984         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
10985         * m4/mbiter.m4 (gl_MBITER): Likewise.
10986         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
10987         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
10988         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
10989
10990 2005-09-25  Jim Meyering  <jim@meyering.net>
10991
10992         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
10993         also uses socklen_t.
10994
10995 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
10996
10997         * lib/utimens.c (ENOSYS): Define if not already defined.
10998         (futimens): Support having a null PATH if the file descriptor
10999         is nonnegative.
11000
11001         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
11002         Remove.
11003         (__attribute): Define to empty unless GCC 3.1 or later.
11004         This works around a core dump on OpenBSD 3.4, which has GCC
11005         2.95.3, which dumps core when given __attribute__(()).  It also
11006         simplifies other tests, since we really don't want to bother with
11007         worrying about which ancient version of GCC supported what.
11008         Original problem reported by Yoann Vandoorselaere, with part of
11009         the fix suggested by Derek Price.
11010
11011 2005-09-24  Jim Meyering  <jim@meyering.net>
11012
11013         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
11014         so we can once again use a positive bitfield width of 1 -- now we
11015         don't have to explain why we were using a bitfield width of 2.
11016
11017 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
11018
11019         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
11020         and similarly for the other external symbols.  Problem reported
11021         by James Gallager.
11022
11023         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
11024         bug reported by Jim Meyering.
11025
11026         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
11027         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
11028         not needed, since socklen is a prerequisite module.
11029
11030 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
11031
11032         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
11033         Problem reported by Eric Blake.
11034         (getaddrinfo): Initialize se so that it's not garbage.
11035         Redo internal storage allocation so that it doesn't make unportable
11036         assumptions about alignment.
11037         Fix a memory leak.
11038
11039         * lib/utimens.c (futimens): Use futimesat if available.
11040         Prefer it to futimes since it doesn't have the futimes bug.
11041
11042         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
11043         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
11044         Instead, declare a function that returns a pointer to an array,
11045         and use verify_type__ to declare the size of the array.
11046         Problem and germ of a solution reported by Bruno Haible.
11047         (verify_type__): Use 2, not 1, for bitfield size, to avoid
11048         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
11049
11050 2005-09-23  Jim Meyering  <jim@meyering.net>
11051
11052         Sync from coreutils.
11053         Correct build failure (socklen_t not defined) on at least
11054         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
11055         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
11056
11057 2005-09-23  Jim Meyering  <jim@meyering.net>
11058
11059         * modules/getaddrinfo (Depends-on): Add socklen.
11060
11061 2005-09-23  Bruno Haible  <bruno@clisp.org>
11062
11063         * tests/test-verify.c: New file.
11064
11065 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11066
11067         Sync from coreutils.
11068
11069         * modules/argmatch (Depends-on): Add verify.
11070         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
11071         unistd-safer.
11072         * modules/save-cwd (Depends-on): Likewise.
11073
11074         * modules/openat (Files): Add lib/openat-die.c.
11075         (Depends-on): Remove error, exitfail.
11076         Add dirname.
11077
11078         * modules/verify: New file.
11079         * MODULES.html.sh (Diagnostics <assert.h>): New section,
11080         with "verify" module.
11081
11082 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11083
11084         Sync from coreutils.
11085
11086         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
11087         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
11088         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
11089         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
11090         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
11091         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
11092         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
11093         Don't bother checking for string.h, stdlib.h, unistd.h.
11094         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
11095         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
11096         module's job.
11097         * m4/jm-macros.m4 (gl_MACROS): Likewise.
11098         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
11099
11100         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
11101         (gl_GETDATE): Use it.
11102
11103         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
11104
11105 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11106
11107         Sync from coreutils.
11108
11109         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
11110         stat-time.h.
11111         * lib/argmatch.h: Include verify.h
11112         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
11113         (ARGMATCH_ASSERT): Remove; unused.
11114         * lib/canonicalize.c: Assume STDC_HEADERS.
11115         * lib/exclude.c: Include "strcase.h".
11116         * lib/regex_internal.h [!defined _LIBC]: Likewise.
11117         * lib/getusershell.c: Include stdio--.h rather than stdio.h
11118         and stdio-safer.h.
11119         (getusershell): Call fopen, not fopen_safer.
11120         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
11121         Do not include unistd-safer.h.
11122         (save_cwd): Don't call fd_safer; no longer needed
11123         now that we include fcntl--.h.
11124
11125         * lib/getdate.y (relative_time): New type.
11126         (RELATIVE_TIME_0): New constant.
11127         (parser_control): Use relative_time instead of doing it ourselves.
11128         (%union): Add new relative_time rel member.
11129         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
11130         Now typeless.
11131         (relunit, relunit_snumber): Now of type rel.
11132         (zone, rel, relunit, get_date): Adjust to above changes.
11133
11134         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
11135         Do not include unistd-safer.h.
11136         (getloadavg): Don't call fd_safer; no longer needed
11137         now that we include fcntl--.h.
11138
11139         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
11140         (make_dir_parents): Treat ENOSYS like EEXIST.
11141
11142         Improve quality of diagnostics on restore_cwd failure.
11143         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
11144         (make_dir_parents): Last arg is now int * (for errno), not bool *.
11145         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
11146         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
11147         each time through the loop.  Do not diagnose restore_cwd failure;
11148         that is the caller's job (and perhaps the caller does not care).
11149
11150         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
11151         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
11152         If the file already exists but is not a directory, don't bother
11153         to try to make its parents.
11154         Close potential file descriptor leak if we can't chdir("/") (!).
11155         Don't always return true if chdir($PWD) fails; return true only
11156         if the requested action was done successfully (except for the
11157         chdir($PWD)).
11158         Don't log final directory unless we actually made it.
11159         Refactor to avoid duplicate code to fix up permissions.
11160         Don't attempt to fix up parent permissions if chdir($PWD) fails.
11161
11162         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
11163         to make it a bit faster and (I hope) clearer.
11164         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
11165         Fix bug in formats like %2N.
11166
11167         * lib/verify.h: New file.
11168
11169 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11170
11171         Sync from coreutils.
11172         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
11173
11174 2005-09-22  Jim Meyering  <jim@meyering.net>
11175
11176         Sync from coreutils.
11177
11178         * m4/lstat.m4 (gl_FUNC_LSTAT):
11179         Use AC_LIBSOURCES to require lstat.c and lstat.h.
11180         Remove obsolete comment.
11181         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
11182         * m4/xstrtod.m4: Likewise.
11183
11184         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
11185
11186 2005-09-22  Jim Meyering  <jim@meyering.net>
11187
11188         Sync from coreutils.
11189
11190         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
11191
11192         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
11193         the .tm_year member, since otherwise gcc-4.0 would now warn about
11194         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
11195
11196         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
11197         order to avoid an unsuppressible warning from gcc on 64-bit systems.
11198
11199         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
11200         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
11201         when run in a time zone for which daylight savings time is in effect
11202         for the starting date.
11203
11204         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
11205         stop us from restricting permissions of just-created absolute-named
11206         directories.
11207         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
11208         to restore initial working directory.
11209         * lib/mkdir-p.c (make_dir_parents): New parameter:
11210         different_working_dir, to tell caller if/when we change the working
11211         directory and are unable to return to the initial one.
11212         * lib/mkdir-p.h (make_dir_parents): Update prototype.
11213         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
11214         `return false'.  This fixes a bug introduced on 2004-07-30.
11215
11216         * lib/openat.c (fdopendir): Be sure to close the supplied
11217         file descriptor before returning.  This makes our replacement
11218         implementation a little closer to Solaris's, where fdopendir
11219         ties the file descriptor to the returned DIR* pointer.
11220         * lib/openat.c (unlinkat): New function.
11221         * lib/openat.h (unlinkat): Add prototype.
11222         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
11223         (openat_restore_fail): Rename from openat_restore_die.
11224         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
11225
11226         Provide an alternative to exiting immediately upon save_cwd or
11227         restore_cwd failure.  Now, an application can arrange e.g.,
11228         to perform a longjump in that case.
11229         * lib/openat.c: Include dirname.h.
11230         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
11231         (rpl_openat, fdopendir, fstatat): Call openat_save_die
11232         and openat_restore_die rather than calling error directly.
11233         Don't include "error.h" or "exitfail.h"; they're no longer needed.
11234
11235         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
11236         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
11237         define.
11238
11239         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
11240         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
11241                             int utc, int nanoseconds);
11242         Background:
11243         date should not have to allocate a megabyte of virtual memory to
11244         handle a format argument like +%1048575T.  When implemented with
11245         strftime, it must allocate such a buffer, use strftime to fill it
11246         in, print it, then free it.
11247         With fprintftime, it simply prints everything and exits.
11248         With no need for memory allocation, that's one fewer way to fail.
11249         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
11250         optional field width, not before, so we accept %9:z, not %:9z.
11251         (my_strftime): Be sure to use L_('x') for literals.
11252
11253         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
11254         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
11255         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
11256         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
11257         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
11258         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
11259         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
11260         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
11261         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
11262         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
11263         * lib/xgethostname.c, lib/xreadlink.c:
11264         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
11265
11266         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
11267         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
11268         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
11269         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
11270         and don't include <sys/file.h>).
11271
11272 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
11273
11274         Sync from coreutils.
11275
11276         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
11277         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
11278         [!LDAV_DONE]: Avoid unused variable warning.
11279
11280 2005-09-21  Bruno Haible  <bruno@clisp.org>
11281
11282         * lib/unicodeio.h (unicode_to_mb): New declaration.
11283
11284 2005-09-20  Derek Price  <derek@ximbiot.com>
11285
11286         * lib/getaddrinfo.c: Don't include <netdb.h> included from
11287         getaddrinfo.h.
11288
11289 2005-09-20  Bruno Haible  <bruno@clisp.org>
11290
11291         * gnulib-tool: Remove trailing slashes from the values specified for
11292         --source-base, --m4-base, --tests-base, --aux-dir.
11293         Suggested by Simon Josefsson <jas@extundo.com>.
11294
11295 2005-09-20  Bruno Haible  <bruno@clisp.org>
11296
11297         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
11298         func_modules_to_filelist, func_import, func_create_testdir): Make all
11299         sorting results locale-independent, so that gnulib-cache.m4 doesn't
11300         change when gnulib-tool is invoked in a different locale.
11301
11302 2005-09-19  Simon Josefsson  <jas@extundo.com>
11303
11304         * m4/socklen.m4: Fix typo.
11305
11306 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11307
11308         Use a consistent style for including <config.h>.
11309         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
11310         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
11311         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
11312         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
11313         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
11314         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
11315         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
11316         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
11317         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
11318         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
11319         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
11320         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
11321         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
11322         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
11323         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
11324         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
11325         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
11326         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
11327         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
11328         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
11329         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
11330         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
11331         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
11332         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
11333         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
11334         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
11335         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
11336         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
11337         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
11338         lib/xstrtoumax.c, lib/yesno.c:
11339         Standardize inclusion of config.h.
11340         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
11341         lib/inttostr.h:  Removed inclusion of config.h from header files.
11342         * lib/inttostr.c:  Adjusted in-tree users.
11343         * lib/timespec.h: Remove superfluous warning to include config.h.
11344         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
11345         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
11346         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
11347         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
11348         config.h with HAVE_CONFIG_H.
11349
11350 2005-09-19  Jim Meyering  <jim@meyering.net>
11351
11352         * modules/pathmax (License): Change to LGPL.
11353
11354 2005-09-19  Derek Price  <derek@ximbiot.com>
11355
11356         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
11357
11358 2005-09-19  Bruno Haible  <bruno@clisp.org>
11359
11360         * gnulib-tool (import): Provide default for --tests-base.
11361
11362 2005-09-19  Bruno Haible  <bruno@clisp.org>
11363
11364         * doc/quote.texi: New file, extracted from gnulib.texi.
11365         * doc/ctime.texi: New file, extracted from gnulib.texi.
11366         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
11367         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
11368         * doc/gnulib.texi: Include them.
11369
11370 2005-09-18  Bruno Haible  <bruno@clisp.org>
11371
11372         Portability fix.
11373         * gnulib-tool (func_readlink): New function.
11374         (func_ln_if_changed): Use it.
11375
11376 2005-09-18  Bruno Haible  <bruno@clisp.org>
11377
11378         * gnulib-tool: Support --with-tests also with --import.
11379         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
11380         (func_import): Use variables $testsbase and $inctests. Emit a
11381         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
11382         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
11383         SUBDIRS += $testsdir.
11384         (func_create_testdir): Update.
11385
11386 2005-09-18  Bruno Haible  <bruno@clisp.org>
11387
11388         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
11389         instead of $dry_run.
11390         (func_cp_if_changed, func_mv_if_changed): Remove functions.
11391         (func_ln_if_changed): Don't handle dry-run here.
11392         (func_import): In dry-run mode, detect more precisely which actions
11393         would be performed, and don't use "...ing" verbs.
11394
11395 2005-09-18  Bruno Haible  <bruno@clisp.org>
11396
11397         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
11398         (func_import): Use join on two temporary files instead of three nested
11399         loops, in order to determine which files are new or old.
11400
11401 2005-09-18  Bruno Haible  <bruno@clisp.org>
11402
11403         * gnulib-tool (func_import): Comment out code that spits out the
11404         new files with --dry-run.
11405
11406 2005-09-18  Bruno Haible  <bruno@clisp.org>
11407
11408         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
11409
11410 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11411
11412         * lib/stat-time.h: New file.
11413         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
11414         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
11415         in a different way.
11416         (timespec_cmp): New function.
11417         * lib/utimecmp.c: Include stat-time.h.
11418         (SYSCALL_RESOLUTION): Depend on whether various struct stat
11419         members exist, not on the obsolescent ST_MTIM_NSEC.
11420         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
11421
11422 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11423
11424         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
11425
11426 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11427
11428         * MODULES.html.sh (File system functions): Add stat-time.
11429         * modules/stat-time: New file.
11430         * modules/timespec (Files): Remove m4/st_mtim.m4; this
11431         is now done in a different way, by the stat-time module.
11432         * modules/utimecmp (Depends-on): Add stat-time.
11433
11434 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11435
11436         * m4/st_mtim.m4: Remove.  Superseded by...
11437         * m4/stat-time.m4: New file.
11438         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
11439         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
11440
11441 2005-09-15  Derek Price  <derek@ximbiot.com>
11442
11443         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
11444
11445 2005-09-15  Derek Price  <derek@ximbiot.com>
11446
11447         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
11448         * lib/regex_internal.c: Ditto, using this...
11449         (__GNUC_PREREQ): ...new macro.
11450         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
11451         using...
11452         (__GNUC_PREREQ): ...this new macro.
11453
11454         * lib/strstr.h: Include string.h. Define strstr as a macro here.
11455
11456 2005-09-15  Derek Price  <derek@ximbiot.com>
11457             Paul Eggert  <eggert@cs.ucla.edu>
11458
11459         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
11460         changes, consolidating in...
11461         * lib/regex_internal.h: ...this file.
11462
11463 2005-09-13  Jim Meyering  <jim@meyering.net>
11464
11465         * lib/canon-host.c: Filter through gnu indent and reword comments
11466         slightly.
11467         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
11468
11469 2005-09-13  Derek Price  <derek@ximbiot.com>
11470
11471         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
11472         failure.
11473         Reported by Jim Meyering  <jim@meyering.net>.
11474
11475 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11476
11477         * lib/base64.c: Typo.
11478         (base64_encode): Put b64str in initialized data section.
11479
11480 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
11481
11482         Merge glibc and coreutils changes into gnulib, plus a few
11483         extra fixes.
11484         * lib/md5.c: Use #error rather than a string.
11485         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
11486         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
11487         (__attribute__): Define to empty for non recent-GCC.
11488         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
11489         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
11490         Renamed from their non-__ counterparts, with new macros replacing
11491         them if not _LIBC.  Add __THROW attribute.
11492         (rol): Remove.
11493         (struct md5_ctx): Align buffer if using GCC.
11494         * lib/sha1.h (struct sha1_ctx): Likewise.
11495         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
11496         The old name was backwards.
11497         (NOTSWAP): Remove; not used.
11498         (rol): New macro, moved here from md5.h.
11499         (sha1_process_block): Remove a FIXME that doesn't make sense.
11500
11501 2005-09-12  Derek Price  <derek@ximbiot.com>
11502
11503         Return usable errors from canon-host.
11504         * lib/canon-host.h: New file.
11505         * lib/canon-host.c (canon_host): Wrap...
11506         (canon_host_r): ...this new function, which now relies exclusively on
11507         getaddrinfo.
11508         (ch_strerror): New function.
11509         (last_cherror): New global.
11510         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
11511         interface.
11512         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
11513         void *.
11514         (freeaddrinfo): Free ai->ai_canonname when set.
11515
11516 2005-09-12  Derek Price  <derek@ximbiot.com>
11517
11518         Make canon-host require getaddrinfo.
11519         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
11520         AC_LIBSOURCE canon-host.h.  Call...
11521         (gl_PREREQ_CANON_HOST): ...this new function, which requires
11522         gl_GETADDRINFO.
11523         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
11524
11525 2005-09-12  Derek Price  <derek@ximbiot.com>
11526
11527         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
11528         LGPL.
11529         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
11530
11531 2005-09-12  Derek Price  <derek@ximbiot.com>
11532
11533         * lib/gai_strerror.c: Include config.h when available.  Include
11534         getaddrinfo.h before other headers to test interface.
11535         Reported by Larry Jones <lawrence.jones@ugs.com>.
11536
11537 2005-09-12  Derek Price  <derek@ximbiot.com>
11538             Paul Eggert  <eggert@cs.ucla.edu>
11539
11540         * modules/glob (Files): Add glob-libc.h.
11541
11542 2005-09-12  Derek Price  <derek@ximbiot.com>
11543             Paul Eggert  <eggert@cs.ucla.edu>
11544
11545         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
11546         glob_.h, glob-libc.h.
11547         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
11548
11549 2005-09-12  Derek Price  <derek@ximbiot.com>
11550             Paul Eggert  <eggert@cs.ucla.edu>
11551
11552         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
11553         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
11554         protecting things that should be done only in gnulib contexts.
11555         * lib/glob_.h: New file, containing only the glob things needed for
11556         gnulib.
11557         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
11558         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
11559         (glob, globfree, glob_pattern_p): Now defined simply in terms of
11560         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
11561         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
11562         and to respect the namespace rules better.
11563
11564 2005-09-08  Simon Josefsson  <jas@extundo.com>
11565
11566         * modules/socklen: New file.
11567
11568 2005-09-08  Simon Josefsson  <jas@extundo.com>
11569
11570         * m4/socklen.m4: New file.
11571
11572 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11573
11574         * modules/utimens (Files): Add m4/utimbuf.m4, since
11575         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
11576         Reported by Sergey Poznyakoff.
11577
11578 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11579
11580         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
11581         definitions, since that's the preferred style in glibc.
11582         Fix a minor spacing issue, and update copyright notice to match
11583         glibc's.
11584
11585 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11586
11587         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
11588
11589 2005-09-06  Simon Josefsson  <jas@extundo.com>
11590
11591         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
11592         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
11593
11594 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11595
11596         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
11597         warning.
11598
11599 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11600
11601         * config/srclist.txt: Add glibc bug 1302.
11602
11603 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
11604
11605         Change bitset word type from unsigned int to unsigned long int,
11606         as this has better performance on typical 64-bit hosts.
11607         Port bitset code to hosts with unusual word sizes.
11608         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
11609         (build_collating_symbol):
11610         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
11611         argument is a bitset.  This is merely a style issue, but it makes
11612         it clearer that an entire array is expected.
11613         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
11614         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
11615         Port to the case where bitset_word is not the same as unsigned int.
11616         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11617         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
11618         Likewise.
11619         * lib/regexec.c (check_dst_limits_calc_pos_1,
11620         check_subexp_matching_top):
11621         (build_trtable, group_nodes_into_DFAstates):
11622         Likewise.
11623         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
11624         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
11625         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
11626         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
11627         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
11628         * lib/regcomp.c (optimize_subexps, lower_subexp):
11629         Work even if bitset_word has holes in its bitwise representation.
11630         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
11631         * lib/regexec.c (check_dst_limits_calc_pos_1,
11632         check_subexp_matching_top):
11633         Likewise.
11634         * lib/regex_internal.c (re_string_reconstruct):
11635         Don't assume UCHAR_MAX == 255.
11636         * lib/regex_internal.h (bitset_set_all): Likewise.
11637         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
11638         All uses changed.
11639         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
11640         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
11641         All uses changed.
11642         (BITSET_WORD_MAX): New macro.
11643         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
11644         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
11645         (bitset_empty, bitset_copy):
11646         Prefer sizeof (bitset) to multiplying it out ourselves.
11647         (bitset_not_merge): Remove; unused.
11648         (bitset_contain): Return bool, not unsigned int with one bit on.
11649         All callers changed.
11650         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
11651         alignment than re_node_set; do this by defining a new internal
11652         type struct dests_alloc and using it to allocate memory.
11653
11654 2005-09-05  Bruno Haible  <bruno@clisp.org>
11655
11656         * gnulib-tool (func_import): Fix comparison in handling of symbolic
11657         links.
11658
11659 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
11660
11661         * modules/size_max (Makefile.am): Add size_max.h
11662
11663 2005-09-04  Derek Price  <derek@ximbiot.com>
11664
11665         * gnulib-tool (func_import): Fix reversed $symbolic logic.
11666
11667 2005-09-03  Simon Josefsson  <jas@extundo.com>
11668
11669         * gnulib-tool: Fix typo.
11670
11671 2005-09-03  Simon Josefsson  <jas@extundo.com>
11672
11673         * config/srclist.txt: Add glibc bug 1293.
11674
11675 2005-09-03  Derek Price  <derek@ximbiot.com>
11676
11677         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
11678         From Larry Jones <lawrence.jones@ugs.com>.
11679
11680 2005-09-02  Simon Josefsson  <jas@extundo.com>
11681
11682         * modules/socklen: New file.
11683
11684 2005-09-02  Simon Josefsson  <jas@extundo.com>
11685
11686         * modules/havelib: New module.
11687
11688         * modules/gettext, modules/iconv, modules/lock, modules/readline:
11689         Use havelib.
11690
11691 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11692
11693         Check for arithmetic overflow when calculating sizes, to prevent
11694         some buffer-overflow issues.  These patches are conservative, in the
11695         sense that when I couldn't determine whether an overflow was possible,
11696         I inserted a run-time check.
11697         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
11698         macros.
11699         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
11700         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
11701         (re_xnrealloc, re_x2nrealloc): New inline functions.
11702         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
11703         parse_bracket_exp):
11704         (build_equiv_class, build_charclass): Check for arithmetic overflow
11705         in size expression calculations.
11706         * lib/regex_internal.c (re_string_realloc_buffers):
11707         (build_wcs_upper_buffer, re_node_set_add_intersect):
11708         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
11709         (re_dfa_add_node, register_state): Likewise.
11710         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
11711         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
11712         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
11713         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
11714
11715 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11716
11717         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
11718         m4/ulonglong.m4.  Problem reported by Martin Lambers.
11719
11720 2005-09-02  Bruno Haible  <bruno@clisp.org>
11721
11722         Support for lib vs. lib64 distinction on biarch platforms.
11723         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
11724         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
11725         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
11726
11727 2005-09-02  Bruno Haible  <bruno@clisp.org>
11728
11729         * gnulib-tool (import): In the other first-use case, provide defaults
11730         as well.
11731
11732 2005-09-02  Bruno Haible  <bruno@clisp.org>
11733
11734         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
11735         patches not yet found in the latest gettext release.
11736
11737 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11738
11739         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
11740         to avoid a collision with bits/local_lim.h in glibc.
11741         All uses changed.  Problem reported by Dmitry V. Levin in
11742         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
11743
11744         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
11745         bugs in int versus size_t comparisons.
11746         (re_string_context_at): Fix bug where the code assumed that
11747         Idx is signed.
11748
11749         Use bool where appropriate.
11750         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
11751         All callers changed.
11752         (calc_eclosure_iter): Likewise, for ROOT arg.
11753         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
11754         (build_charclass_op): Likewise, for NON_MATCH arg.
11755         * lib/regex_internal.c (re_string_allocate, re_string_construct):
11756         (re_string_construct_common): Likewise, for ICASE arg.
11757         * lib/regexec.c (re_search_2_stub, re_search_stub):
11758         Likewise, for RET_LEN arg.
11759         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
11760         (set_regs): Likewise, for FL_BACKTRACK arg.
11761         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
11762         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
11763         (calc_eclosure_iter, parse_bracket_exp):
11764         Use bool for internal variables that are booleans.
11765         * lib/regexec.c (re_search_internal, check_matching,
11766         proceed_next_node):
11767         (set_regs, build_sifted_states, sift_states_bkref):
11768         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
11769         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
11770         (find_collation_sequence_value):
11771         Likewise.
11772         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
11773         (re_node_set_compare):
11774         Return bool, not int. All callers changed.
11775         * lib/regexec.c (check_halt_node_context, check_dst_limits):
11776         (build_trtable, check_node_accept): Likewise.
11777         * lib/regex_internal.h: Include stdbool.h.
11778
11779         Fix bugs uncovered when converting to bool.
11780         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
11781         failure instead of charging ahead blindly.
11782         * lib/regex_internal.c (register_state): Likewise.
11783         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
11784         for freeing internal storage.
11785         (group_nodes_into_DFA_states): Use unsigned int, not int, for
11786         bitset pieces used as boolean, to avoid undefined behavior
11787         on hosts that do int overflow checking.
11788
11789 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11790
11791         * config/srclist.txt: Add glibc bugs 1285-1287.
11792
11793 2005-09-01  Jim Meyering  <jim@meyering.net>
11794
11795         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
11796         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
11797         Require gl_STAT_MACROS, too.
11798
11799 2005-09-01  Bruno Haible  <bruno@clisp.org>
11800
11801         * gnulib-tool (import): In the first-use case, provide defaults.
11802
11803 2005-09-01  Bruno Haible  <bruno@clisp.org>
11804
11805         * gnulib-tool (func_import): Remove the .tmp files.
11806
11807 2005-09-01  Bruno Haible  <bruno@clisp.org>
11808
11809         * gnulib-tool (func_import): Fix handling of symbolic links.
11810
11811 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11812
11813         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
11814         old glibc regex code mishandles strings longer than 2**31 bytes.
11815         This patch fixes this when the regex code is used in gnulib
11816         (i.e., outside glibc).
11817
11818         This patch should not affect the use of the regex code inside
11819         glibc.  No doubt this problem also needs to be handled for glibc
11820         as well, but the result will be an incompatible change to the
11821         glibc ABI, and the old ABI will have to be supported too.  That
11822         can be the the subject for another patch.
11823
11824         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
11825         governing whether the rest of this patch is active.  By default,
11826         the macro is disabled and the patch has no effect.
11827         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
11828         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
11829         (struct re_pattern_buffer, re_search, re_search_2, re_match):
11830         (re_match_2, re_set_registers): Use the new types.
11831         * lib/regex_internal.h (Idx, re_hashval_t): New types.
11832         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
11833         New macros.
11834         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
11835         (re_string_context_at, bin_tree_t, re_dfastate_t):
11836         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
11837         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
11838         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
11839         (re_string_char_size_at, re_string_wchar_at):
11840         (re_string_elem_size_at):
11841         Use the new types and macros to port to 64-bit hosts.
11842         Use unsigned types for internal values, so that the code
11843         mostly works even for arrays larger than SSIZE_MAX.
11844         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
11845         (search_duplicated_node, calc_eclosure_iter, fetch_number):
11846         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
11847         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
11848         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
11849         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
11850         (calc_inveclosure, parse_dup_op, build_range_exp):
11851         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
11852         (fetch_number, create_token_tree, mark_opt_subexp):
11853         Likewise.
11854         * lib/regex_internal.c (re_string_construct_common,
11855         create_ci_newstate):
11856         (create_cd_newstate, re_string_allocate, re_string_construct):
11857         (re_string_realloc_buffers, build_wcs_upper_buffer):
11858         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
11859         (re_string_reconstruct, re_string_peek_byte_case):
11860         (re_string_fetch_byte_case, re_string_context_at):
11861         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
11862         (re_node_set_init_copy, re_node_set_add_intersect):
11863         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11864         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11865         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
11866         (re_acquire_state, re_acquire_state_context, register_state):
11867         Likewise.
11868         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
11869         search_cur_bkref_entry):
11870         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
11871         (re_search_internal, re_search_2_stub, re_search_stub)
11872         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
11873         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
11874         (update_cur_sifted_state, check_dst_limits):
11875         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11876         (check_subexp_limits, sift_states_bkref, merge_state_array):
11877         (check_subexp_matching_top, get_subexp, get_subexp_sub):
11878         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
11879         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
11880         (expand_bkref_cache, check_node_accept_bytes):
11881         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
11882         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
11883         (acquire_init_state_context, check_halt_node_context):
11884         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
11885         (sift_states_backward, clean_state_log_if_needed):
11886         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
11887         (find_recover_state, transit_state_sb, transit_state_mb):
11888         (transit_state_bkref, build_trtable, match_ctx_clean):
11889         Likewise.
11890         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
11891         to work around an assumption that REG_MISSING is negative.
11892
11893         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
11894         (seek_collating_symbol_entry) [defined _LIBC]:
11895         (lookup_collation_sequence_value) [defined _LIBC]:
11896         (build_range_exp, build_collating_symbol) [defined _LIBC]:
11897         Use prototypes rather than old-style function definitions.
11898         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
11899         (transit_state_sb) [0]:
11900         (find_collation_sequence_value) [defined _LIBC]: Likewise.
11901
11902         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
11903         rm_eo.
11904
11905         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
11906         (optimize_subexps, lower_subexp):
11907         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
11908         since the signed shift might overflow.  Use 1u<<31 instead.
11909         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11910         Likewise.
11911         * lib/regexec.c (check_dst_limits_calc_pos_1,
11912         check_subexp_matching_top): Likewise.
11913
11914         * lib/regcomp.c (optimize_subexps, lower_subexp):
11915         Use CHAR_BIT rather than 8, for clarity.
11916         * lib/regexec.c (check_dst_limits_calc_pos_1):
11917         (check_subexp_matching_top): Likewise.
11918         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
11919         have to worry about portability issues when shifting it left.
11920         Remove no-longer-needed test for table_size > 0.
11921         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
11922         in a word, as the resulting behavior is undefined.
11923         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
11924         in one case, a <= should have been an <, and in another case the
11925         whole test was missing.
11926         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
11927         the standard name CHAR_BIT.
11928         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
11929         this is not true on one's complement and signed-magnitude hosts.
11930
11931         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
11932         next_last_offset.
11933         (struct re_dfa_t): Remove unused member states_alloc.
11934         * lib/regcomp.c (init_dfa): Don't initialize unused members.
11935
11936 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11937
11938         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
11939         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
11940         and large-file glibc and in 32-bit large-file Solaris.
11941
11942 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11943
11944         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
11945         lengths fit in regoff_t; this isn't true if regoff_t is the same
11946         width as size_t.
11947         * lib/regex.c (re_search_internal): 5th arg is LAST_START
11948         (= START + RANGE) instead of RANGE.  This avoids overflow
11949         problems when regoff_t is the same width as size_t.
11950         All callers changed.
11951         (re_search_2_stub): Check for overflow when adding the
11952         sizes of the two strings.
11953         (re_search_stub): Check for overflow when adding START
11954         to RANGE; if it occurs, substitute the extreme value.
11955
11956 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11957
11958         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
11959
11960 2005-08-31  Jim Meyering  <jim@meyering.net>
11961
11962         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
11963         a pointer-to-const.
11964         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
11965         (register_state): Likewise.
11966         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
11967         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11968         (group_nodes_into_DFAstates): Likewise.
11969
11970 2005-08-31  Jim Meyering  <jim@meyering.net>
11971
11972         * check-module: Add a FIXME comment.
11973
11974 2005-08-31  Eric Blake  <ebb9@byu.net>
11975
11976         * modules/unistd-safer (Files): Add unistd--.h.
11977         * modules/stdio-safer (Files): Add stdio--.h.
11978
11979 2005-08-31  Derek Price  <derek@ximbiot.com>
11980
11981         * lib/getdelim.c (getdelim): Return EOF on EOF.
11982         Reported by Larry Jones <lawrence.jones@ugs.com>.
11983
11984 2005-08-31  Bruno Haible  <bruno@clisp.org>
11985
11986         Avoid unnecessary diffs in the generated lib/Makefile.am.
11987         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
11988         the generated files.
11989         (func_import): Don't set cmd.
11990
11991 2005-08-31  Bruno Haible  <bruno@clisp.org>
11992
11993         * lib/strstr.c: Include <stddef.h>, for NULL.
11994         * lib/strcasestr.c: Likewise.
11995         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11996
11997 2005-08-31  Bruno Haible  <bruno@clisp.org>
11998
11999         * gnulib-tool: New option --macro-prefix.
12000         (func_import): Use macro_prefix.
12001         (import): Handle option --macro-prefix.
12002
12003 2005-08-31  Bruno Haible  <bruno@clisp.org>
12004
12005         * gnulib-tool (import): Rename most ac_* variables to cached_*.
12006         Also use new variables cached_lgpl, cached_libtool.
12007
12008 2005-08-31  Bruno Haible  <bruno@clisp.org>
12009
12010         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
12011         always instantiating them.
12012
12013 2005-08-31  Bruno Haible  <bruno@clisp.org>
12014
12015         * gnulib-tool (func_import): Read the previous cached settings
12016         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
12017         earlier added by gnulib but are now dropped. Warn when a gnulib file
12018         overwrites a non-gnulib file.
12019
12020 2005-08-31  Bruno Haible  <bruno@clisp.org>
12021
12022         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
12023         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
12024         projects that don't keep autogenerated files in CVS. Put into
12025         actioncmd only the specified modules, not the transitive closure.
12026
12027 2005-08-31  Bruno Haible  <bruno@clisp.org>
12028
12029         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
12030         Create directories that shall be filled.
12031         (import): Don't look for gl_* macros in configure.ac. Recurse across
12032         all directories containing a gnulib-cache.m4 files, if meaningful.
12033
12034 2005-08-31  Bruno Haible  <bruno@clisp.org>
12035
12036         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
12037         (import): Set seen_libtool when we see gl_LIBTOOL.
12038
12039 2005-08-31  Bruno Haible  <bruno@clisp.org>
12040
12041         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
12042         declaration macro definitions from generated gnulib.m4.
12043
12044 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
12045
12046         * lib/iconvme.h: Add prototype for iconv_alloc.
12047
12048 2005-08-29  Simon Josefsson  <jas@extundo.com>
12049
12050         * lib/iconvme.c: Fix errno.
12051
12052 2005-08-29  Bruno Haible  <bruno@clisp.org>
12053
12054         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
12055         that it works when the directory contains spaces.
12056
12057 2005-08-29  Bruno Haible  <bruno@clisp.org>
12058
12059         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
12060
12061 2005-08-29  Bruno Haible  <bruno@clisp.org>
12062
12063         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
12064         Emit more advice.
12065
12066 2005-08-29  Bruno Haible  <bruno@clisp.org>
12067         and Stepan Kasal  <kasal@ucw.cz>
12068
12069         * check-module: If more parameters are given, check each of them
12070         separately; add more exceptions, as noted by Jim Meyering.
12071         (check_module): New procedure.
12072         (%exempt_header): Now contains all exceptions.
12073
12074 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
12075
12076         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
12077
12078 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
12079
12080         * lib/iconvme.c: Split iconv_string into iconv_alloc.
12081
12082 2005-08-28  Bruno Haible  <bruno@clisp.org>
12083
12084         * m4/gnulib-tool.m4: New file.
12085
12086 2005-08-27  Jim Meyering  <jim@meyering.net>
12087
12088         * modules/unistd-safer (Files): Add pipe-safer.c.
12089         * modules/fcntl-safer (Files): Add creat-safer.c.
12090
12091 2005-08-27  Jim Meyering  <jim@meyering.net>
12092
12093         * m4/stdlib-safer.m4: New file.  From coreutils.
12094         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
12095         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
12096         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
12097         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
12098         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
12099
12100 2005-08-27  Jim Meyering  <jim@meyering.net>
12101
12102         * lib/fopen-safer.c: Merge minor changes from coreutils.
12103         * lib/dup-safer.c: Likewise.
12104         * lib/fd-safer.c: Likewise.
12105
12106         Merge from coreutils.
12107         * lib/stdio--.h: New file.
12108         * lib/stdlib--.h: New file.
12109         * lib/mkstemp-safer.c: New file.
12110
12111         GNU tar needs these.
12112         * lib/pipe-safer.c: New file.
12113         * lib/creat-safer.c: New file.
12114         * lib/fcntl--.h (creat): Define to creat_safer.
12115         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
12116         * lib/unistd--.h (pipe): Define to pipe_safer.
12117         * lib/unistd-safer.h: Declare pipe_safer.
12118
12119 2005-08-26  Simon Josefsson  <jas@extundo.com>
12120
12121         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
12122         Haible <bruno@clisp.org>.
12123
12124 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
12125
12126         * lib/regex_internal.h: Remove all references to
12127         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
12128         or better.
12129         (bitset_not, bitset_merge, bitset_not_merge):
12130         (bitset_mask, re_string_allocate, re_string_construct):
12131         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
12132         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
12133         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
12134         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
12135         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12136         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12137         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
12138         (re_acquire_state_context):
12139         Remove unnecessary forward decls.
12140         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
12141         Put __attribute at function definition,
12142         now that the function decl has been removed.
12143         * lib/regex_internal.c (re_string_peek_byte_case):
12144         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
12145         Likewise.
12146
12147 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
12148
12149         * m4/regex.m4: Add AC_PREREQ(2.50).
12150         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
12151
12152 2005-08-25  Simon Josefsson  <jas@extundo.com>
12153
12154         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
12155         __fsetlocking.
12156
12157 2005-08-25  Simon Josefsson  <jas@extundo.com>
12158
12159         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
12160         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
12161         GLIBC specific code.
12162
12163 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12164
12165         Make regex safe for g++.  This fixes one real bug (an "err"
12166         that should have been "*err").  g++ problem reported by
12167         Sam Steingold.
12168         * lib/regex_internal.h (re_calloc): New macro, consistent with
12169         re_malloc etc.  All callers of calloc changed to use re_calloc.
12170         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
12171         not int.  All callers changed.
12172         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
12173         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
12174         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
12175         (find_recover_state): Change "err" to "*err"; this fixes what
12176         appears to be a real bug.
12177         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
12178         versus int.
12179
12180 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12181
12182         * modules/regex (Depends-on): Add malloc, since the code
12183         assumes that !malloc(0) means failure.
12184
12185 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12186
12187         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
12188
12189         alloca modernization/simplification for regex.
12190         * lib/regex.c: Remove portability cruft for alloca.  This no longer
12191         needs to be at the start of the file, and can be moved into
12192         regex_internal.h and simplified.
12193         * lib/regex_internal.h: Include <alloca.h>.
12194         (__libc_use_alloca) [!defined _LIBC]: New macro.
12195         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
12196         now works outside glibc.
12197
12198 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12199
12200         * config/srclist.txt: Add glibc bugs 1241, 1245.
12201
12202 2005-08-25  Jim Meyering  <jim@meyering.net>
12203
12204         * lib/open-safer.c: Include <config.h>.
12205         Otherwise, we'd lose LARGEFILE support in any file using
12206         e.g. "fcntl--.h"
12207
12208 2005-08-25  Bruno Haible  <bruno@clisp.org>
12209
12210         * m4/minmax.m4: Require autoconf 2.52.
12211         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
12212         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
12213         alternatives of translit over the alphabet.
12214         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
12215
12216 2005-08-24  Simon Josefsson  <jas@extundo.com>
12217
12218         * tests/test-getpass.c: New file.
12219
12220 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12221
12222         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
12223         for GNU regex features.
12224
12225 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12226
12227         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
12228         * lib/regex.h (regerror): Likewise.
12229
12230         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
12231         requires this.  (The code never needed it.)
12232
12233         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
12234         All uses of recently-renamed identifiers changed to use the new,
12235         POSIX-compliant names.  The code will build and run just fine
12236         without these changes, but it's better to eat our own dog food
12237         and use the standard-conforming names.
12238
12239         * lib/regex.h: Fix a multitude of POSIX name space violations.
12240         These changes have an effect only for programs that define
12241         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
12242         do not change anything for programs compiled in the normal way.
12243         Also, there is no effect on the ABI.
12244
12245         (_REGEX_SOURCE): New macro.
12246         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
12247         defined and _GNU_SOURCE is not; this fixes a name space violation.
12248
12249         Rename the following macros to obey POSIX requirements.
12250         The old names are still visible as macros if _REGEX_SOURCE is defined.
12251         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
12252         RE_BACKSLASH_ESCAPE_IN_LISTS.
12253         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
12254         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
12255         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
12256         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
12257         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
12258         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
12259         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
12260         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
12261         (REG_INTERVALS): renamed from RE_INTERVALS.
12262         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
12263         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
12264         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
12265         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
12266         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
12267         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
12268         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
12269         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
12270         RE_UNMATCHED_RIGHT_PAREN_ORD.
12271         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
12272         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
12273         (REG_DEBUG): renamed from RE_DEBUG.
12274         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
12275         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
12276         unusual, since we can't clash with the POSIX REG_ICASE.
12277         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
12278         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
12279         (REG_NO_SUB): renamed from RE_NO_SUB.
12280         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
12281         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
12282         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
12283         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
12284         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
12285         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
12286         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
12287         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
12288         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
12289         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
12290         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
12291         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
12292         RE_SYNTAX_POSIX_MINIMAL_BASIC.
12293         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
12294         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
12295         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
12296         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
12297         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
12298         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
12299         (REG_FIXED): Renamed from REGS_FIXED.
12300         (REG_NREGS): Renamed from RE_NREGS.
12301
12302         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
12303         of other REG_* macros, since POSIX says the user is allowed to
12304         #undef these macros selectively.
12305
12306         (reg_errcode_t): Update comment stating what other tables need
12307         to be consistent.
12308
12309         Rename the following enum values to obey POSIX requirements.
12310         The old names are still visible as macros.
12311         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
12312         is not defined, since GNU is supposed to be a superset of POSIX as
12313         much as possible, and since we want reg_errcode_t to be a signed
12314         type for implementation consistency.
12315         (_REG_NOERROR): Renamed from REG_NOERROR.
12316         (_REG_NOMATCH): Renamed from REG_NOMATCH.
12317         (_REG_BADPAT): Renamed from REG_BADPAT.
12318         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
12319         (_REG_ECTYPE): Renamed from REG_ECTYPE.
12320         (_REG_EESCAPE): Renamed from REG_EESCAPE.
12321         (_REG_ESUBREG): Renamed from REG_ESUBREG.
12322         (_REG_EBRACK): Renamed from REG_EBRACK.
12323         (_REG_EPAREN): Renamed from REG_EPAREN.
12324         (_REG_EBRACE): Renamed from REG_EBRACE.
12325         (_REG_BADBR): Renamed from REG_BADBR.
12326         (_REG_ERANGE): Renamed from REG_ERANGE.
12327         (_REG_ESPACE): Renamed from REG_ESPACE.
12328         (_REG_BADRPT): Renamed from REG_BADRPT.
12329         (_REG_EEND): Renamed from REG_EEND.
12330         (_REG_ESIZE): Renamed from REG_ESIZE.
12331         (_REG_ERPAREN): Renamed from REG_ERPAREN.
12332         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
12333         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
12334         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
12335         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
12336
12337         (_REG_RE_NAME, _REG_RM_NAME): New macros.
12338         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
12339         changed.  But support the old name if the new one is not defined
12340         and if _REGEX_SOURCE.
12341
12342         Change the following member names in struct re_pattern_buffer.
12343         The old names are still supported if !_REGEX_SOURCE.
12344         The new names are always supported, regardless of _REGEX_SOURCE.
12345         (re_buffer): Renamed from buffer.
12346         (re_allocated): Renamed from allocated.
12347         (re_used): Renamed from used.
12348         (re_syntax): Renamed from syntax.
12349         (re_fastmap): Renamed from fastmap.
12350         (re_translate): Renamed from translate.
12351         (re_can_be_null): Renamed from can_be_null.
12352         (re_regs_allocated): Renamed from regs_allocated.
12353         (re_fastmap_accurate): Renamed from fastmap_accurate.
12354         (re_no_sub): Renamed from no_sub.
12355         (re_not_bol): Renamed from not_bol.
12356         (re_not_eol): Renamed from not_eol.
12357         (re_newline_anchor): Renamed from newline_anchor.
12358
12359         Change the following member names in struct re_registers.
12360         The old names are still supported if !_REGEX_SOURCE.
12361         The new names are always supported, regardless of _REGEX_SOURCE.
12362         (rm_num_regs): Renamed from num_regs.
12363         (rm_start): Renamed from start.
12364         (rm_end): Renamed from end.
12365
12366         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
12367         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
12368         Prepend __ to parameter names.
12369
12370         Undo yesterday's changes.
12371
12372 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12373
12374         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
12375         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
12376         lib/regex.c.
12377
12378 2005-08-24  Jim Meyering  <jim@meyering.net>
12379
12380         Sync from coreutils.
12381         * m4/fcntl-safer.m4: New file.
12382
12383         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
12384         and object files for this module.
12385
12386 2005-08-24  Jim Meyering  <jim@meyering.net>
12387
12388         Sync from coreutils.
12389         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
12390
12391 2005-08-24  Jim Meyering  <jim@meyering.net>
12392
12393         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
12394         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
12395
12396 2005-08-24  Jim Meyering  <jim@meyering.net>
12397
12398         * modules/fcntl-safer: New module.
12399         * modules/fts (Depends-on): Add fcntl-safer.
12400         * MODULES.html.sh (File descriptor based Input/Output):
12401         Add fcntl-safer.
12402
12403 2005-08-24  Bruno Haible  <bruno@clisp.org>
12404
12405         Support for unit test modules.
12406         * modules/README: Mention tests modules.
12407         * modules/TEMPLATE-TESTS: New file.
12408         * gnulib-tool: New options --extract-tests-module, --with-tests and
12409         --tests-base (unused for the moment).
12410         (testsbase, inctests): New variables.
12411         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
12412         (func_verify_module): Exclude TEMPLATE-TESTS.
12413         (func_verify_nontests_module, func_verify_tests_module): New functions.
12414         (func_get_dependencies): Add implicit dependency for tests modules.
12415         (func_get_tests_module): New function.
12416         (func_modules_transitive_closure): When --with-tests was specified,
12417         include the unit tests as well, unless explicitly avoided.
12418         (func_emit_lib_Makefile_am): Ignore the tests modules here.
12419         (func_emit_tests_Makefile_am): New function.
12420         (func_create_testdir): When --with-tests was specified, emit a
12421         tests/ directory.
12422         * MODULES.html.sh (Future developments): Update.
12423
12424 2005-08-24  Bruno Haible  <bruno@clisp.org>
12425
12426         * modules/tls-tests: New file.
12427         * tests/test-tls.c: New file, from GNU gettext.
12428
12429 2005-08-24  Bruno Haible  <bruno@clisp.org>
12430
12431         * modules/lock-tests: New file.
12432         * tests/test-lock.c: New file, from GNU gettext.
12433
12434 2005-08-24  Bruno Haible  <bruno@clisp.org>
12435
12436         * lib/lock.h: Add multiple inclusion guard.
12437         * lib/tls.h: Add multiple inclusion guard.
12438
12439 2005-08-24  Bruno Haible  <bruno@clisp.org>
12440
12441         * gnulib-tool: Add support for the --aux-dir option to
12442         --create-testdir, --create-megatestdir, --test, --megatest.
12443         (func_create_testdir, func_create_megatestdir): Optionally emit a
12444         AC_CONFIG_AUX_DIR directive.
12445         (create-testdir, create-megatestdir, test, megatest): Provide a
12446         default value for $auxdir.
12447
12448 2005-08-24  Bruno Haible  <bruno@clisp.org>
12449
12450         * gnulib-tool (import): Use compound statement instead of subshell
12451         where possible.
12452
12453 2005-08-24  Bruno Haible  <bruno@clisp.org>
12454
12455         * gnulib-tool (import): Change --aux-dir default to "build-aux".
12456
12457 2005-08-24  Bruno Haible  <bruno@clisp.org>
12458
12459         * gnulib-tool (func_version): Update.
12460
12461 2005-08-24  Bruno Haible  <bruno@clisp.org>
12462
12463         * gnulib-tool (func_import, func_create_testdir,
12464         func_create_megatestdir): Quote all autoconf macro arguments.
12465
12466 2005-08-24  Bruno Haible  <bruno@clisp.org>
12467
12468         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
12469         option --force, because --force causes the aclocal.m4 of each
12470         subdirectory to be newer than the corresponding config.h.in.
12471
12472 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12473
12474         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
12475         All contents moved to gl_REGEX.
12476         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
12477         assume that it does.
12478
12479 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12480
12481         * lib/regex.h (REG_NOSYS)
12482         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
12483         Define, since POSIX requires it as of 2001.
12484         (_REG_ENOSYS)
12485         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
12486         New private symbol, used to keep the enum signed in all cases.
12487         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
12488         Youngman in
12489         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
12490
12491         * lib/regex_internal.c (re_string_skip_chars, register_state):
12492         (calc_state_hash):
12493         Remove forward decls; no longer needed now that we use prototypes.
12494         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
12495         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
12496         (clean_state_log_if_needed): Likewise.
12497
12498 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12499
12500         * config/srclist.txt: Add glibc bugs 1231-1233.
12501
12502 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12503
12504         Fix problems reported by Sam Steingold in
12505         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
12506         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
12507         assumed that reg_errcode_t is a signed type, which is not
12508         necessarily true if _XOPEN_SOURCE is not defined.
12509         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
12510         since some compilers warn about it otherwise.
12511
12512 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12513
12514         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
12515         (init_word_char, create_initial_state, duplicate_node_closure):
12516         (fetch_token, peek_token_bracket, build_range_exp):
12517         (build_collating_symbol): Remove forward decls; no longer needed
12518         now that we use prototypes.
12519
12520         * lib/regcomp.c:
12521         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
12522         (re_compile_fastmap_iter, regcomp, regerror, regfree):
12523         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
12524         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
12525         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
12526         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
12527         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
12528         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
12529         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
12530         (build_range_exp, build_collating_symbol, parse_bracket_exp):
12531         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
12532         (build_charclass, build_charclass_op, fetch_number, create_tree):
12533         (create_token_tree, mark_opt_subexp, duplicate_tree):
12534         Use prototypes rather than old-style definitions.
12535
12536         * lib/regex_internal.c:
12537         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
12538         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
12539         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12540         (re_string_reconstruct, re_string_peek_byte_case):
12541         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
12542         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12543         (re_node_set_init_copy, re_node_set_add_intersect):
12544         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12545         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12546         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12547         (re_acquire_state, re_acquire_state_context, register_state):
12548         (create_ci_newstate, create_cd_newstate, free_state):
12549         Likewise.
12550         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
12551         re_search_2):
12552         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
12553         (re_search_internal, prune_impossible_nodes):
12554         (acquire_init_state_context, check_matching, static):
12555         (check_halt_node_context, check_halt_state_context, proceed_next_node):
12556         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
12557         (update_regs, sift_states_backward, build_sifted_states):
12558         (clean_state_log_if_needed, merge_state_array):
12559         (update_cur_sifted_state, add_epsilon_src_nodes):
12560         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
12561         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
12562         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
12563         (find_recover_state, check_subexp_matching_top, transit_state_mb):
12564         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
12565         (check_arrival, check_arrival_add_next_nodes):
12566         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12567         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12568         (check_node_accept_bytes, check_node_accept, extend_buffers):
12569         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
12570         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
12571         (sift_ctx_init):
12572         Likewise.
12573
12574         * lib/regex_internal.h:
12575         (re_string_allocate, re_string_construct, re_string_reconstruct):
12576         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
12577         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
12578         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
12579         (re_string_context_at, re_string_peek_byte_case):
12580         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
12581         is defined, since we now use prototypes always.
12582
12583         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
12584         C89 or better.  All uses removed.
12585
12586 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12587
12588         * config/srclist.txt: Add glibc bugs 1220-1227.
12589
12590 2005-08-20  Jim Meyering  <jim@meyering.net>
12591
12592         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
12593         of unused local, dfa.
12594
12595 2005-08-20  Bruno Haible  <bruno@clisp.org>
12596
12597         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
12598
12599 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12600
12601         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
12602         (re_node_set_insert_last, re_dfa_add_node):
12603         Rename local variables to avoid GCC shadowing warnings.
12604
12605 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12606
12607         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
12608         [defined lint]: Suppress bogus uninitialized-variable warnings.
12609
12610         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
12611         and let the caller return REG_ESPACE if out of space.  This
12612         removes an uninitialied-variable warning with GCC 4.0.1, and also
12613         avoids taking the address of a local variable.  All callers
12614         changed.
12615
12616 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12617
12618         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
12619         $LIBCSRC/posix/regexec.c.
12620         Add glibc bug 1217 for regcomp.c.
12621
12622 2005-08-19  Jim Meyering  <jim@meyering.net>
12623
12624         * lib/regexec.c (proceed_next_node): Redo local variables to
12625         avoid GCC shadowing warnings.
12626
12627 2005-08-18  Bruno Haible  <bruno@clisp.org>
12628
12629         * lib/strstr.c (strstr): Fix return value in multibyte case.
12630         * lib/strcasestr.c (strcasestr): Likewise.
12631
12632 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12633
12634         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
12635
12636 2005-08-17  Jim Meyering  <jim@meyering.net>
12637
12638         Make the %s format (seconds since the epoch) work for a negative
12639         number and when used with a zero-padded field width, e.g. %015s.
12640
12641         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
12642         label so that it precedes the code to set `digits'.  Otherwise,
12643         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
12644         print `00-22'.  Now, it prints `-0022', as it should.
12645
12646 2005-08-17  Bruno Haible  <bruno@clisp.org>
12647
12648         * modules/strstr (Files): Add m4/mbrtowc.m4.
12649         (Depends-on): Add mbuiter.
12650
12651 2005-08-17  Bruno Haible  <bruno@clisp.org>
12652
12653         * modules/strcasestr: New file.
12654         * MODULES.html.sh (String handling, based on ANSI C 89): Add
12655         strcasestr.
12656
12657 2005-08-17  Bruno Haible  <bruno@clisp.org>
12658
12659         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
12660
12661 2005-08-17  Bruno Haible  <bruno@clisp.org>
12662
12663         * modules/mbuiter: New file.
12664         * MODULES.html.sh (Extended multibyte and wide character utilities):
12665         Add mbuiter.
12666
12667 2005-08-17  Bruno Haible  <bruno@clisp.org>
12668
12669         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
12670         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
12671
12672 2005-08-17  Bruno Haible  <bruno@clisp.org>
12673
12674         * m4/strcasestr.m4: New file.
12675
12676 2005-08-17  Bruno Haible  <bruno@clisp.org>
12677
12678         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
12679         * lib/strstr.c: Completely rewritten, with multibyte locale support.
12680
12681 2005-08-17  Bruno Haible  <bruno@clisp.org>
12682
12683         * lib/strcasestr.h: New file.
12684         * lib/strcasestr.c: New file.
12685
12686 2005-08-17  Bruno Haible  <bruno@clisp.org>
12687
12688         * lib/strcasecmp.c: Use mbuiter.h.
12689
12690 2005-08-17  Bruno Haible  <bruno@clisp.org>
12691
12692         * lib/mbuiter.h: New file.
12693
12694 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12695
12696         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
12697         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
12698         and gl_GETOPT are both invoked via different paths (as happens
12699         with GNU tar CVS because it uses both argp and getopt), the former
12700         wins.
12701
12702 2005-08-16  Bruno Haible  <bruno@clisp.org>
12703
12704         * modules/tls: New file.
12705         * MODULES.html.sh (Multithreading): Add tls.
12706
12707 2005-08-16  Bruno Haible  <bruno@clisp.org>
12708
12709         * modules/strnlen1: New file.
12710         * MODULES.html.sh (String handling): Add strnlen1.
12711
12712 2005-08-16  Bruno Haible  <bruno@clisp.org>
12713
12714         * modules/strcase (Files): Add m4/mbrtowc.m4.
12715         (Depends-on): Add strnlen1, mbchar.
12716
12717 2005-08-16  Bruno Haible  <bruno@clisp.org>
12718
12719         * modules/mbiter: New file.
12720         * MODULES.html.sh (Extended multibyte and wide character utilities):
12721         Add mbiter.
12722
12723 2005-08-16  Bruno Haible  <bruno@clisp.org>
12724
12725         * modules/mbfile: New file.
12726         * MODULES.html.sh (Extended multibyte and wide character utilities):
12727         Add mbfile.
12728
12729 2005-08-16  Bruno Haible  <bruno@clisp.org>
12730
12731         * modules/mbchar: New file.
12732         * MODULES.html.sh (Extended multibyte and wide character utilities):
12733         New section.
12734
12735 2005-08-16  Bruno Haible  <bruno@clisp.org>
12736
12737         * m4/tls.m4: New file, from GNU gettext.
12738
12739 2005-08-16  Bruno Haible  <bruno@clisp.org>
12740
12741         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
12742         always.
12743         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
12744
12745 2005-08-16  Bruno Haible  <bruno@clisp.org>
12746
12747         * m4/mbiter.m4: New file.
12748
12749 2005-08-16  Bruno Haible  <bruno@clisp.org>
12750
12751         * m4/mbfile.m4: New file.
12752
12753 2005-08-16  Bruno Haible  <bruno@clisp.org>
12754
12755         * m4/mbchar.m4: New file.
12756
12757 2005-08-16  Bruno Haible  <bruno@clisp.org>
12758
12759         * lib/tls.h: New file, from GNU gettext.
12760         * lib/tls.c: New file, from GNU gettext.
12761
12762 2005-08-16  Bruno Haible  <bruno@clisp.org>
12763
12764         * lib/strnlen1.h: New file.
12765         * lib/strnlen1.c: New file.
12766
12767 2005-08-16  Bruno Haible  <bruno@clisp.org>
12768
12769         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
12770         (mbi_init): Update.
12771         (mbi_avail, mbi_advance): Let the iteration end before the terminating
12772         NUL byte, not after it.
12773
12774 2005-08-16  Bruno Haible  <bruno@clisp.org>
12775
12776         * lib/strcase.h (strcasecmp): Add note in comments.
12777         * lib/strncasecmp.c: Use code from strcasecmp.c.
12778         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
12779         (strcasecmp): Work correctly in multibyte locales.
12780
12781 2005-08-16  Bruno Haible  <bruno@clisp.org>
12782
12783         * lib/mbiter.h: New file.
12784
12785 2005-08-16  Bruno Haible  <bruno@clisp.org>
12786
12787         * lib/mbfile.h: New file.
12788
12789 2005-08-16  Bruno Haible  <bruno@clisp.org>
12790
12791         * lib/mbchar.h: New file.
12792         * lib/mbchar.c: New file.
12793
12794 2005-08-16  Bruno Haible  <bruno@clisp.org>
12795
12796         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
12797         the valid ones. Makes the comparison operations transitive:
12798         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
12799         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
12800
12801 2005-08-15  Simon Josefsson  <jas@extundo.com>
12802
12803         * modules/ssize_t (License): Change to 'unlimited'.
12804
12805         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
12806
12807 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12808
12809         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
12810         Add comments for each pending glibc patch.
12811
12812 2005-08-15  Bruno Haible  <bruno@clisp.org>
12813
12814         * lib/regex.h (__restrict_arr): Don't define to __restrict if
12815         __cplusplus is defined.
12816
12817 2005-08-14  Jim Meyering  <jim@meyering.net>
12818
12819         Sync from coreutils.
12820
12821         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
12822         Use the hash-table-based cycle-detection code not just when
12823         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
12824         Reported by James Youngman in
12825         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
12826         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
12827         FTS_TIGHT_CYCLE_CHECK.
12828         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
12829         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
12830         once again.
12831         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
12832         * lib/fts.c (fd_safer): Remove decl.
12833         Include fcntl--.h rather than unistd-safer.h
12834         (fts_safe_changedir): Don't call fd_safer; no longer needed
12835         now that we include fcntl--.h.
12836
12837 2005-08-12  Simon Josefsson  <jas@extundo.com>
12838
12839         * modules/getndelim2: Use ssize_t module.
12840         * modules/getnline: Likewise.
12841         * modules/safe-read: Likewise.
12842         * modules/xreadlink: Likewise.
12843
12844         * modules/ssize_t: New file.
12845
12846 2005-08-12  Simon Josefsson  <jas@extundo.com>
12847
12848         * m4/readline.m4: Look for termcap, curses or ncurses if required.
12849
12850 2005-08-12  Simon Josefsson  <jas@extundo.com>
12851
12852         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12853         ssize_t.
12854
12855 2005-08-12  Simon Josefsson  <jas@extundo.com>
12856
12857         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
12858         readline, getdelim and check_version.
12859         (Support for systems lacking ISO C 99: Sizes of integer types):
12860         Add size_max.
12861
12862 2005-08-12  Bruno Haible  <bruno@clisp.org>
12863
12864         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
12865
12866 2005-08-11  Simon Josefsson  <jas@extundo.com>
12867
12868         * modules/readline: New file.
12869
12870         * modules/strnlen (Files): Add strnlen.h.
12871
12872 2005-08-11  Simon Josefsson  <jas@extundo.com>
12873
12874         * m4/readline.m4: New file.
12875
12876 2005-08-11  Simon Josefsson  <jas@extundo.com>
12877
12878         * lib/readline.h, readline.c: New file.
12879
12880 2005-08-11  Simon Josefsson  <jas@extundo.com>
12881
12882         * doc/gnulib.texi (Initial import, Finishing touches): Mention
12883         gl_AVOID.
12884
12885 2005-08-11  Bruno Haible  <bruno@clisp.org>
12886
12887         * lib/strnlen.h (strnlen): Change parameter name to match comment.
12888
12889 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
12890
12891         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
12892
12893 2005-08-10  Simon Josefsson  <jas@extundo.com>
12894
12895         * tests/test-iconvme.c: New file.
12896
12897 2005-08-10  Simon Josefsson  <jas@extundo.com>
12898
12899         * m4/strnlen.m4: New file.
12900
12901         * m4/strndup.m4: Don't check for strnlen declaration, done in
12902         strnlen.m4.
12903
12904 2005-08-10  Simon Josefsson  <jas@extundo.com>
12905
12906         * lib/strndup.c: Use strnlen.h.
12907
12908         * lib/strnlen.h: New file.
12909
12910 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12911
12912         * README: Typos.
12913
12914 2005-08-02  Simon Josefsson  <jas@extundo.com>
12915
12916         * modules/readline: New file.
12917
12918 2005-08-02  Simon Josefsson  <jas@extundo.com>
12919
12920         * modules/getdelim: New file.
12921
12922         * modules/getline: Rewrite, don't use getndelim2.
12923
12924 2005-08-02  Simon Josefsson  <jas@extundo.com>
12925
12926         * m4/getline.m4: Separate out getdelim stuff into separate module.
12927
12928         * m4/getdelim.m4: New file.
12929
12930 2005-08-02  Simon Josefsson  <jas@extundo.com>
12931
12932         * lib/getline.h, getline.c: Rewrite.
12933
12934         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
12935
12936 2005-07-31  Bruno Haible  <bruno@clisp.org>
12937
12938         * lib/lock.h (gl_lock_initializer): New macro.
12939         (gl_lock_define_initialized): Use it.
12940         (gl_rwlock_initializer): New macro.
12941         (gl_rwlock_define_initialized): Use it.
12942         (gl_recursive_lock_initializer): New macro.
12943         (gl_recursive_lock_define_initialized): Use it.
12944
12945 2005-07-30  Karl Berry  <karl@gnu.org>
12946
12947         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
12948         Report from Ben Pfaff, regarding getopt.
12949
12950 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
12951
12952         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
12953         normal way.
12954         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
12955         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
12956         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
12957         (gl_GETOPT): Use the new macros.  Most of the implementation
12958         is moved to the new macros.  This is for programs like Emacs
12959         that don't want all the functionality of gl_GETOPT.
12960
12961 2005-07-26  Bruno Haible  <bruno@clisp.org>
12962
12963         * m4/lock.m4: Update from GNU gettext.
12964
12965 2005-07-26  Bruno Haible  <bruno@clisp.org>
12966
12967         * lib/lock.h: Update from GNU gettext.
12968         * lib/lock.c: Update from GNU gettext.
12969
12970 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
12971
12972         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
12973         obsolescent AC_TRY_RUN.  Include the default includes files, for
12974         'exit'.
12975
12976 2005-07-24  Bruno Haible  <bruno@clisp.org>
12977
12978         * modules/visibility: New file.
12979         * MODULES.html.sh (Misc): Add visibility.
12980
12981 2005-07-24  Bruno Haible  <bruno@clisp.org>
12982
12983         * m4/visibility.m4: New file.
12984
12985 2005-07-24  Bruno Haible  <bruno@clisp.org>
12986
12987         * doc/visibility.texi: New file.
12988
12989 2005-07-22  Bruno Haible  <bruno@clisp.org>
12990
12991         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
12992         $(ALLOCA_H), redundant through BUILT_SOURCES.
12993         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
12994         redundant through BUILT_SOURCES.
12995         * modules/byteswap (Makefile.am): Remove explicit dependency on
12996         $(BYTESWAP_H), redundant through BUILT_SOURCES.
12997         * modules/fnmatch (Makefile.am): Remove explicit dependency on
12998         $(FNMATCH_H), redundant through BUILT_SOURCES.
12999         * modules/getopt (Makefile.am): Remove explicit dependency on
13000         $(GETOPT_H), redundant through BUILT_SOURCES.
13001         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
13002         redundant through BUILT_SOURCES.
13003         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
13004         redundant through BUILT_SOURCES.
13005         * modules/stdbool (Makefile.am): Remove explicit dependency on
13006         $(STDBOOL_H), redundant through BUILT_SOURCES.
13007         * modules/stdint (Makefile.am): Remove explicit dependency on
13008         $(STDINT_H), redundant through BUILT_SOURCES.
13009         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
13010         Remove explicit dependency on $(SYSEXITS_H).
13011         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
13012
13013 2005-07-18  Simon Josefsson  <jas@extundo.com>
13014
13015         * lib/check-version.c (check_version): Accept identical versions too.
13016
13017 2005-07-18  Bruno Haible  <bruno@clisp.org>
13018
13019         * modules/lock: New file.
13020         * MODULES.html.sh (Multithreading): New section.
13021
13022 2005-07-18  Bruno Haible  <bruno@clisp.org>
13023
13024         * m4/lock.m4: New file, from GNU gettext.
13025
13026 2005-07-18  Bruno Haible  <bruno@clisp.org>
13027
13028         * lib/lock.h: New file, from GNU gettext.
13029         * lib/lock.c: New file, from GNU gettext.
13030
13031 2005-07-18  Bruno Haible  <bruno@clisp.org>
13032
13033         * lib/lock.h (gl_once_t): New type.
13034         (gl_once_define, gl_once): New macros.
13035         * lib/lock.c (fresh_once): New variable.
13036         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
13037         functions.
13038
13039 2005-07-16  Simon Josefsson  <jas@extundo.com>
13040
13041         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
13042         workaround, suggested by Bruno.
13043
13044 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13045
13046         * modules/xalloc (Depends-on): Add xalloc-die.
13047         * modules/xvasprintf (Depends-on): Add xalloc-die.
13048
13049 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13050
13051         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
13052         with a minor change.
13053
13054 2005-07-15  Bruno Haible  <bruno@clisp.org>
13055
13056         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
13057         When using lib/poll.c, define poll as rpl_poll.
13058
13059 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
13060
13061         * modules/argp (Depends-on): Remove unlocked-io.
13062
13063 2005-07-14  Derek Price  <derek@ximbiot.com>
13064
13065         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
13066         for glob symlink bug.
13067
13068 2005-07-14  Bruno Haible  <bruno@clisp.org>
13069
13070         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
13071         Instead, test for *_unlocked function declarations directly.
13072
13073 2005-07-11  Simon Josefsson  <jas@extundo.com>
13074
13075         * modules/size_max: New file.
13076
13077         * modules/xsize: Depend on size_max module for size_max.m4.
13078
13079 2005-07-11  Simon Josefsson  <jas@extundo.com>
13080
13081         * lib/size_max.h: New file.
13082
13083 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
13084
13085         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
13086         copyright symbol and the year.
13087         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
13088         (version_etc_va): Use parameterized copyright notice.
13089         Reword to conform to the current GNU coding standards.
13090
13091 2005-07-11  Karl Berry  <karl@gnu.org>
13092
13093         * doc/gnulib.texi (Quoting): new node.
13094         (Initial import): more info, from Patrice.
13095
13096 2005-07-11  Bruno Haible  <bruno@clisp.org>
13097
13098         * gnulib-tool (func_usage): Document option --avoid.
13099         (Command line options): Handle --avoid.
13100         (func_acceptable): New function.
13101         (func_modules_transitive_closure): Use it.
13102
13103 2005-07-11  Bruno Haible  <bruno@clisp.org>
13104
13105         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
13106         Reported by Jim Meyering.
13107
13108 2005-07-10  Bruno Haible  <bruno@clisp.org>
13109
13110         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
13111         Needed when size_t is smaller than 'unsigned int'.
13112         Reported by Paul Eggert.
13113
13114 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13115
13116         * modules/argp (Depends-on): Add unlocked-io
13117
13118 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13119
13120         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
13121         block of defines.
13122
13123 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13124
13125         * config/srclist.txt: Comment out regcomp.c, since we have a porting
13126         fix now.
13127
13128 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
13129         and Paul Eggert  <eggert@cs.ucla.edu>
13130
13131         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
13132         in wint_t, not wchar_t.  Remove now-unnecessary cast.
13133
13134 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13135
13136         * modules/regex (Files): Add lib/regex_internal.c,
13137         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
13138         (Depends-on): Add extensions.
13139         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
13140
13141 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13142
13143         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
13144         pathconf.
13145         * m4/same.m4 (gl_SAME): Likewise.
13146         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
13147
13148         * m4/regex.m4: Adjust to new libc regex implementation.
13149         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
13150         all the .c and .h parts of (the new) regex.
13151         Quote the m4 stuff better.
13152         Check for RE_ICASE bug of old gnulib.
13153         Check for REG_STARTEND of recent libc.
13154         Rename local variables from jm_* to gl_*.
13155         Quote operand of "test -f".
13156         Say "recent enough" version of libc, not "version 2".
13157         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
13158         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
13159         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
13160         Remove check for btowc, isascii.
13161         Require AM_LANGINFO_CODESET.
13162
13163 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13164
13165         * lib/regex.c, regex.h: Sync from libc.
13166         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
13167         * lib/regexec.c:
13168         New files, synced from libc, except that regex_internal.h
13169         currently has a small porting fix.
13170
13171 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13172
13173         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
13174         regex_internal.c, regexec.c.
13175         Add regex_internal.h too, but as a comment, since the libc version
13176         is currently broken in gnulib mode.
13177
13178 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13179
13180         Support programs like Emacs that use gnulib but not gettext.
13181         * MODULES.html.sh (Internationalization functions): Add gettext-h.
13182         * modules/gettext-h: New file.
13183         * modules/gettext (Files): Remove lib/gettext.h.
13184         (Depends-on): Add gettext-h.
13185         (Makefile.am): Remove lib_SOURCES.
13186         * modules/argmatch, modules/c-stack, modules/closeout:
13187         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
13188         * modules/execute, modules/file-type, modules/getaddrinfo:
13189         * modules/getopt, modules/human, modules/javacomp:
13190         * modules/javaexec, modules/mkdir-p, modules/obstack:
13191         * modules/openat, modules/pagealign_alloc, modules/pipe:
13192         * modules/quotearg, modules/regex, modules/rpmatch:
13193         * modules/unicodeio, modules/userspec, modules/version-etc:
13194         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
13195         * modules/xsetenv:
13196         Depend on gettext-h, not gettext.
13197
13198 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13199
13200         * gnulib-tool (func_import): Add support for 'public domain' license.
13201         * modules/alloca, modules/atexit, modules/memmove:
13202         Now public domain, not GPL.
13203         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
13204         * modules/realloc, modules/strerror, modules/strtod:
13205         Now LGPL, not GPL.
13206
13207 2005-07-05  Bruno Haible  <bruno@clisp.org>
13208
13209         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
13210         autoconf CVS. Needed for mingw.
13211
13212 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13213
13214         Remove the dependency of the strftime module on the tzset module.
13215         * modules/strftime (Depends-on): Remove dependency on tzset.
13216
13217 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13218
13219         Remove the dependency of the strftime module on the tzset module.
13220         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
13221         gl_FUNC_TZSET_CLOBBER.
13222
13223 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13224
13225         Remove the dependency of the strftime module on the tzset module.
13226         * lib/strftime.c (my_strftime)
13227         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
13228         Copy the input structure, to work around some of the bug with
13229         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
13230         Solaris releases, you should also use the tzset module, but we won't
13231         require it as a dependency any more since we don't want LGPLed code
13232         to depend on GPLed code.
13233
13234 2005-07-02  Jim Meyering  <jim@meyering.net>
13235
13236         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
13237         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
13238         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
13239         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
13240
13241 2005-07-02  Jim Meyering  <jim@meyering.net>
13242
13243         * lib/backupfile.c (backup_args): Change a `0' to NULL.
13244
13245 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13246
13247         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
13248         declares only 'struct timespec;' (!).
13249
13250 2005-07-01  Jim Meyering  <jim@meyering.net>
13251
13252         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
13253         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
13254         * lib/save-cwd.c, tempname.c:
13255         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13256         and don't include <sys/file.h>).
13257
13258 2005-06-29  Jim Meyering  <jim@meyering.net>
13259
13260         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
13261         type name.  Use the variable name instead.
13262         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
13263         Likewise.
13264
13265 2005-06-28  Simon Josefsson  <jas@extundo.com>
13266
13267         * modules/check-version (Files): Add check-version.m4.
13268
13269 2005-06-28  Simon Josefsson  <jas@extundo.com>
13270
13271         * m4/check-version.m4: New file, suggested by Jim Meyering
13272         <jim@meyering.net>.
13273
13274 2005-06-28  Simon Josefsson  <jas@extundo.com>
13275
13276         * lib/check-version.h, lib/check-version.c: New files.
13277
13278 2005-06-28  Simon Josefsson  <jas@extundo.com>
13279
13280         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
13281         collision with global variable.  Better indentation.  Don't
13282         increment buffer pointer beyond buffer end.  Based on comments
13283         from Paul Eggert <eggert@cs.ucla.edu>.
13284
13285         * lib/base64.h: Indent.
13286
13287 2005-06-28  Simon Josefsson  <jas@extundo.com>
13288
13289         * doc/gnulib.texi (Library version handling): New section.
13290
13291 2005-06-28  Jim Meyering  <jim@meyering.net>
13292
13293         * check-module (find_included_lib_files): Hard-code another
13294         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
13295         but modules/fts-lgpl (correctly) does not list those files.
13296
13297         * modules/canonicalize (Files): Add lib/pathmax.h.
13298
13299 2005-06-25  Simon Josefsson  <jas@extundo.com>
13300
13301         * modules/check-version: New file.
13302
13303 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
13304
13305         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
13306         initializer of struct addrinfo, as an indication that we don't
13307         care how many members the structure has.
13308
13309 2005-06-24  Derek Price  <derek@ximbiot.com>
13310         and Bruno Haible  <bruno@clisp.org>
13311
13312         Remove stat module & update lstat.
13313         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
13314         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
13315         * m4/stat.m4: Remove this file.
13316
13317 2005-06-24  Derek Price  <derek@ximbiot.com>
13318         and Bruno Haible  <bruno@clisp.org>
13319
13320         Remove stat module & update lstat.
13321         * lib/stat.c: Remove this file...
13322         (slash_aware_lstat): ...moving this content and its support...
13323         * lib/lstat.c (rpl_lstat): ...into here.
13324         * lib/lstat.h: New file.
13325
13326 2005-06-24  Derek Price  <derek@ximbiot.com>
13327         and Bruno Haible  <bruno@clisp.org>
13328
13329         Remove stat module & update lstat.
13330         * config/srclist.txt (libc sources): Remove stat.
13331
13332 2005-06-24  Derek Price  <derek@ximbiot.com>
13333         and Bruno Haible  <bruno@clisp.org>
13334
13335         Remove stat module & update lstat.
13336         * MODULES.html.sh (stat): Remove.
13337         * MODULES.html: Regenerated.
13338         * modules/lstat (Description): Correct function name.
13339         (Files): Add "lstat.h".
13340         (Depends-on): Remove stat, add xalloc, stat-macros.
13341         * modules/stat: Remove this file.
13342         (Include): Add "lstat.h", remove <sys/stat.h>.
13343
13344 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13345
13346         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
13347         (ranged_convert): Don't save conversion in a temporary struct.
13348         This causes a warning with GCC 4.0.0, and anyway in the typical
13349         case it's not worth the extra 100 bytes or so of code.
13350         (ranged_convert, __mktime_internal): When calling a function via a
13351         pointer P, use P () rather than (*P) (), as we now assume C89 or
13352         better.
13353
13354 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13355
13356         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
13357         "who -r" failed to give output.  Problem reported by Tim Waugh.
13358
13359         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
13360         (xcalloc): Use it to avoid needless tests.
13361         Problem reported by Jim Meyering.
13362
13363 2005-06-20  Derek Price  <derek@ximbiot.com>
13364
13365         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
13366         unnecessary for Autoconfs > 2.59c.
13367
13368 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13369
13370         * lib/argp.h (__option_is_short): Check upper limit of
13371         __key. Isprint() requires its argument to have the value
13372         of an unsigned char or EOF.
13373
13374 2005-06-16  Jim Meyering  <jim@meyering.net>
13375
13376         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
13377         when either N or S is zero.
13378
13379 2005-06-16  Derek Price  <derek@ximbiot.com>
13380
13381         * m4/bison.m4: Declare YACC & YFLAGS precious.
13382
13383 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
13384
13385         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
13386         multibyte string or pattern, fall back on unibyte matching.
13387         Problem reported by James Youngman.
13388
13389 2005-06-08  Bruno Haible  <bruno@clisp.org>
13390
13391         * modules/csharpcomp: New file.
13392         * MODULES.html.sh (C#): Add csharpcomp.
13393
13394 2005-06-08  Bruno Haible  <bruno@clisp.org>
13395
13396         * m4/csharpcomp.m4: New file, from GNU gettext.
13397
13398 2005-06-08  Bruno Haible  <bruno@clisp.org>
13399
13400         * lib/csharpcomp.h: New file, from GNU gettext.
13401         * lib/csharpcomp.c: New file, from GNU gettext.
13402         * lib/csharpcomp.sh.in: New file, from GNU gettext.
13403
13404 2005-06-08  Bruno Haible  <bruno@clisp.org>
13405
13406         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
13407         warning on mingw.
13408
13409 2005-06-07  Derek Price  <derek@ximbiot.com>
13410
13411         Sync from CVS.
13412         * lib/glob_.h: Indent nested #ifdef.
13413
13414 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13415
13416         Sync from coreutils.
13417         Use "file name" when talking about file names, instead of "filename"
13418         or "path", as per the GNU coding standards.
13419         * lib/mkdir-p.c: Renamed from makepath.c.
13420         (make_dir_parents): Renamed from make_path.  All callers changed.
13421         * lib/mkdir-p.h: Likewise.  All includers changed.
13422         * lib/filenamecat.c: Renamed from path-concat.c.
13423         (file_name_concat): Renamed from path_concat.  All callers changed.
13424         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
13425         * lib/filenamecat.h: Likewise.  All includers changed.
13426         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
13427         in comments or local variable names.
13428         * lib/basename.c: Likewise.
13429         * lib/canonicalize.c, canonicalize.h: Likewise.
13430         * lib/dirname.c, dirname.h: Likewise.
13431         * lib/euidaccess.c: Likewise.
13432         * lib/exclude.c: Likewise
13433         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
13434         * lib/fsusage.c, fsuage.h: Likewise.
13435         * lib/fts.c, fts_.h: Likewise.
13436         * lib/getcwd.c: Likewise.
13437         * lib/getloadavg.c: Likewise.
13438         * lib/mkstemp.c: Likewise.
13439         * lib/mountlist.c, mountlist.h: Likewise.
13440         * lib/openat.c, openat.h: Likewise.
13441         * lib/readlink-stub.c: Likewise.
13442         * lib/readutmp.c, readutmp.h: Likewise.
13443         * lib/rename.c: Likewise.
13444         * lib/rmdir.c: Likewise.
13445         * lib/same.c: Likewise.
13446         * lib/savedir.c: Likewise.
13447         * lib/stripslash.c: Likewise.
13448         * lib/tempname.c: Likewise.
13449         * lib/xreadlink.c: Likewise.
13450         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
13451         All uses changed.
13452         * lib/exclude.h: Likewise.
13453
13454         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
13455         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13456         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
13457         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13458         * lib/pathmax.h: Include <limits.h> unconditionally, since other
13459         files have been getting away with it for years (MORE/BSD 4.3
13460         is extinct now).
13461         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
13462         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13463
13464         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
13465         Define to 256, not 255, as per modern POSIX.
13466
13467 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13468
13469         Sync from coreutils.
13470         Use "file name" when talking about file names, instead of "filename"
13471         or "path", as per the GNU coding standards.
13472         * MODULES.html.sh: mkdir-p renamed from makepath.
13473         filenamecat renamed from path-concat.
13474         * modules/filenamecat: Renamed from modules/path-concat.
13475         (Files): filenamecat.h and filenamecat.c renamed from
13476         path-concat.h and path-concat.c.
13477         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
13478         (Include): filenamecat.h, not path-concat.h.
13479         * modules/mkdir-p: Renamed from modules/makepath.
13480         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
13481         makepath.c.
13482         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
13483         (Include): mkdir-p.h, not makepath.h.
13484
13485 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13486
13487         Sync from coreutils.
13488         * m4/mkdir-p.m4: Renamed from makepath.m4.
13489         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
13490         Rename files from makepath.c to mkdir-p.c, and from
13491         makepath.h to mkdir-p.h.
13492         * m4/filenamecat.m4: Renamed from path-concat.m4.
13493         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
13494         Rename files from path-concat.c to filenamecat.c,
13495         and from path-concat.h to filenamecat.h.
13496         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
13497         "file name" in local variables or comments.
13498         * m4/rename.m4: Likewise.
13499
13500 2005-06-01  Bruno Haible  <bruno@clisp.org>
13501
13502         * modules/csharpexec: New file.
13503         * MODULES.html.sh (C#): New section.
13504
13505 2005-06-01  Bruno Haible  <bruno@clisp.org>
13506
13507         * m4/csharp.m4: New file, from GNU gettext.
13508         * m4/csharpexec.m4: New file, from GNU gettext.
13509
13510 2005-06-01  Bruno Haible  <bruno@clisp.org>
13511
13512         * lib/csharpexec.h: New file, from GNU gettext.
13513         * lib/csharpexec.c: New file, from GNU gettext.
13514         * lib/csharpexec.sh.in: New file, from GNU gettext.
13515
13516 2005-05-31  Derek Price  <derek@ximbiot.com>
13517             Paul Eggert  <eggert@cs.ucla.edu>
13518
13519         Sync from cvs.
13520         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13521
13522 2005-05-31  Derek Price  <derek@ximbiot.com>
13523             Paul Eggert  <eggert@cs.ucla.edu>
13524
13525         Sync from cvs.
13526         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13527
13528 2005-05-29  Derek Price  <derek@ximbiot.com>
13529
13530         * config/srclist.txt (glob_.h, glob.c): Add these files.
13531
13532 2005-05-29  Derek Price  <derek@ximbiot.com>
13533
13534         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
13535         * modules/glob: New file.
13536         * modules/getlogin_r: Add link to POSIX spec in description.
13537
13538 2005-05-29  Derek Price  <derek@ximbiot.com>
13539             Paul Eggert  <eggert@cs.ucla.edu>
13540
13541         * m4/glob.m4: New file.
13542
13543 2005-05-29  Derek Price  <derek@ximbiot.com>
13544             Paul Eggert  <eggert@cs.ucla.edu>
13545
13546         * lib/glob_.h, lib/glob.c: New files.
13547
13548 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13549
13550         * modules/fts (Files): Remove m4/inttypes-pri.m4.
13551         * modules/fts-lgpl (Depends-on): Remove gettext.
13552
13553 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13554
13555         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
13556         and don't require gt_INTTYPES_PRI.
13557
13558 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13559
13560         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
13561
13562         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
13563         the configuration hassle isn't worth it.
13564         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
13565         (LONGEST_MODIFIER, PRIuMAX): Remove.
13566
13567 2005-05-27  Bruno Haible  <bruno@clisp.org>
13568
13569         * lib/getlogin_r.h: Remove second include of <stddef.h>.
13570
13571 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
13572
13573         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
13574         _POSIX_PTHREAD_SEMANTICS for Solaris.
13575
13576 2005-05-25  Derek Price  <derek@ximbiot.com>
13577
13578         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
13579
13580 2005-05-25  Derek Price  <derek@ximbiot.com>
13581             Paul Eggert  <eggert@cs.ucla.edu>
13582
13583         * modules/getlogin_r, m4/getlogin_r.m4: New files.
13584         * lib/getlogin_r.c, getlogin_r.h: New files.
13585
13586 2005-05-25  Bruno Haible  <bruno@clisp.org>
13587             Derek Price  <derek@ximbiot.com>
13588
13589         * lib/getlogin_r.h: Simplify API documentation.
13590
13591 2005-05-23  Derek Price  <derek@ximbiot.com>
13592
13593         * modules/minmax (Files): Add m4/minmax.m4.
13594         (configure.ac): Add gl_MINMAX.
13595
13596 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13597
13598         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
13599         so that unistd-safer.h (GPL'ed code) need not be included.
13600
13601 2005-05-22  Bruno Haible  <bruno@clisp.org>
13602
13603         * m4/minmax.m4: New file.
13604         Based on a patch by Derek Price <derek@ximbiot.com>.
13605
13606 2005-05-22  Bruno Haible  <bruno@clisp.org>
13607
13608         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
13609         (INT64_MIN): Fix definition.
13610         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
13611
13612         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
13613         NEED_SIGNED_INT_TYPES.
13614
13615         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
13616         HAVE_SYSTEM_INTTYPES.
13617
13618 2005-05-22  Bruno Haible  <bruno@clisp.org>
13619
13620         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
13621         Also include <sys/param.h> if it defines MIN, MAX.
13622         Based on a patch by Derek Price <derek@ximbiot.com>.
13623
13624 2005-05-21  Jim Meyering  <jim@meyering.net>
13625
13626         * modules/fts (Files): Add m4/inttypes-pri.m4.
13627         (Depends-on): Add lstat and remove gettext.  Alphabetize.
13628
13629 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13630
13631         New fts module.
13632         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
13633         (setup_dir, free_dir): New functions.
13634         (enter_dir, leave_dir): Define trivial
13635         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
13636         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
13637         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
13638         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
13639         Move to fts-cycle.c.
13640         (fts_open): Use setup_dir.
13641         (fts_close): Use free_dir.
13642         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
13643         This adds a label and some gotos, but the alternatives were messier.
13644         Check for memory allocation failure when entering a dir.
13645         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
13646         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
13647         (FTS): New member fts_cycle, that is a union that contains the
13648         old active_dir_ht and cycle_state.  All uses changed to mention
13649         fts_cycle.ht and fts_cycle.state.
13650         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
13651         fts.c, with the following changes:
13652         (setup_dir, free_dir): New functions.
13653         (enter_dir): Now returns bool.  Return true if successful, false
13654         if memory exhausted.  All callers changed.
13655         Do not bother partly cleaning up on
13656         memory allocation failure; that is free_dir's job.
13657         However, free ad if hash_insert fails, to avoid memory leak.
13658         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
13659         fts->fts_options to see which union member to use.
13660
13661 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13662
13663         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
13664         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
13665
13666 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13667
13668         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
13669
13670 2005-05-20  Jim Meyering  <jim@meyering.net>
13671
13672         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
13673         Now a macro, to pacify GCC.
13674
13675 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13676
13677         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
13678         of -1.
13679
13680 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13681
13682         * lib/chown.c (rpl_chown): Return -1 on failure.
13683
13684 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13685
13686         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
13687         Don't check for stddef.h.
13688         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
13689         don't use its results.
13690         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
13691         since we include them unconditionally.  Don't require
13692         AM_STDBOOL_H, since stdbool is a prerequisite.
13693         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
13694         since we assume C89 or better.
13695         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
13696         as we don't use their results.
13697         Don't check for fchdir, memmove, memset, strrchr, as we use
13698         them unconditionally.
13699         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
13700         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
13701
13702 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13703
13704         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
13705         Include <stddef.h> unconditionally, since we assume C89 now.
13706         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
13707         * lib/fts.c: Include fts_.h first, to check interface.
13708         Do not include intprops.h; no longer needed.
13709         Include cycle-check.h and hash.h, since fts_.h no longer does.
13710         Remove unnecessary casts of closedir to void.
13711         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
13712         decide whether to decrement nlinks.
13713         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
13714         (FTS): Use struct hash_table * instead of Hash_table, so that
13715         we no longer need to include hash.h here.
13716
13717 2005-05-18  Jim Meyering  <jim@meyering.net>
13718
13719         * modules/dirfd (License): Change to LGPL.  Most of the code
13720         is already in the public domain.
13721
13722 2005-05-18  Jim Meyering  <jim@meyering.net>
13723
13724         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
13725         Reported by Yoann Vandoorselaere.
13726
13727 2005-05-17  Jim Meyering  <jim@meyering.net>
13728
13729         * m4/fts.m4: New file, from coreutils.
13730
13731 2005-05-17  Jim Meyering  <jim@meyering.net>
13732
13733         * lib/fts.c, lib/fts_.h: New files, from coreutils.
13734
13735 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13736
13737         Sync from coreutils.
13738         * m4/unlinkdir.m4: New file.
13739
13740 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13741
13742         Sync from coreutils.
13743         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
13744         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
13745         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
13746         White space changes only.
13747         * lib/makepath.c (make_path): Port to hosts where leading "//" is
13748         special.
13749         * lib/yesno.c: Include getline.h, not ctype.h.
13750         (yesno): Don't remove leading white space; POSIX doesn't allow it.
13751         Use getline to remove arbitrary restriction on response length.
13752
13753 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13754
13755         * config/srclist-update: Spell out "Street" in FSF postal
13756         mail address; this is the style the FSF seems to prefer.
13757
13758         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
13759         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
13760         this updates FSF postal mail address.
13761
13762         Sync from coreutils.
13763         * modules/unlinkdir: New file.
13764         * modules/yesno (Depends-on): Add getline.
13765         * MODULES.html.sh (File system functions): Add unlinkdir.
13766
13767 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13768
13769         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
13770         lib/strsep.h:
13771         Change the initial comment to refer to GPL, not LGPL.
13772         gnulib-tool will change it to LGPL as needed.
13773
13774         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
13775         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
13776         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
13777         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
13778         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
13779         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
13780         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
13781         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
13782         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
13783         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
13784         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
13785         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
13786         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
13787         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
13788         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
13789         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
13790         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
13791         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
13792         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
13793         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
13794         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
13795         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
13796         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
13797         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
13798         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
13799         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
13800         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
13801         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
13802         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
13803         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
13804         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
13805         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
13806         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
13807         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
13808         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
13809         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
13810         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
13811         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
13812         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
13813         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
13814         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
13815         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
13816         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
13817         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
13818         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
13819         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
13820         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
13821         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
13822         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
13823         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
13824         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
13825         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
13826         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
13827         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
13828         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
13829         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
13830         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
13831         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
13832         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
13833         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
13834         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
13835         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
13836         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
13837         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
13838         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
13839         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
13840         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
13841         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
13842         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
13843         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
13844         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
13845         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
13846         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
13847         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
13848         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
13849         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
13850         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
13851         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
13852         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
13853         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
13854         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
13855         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
13856         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
13857         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
13858         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
13859         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
13860         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
13861         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
13862         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
13863         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
13864         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
13865         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
13866         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
13867         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
13868         lib/yesno.c, lib/yesno.h:
13869         Update FSF postal mail address.
13870
13871 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13872
13873         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
13874         tests/test-memmem.c, tests/test-stpncpy.c:
13875         Update FSF postal mail address.
13876
13877 2005-05-13  Bruno Haible  <bruno@clisp.org>
13878
13879         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
13880         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
13881         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
13882         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
13883         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
13884         Add support for 64-bit integers in the MSVC compiler.
13885
13886 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13887
13888         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
13889
13890 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
13891
13892         * gnulib-tool (func_import): Sort and uniquify recommended includes.
13893
13894 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
13895
13896         * doc/getdate.texi (General date syntax): Don't say that date
13897         date --iso-8601=ns generates acceptable dates; it doesn't yet.
13898         Problem reported by Nic Ferrier.
13899
13900 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13901
13902         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
13903         specified in ai_socktype. Fix invalid ai_protocol
13904         check. ai_protocol is usually set to 0 or depending on
13905         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
13906         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
13907         ai_socktype / ai_protocol in the returned addrinfo structure.
13908
13909 2005-05-10  Simon Josefsson  <jas@extundo.com>
13910
13911         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
13912         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13913
13914 2005-05-10  Karl Berry  <karl@gnu.org>
13915
13916         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
13917         (from http://www.gnu.org/licenses).
13918         * doc/COPYING.LIB: also rename to COPYING.LESSER.
13919         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
13920         fdl.texi suffices.
13921
13922 2005-05-10  Karl Berry  <karl@gnu.org>
13923
13924         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
13925         (COPYING.DOC): remove.
13926
13927         * config/srclist-update: new FSF address.
13928
13929 2005-05-10  Derek Price  <derek@ximbiot.com>
13930
13931         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
13932         possible.
13933
13934 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13935             Bruno Haible  <bruno@clisp.org>
13936
13937         * modules/inet_ntop: New file.
13938         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13939         inet_ntop.
13940
13941 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13942             Bruno Haible  <bruno@clisp.org>
13943
13944         * m4/inet_ntop.m4: New file.
13945
13946 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13947             Bruno Haible  <bruno@clisp.org>
13948
13949         * lib/inet_ntop.h: New file.
13950         * lib/inet_ntop.c: New file, from glibc with modifications.
13951
13952 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
13953
13954         * modules/time_r (License): Change to LGPL.
13955         * modules/extensions (License): Change to LGPL.  Actually,
13956         the license is more permissive than that, but currently gnulib-tool
13957         doesn't know how to handle more-permissive licenses.
13958
13959         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
13960         Problem reported by Dave Love.
13961
13962 2005-05-08  Jim Meyering  <jim@meyering.net>
13963
13964         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
13965         blank.
13966
13967 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
13968
13969         * modules/argmatch (Depends-on): Add stdbool.
13970         * modules/backupfile (Depends-on): Likewise.
13971         * modules/chdir-long (Depends-on): Likewise.
13972         * modules/closeout (Depends-on): Likewise.
13973         * modules/cycle-check (Depends-on): Likewise.
13974         * modules/dirname (Depends-on): Likewise.
13975         * modules/fnmatch (Depends-on): Likewise.
13976         * modules/fsusage (Depends-on): Likewise.
13977         * modules/fwriteerror (Depends-on): Likewise.
13978         * modules/getcwd (Depends-on): Likewise.
13979         * modules/getloadavg (Depends-on): Likewise.
13980         * modules/hard-locale (Depends-on): Likewise.
13981         * modules/makepath (Depends-on): Likewise.
13982         * modules/mountlist (Depends-on): Likewise.
13983         * modules/nanosleep (Depends-on): Likewise.
13984         * modules/posixtm (Depends-on): Likewise.
13985         * modules/quotearg (Depends-on): Likewise.
13986         * modules/readtokens (Depends-on): Likewise.
13987         * modules/readtokens0 (Depends-on): Likewise.
13988         * modules/readutmp (Depends-on): Likewise.
13989         * modules/save-cwd (Depends-on): Likewise.
13990         * modules/strftime (Depends-on): Likewise.
13991         * modules/userspec (Depends-on): Likewise.
13992         * modules/utimecmp (Depends-on): Likewise.
13993         * modules/xgetcwd (Depends-on): Likewise.
13994         * modules/xnanosleep (Depends-on): Likewise.
13995         * modules/xstrtod (Depends-on): Likewise.
13996         * modules/yesno (Depends-on): Likewise.
13997
13998 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
13999
14000         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
14001         needless checks.
14002
14003 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14004
14005         Merge from coreutils.  Among other things,
14006         add bulletproofing for cases where stdin, stdout, or stderr are closed.
14007         * lib/fd-safer.c: New file.
14008         * lib/fcntl-safer.h, open-safer.c: Remove.
14009         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
14010         * lib/dup-safer.c: Include unistd-safer.h first.
14011         Don't include errno.h.
14012         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
14013         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
14014         * lib/file-type.c: Rely on file-type.h change.
14015         * lib/getloadavg.c: Include unistd-safer.h.
14016         (getloadavg): Use safer open.
14017         * lib/getusershell.c: Include "stdio-safer.h".
14018         (getusershell): Use safer fopen.
14019         * lib/long-options.c (long_options): Use NULL rather than 0.
14020         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
14021         'free'.
14022         * lib/modechange.c: Likewise.
14023         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
14024         (MODE_DONE): New constant.
14025         (struct mode_change): Remove 'next' member.
14026         (make_node_op_equals): New function; like the old one of the
14027         same name, except it allocates an array.
14028         (mode_compile, mode_create_from_ref): Use it.
14029         (mode_compile): Allocate result as an array, not a linked list.
14030         Parse octal string ourself, so that we catch mistakes like "+0".
14031         (mode_adjust): Arg is an array, not a linked list.
14032         * lib/modechange.c: Include stat-macros.h, xalloc.h.
14033         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
14034         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
14035         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
14036         Remove.  This is now stat-macros.h's job.
14037         (talloc): Remove.  All callers replaced by xalloc, so that
14038         our invokers don't have to worry about reporting memory failures.
14039         (make_node_op_equals): Remove.
14040         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14041         New constants.
14042         (struct mode_change): Moved here from modechange.h.
14043         (mode_append_entry): Remove.
14044         (mode_compile): Remove MASKED_OPS arg, since it encouraged
14045         apps to have incorrect behavior.  Use simpler algorithm for head
14046         and tail.  Don't futz with umask; that's now the job of mode_adjust.
14047         Detect more invalid usages rather than having somewhat-random behavior.
14048         Don't insert an "a=" action, as that leads to incorrect behavior.
14049         (mode_compile, mode_create_from_ref): Return NULL on error instead
14050         of an enum, since now there's only one way to have an error.  All
14051         callers changed.
14052         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
14053         at the correct time.  Simplify calculation of "+u" and its ilk.
14054         Don't mishandle "+X".
14055         (mode_free): Remove "register" and localize decls.
14056         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14057         (struct mode_change): Move to modechange.c; callers don't
14058         need to see this stuff.
14059         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
14060         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
14061         (mode_change, mode_adjust): Reflect the new signatures noted above.
14062         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
14063         that might redefine system include files.
14064         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
14065         (my_usleep): Use NULL rather than (void *) 0.
14066         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
14067         Use siginterrupt to specify that system calls should be interrupted.
14068         (rpl_nanosleep): Move initialization of suspended closer to call of
14069         my_usleep.
14070         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
14071         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
14072         (desirable_utmp_entry): New function.
14073         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
14074         using x2nrealloc, to simplify logic.
14075         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
14076         size calculation.  Do not assume utmp file is a regular file.
14077         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
14078         (READ_UTMP_CHECK_PIDS): New constant.
14079         * lib/save-cwd.c: Include unistd-safer.h.
14080         (save_cwd): Use fd_safer.
14081         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
14082         [!_LIBC] Include "stat-macros.h" instead.
14083         * lib/unistd-safer.h (fd_safer): New decl.
14084
14085 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14086
14087         * modules/getloadavg (Depends-on): Add unistd-safer.
14088         * modules/getusershell (Depends-on): Add stdio-safer.
14089         * modules/lstat (Depends-on): Remove xalloc.
14090         * modules/mkstemp (Depends-on): Add stat-macros.
14091         * modules/modechange (Depends-on): Remove xstrtol.
14092         Add stat-macros, xalloc.
14093         * modules/save-cwd (Depends-on): Add unistd-safer.
14094         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
14095         * modules/unistd-safer (Files): Add lib/fd-safer.c
14096         (Makefile.am): Remove lib_SOURCES.
14097
14098         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
14099         Remove fcntl-safer; unistd-safer supersedes it.
14100
14101 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14102
14103         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
14104         AC_HEADER_STAT.
14105         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
14106         (gl_PREREQ_CHOWN): Remove.
14107         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
14108         it.  Don't require AC_HEADER_STAT.
14109         (gl_PREREQ_LSTAT): Remove.
14110         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
14111         Don't require AC_HEADER_STAT.
14112         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
14113         (gl_PREREQ_RMDIR): Remove.
14114         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
14115         mention stat-macros.h or AC_HEADER_STAT, since we'll make
14116         the stat-macros module a prerequisite.
14117         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
14118         * m4/filemode.m4 (gl_FILEMODE): Likewise.
14119         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
14120         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
14121         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
14122         variable names.
14123         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
14124         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
14125         variable prefixes.
14126         * m4/fcntl-safer.m4: Remove.
14127         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
14128         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
14129         Invoke gl_PREREQ_FD_SAFER.
14130         (gl_PREREQ_FD_SAFER): New macro.
14131         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
14132         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
14133         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
14134         Remove duplicate call to AC_LIBOBJ(readutmp).
14135         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
14136
14137         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
14138         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
14139
14140 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14141
14142         * MODULES.html.sh (Misc): Add byteswap.
14143
14144 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14145
14146         * modules/getcwd (Depends-on): Add extensions.
14147         * modules/openat (Depends-on): Likewise.
14148
14149 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14150
14151         * modules/byteswap: New file.
14152
14153 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14154
14155         * m4/byteswap.m4: New file.
14156
14157 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14158
14159         * lib/byteswap_.h: New file.
14160
14161 2005-04-25  Karl Berry  <karl@gnu.org>
14162
14163         * m4/gettext.m4: Update from GNU gettext 0.14.4.
14164
14165 2005-04-25  Albert Chin  <china@thewrittenword.com>
14166
14167         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
14168         Toolkit C bug.
14169
14170 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
14171
14172         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
14173         (func_ln_if_changed) Remove forcibly for no error message
14174         in case file does not exist.
14175
14176 2005-04-19  Simon Josefsson  <jas@extundo.com>
14177
14178         * gnulib-tool (Options): Make --symlink mean --symbolic.
14179
14180 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
14181
14182         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
14183
14184 2005-04-16  Simon Josefsson  <jas@extundo.com>
14185
14186         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
14187
14188 2005-04-15  Simon Josefsson  <jas@extundo.com>
14189
14190         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
14191
14192 2005-04-15  Simon Josefsson  <jas@extundo.com>
14193
14194         * gnulib-tool: Rename --symlink to --symbolic.
14195
14196 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
14197
14198         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
14199         symbolic links to files instead of copying/moving.  Add --aux-dir,
14200         specifying directory relative --dir where auxiliary build tools
14201         are placed.
14202
14203 2005-04-14  Bruno Haible  <bruno@clisp.org>
14204
14205         * modules/allocsa (License): Change to LGPL.
14206         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
14207
14208 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14209
14210         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
14211         that "UTC +1 second" continues to work.  Problem reported
14212         by Dmitry V. Levin.
14213         (relunit_snumber): New rule.
14214         (relunit): Use it.
14215
14216 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14217
14218         * lib/getdate.y (universal_time_zone_table): New constant.
14219         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
14220         universal_time_zone_table.
14221         (lookup_zone): Prefer universal_time_zone_table to
14222         local_time_zone_table, so that "GMT" time stamps are allowed in
14223         London during the summer.  Problem reported by Ian Abbott.
14224
14225 2005-04-12  Jim Meyering  <jim@meyering.net>
14226
14227         * lib/human.c (humblock): Set *options even when returning due to
14228         xstrtoumax conversion failure.  Thanks to a used-uninitialized
14229         warning from gcc-4.
14230
14231 2005-04-09  Jim Meyering  <jim@meyering.net>
14232
14233         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
14234         -Wuninitialized: initialize tm0.tm_year.
14235
14236 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
14237
14238         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
14239         count, since there's no maximum.  All uses changed.
14240         Add member dsts_seen.
14241         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
14242         not being INT_MAX.
14243         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
14244         Use pc_rels_seen to decide whther a date is absolute.
14245
14246         * lib/getdate.y (number): Don't overwrite year.
14247         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
14248         check.
14249
14250 2005-04-02  Simon Josefsson  <jas@extundo.com>
14251
14252         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
14253         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
14254
14255 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
14256
14257         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
14258         where no absolute path name can be longer than PATH_MAX.
14259
14260 2005-03-27  Jim Meyering  <jim@meyering.net>
14261
14262         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
14263
14264 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
14265
14266         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
14267         "one's complement" -> "ones' complement" in comment, as per Knuth.
14268         "value of type" -> "type or expression" in comment.
14269         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
14270
14271 2005-03-26  Jim Meyering  <jim@meyering.net>
14272
14273         Comment nits.
14274         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
14275         Correct typos: s/or/of/.
14276
14277 2005-03-26  Jim Meyering  <jim@meyering.net>
14278
14279         * modules/check-include-files: Move to ../ and rename to...
14280         * check-module: ...this.
14281
14282 2005-03-25  Jim Meyering  <jim@meyering.net>
14283
14284         * modules/xvasprintf (Files): Add xalloc.h.
14285
14286 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
14287
14288         * modules/gettext (Files): config/config.rpath ->
14289         build-aux/config.rpath
14290         * modules/iconv (Files): Likewise.
14291         Problem reported by Oskar Liljeblad.
14292
14293 2005-03-23  Jim Meyering  <jim@meyering.net>
14294
14295         * modules/check-include-files: New script to check for
14296         missing dependencies, multiple includes, etc.
14297
14298         * modules/c-strtold (Depends-on): Add xalloc.
14299         * modules/c-strtod (Depends-on): Add xalloc.
14300         * modules/hash (Depends-on): Add xalloc.
14301         (Files): Remove lib/xalloc.h.
14302
14303         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
14304         * modules/userspec (Files): Add lib/inttostr.h.
14305
14306 2005-03-23  Jim Meyering  <jim@meyering.net>
14307
14308         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
14309
14310 2005-03-22  Jim Meyering  <jim@meyering.net>
14311
14312         * modules/stat-macros: New module.
14313         * modules/canonicalize, modules/euidaccess, modules/file-type,
14314         * modules/filemode, modules/lchown, modules/makepath,
14315         * modules/rmdir, modules/stat: Depend on new stat-macros module
14316         rather than listing lib/stat-macros.h manually.
14317         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
14318
14319 2005-03-22  Jim Meyering  <jim@meyering.net>
14320
14321         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
14322
14323 2005-03-22  Bruno Haible  <bruno@clisp.org>
14324
14325         * config/srclist.txt: Replace target directory 'config' with
14326         'build-aux'.
14327         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
14328         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
14329         ../build-aux/.
14330
14331 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
14332
14333         * modules/chdir-long (Depends-on): Add mempcpy.
14334
14335         * modules/acl, modules/backupfile, modules/c-strtod,
14336         modules/c-strtold, modules/canon-host, modules/canonicalize,
14337         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
14338         modules/exclude, modules/exitfail, modules/file-type,
14339         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
14340         modules/getdate, modules/getline, modules/getpagesize,
14341         modules/getpass, modules/getugroups, modules/group-member,
14342         modules/hard-locale, modules/hash, modules/human, modules/idcache,
14343         modules/inttostr, modules/long-options, modules/makepath,
14344         modules/md5, modules/memcasecmp, modules/memcoll,
14345         modules/modechange, modules/mountlist, modules/path-concat,
14346         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
14347         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
14348         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
14349         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
14350         modules/strftime, modules/strndup, modules/strverscmp,
14351         modules/timespec, modules/unlocked-io, modules/userspec,
14352         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
14353         modules/yesno:
14354         Remove lib_SOURCES line from Makefile.am section, as this is now
14355         done automatically by the corresponding Autoconf macro.
14356
14357 2005-03-21  Jim Meyering  <jim@meyering.net>
14358
14359         Changes imported from coreutils.
14360
14361         * lib/cycle-check.c: Don't include xalloc.h.
14362
14363         * lib/path-concat.c: Don't include assert.h.
14364         (path_concat): Remove assertion that would have triggered
14365         for ABASE starting with more than one slash.
14366         Reported by Andreas Schwab.
14367
14368         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
14369         properly when ABASE is an absolute file name.
14370         Correct the description of this function.
14371         Include <assert.h>.
14372         Add an assertion and a test driver.
14373         This fixes a bug introduced on 2004-07-02.
14374         Andreas Schwab reported the resulting failure of cp --parents:
14375         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
14376
14377 2005-03-21  Jim Meyering  <jim@meyering.net>
14378
14379         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
14380         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
14381
14382 2005-03-21  Jim Meyering  <jim@meyering.net>
14383         and  Paul Eggert  <eggert@cs.ucla.edu>
14384
14385         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
14386         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
14387         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
14388         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
14389         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
14390         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
14391         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
14392         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
14393         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
14394         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
14395         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
14396         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
14397         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
14398         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
14399         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
14400         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
14401         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
14402         for these modules.
14403
14404 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14405
14406         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
14407         (which shouldn't happen), generate nothing instead of returning 0
14408         immediately, so that nstrftime (NULL, ...) doesn't return 0.
14409
14410 2005-03-16  Bruno Haible  <bruno@clisp.org>
14411
14412         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
14413         HAVE_LONGLONG_64BIT.
14414
14415 2005-03-16  Bruno Haible  <bruno@clisp.org>
14416
14417         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
14418         HAVE_LONGLONG_64BIT.
14419
14420 2005-03-16  Bruno Haible  <bruno@clisp.org>
14421
14422         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
14423         HAVE_LONGLONG_64BIT.
14424
14425 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14426
14427         * lib/strftime.c (my_strftime): Prepend space to format so that we can
14428         reliably distinguish strftime failure from empty output on POSIX
14429         hosts.
14430
14431 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14432
14433         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
14434         (iconv_string): Don't guess a size-zero buffer, as that might cause
14435         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
14436         result would be 'too large', where 'too large' is (heuristically)
14437         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
14438         overflow concerns.  This will prevent some unwanted malloc failures
14439         when the inputs are very large.
14440
14441 2005-03-15  Karl Berry  <karl@gnu.org>
14442
14443         * config/srclist.txt (config.rpath): from gettext.
14444         * config/config.rpath: update.
14445
14446 2005-03-15  Bruno Haible  <bruno@clisp.org>
14447
14448         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
14449         to 'negate'.
14450
14451         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
14452         variable.
14453
14454         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
14455         results.
14456
14457 2005-03-14  Simon Josefsson  <jas@extundo.com>
14458
14459         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
14460         <fx@gnu.org>.
14461
14462 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
14463
14464         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
14465         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
14466         intprops.h.
14467         * lib/strtol.c: Likewise.
14468
14469 2005-03-14  Jim Meyering  <jim@meyering.net>
14470
14471         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
14472         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
14473         to be nonzero so that we (and caller) can detect the difference
14474         between a valid zero-length expansion and an error return, even
14475         when the underlying strftime fails before writing anything into
14476         that location.
14477
14478 2005-03-14  Bruno Haible  <bruno@clisp.org>
14479
14480         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
14481         Update from GNU gettext 0.14.3.
14482
14483 2005-03-10  Jim Meyering  <jim@meyering.net>
14484
14485         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
14486
14487 2005-03-10  Jim Meyering  <jim@meyering.net>
14488
14489         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
14490         so that this module works on systems without fchdir.
14491
14492 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
14493
14494         Factor int-properties macros into a single file, except for
14495         glibc-related files.
14496         * lib/intprops.h: New file.
14497         * lib/getloadavg.c: Include it instead of limits.h.
14498         (INT_STRLEN_BOUND): Remove.
14499         * lib/human.c: Include intprops.h.
14500         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
14501         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
14502         302/1000.
14503         * lib/inttostr.h: Include intprops.h instead of limits.h.
14504         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
14505         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
14506         for consistency with intprops.h.
14507         (time_t_is_integer, twos_complement_arithmetic): Use them.
14508         * lib/sig2str.h: Include <signal.h>, intprops.h.
14509         (INT_STRLEN_BOUND): Remove.
14510         * lib/strftime.c (TYPE_SIGNED): Remove.
14511         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
14512         * lib/strtol.c: Adjust comments to match intprops.h.
14513         * lib/userspec.c: Include intprops.h.
14514         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
14515         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
14516         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
14517         instead of rolling our own expressions.
14518         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
14519
14520         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
14521         instead of int.
14522         (my_strftime): Do not mishandle years close to INT_MAX, by doing
14523         the right thing even if adding 1900 would overflow.  Similarly
14524         for tm_mon + 1 and tm_yday + 1.
14525         Make %Y always equivalent to %C%y, and similarly for %G and %g.
14526         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
14527         (DO_SIGNED_NUMBER): New macro.
14528         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
14529
14530 2005-03-07  Bruno Haible  <bruno@clisp.org>
14531
14532         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
14533
14534 2005-03-07  Bruno Haible  <bruno@clisp.org>
14535
14536         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
14537
14538 2005-03-04  Derek R. Price  <derek@ximbiot.com>
14539
14540         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
14541         (func_import): Only replace files via --import when they have actually
14542         changed.
14543
14544 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14545
14546         * m4/mmap-anon.m4: New file.
14547         * m4/pagealign_alloc.m4: New file.
14548
14549 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14550             Bruno Haible  <bruno@clisp.org>
14551
14552         * modules/pagealign_alloc: New file.
14553         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
14554
14555 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14556             Bruno Haible  <bruno@clisp.org>
14557
14558         * lib/pagealign_alloc.h: New file.
14559         * lib/pagealign_alloc.c: New file.
14560
14561 2005-03-03  Bruno Haible  <bruno@clisp.org>
14562
14563         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
14564         Use an all-permissive copyright notice, recommended by RMS.
14565
14566 2005-03-02  Bruno Haible  <bruno@clisp.org>
14567
14568         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
14569         of AIX, the replacement has to be done only after <string.h> is
14570         included, therefore not in config.h. stpncpy.h does the replacement,
14571         and stpncpy.c uses it.
14572
14573 2005-03-02  Bruno Haible  <bruno@clisp.org>
14574
14575         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
14576         stpncpy.c uses it.
14577
14578 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14579
14580         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
14581         The workaround isn't strictly needed for POSIX conformance, and
14582         it's too much of a pain to configure and maintain.  We'll ask
14583         people to fix their kernels instead.
14584         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
14585         (NANOSLEEP_BUG_WORKAROUND): Remove.
14586         (xnanosleep): Remove the workaround.
14587
14588 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14589
14590         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
14591         Reported by Derek Price.
14592         (Include): Add "timespec.h".
14593
14594         * modules/xnanosleep (Depends-on): Remove gethrxtime.
14595
14596 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14597
14598         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
14599         to detect nanosleep bug.
14600
14601 2005-03-01  Bruno Haible  <bruno@clisp.org>
14602
14603         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
14604
14605 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14606
14607         * modules/gethrxtime: New file.
14608         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
14609         (Depends-on): Add gethrxtime.
14610         (configure.ac): Add gl_XNANOSLEEP.
14611         (Makefile.am): Remove lib_SOURCES line.
14612
14613 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14614
14615         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
14616         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
14617
14618 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14619
14620         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
14621         * lib/timespec.h (gettime): Return void, since it always
14622         succeeds now.  All uses changed.
14623         * lib/gettime.c (gettime) Likewise.
14624         [HAVE_NANOTIME]: Prefer nanotime.
14625         Assume gettimeofday succeeds, as POSIX requires.
14626         Assime time () succeeds, since other code already does.
14627         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
14628         (timespec_subtract): Remove.
14629         (NANOSLEEP_BUG_WORKAROUND): New constant.
14630         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
14631         things considerably.  Use it only on GNU/Linux hosts, since the
14632         workaround shouldn't be needed elsewhere.
14633
14634 2005-02-24  Bruno Haible  <bruno@clisp.org>
14635
14636         * modules/gettext (Files): Add m4/glibc2.m4.
14637
14638 2005-02-24  Bruno Haible  <bruno@clisp.org>
14639
14640         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
14641         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
14642         * m4/progtest.m4:
14643         Update from GNU gettext 0.14.2.
14644         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
14645
14646 2005-02-24  Bruno Haible  <bruno@clisp.org>
14647
14648         * lib/localcharset.c: Update from GNU gettext 0.14.2.
14649         * lib/config.charset: Update from GNU gettext 0.14.2.
14650
14651 2005-02-24  Bruno Haible  <bruno@clisp.org>
14652
14653         * lib/gettext.h: Update from GNU gettext 0.14.2.
14654
14655 2005-02-23  Simon Josefsson  <jas@extundo.com>
14656
14657         * m4/iconvme.m4: New file.
14658
14659 2005-02-23  Jim Meyering  <jim@meyering.net>
14660
14661         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
14662         change.
14663         Thanks to Bruno Haible for catching it.
14664
14665 2005-02-22  Simon Josefsson  <jas@extundo.com>
14666
14667         * modules/iconvme: New file.
14668
14669         * MODULES.html.sh: Add iconvme.
14670
14671 2005-02-22  Simon Josefsson  <jas@extundo.com>
14672
14673         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
14674
14675 2005-02-22  Simon Josefsson  <jas@extundo.com>
14676
14677         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
14678
14679 2005-02-22  Jim Meyering  <jim@meyering.net>
14680
14681         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
14682         s/ifndef/ifdef/.
14683
14684 2005-02-20  Neil Conway  <neilc@samurai.com>
14685
14686         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
14687         returned by OSX/Darwin if the specified buffer is not large
14688         enough for the hostname.
14689
14690 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14691
14692         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
14693         pass it to _help, otherwise the latter coredumps trying to
14694         dereference state.root_argp.
14695
14696 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14697
14698         * modules/chdir-long (Depends-on): Add memrchr.
14699         * modules/memrchr (Files): Add lib/memrchr.h.
14700         (Include): "memrchr.h".
14701
14702 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14703
14704         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
14705
14706 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14707
14708         * lib/memrchr.h: New file.
14709         * lib/chdir-long.c: Include it.
14710         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
14711         Don't bother including stddef.h.
14712
14713 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
14714
14715         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
14716         inclusion.
14717         Include <sys/types.h>, for dev_t.
14718         (ME_DUMMY, ME_REMOTE): Move from here....
14719         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
14720         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
14721         Dmitry V. Levin.
14722         Include mountlist.h first, to test the interface.
14723
14724 2005-01-29  Bruno Haible  <bruno@clisp.org>
14725
14726         * lib/progname.c (program_name): Initialize.
14727         Needed when linking statically on MacOS X.
14728
14729 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14730
14731         Sync from coreutils.
14732         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
14733         (Depends-on): Add c-strtod.
14734         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
14735
14736 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14737
14738         Sync from coreutils.
14739         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
14740
14741         Remove files that are specific to coreutils.
14742         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
14743
14744 2005-01-28  Bruno Haible  <bruno@clisp.org>
14745
14746         * modules/javacomp: New file.
14747         * MODULES.html.sh (Java): Add javacomp.
14748
14749 2005-01-28  Bruno Haible  <bruno@clisp.org>
14750
14751         * m4/javacomp.m4: New file, from GNU gettext.
14752
14753 2005-01-28  Bruno Haible  <bruno@clisp.org>
14754
14755         * lib/javacomp.sh.in: New file, from GNU gettext.
14756         * lib/javacomp.h: New file, from GNU gettext.
14757         * lib/javacomp.c: New file, from GNU gettext.
14758
14759 2005-01-26  Simon Josefsson  <jas@extundo.com>
14760
14761         * lib/gai_strerror.c: Use GPL in header.
14762
14763 2005-01-26  Bruno Haible  <bruno@clisp.org>
14764
14765         * modules/javaexec: New file.
14766         * MODULES.html.sh (Java): Add javaexec.
14767
14768 2005-01-26  Bruno Haible  <bruno@clisp.org>
14769
14770         * m4/javaexec.m4: New file, from GNU gettext.
14771
14772 2005-01-26  Bruno Haible  <bruno@clisp.org>
14773
14774         * lib/javaexec.sh.in: New file, from GNU gettext.
14775         * lib/javaexec.h: New file, from GNU gettext.
14776         * lib/javaexec.c: New file, from GNU gettext.
14777
14778 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14779
14780         * modules/lchown (Depends-on): Remove lchown.h
14781
14782 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14783
14784         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
14785         must be defined if the header file was not found, in order
14786         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
14787
14788 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14789
14790         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
14791         initializers for struct pentry_state.
14792         (__argp_error): Check return value of __asprintf
14793         (__argp_failure): Translate error message
14794
14795         * lib/argp-parse.c: Removed braces around the expansion of N_()
14796
14797 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14798
14799         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
14800         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
14801         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
14802         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
14803         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
14804         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
14805         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
14806         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
14807         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
14808         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
14809         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
14810         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
14811         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
14812         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
14813         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
14814         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
14815         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
14816         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
14817         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
14818         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
14819         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
14820         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
14821         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
14822         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
14823         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
14824         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
14825         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
14826         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
14827         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
14828         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
14829         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
14830         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
14831         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
14832         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
14833         xstrtol.m4, xstrtoumax.m4, yesno.m4:
14834         Use an all-permissive copyright notice, recommended by RMS.
14835
14836 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
14837
14838         * modules/chdir-long (Depends-on): Remove mempcpy.
14839
14840 2005-01-21  Jim Meyering  <jim@meyering.net>
14841
14842         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
14843         same value as for Solaris 9.
14844
14845         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
14846         component length.  This included changing the parameter to be
14847         of type `char *' rather than `char const *'.
14848         * lib/chdir-long.h (chdir_long): Update prototype.
14849
14850         * lib/openat.c (fdopendir, fstatat): New functions.
14851         * lib/openat.h: Include headers required for use of DIR and struct
14852         stat.
14853         [AT_SYMLINK_NOFOLLOW]: Define.
14854         (fdopendir, fstatat): Add prototypes.
14855
14856 2005-01-21  Bruno Haible  <bruno@clisp.org>
14857
14858         * modules/classpath: New file.
14859         * MODULES.html.sh (Java): Add classpath.
14860
14861 2005-01-21  Bruno Haible  <bruno@clisp.org>
14862
14863         * lib/classpath.h: New file, from GNU gettext.
14864         * lib/classpath.c: New file, from GNU gettext.
14865
14866 2005-01-20  Simon Josefsson  <jas@extundo.com>
14867
14868         * modules/version-etc-fsf: New file.
14869
14870 2005-01-20  Simon Josefsson  <jas@extundo.com>
14871
14872         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
14873         * lib/version-etc.c: Remove version_etc_copyright.
14874         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
14875         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
14876
14877 2005-01-20  Simon Josefsson  <jas@extundo.com>
14878
14879         * lib/base64.h (isbase64): Add.
14880
14881         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
14882         using a unsigned prototype, don't inline.
14883         (base64_decode): Use it.
14884
14885 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14886
14887         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
14888         it.
14889
14890 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14891
14892         * lib/save-cwd.c (save_cwd): Remove code to support the case
14893         where fchdir is missing or flaky.
14894
14895 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14896
14897         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
14898
14899 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
14900
14901         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
14902         AC_LIBSOURCES now does this.
14903         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
14904         with new ullong_max module.
14905
14906 2005-01-19  Bruno Haible  <bruno@clisp.org>
14907
14908         * modules/sh-quote: New file.
14909         * MODULES.html.sh (Executing programs): Add sh-quote.
14910
14911 2005-01-19  Bruno Haible  <bruno@clisp.org>
14912
14913         * lib/sh-quote.h: New file, from GNU gettext.
14914         * lib/sh-quote.c: New file, from GNU gettext.
14915
14916 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14917
14918         Merge from coreutils.
14919         * m4/ullong_max.m4: New file.
14920         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
14921         (gl_MACROS): Assume localeconv exists.
14922
14923 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14924
14925         Merge changes from coreutils, as described below in several
14926         changelogs dated today.
14927
14928         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
14929         (O_DIRECTORY): Remove; not needed here, since "." must be
14930         a directory.  All uses removed.
14931         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
14932         universal on Suns, and we also need to test for IRIX.
14933         Revamp code to use 'if' rather than '#if'.
14934         Avoid unnecessary comparison of cwd->desc to 0.
14935
14936         * lib/utimens.c (futimens): Robustify the previous patch, by checking
14937         for known valid error numbers rather than observed invalid ones.
14938
14939 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14940
14941         * modules/ullong_max: New file.
14942
14943         * modules/chdir-long, modules/openat: New files.
14944         * modules/save-cwd (Depends-on): Depend on chdir-long.
14945         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
14946
14947 2005-01-18  Jim Meyering  <jim@meyering.net>
14948
14949         Merge from coreutils.
14950         * m4/chdir-long.m4, m4/openat.m4: New files.
14951         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
14952         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
14953         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
14954         is sane and DOES follow symlinks.  Besides, testing 20 different
14955         systems found no broken chown implementations.
14956         Prompted by a change in rsync's copy of this macro.
14957         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
14958
14959         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
14960
14961         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
14962         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
14963         NULL-means-set-to-current-time semantics.
14964         Remove temporary file immediately, rather than waiting
14965         for configure's at-exit trap code to do it.
14966
14967 2005-01-18  Jim Meyering  <jim@meyering.net>
14968
14969         * lib/version-etc.c (version_etc_copyright): Update copyright date.
14970
14971         * lib/utimens.c (futimens): Account for the fact that futimes
14972         can also fail with errno == ENOSYS or errno == ENOENT.
14973         Patch from Dmitry V. Levin.
14974
14975         Change the name of the robust chdir function from chdir to chdir_long.
14976         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
14977         (restore_cwd): Use chdir_long, not chdir.
14978         * lib/chdir-long.c: Renamed from chdir.c.
14979         * lib/chdir-long.h: Renamed from chdir.h.
14980         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
14981         Hurd.
14982
14983 2005-01-18  Bruno Haible  <bruno@clisp.org>
14984
14985         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
14986         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
14987         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
14988         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
14989         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
14990         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
14991         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
14992         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
14993         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
14994         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
14995         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
14996         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
14997         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
14998         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
14999         Use an all-permissive copyright notice, recommended by RMS.
15000
15001 2005-01-18  Bob Proulx  <bob@proulx.com>
15002
15003         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
15004         simplify offsetof() macro construct to avoid compile failure with
15005         native HP-UX 11.0 ANSI C compiler.
15006
15007 2005-01-17  Bruno Haible  <bruno@clisp.org>
15008
15009         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
15010         redundant because stpncpy.m4 takes care of it.
15011
15012 2005-01-17  Bruno Haible  <bruno@clisp.org>
15013
15014         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
15015
15016 2005-01-17  Bruno Haible  <bruno@clisp.org>
15017
15018         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
15019         used.
15020
15021 2005-01-17  Bruno Haible  <bruno@clisp.org>
15022
15023         * lib/fwriteerror.h (fwriteerror): Change specification to include
15024         fclose.
15025         * lib/fwriteerror.c: Include <stdbool.h>.
15026         (fwriteerror): At the end, close the file stream. Record whether
15027         stdout was already closed.
15028
15029 2005-01-17  Bruno Haible  <bruno@clisp.org>
15030
15031         * lib/execute.c (environ): Declare if needed.
15032         * lib/pipe.c (environ): Likewise.
15033         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
15034
15035 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15036
15037         * modules/argp: Depend on vsnprintf
15038
15039 2005-01-10  Jim Meyering  <jim@meyering.net>
15040
15041         * modules/closeout (Depends-on): Add atexit.
15042
15043 2005-01-06  Bruno Haible  <bruno@clisp.org>
15044
15045         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
15046
15047 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15048
15049         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
15050         definitions to be after all include files, to avoid collisions.
15051         Problem reported by Bob Proulx.
15052
15053 2005-01-04  Jim Meyering  <jim@meyering.net>
15054
15055         Changes imported from coreutils.
15056         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
15057         as the mkstemp template, use a temporary directory and an
15058         8.3-friendly template to avoid trouble on systems like DJGPP.
15059         Reported by Juan M. Guerrero via Stepan Kasal.
15060         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
15061         close. Remove the temporary directory right away, rather than waiting
15062         for configure's at-exit trap code to do it.
15063         Suggestion from Stepan Kasal.
15064
15065 2005-01-01  Simon Josefsson  <jas@extundo.com>
15066
15067         * gnulib-tool: Print #include directives when --import'ing.
15068
15069 2004-12-28  Simon Josefsson  <jas@extundo.com>
15070
15071         * tests/test-base64.c: Include required header files.  Remove
15072         unused variables.
15073
15074 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15075
15076         * modules/error (Depends-on): Remove gettext.
15077
15078 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15079
15080         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
15081         not needed.  This removes a dependency on the gettext module.
15082         [defined _LIBC]: Do not include <libintl.h>; not needed.
15083
15084 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15085
15086         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
15087         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
15088
15089 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15090
15091         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
15092         HAVE_DECL_STRTOLD.
15093
15094 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15095
15096         * modules/getdate (Depends-on): Remove alloca-opt.
15097
15098 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15099
15100         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
15101
15102 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15103
15104         * lib/argp-parse.c: Include <stddef.h>.
15105         (alignof, alignto): New macros.
15106         (parser_init): Don't assume that void * is aligned sufficiently
15107         for struct option.
15108
15109         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
15110         need to extend the stack.
15111         (YYINITDEPTH): New macro, so that the initial stack isn't overly
15112         large.
15113
15114 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15115
15116         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
15117
15118 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15119
15120         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
15121         (2004-10-24) change.  Apparently this was a false alarm.
15122
15123         * modules/getdate: Depend on alloca-opt, not alloca.
15124
15125 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15126
15127         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
15128         Remove now-obsolete comment about AIX.
15129         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
15130         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
15131         (YYMAXDEPTH): New macro.
15132
15133 2004-12-18  Simon Josefsson  <jas@extundo.com>
15134
15135         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
15136
15137 2004-12-18  Bruno Haible  <bruno@clisp.org>
15138
15139         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
15140
15141 2004-12-18  Bruno Haible  <bruno@clisp.org>
15142
15143         * lib/fatal-signal.c (fatal_signals): Make non-const.
15144         (init_fatal_signals): New function.
15145         (uninstall_handlers, install_handlers): Ignore signals that were set to
15146         SIG_IGN.
15147         (at_fatal_signal): Call init_fatal_signals.
15148         (init_fatal_signal_set): Likewise. Ignore signals that were set to
15149         SIG_IGN.
15150         Reported by Paul Eggert.
15151
15152 2004-12-18  Bruno Haible  <bruno@clisp.org>
15153
15154         * doc/alloca.texi: New file.
15155         * doc/alloca-opt.texi: New file.
15156
15157 2004-12-17  Jim Meyering  <jim@meyering.net>
15158
15159         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
15160         Otherwise, install-sh could exit with improper exit status when
15161         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
15162
15163 2004-12-16  Simon Josefsson  <jas@extundo.com>
15164
15165         * tests/test-base64.c: Add license.
15166
15167 2004-12-15  Stepan Kasal  <address@hidden>
15168
15169         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
15170
15171 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
15172
15173         * modules/getcwd (Files): Add m4/d-ino.m4.
15174         Suggested by Mark D. Baushke.
15175
15176 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15177
15178         * lib/getdate.y (textint): New member "negative".
15179         (time_zone_hhmm): New function.
15180         Expect 14 shift-reduce conflicts, not 13.
15181         (o_colon_minutes): New rule.
15182         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
15183         (yylex): Set the "negative" member of signed numbers.
15184
15185 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15186
15187         * doc/getdate.texi (Time of day items, Time zone items):
15188         Describe new formats +00:00, UTC+00:00.
15189
15190 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15191
15192         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
15193         spurious "-l"s.  Problem reported by Stepan Kasal.
15194
15195 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
15196
15197         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
15198         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
15199
15200 2004-12-04  Simon Josefsson  <jas@extundo.com>
15201
15202         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
15203         Vandoorselaere <yoann@prelude-ids.org>.
15204
15205 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15206
15207         Changes imported from coreutils.
15208         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
15209         exist.
15210         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
15211
15212 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15213
15214         Changes imported from coreutils.
15215         * lib/hard-locale.c: Assume <locale.h> exists.
15216         Include "strdup.h".
15217         (GLIBC_VERSION): New macro.
15218         (hard_locale): Assume setlocale exists.
15219         Rewrite to avoid #ifdef.
15220         Use strdup rather than malloc + strcpy.
15221         * lib/human.c: Assume <locale.h> exists.
15222         (human_readable): Assume localeconv exists.
15223
15224 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15225
15226         * modules/hard-locale (Depends-on): Add strdup.
15227
15228 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
15229
15230         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
15231         convert T2, not T.  (Imported from libc.)
15232
15233 2004-11-30  Simon Josefsson  <jas@extundo.com>
15234
15235         * modules/restrict (License): Change to LGPL.
15236
15237 2004-11-30  Simon Josefsson  <jas@extundo.com>
15238
15239         * m4/restrict.m4: Add copyright and copying conditions.
15240
15241 2004-11-30  Simon Josefsson  <jas@extundo.com>
15242
15243         * m4/base64.m4: New file.
15244
15245 2004-11-30  Simon Josefsson  <jas@extundo.com>
15246
15247         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
15248         base64.
15249
15250         * tests/test-base64.c: New file.
15251
15252         * modules/base64: New file.
15253
15254 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15255
15256         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
15257         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
15258
15259         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
15260
15261 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15262
15263         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
15264         (__getcwd.c): Don't restore errno; glibc doesn't.
15265         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
15266         first, falling back to our code only if its results look suspicious.
15267         Ensure that the resulting buffer is only as large as necessary.
15268
15269         * lib/readutmp.c: Include readutmp.h first.
15270         Include <errno.h>, since readutmp.h no longer does that.
15271         * lib/readutmp.h: Don't include <errno.h>,
15272         <sys/param.h>, <time.h>; not needed to establish interface.
15273         (errno): Remove decl.
15274         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
15275         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
15276         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
15277
15278 2004-11-28  Simon Josefsson  <jas@extundo.com>
15279
15280         * lib/base64.h, base64.c: New file.
15281
15282 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
15283
15284         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
15285
15286 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
15287
15288         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
15289         (Depends-on): Remove pathmax, same.  Add mempcpy.
15290         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
15291         (Makefile.am): Append getcwd.h to lib_SOURCES.
15292         (Include): Add getcwd.h.
15293         (Maintainer): Change from Jim Meyering to "all, glibc",
15294         since getdate now uses intended-for-glibc code.
15295         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
15296         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
15297
15298 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15299
15300         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
15301         HP's ANSI C compiler.
15302         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
15303         Declaring int functions causes warnings on some modern systems and
15304         shouldn't be needed to compile on ancient ones.
15305         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
15306         defined.
15307
15308         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
15309         with the following changes.
15310         (__set_errno): Parenthesize properly.
15311         Include <stdbool.h>.
15312         (MIN, MAX, MATCHING_INO): New macros.
15313         (__getcwd): Define with prototype, not K&R form.
15314         Use heuristics to allocate default buffer on stack if possible.
15315         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
15316         behavior, and to avoid the PATH_MAX limit when computing
15317         ../../../../...
15318         Use MATCHING_INO to compare inode number to file.
15319         Check for arithmetic overflow in size calculations.
15320         Fix bug in reallocation of dot array that caused getcwd to fail
15321         on directories nested deeper than 75.
15322         Be more careful about saving errno on error.
15323         Do not use realloc; use only free+malloc, as this is a bit
15324         more flexible and avoids a needless copy operation.
15325         Do not inspect st_dev and st_ino for symbolic links; POSIX
15326         doesn't specify the latter.
15327         Check for closedir errors.
15328         Avoid needless casts.
15329         Use "#ifdef weak_alias" around weak_alias, to be like other
15330         glibc code.
15331         The following changes to getcwd.c have effect only when used in
15332         gnulib; they have no effect inside glibc proper.
15333         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
15334         as alloca isn't used.
15335         (alloca, __alloca): Likewise.
15336         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
15337         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
15338         unconditionally, as gnulib assumes C89 or better.
15339         Do not include <sys/param.h>.
15340         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
15341         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
15342         better.
15343         (NULL) [!defined NULL]: Remove; we assume C89 or better.
15344         Include <dirent.h> in a way that is compatible with modern Autoconf.
15345         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
15346         New macros, if not already defined.
15347         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
15348         Use "_LIBC", not "defined _LIBC", for consistency.
15349         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
15350         a mempcpy module.
15351         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
15352         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
15353         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
15354         credit only to Jim Meyering and adjust the copyright dates.
15355         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
15356         <stdlib.h>, <unistd.h>, "pathmax.h".
15357         Instead, include "xgetcwd.h" (first) and "getcwd.h".
15358         (INITIAL_BUFFER_SIZE): Remove.
15359         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
15360
15361 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15362
15363         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
15364         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
15365         Use the _ONCE methods, for efficiency.
15366         Check for fcntl.h.  In test program, include <errno.h>
15367         and <fcntl.h> if available.  Remove old K&R cruft from
15368         test program.  Check for common errors in GNU/Linux,
15369         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
15370         don't do AC_LIBOBJ, as that's getcwd.m4's job.
15371         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
15372         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
15373         name accordingly.
15374         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
15375         accommodate new getcwd.c.
15376         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
15377         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
15378         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
15379         that's all we need now.
15380
15381 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15382
15383         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
15384         argp-parse.c depends on getopt internals, that means we should
15385         always use our getopt, to be on the safe side.
15386         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
15387         order not to spoil the result of an eventual previous invocation
15388         of gl_GETOPT_SUBSTITUTE.
15389
15390 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15391
15392         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
15393         redefinition warnings. To avoid them, include the defines
15394         in `#if !defined __need_getopt ... #endif'. The only place
15395         where __getopt_argv_const is used is in definitions
15396         of getopt_long and getopt_long_only below, which are as well
15397         protected by `#ifndef __need_getopt'.
15398         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
15399         __need_getopt after including <stdio.h> and <unistd.h> These
15400         headers might have defined it.
15401
15402 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15403
15404         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
15405
15406 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15407
15408         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
15409         (futimens): New function, which uses futimes if available.
15410         (futimens, utimens): Support timespec==NULL, with same semantics
15411         as utime and utimens.
15412         * lib/utimens.h (futimens): New decl.
15413
15414 2004-11-23  Jim Meyering  <jim@meyering.net>
15415
15416         * lib/getopt_.h: Remove trailing blanks.
15417
15418 2004-11-23  Jim Meyering  <jim@meyering.net>
15419
15420         * lib/__fpending.c: Add comment.
15421
15422 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
15423
15424         * modules/canonicalize (Depends-on): Add xreadlink.
15425         Problem reported by James Youngman.
15426
15427 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15428
15429         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
15430         New macros.
15431         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
15432         optopt): Use them instead of invoking ## directly; otherwise, the
15433         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
15434
15435 2004-11-19  Bruno Haible  <bruno@clisp.org>
15436
15437         * lib/strtok_r.c: Move comments from here...
15438         * lib/strtok_r.h: ... to here.
15439
15440 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15441
15442         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
15443         implementations that mishandle size_t overflow.
15444
15445 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15446
15447         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
15448         might fail.  Problem reported by Yoann Vandoorselaere.
15449         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
15450         implementations that mishandle size_t overflow.
15451
15452 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15453
15454         * modules/canon-host (Depends-on): Add strdup.
15455
15456 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15457
15458         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
15459
15460 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15461
15462         * lib/canon-host.c: Include "strdup.h".
15463         (canon_host): Use getaddrinfo if available, so that IPv6 works.
15464         Use strdup instead of malloc/strcpy to duplicate strings.
15465
15466         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
15467         (human_space_before_unit): New constant.
15468         * lib/human.c (human_readable): Support it.
15469
15470         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
15471         (xgetcwd): Set errno correctly when failing.
15472         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
15473         the failure is actually due to a PATH_MAX problem.
15474
15475         Further getopt changes to make it more likely that glibc will
15476         buy the changes back.
15477         * lib/getopt.c (POSIXLY_CORRECT): New constant.
15478         (getopt): Use it, so to preserve glibc semantic
15479         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
15480         when compiling for libc.
15481         * lib/getopt_.h (__getopt_argv_const): Bring it back.
15482         (getopt_long, getopt_long_only): Use it.
15483
15484         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15485         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
15486         (getopt): Argv is now char * const *, as per standard.
15487         (_getopt_internal_r, _getopt_internal): Argv is now char **,
15488         not char *__getopt_argv_const *.
15489         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15490         _getopt_long_only_r): Likewise.
15491         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
15492         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15493         _getopt_long_r, _getopt_long_only_r): Likewise.
15494         * lib/getopt_.h (__getopt_argv_const): Remove.
15495         (getopt): Argv is now char * const *, as per standard.
15496
15497         * lib/getdate.y (tORDINAL): New token.
15498         (day, relunit): Allow it for relative times.
15499         (relative_time_table): Use tORDINAL for ordinals.
15500
15501 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15502
15503         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
15504         Document that "second" isn't allowed as an ordinal number.
15505
15506 2004-11-16  Jim Meyering  <jim@meyering.net>
15507
15508         * modules/closeout (Depends-on): Add fpending.
15509
15510 2004-11-15  Jim Meyering  <jim@meyering.net>
15511
15512         * lib/closeout.c: Include "__fpending.h" once again.
15513         Include <stdbool.h>.
15514         (close_stdout): Don't fail just because stdout was closed initially,
15515         since some programs don't write to stdout in the normal course of
15516         operation (other than --version and --help), and we don't want this
15517         function to make e.g. `touch file >&-' fail.
15518         But do fail if it was closed and someone has tried to write to it.
15519         E.g., `printf foo >&-' must fail.
15520
15521 2004-11-13  Jim Meyering  <jim@meyering.net>
15522
15523         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
15524
15525 2004-11-12  Simon Josefsson  <jas@extundo.com>
15526
15527         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
15528         small doc fix is still pending.
15529
15530 2004-11-11  Simon Josefsson  <jas@extundo.com>
15531
15532         * modules/strtok_r: New file.
15533
15534         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15535         strtok_r.
15536
15537 2004-11-11  Simon Josefsson  <jas@extundo.com>
15538
15539         * m4/strtok_r.m4: New file.
15540
15541         * m4/getopt.m4: Replace opterr.
15542
15543 2004-11-11  Simon Josefsson  <jas@extundo.com>
15544
15545         * lib/strtok_r.h, strtok_r.c: New file.
15546
15547 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15548
15549         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
15550         of replacing opterr, getopt, etc.  This should handle the
15551         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
15552
15553 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15554
15555         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
15556         we can stop lying to compilers about the constness of argv when we
15557         are compiled outside glibc.
15558         (getopt, getopt_long, getopt_long_only): Use it.
15559         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15560         _getopt_internal, getopt): Likewise.
15561         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15562         _getopt_long_only_r): Likewise.
15563         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15564         _getopt_long_r, _getopt_long_only_r): Likewise.
15565
15566         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
15567         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
15568         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
15569         the other external symbols.
15570         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
15571         declaration, since the above renaming now works around collisions.
15572
15573 2004-11-11  Jim Meyering  <jim@meyering.net>
15574
15575         * lib/linebreak.c: Remove trailing blanks.
15576         * lib/alloca_.h: Likewise.
15577         * lib/acosl.c: Likewise.
15578         * lib/euidaccess.c: Likewise.
15579         * lib/allocsa.h: Likewise.
15580
15581 2004-11-10  Simon Josefsson  <jas@extundo.com>
15582
15583         * m4/getaddrinfo.m4: New file.
15584
15585 2004-11-10  Simon Josefsson  <jas@extundo.com>
15586
15587         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
15588
15589 2004-11-10  Simon Josefsson  <jas@extundo.com>
15590
15591         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15592         getaddrinfo.
15593
15594         * modules/getaddrinfo: New file.
15595
15596 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15597
15598         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
15599
15600 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15601
15602         * lib/mktime.c (SHR): New macro, which is a portable
15603         substitute for >> that should work even on Crays.
15604         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
15605         Problem reported by Mark D. Baushke in
15606         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
15607         * lib/getdate.y (SHR): Likewise.
15608         (tm_diff): Use it.
15609         * lib/strftime.c (SHR): Likewise.
15610         (tm_diff): Use it.
15611         * lib/quotearg.c (struct quoting_options): Use unsigned int for
15612         quote_these_too, so that right shifts are well defined.  All uses
15613         changed.
15614
15615 2004-11-10  Jim Meyering  <jim@meyering.net>
15616
15617         Ensure that no close failure goes unreported.
15618         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
15619         return early when it seems there's nothing to flush.
15620         Don't include __fpending.h.
15621
15622 2004-11-10  Jim Meyering  <jim@meyering.net>
15623
15624         * modules/closeout (Depends-on): Remove fpending.
15625
15626 2004-11-10  Jim Meyering  <jim@meyering.net>
15627
15628         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
15629
15630 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15631
15632         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
15633         gl_FUNC_STRFTIME.
15634         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
15635         and AC_REQUIRE when possible, to avoid duplicate checks.
15636         Check for <wchar.h>.
15637
15638 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15639
15640         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
15641
15642 2004-11-09  Bruno Haible  <bruno@clisp.org>
15643
15644         * m4/sockpfaf.m4: New file.
15645
15646 2004-11-05  Bruno Haible  <bruno@clisp.org>
15647
15648         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
15649         Reported by Mark D. Baushke <mdb@cvshome.org>.
15650
15651 2004-11-04  Bruno Haible  <bruno@clisp.org>
15652
15653         2004-09-11  Bruno Haible  <bruno@clisp.org>
15654                 * allocsa.valgrind: New file.
15655         2004-02-06  Bruno Haible  <bruno@clisp.org>
15656                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
15657                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
15658                 Reported by Christopher Seip <chris.seip@hp.com>.
15659
15660 2004-11-04  Bruno Haible  <bruno@clisp.org>
15661
15662         * modules/allocsa (Files): Add lib/allocsa.valgrind.
15663         (Makefile.am): Distribute it.
15664
15665 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
15666
15667         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
15668         with errno == ERANGE if the buffer is too small.
15669         Problem reported by Mark D. Baushke.
15670
15671 2004-11-03  Albert Chin  <china@thewrittenword.com>
15672             Paul Eggert  <eggert@cs.ucla.edu>
15673
15674         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
15675         equivalent, substitute $ac_type for equivalent type rather than
15676         blindly using uint32_t *always* which won't work if uint32_t is not
15677         available.  Define _UINT32_T to work around typedef of uint32_t if
15678         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
15679         2.5.1.
15680
15681 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15682
15683         * m4/jm-macros.m4: Sync from coreutils.
15684         (gl_MACROS): Check for mbrlen, for pathchk.
15685         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
15686
15687 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15688
15689         * lib/xreadlink.c (MAXSIZE): New macro.
15690         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
15691         size does not exceed MAXSIZE.  Avoid cast.
15692         As suggested by Mark D. Baushke in
15693         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
15694         if readlink fails with buffer size just under MAXSIZE, try again
15695         with MAXSIZE.
15696
15697 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15698
15699         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
15700
15701 2004-11-02  Derek R. Price  <derek@ximbiot.com>
15702         and  Paul Eggert  <eggert@cs.ucla.edu>
15703
15704         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
15705         (get_date): Overparenthesize to avoid GCC warning.
15706
15707 2004-11-02  Bruno Haible  <bruno@clisp.org>
15708
15709         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
15710         returns void.
15711
15712 2004-11-02  Bruno Haible  <bruno@clisp.org>
15713
15714         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
15715         function returns void.
15716
15717 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15718
15719         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
15720         fflush_unlocked, flockfile, funlockfile, funlockfile,
15721         fputs_unlocked, putc_unlocked.
15722
15723 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15724
15725         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15726         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
15727         already declared.
15728
15729 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15730
15731         * modules/getdate (Files): Add doc/getdate.texi.
15732         (Depends-on): Add setenv, xalloc.
15733
15734 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15735
15736         * lib/getdate.y: Add support for TZ="foo" within a date string.
15737         Fix some bugs near time_t boundaries.  Reject dates with
15738         out-of-range components, e.g., "Sept 31".
15739         Include <stdlib.h>, "setenv.h", "xalloc.h".
15740         (ISDIGIT_LOCALE): Remove; unused.
15741         Note that the TZ and time functions used here are not reentrant.
15742         (mktime_ok, get_tz): New functions.
15743         (TZBUFSIZE): New constant.
15744         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
15745         This requires that we sometimes generate our own TZ="XXX..." setting.
15746
15747 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15748
15749         * doc/getdate.texi: New file, from coreutils with modifications for
15750         the new TZ parsing.
15751
15752 2004-10-27  Derek R. Price  <derek@ximbiot.com>
15753
15754         * lib/mktime.c (not_equal_tm): Remove redundant check.
15755
15756 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15757
15758         * modules/regex (lib_SOURCES): Add regex.c.
15759         Reported by James Youngman in
15760         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
15761
15762 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15763
15764         * lib/getdate.y: Use Bison 1.875 features, and some minor
15765         code cleanups.  This change does not affect semantics.
15766         Don't include <stdlib.h>; no longer needed.
15767         Don't include unlocked-io.h; only the "#if TEST" code uses
15768         stdio, and performance isn't crucial there.
15769         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
15770         Bison 1.875 features as described below.
15771         All uses of "PC." replaced by "pc->".
15772         (YYSTYPE): Add a forward declaration.
15773         (yylex, yyerror): Use full prototypes in forward decls.
15774         Use "%pure-parser" rather than obsolescent "%pure_parser".
15775         Use %parse-param and %lex-param instead of obsolescent
15776         YYPARSE_PARAM and YYLEX_PARAM.
15777         (meridian_table, month_and_day_table, time_units_table,
15778         relative_time_table, time_zone_table, military_table,
15779         lookup_zone, lookup_word, get_date):
15780         Use NULL instead of 0 where appropriate.
15781         (to_hour): Avoid abort (), to avoid a dependency on
15782         stdlib.h.
15783         (yyerror, yylex): Now accepts parser_control * arg.
15784         (main) [TEST]: Use '\0' rather than 0 for char.
15785
15786 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15787
15788         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
15789
15790 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15791
15792         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
15793         It's now the caller's responsibility to handle the case where
15794         !HAVE_GETPAGESIZE && !defined getpagesize.
15795
15796         * lib/mktime.c (leapyear): Arg is long int, not int.
15797
15798 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
15799
15800         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
15801
15802 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
15803
15804         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
15805         missing.  Problem reported by James Youngman.
15806
15807 2004-10-16  Simon Josefsson  <jas@extundo.com>
15808
15809         * gnulib-tool: Fix comments.  Fix parse problem.
15810         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
15811
15812 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
15813
15814         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
15815         implementation of getopt_long.  Problem reported by Alexander Taler in:
15816         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
15817
15818 2004-10-15  Bruno Haible  <bruno@clisp.org>
15819
15820         * gnulib-tool: Untabify. Initialize supplied_libname.
15821         (func_usage): More homogenous output.
15822         (func_modules_transitive_closure, func_modules_to_filelist,
15823         func_emit_lib_Makefile_am): New functions.
15824         (func_import): New function, extracted from big case statement. Use
15825         func_get_license, func_modules_transitive_closure,
15826         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
15827         opt_lgpl. Don't use test -a, as it's not portable.
15828         (func_create_testdir): Use func_modules_transitive_closure,
15829         func_modules_to_filelist, func_emit_lib_Makefile_am.
15830
15831 2004-10-15  Bruno Haible  <bruno@clisp.org>
15832
15833         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
15834
15835 2004-10-15  Bruno Haible  <bruno@clisp.org>
15836
15837         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
15838         the portions belonging to each module.
15839         Suggested by Derek Robert Price <derek@ximbiot.com>.
15840
15841 2004-10-12  Simon Josefsson  <jas@extundo.com>
15842
15843         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15844         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
15845         to real functions.
15846
15847 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15848
15849         * modules/vsnprintf: New file.
15850
15851 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15852
15853         * m4/vsnprintf.m4: New file.
15854
15855 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15856
15857         * lib/vsnprintf.h: New file.
15858         * lib/vsnprintf.c: New file.
15859
15860 2004-10-11  Bruno Haible  <bruno@clisp.org>
15861
15862         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
15863         vsnprintf.
15864
15865 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
15866
15867         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
15868
15869 2004-10-07  Bruno Haible  <bruno@clisp.org>
15870
15871         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
15872         fits into the provided buffer.
15873
15874 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
15875
15876         * lib/diacrit.c, diacrit.h: Add GPL notice.
15877
15878         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
15879         notice.
15880         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
15881         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
15882         This avoids a potential constant-folding bug.
15883
15884 2004-10-05  Bruno Haible  <bruno@clisp.org>
15885
15886         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
15887         for the declaration of strsep.
15888
15889 2004-10-05  Bruno Haible  <bruno@clisp.org>
15890
15891         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
15892
15893 2004-10-04  Simon Josefsson  <jas@extundo.com>
15894
15895         * modules/memmem: New file.
15896         * tests/test-memmem.c: New file.
15897         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
15898
15899 2004-10-04  Simon Josefsson  <jas@extundo.com>
15900
15901         * m4/memmem.m4: New file.
15902
15903 2004-10-04  Simon Josefsson  <jas@extundo.com>
15904
15905         * lib/memmem.h: New file.
15906         * lib/memmem.c: New file, taken from glibc.
15907
15908 2004-10-04  Simon Josefsson  <jas@extundo.com>
15909
15910         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
15911         '#ifdef USE_UNLOCKED_IO'.
15912
15913 2004-10-04  Simon Josefsson  <jas@extundo.com>
15914
15915         * config/srclist.txt: Add memmem from glibc.
15916
15917 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15918
15919         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
15920
15921         * modules/argmatch, modules/argp, modules/closeout, modules/error,
15922         modules/exclude, modules/getdate, modules/getline,
15923         modules/getndelim2, modules/getpass, modules/getpass-gnu,
15924         modules/getusershell, modules/linebuffer, modules/md5,
15925         modules/mountlist, modules/posixtm, modules/readtokens,
15926         modules/readutmp, modules/regex, modules/sha1,
15927         modules/version-etc, modules/yesno:
15928         Remove dependency on unlocked-io.
15929
15930 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15931
15932         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
15933
15934         * m4/unlocked-io.m4: Add copyright notice.
15935         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
15936
15937 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15938
15939         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
15940         * lib/xmalloc.c (xmemdup): Likewise.
15941         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
15942         XFREE): Remove these long-obsolescent macros.
15943         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
15944         * lib/xstrdup.c: Remove.
15945
15946         * lib/regex.c (re_comp): Cast gettext return value to char *,
15947         Problem reported by Martin Neitzel via Mark D. Baushke.
15948
15949 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15950
15951         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
15952         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
15953         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
15954         regex.c, sha1.c, version-etc.c, yesno.c:
15955         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
15956         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
15957         the includer's responsibility.
15958
15959         Sync from coreutils.
15960
15961         * lib/modechange.c (mode_compile): Don't decrement a pointer that
15962         points to the start of a string, as the C Standard says the
15963         resulting behavior is undefined.
15964
15965         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
15966         simple -> simple_backups, numbered_existing ->
15967         numbered_existing_backups, numbered -> numbered_backups
15968         to avoid shadowing problems.  All uses changed.
15969         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
15970         * lib/backupfile.c (check_extension, numbered_backup):
15971         Rename locals to avoid shadowing 'basename'.
15972         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
15973         once.
15974
15975         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
15976         * lib/.cvsignore: Add getopt.h.
15977
15978 2004-10-04  Bruno Haible  <bruno@clisp.org>
15979
15980         * modules/README: New file.
15981         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
15982         not a module.
15983
15984 2004-10-02  Jim Meyering  <jim@meyering.net>
15985
15986         * lib/dirfd.h, getpagesize.h: Add copyright notice.
15987
15988 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15989
15990         * modules/strsep: New file.
15991
15992 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15993
15994         * m4/strsep.m4: New file.
15995
15996 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15997
15998         * lib/strsep.h: New file.
15999         * lib/strsep.c: New file.
16000
16001 2004-10-01  Simon Josefsson  <jas@extundo.com>
16002
16003         * lib/snprintf.c (snprintf): Handle size==0.
16004
16005 2004-10-01  Simon Josefsson  <jas@extundo.com>
16006             Bruno Haible  <bruno@clisp.org>
16007
16008         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
16009         (snprintf): Declare 'args'.
16010
16011 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
16012
16013         * lib/snprintf.c: Remove comments as to why each header is needed.
16014
16015 2004-10-01  Bruno Haible  <bruno@clisp.org>
16016
16017         * MODULES.html.sh: Add strsep.
16018
16019 2004-09-30  Simon Josefsson  <jas@extundo.com>
16020
16021         * modules/snprintf: New file.
16022
16023 2004-09-30  Simon Josefsson  <jas@extundo.com>
16024
16025         * m4/snprintf.m4: New file.
16026
16027 2004-09-30  Simon Josefsson  <jas@extundo.com>
16028
16029         * lib/snprintf.h, lib/snprintf.c: New files.
16030
16031 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16032
16033         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
16034         (hol_entry_help): Never translate an empty string.
16035         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
16036         * lib/argp.h (OPTION_NO_TRANS): New option.
16037
16038 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16039
16040         * modules/argp (Maintainer): Replace Simon Josefsson
16041         by Sergey Poznyakoff.
16042
16043 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16044
16045         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
16046         changes merged back into glibc.
16047
16048 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16049
16050         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
16051
16052 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
16053
16054         * lib/xvasprintf.c: Include xalloc.h.
16055         (xvasprintf): Use xalloc_die, not xmalloc_die.
16056
16057 2004-09-29  Bruno Haible  <bruno@clisp.org>
16058
16059         * modules/alloca-opt: New file, derived from modules/alloca.
16060         * modules/allocsa: Depend on alloca-opt instead of alloca.
16061         * modules/setenv: Likewise.
16062         * modules/vasnprintf: Likewise.
16063         * MODULES.html.sh: Add alloca-opt.
16064
16065 2004-09-28  Simon Josefsson  <jas@extundo.com>
16066
16067         * gnulib-tool: New parameter --lgpl, to asseert that modules are
16068         LGPL, and to replace license template from GPL to LGPL.
16069
16070 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16071
16072         * modules/dummy: Change license to LGPL.
16073
16074 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16075
16076         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
16077
16078 2004-09-24  Simon Josefsson  <jas@extundo.com>
16079
16080         * modules/minmax (License): Change from GPL to LGPL.
16081
16082 2004-09-23  Simon Josefsson  <jas@extundo.com>
16083
16084         * gnulib-tool (--import): Typo.
16085
16086 2004-09-23  Simon Josefsson  <jas@extundo.com>
16087
16088         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
16089
16090 2004-09-22  Bruno Haible  <bruno@clisp.org>
16091
16092         * modules/*: Add 'License' field.
16093         * gnulib-tool: Accept --extract-license option.
16094         (func_get_license): New function.
16095
16096 2004-09-21  Bruno Haible  <bruno@clisp.org>
16097
16098         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
16099         Reported by Simon Josefsson.
16100
16101 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16102
16103         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
16104         gl_AC_TYPE_LONG_LONG.
16105
16106 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16107
16108         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
16109
16110 2004-09-18  Simon Josefsson  <jas@extundo.com>
16111         and  Paul Eggert  <eggert@cs.ucla.edu>
16112
16113         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
16114         calls with autoreconf.  Define GL_LIB.
16115
16116 2004-09-14  Karl Berry  <karl@gnu.org>
16117
16118         * config/srclist.txt: unsync setenv.c, sigh.
16119
16120 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16121
16122         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
16123         Problem reported by Bruno Haible in:
16124         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
16125
16126 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16127
16128         * config/srclist.txt: Comment out argp-pvh.c.
16129
16130 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
16131
16132         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
16133         in case some system header has #define'd it.  Problem reported by
16134         Soeren D. Schulze in
16135         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
16136
16137 2004-09-09  Karl Berry  <karl@gnu.org>
16138
16139         * regex.[ch]: delete from the root.  These were supposed to be
16140                 synced with emacs cvs, but this has not happened for about
16141                 a year, and anyway nothing else uses emacs regex.[ch].
16142                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
16143                 lib/regex[.ch] is untouched.
16144
16145 2004-09-09  Bruno Haible  <bruno@clisp.org>
16146
16147         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
16148
16149 2004-09-09  Bruno Haible  <bruno@clisp.org>
16150
16151         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
16152         modifications.
16153         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
16154
16155 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16156
16157         * modules/xvasprintf: New file.
16158         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
16159
16160 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16161
16162         * lib/xvasprintf.h: New file.
16163         * lib/xvasprintf.c: New file.
16164         * lib/xasprintf.c: New file.
16165
16166 2004-09-08  Bruno Haible  <bruno@clisp.org>
16167
16168         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
16169
16170 2004-09-08  Bruno Haible  <bruno@clisp.org>
16171
16172         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
16173         length is > INT_MAX.
16174         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
16175         more.
16176
16177 2004-09-08  Bruno Haible  <bruno@clisp.org>
16178
16179         * lib/stdint_.h: New file, taken from GNU clisp.
16180
16181 2004-09-08  Bruno Haible  <bruno@clisp.org>
16182             Oskar Liljeblad  <oskar@osk.mine.nu>
16183
16184         * modules/stdint: New file.
16185         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
16186
16187 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16188
16189         Import from coreutils.
16190         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
16191         strings on unbounded length.  alloca's performance benefits aren't
16192         that important here.
16193         (V_STRDUP): Remove.
16194         (parse_with_separator): New function, with most of the internals
16195         of the old parse_user_spec.  Allow user to omit both user and group,
16196         for compatibility with FreeBSD.
16197         Clone only the user name, not the entire spec.
16198         Do not set *uid, *gid unless entirely successful.
16199         Avoid memory leak in some failing cases.
16200         Fix regression for USER.GROUP reported by Dmitry V. Levin in
16201         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
16202         (parse_user_spec): Rewrite to use parse_with_separator.
16203
16204 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16205
16206         * modules/userspec: Don't depend on alloca.
16207
16208 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16209
16210         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
16211
16212 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
16213
16214         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
16215         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
16216         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
16217
16218 2004-08-16  Simon Josefsson  <jas@extundo.com>
16219
16220         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
16221         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
16222         Add --dry-run for --import.
16223         Let user provided command line parameters override configure.ac
16224         settings.
16225
16226 2004-08-12  Simon Josefsson  <jas@extundo.com>
16227
16228         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
16229         as discussed with Paul Eggert in threads rooted at
16230         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
16231         and
16232         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
16233         Before, the test was empty, and relied on ELIDE_CODE in source
16234         code.)
16235         (gl_PREREQ_GETOPT): New macro.
16236         (gl_GETOPT): Use them.
16237
16238 2004-08-12  Simon Josefsson  <jas@extundo.com>
16239
16240         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
16241         * lib/getopt_.h: Renamed from getopt.h.
16242
16243 2004-08-12  Simon Josefsson  <jas@extundo.com>
16244
16245         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
16246         Change default library name from libfoo to libgnu.
16247         Now, if you have a configure.ac that says:
16248                 gl_SOURCE_BASE(gl)
16249                 gl_M4_BASE(gl/m4)
16250                 gl_MODULES(error getopt etcetera)
16251                 gl_INIT
16252         you can import all you need by running:
16253                 ../gnulib/gnulib-tool --import
16254
16255         * modules/getopt (Files): Rename getopt.h to getopt_.h.
16256         (Makefile.am): Rewrite, use logic from argz.
16257         (Include): Use <getopt.h> instead of "getopt.h".
16258
16259 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16260
16261         * modules/argp (Files): Add m4/unlocked-io.m4.
16262         (Depends-on): Add extensions.
16263
16264 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16265
16266         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
16267         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
16268         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
16269         Check for program_invocation_name, program_invocation_short_name,
16270         flockfile, funlockfile, features.h, _getopt_long_only_r.
16271
16272 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16273
16274         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
16275         its complicated substitute.
16276         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
16277         and program_invocation_name.
16278         (__argp_basename) [!_LIBC]: Remove; the only use was
16279         replaced by its body.
16280         (__argp_short_program_name): Change condition from
16281         !defined __argp_short_program_name to
16282         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
16283         to match argp-namefrob.h.
16284         (__argp_failure): Don't assume strerror_r returns char *.
16285         * lib/argp-parse.c (N_): Define unconditionally.
16286         (argp_default_options): Fill out initializers with 0 to avoid
16287         gcc warnings.
16288
16289 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16290
16291         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
16292         getopt1.c.
16293
16294 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16295
16296         Merge from coreutils.
16297
16298         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
16299
16300         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
16301         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
16302
16303 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16304
16305         Merge from coreutils.
16306
16307         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
16308         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
16309         for Reliant Unix 5.43.
16310
16311         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
16312         (union fooround): Use uintmax_t, not long int.
16313         The rest is a merge from libc:
16314         [defined _LIBC]: Include <shlib-compat.h>.
16315         (_obstack) [defined _LIBC]: Remove after 2.3.4.
16316
16317         * lib/settime.c (settime): Recode to avoid warning with
16318         Sun Forte C 6U2.
16319
16320         * lib/strverscmp.c: Convert to UTF-8.
16321
16322 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16323
16324         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
16325         m4/uintmax_t.m4.
16326
16327 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16328
16329         * modules/xalloc-die: New file.
16330         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
16331
16332         * modules/md5 (Files): Add m4/uint32_t.m4.
16333         * modules/sha1: Renamed from modules/sha.
16334         (Files):
16335         Rename lib/sha.h to lib/sha1.h.
16336         Rename lib/sha.c to lib/sha1.c.
16337         Rename m4/sha.m4 to m4/sha1.m4.
16338         (lib_SOURCES): Likewise.
16339         (configure.ac): Rename gl_SHA to gl_SHA1.
16340         (Include): sha.h -> sha1.h.
16341
16342 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16343
16344         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
16345         * m4/sha1.m4: Renamed from sha.m4.
16346         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
16347
16348 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16349
16350         * lib/obstack.h (obstack_empty_p):
16351         Don't assume that chunk->contents is suitably aligned.
16352         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
16353         Likewise. Problem reported by Benno in
16354         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
16355
16356         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
16357         readable.  This could be improved further but it'd take some work.
16358
16359 2004-08-08  Simon Josefsson  <jas@extundo.com>
16360
16361         * modules/xgethostname (Depends-on): Remove exit and error (not
16362         used).
16363
16364         * modules/getpass-gnu: Add getpass.h.
16365         (Depends-on): Add stdbool.
16366         * modules/getpass: Add getpass.h.
16367
16368 2004-08-08  Simon Josefsson  <jas@extundo.com>
16369
16370         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
16371         Check getpass declaration.
16372
16373 2004-08-08  Simon Josefsson  <jas@extundo.com>
16374
16375         * lib/xgethostname.c: Don't include error.h (not used).
16376
16377         * lib/getpass.h: Add.
16378         * lib/getpass.c: Include getpass.h first.
16379
16380 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
16381
16382         * lib/xalloc-die.c: New file.
16383         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
16384         All uses removed.
16385         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
16386         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
16387         xalloc-die.c.
16388         (_, N_, xalloc_die): Move to xalloc-die.c.
16389         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
16390         so that we needn't mess with xalloc_msg_memory_exhausted.
16391
16392         * lib/sha1.h: Renamed from sha.h.
16393         (SHA1_H): Renamed from _SHA_H.
16394         (sha1_ctx): Renamed from sha_ctx.
16395         (sha1_init_ctx): Renamed from sha_init_ctx.
16396         (sha1_process_block): Renamed from sha_process_block.
16397         (sha1_process_bytes): Renamed from sha_process_bytes.
16398         (sha1_finish_ctx): Renamed from sha_finish_ctx.
16399         (sha1_read_ctx): Renamed from sha_read_ctx.
16400         (sha1_stream): Renamed from sha_stream.
16401         (sha1_buffer): Renamed from sha_buffer.
16402         * lib/sha1.c: Likewise; renamed from sha.c.
16403         Do not include <sys/types.h>.
16404         Include <stddef.h> rather than <stdlib.h>.
16405
16406 2004-08-08  Bruno Haible  <bruno@clisp.org>
16407
16408         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
16409         FILESYSTEM_PREFIX_LEN.
16410         * lib/progreloc.c: Likewise.
16411         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
16412
16413 2004-08-06  Simon Josefsson  <jas@extundo.com>
16414
16415         * modules/progname (Depends-on): Don't depend on stdbool.
16416
16417 2004-08-06  Simon Josefsson  <jas@extundo.com>
16418
16419         * modules/getsubopt: New file.
16420         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16421         getsubopt.
16422
16423 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16424
16425         More merge from coreutils.
16426
16427         * m4/utimens.m4, m4/utimecmp.m4: New files.
16428         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
16429         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
16430         prereq.m4, sha.m4: Import changes from coreutils.
16431
16432 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16433
16434         More merge from coreutils.
16435         * modules/raise, modules/readtokens0, modules/utimens:
16436         * modules/utimecmp, module/xnanosleep: New files.
16437         * modules/strftime: Add lib/strftime.h.
16438         Change include from <time.h> to "strftime.h".
16439         * modules/yesno: Add lib/yesno.h.
16440         * modules/backupfile: Remove lib/addext.c.
16441         * modules/euidaccess: Add stat-macros.h.
16442         * modules/canonicalize, modules/euidaccess,
16443         modules/filemode, modules/lchown, modules/makepath,
16444         modules/rmdir, modules/stat: Likewise.
16445
16446 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16447
16448         Merge from tar.
16449         * lib/argp-help.c (make_hol, hol_append): Don't assume that
16450         SIZE_MAX is a valid preprocessor constant.
16451         (__argp_basename): Change from "#ifndef _LIBC"
16452         to "#ifndef __argp_short_program_name", so that
16453         we don't compile these functions for tar.
16454
16455         More merges from coreutils.
16456         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
16457         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
16458         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
16459         * lib/addext.c: Remove; no longer needed.
16460         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
16461         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
16462         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
16463         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
16464         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
16465         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
16466         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
16467         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
16468         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
16469         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16470         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
16471         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
16472         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
16473         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
16474         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
16475         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
16476         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
16477         Import changes from coreutils.
16478
16479 2004-08-05  Simon Josefsson  <jas@extundo.com>
16480
16481         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
16482
16483 2004-08-05  Simon Josefsson  <jas@extundo.com>
16484
16485         * m4/getsubopt.m4: New file.
16486
16487 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16488
16489         Merge from coreutils.
16490
16491         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
16492         * m4/getcwd-path-max.m4: New files.
16493
16494         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
16495         FILESYSTEM_PREFIX_LEN ->
16496         FILE_SYSTEM_PREFIX_LEN.
16497         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
16498         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
16499         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
16500         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
16501
16502         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
16503         prerequisite modules now handle the DOS stuff.
16504         Don't check for unistd.h.
16505
16506 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16507
16508         Merge from coreutils.
16509
16510         * lib/.gdb-history: Remove; this doesn't belong here.
16511
16512         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
16513         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
16514         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
16515         * lib/getcwd.c: New files.
16516
16517         * lib/dirname.h: Include <stdbool.h>.
16518         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
16519         for consistency with POSIX terminology.  All uses changed.
16520         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
16521         (strip_trailing_slashes): Use bool for booleans.
16522         * lib/stripslash.c (strip_trailing_slashes): Likewise.
16523
16524         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
16525         sometimes returns a positive errno value even when it succeeds.
16526         (print_errno_message) [!LIBC]: Fall back on strerror if
16527         __strerror_r fails.
16528
16529         * lib/path-concat.c (mempcpy): Don't define if a system header defines
16530         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
16531         (longest_relative_suffix): New function.
16532         (path_concat): Use it.  Assume first argument is not NULL.
16533         Port to DOS.  Omit redundant separators.
16534         Report an error instead of returning NULL.
16535         Use mempcpy instead of memcpy.
16536         (xpath_concat): Remove: not declared or used.
16537
16538         * lib/same.h: Include <stdbool.h>
16539         (same_name): Return bool, not int.
16540         * lib/same.c (same_name): Likewise.
16541         (errno): Don't declare; we assume C89 or better now.
16542
16543         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
16544         if not already defined.
16545
16546         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
16547         * lib/dup-safer.c (errno): Likewise.
16548
16549 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16550
16551         Merge from coreutils.
16552         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
16553         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
16554         * modules/path-concat: Don't depend on strdup.
16555
16556 2004-08-03  Simon Josefsson  <jas@extundo.com>
16557
16558         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
16559         * lib/progname.h: Don't include stdbool.h.
16560
16561 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16562
16563         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
16564         * MODULES.html.sh (func_all_modules): Remove fatal.
16565
16566 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16567
16568         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
16569
16570 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16571
16572         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
16573         working.
16574
16575 2004-08-02  Simon Josefsson  <jas@extundo.com>
16576
16577         * lib/getsubopt.h: New file, with comments from Bruno Haible.
16578         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
16579         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
16580
16581 2004-08-01  Simon Josefsson  <jas@extundo.com>
16582
16583         * lib/xgetdomainname.c: Include stdlib.h, for free().
16584
16585 2004-07-19  Bruno Haible  <bruno@clisp.org>
16586
16587         * MODULES.html.sh (func_all_modules): Add dummy.
16588
16589 2004-07-16  Simon Josefsson  <jas@extundo.com>
16590
16591         * modules/dummy: New file.
16592
16593 2004-07-16  Simon Josefsson  <jas@extundo.com>
16594
16595         * lib/dummy.c: New file.
16596
16597 2004-07-16  Bruno Haible  <bruno@clisp.org>
16598
16599         * lib/backupfile.h: Add extern "C" for C++.
16600         * lib/closeout.h: Likewise.
16601         * lib/copy-file.h: Likewise.
16602         * lib/findprog.h: Likewise.
16603         * lib/full-write.h: Likewise.
16604         * lib/pathname.h: Likewise.
16605         * lib/progname.h: Likewise.
16606         * lib/stpcpy.h: Likewise.
16607         * lib/stpncpy.h: Likewise.
16608         * lib/strcase.h: Likewise.
16609         * lib/strstr.h: Likewise.
16610         * lib/xalloc.h: Likewise.
16611
16612         * lib/mbswidth.h: Add extern "C" for C++.
16613         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
16614
16615 2004-07-13  Robert Millan  <robertmh@gnu.org>
16616
16617         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
16618
16619 2004-07-09  Simon Josefsson  <jas@extundo.com>
16620
16621         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
16622         failed without this.)
16623
16624 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16625
16626         * modules/chown (Files): Add lib/fchown-stub.c, since
16627         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
16628
16629 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16630
16631         * lib/fchown-stub.c: New file.
16632
16633 2004-06-24  Jim Meyering  <jim@meyering.net>
16634
16635         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
16636
16637 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16638
16639         * modules/argz: Omit "#include".
16640
16641         * MODULES.html.sh (func_all_modules): Add calloc, to match
16642         2004-06-01 addition of calloc module.
16643
16644 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16645
16646         * m4/argz.m4: New file, which is autoupdated from libtool.
16647
16648 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16649
16650         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
16651         libtool.
16652
16653 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16654
16655         * config/srclist-update: Don't insist on "USA." before the
16656         close-comment, as libtool omits the period and puts the */ on a
16657         separate line.
16658         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
16659         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
16660
16661 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
16662
16663         * modules/argz: New file.
16664         * MODULES.html.sh (func_all_modules): Add argz.
16665
16666 2004-06-12  Jim Meyering  <jim@meyering.net>
16667         and  Paul Eggert  <eggert@cs.ucla.edu>
16668
16669         * modules/hash (Files): Add lib/xalloc.h.
16670         * modules/pipe (Depends-on): Add wait-process.
16671         * modules/stat (Depends-on): Add xalloc.
16672         * modules/userspec (Files): Add lib/userspec.h.
16673         * modules/xstrto
16674
16675         Upgrade from gettext-0.13.
16676         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
16677         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
16678         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
16679
16680 2004-06-10  Jim Meyering  <jim@meyering.net>
16681
16682         * lib/calloc.c: New file.
16683
16684 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
16685
16686         * lib/getdate.y (yylex): Allow space between sign and number.
16687         Problem reported by Dan Jacobson.
16688
16689 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16690
16691         Merge from coreutils CVS.
16692
16693         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
16694         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
16695         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
16696         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
16697         xstrtol.m4: Fix copyright date and/or serial number.
16698
16699         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
16700         See if we need an fchown replacement.
16701         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
16702         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
16703         and use the replacement function if we detect either defect.
16704
16705         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
16706         gl_UTIMECMP.
16707
16708 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16709         and  Jim Meyering  <jim@meyering.net>
16710
16711         Merge from coreutils CVS.
16712
16713         * lib/stat-macros.h: New file, with contents from file-type.h
16714         and coreutils' system.h.
16715         * lib/file-type.c: Include "stat-macros.h".
16716         * lib/file-type.h (file_type): Move all macro definitions to new file,
16717         stat-macros.h.
16718
16719         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
16720         Wrap old code with this conditional.
16721         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
16722         function that does not dereference symlinks.
16723         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
16724
16725         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
16726         dependency problems.
16727         (xreadlink): Accept new arg SIZE, for efficiency.
16728         All decls and uses changed.
16729         * lib/xreadlink.h: Include <stddef.h>, for size_t.
16730
16731         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
16732         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
16733
16734         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
16735         sysexits.h.
16736
16737 2004-06-01  Jim Meyering  <jim@meyering.net>
16738
16739         * m4/calloc.m4: New file.
16740
16741 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
16742
16743         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
16744         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
16745         Also, fix a typo in a diagnostic.
16746
16747 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16748
16749         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
16750         or AC_FUNC_REALLOC.
16751
16752 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16753
16754         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
16755         macros to be defined.
16756         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
16757         the allocator returns NULL because the requested size is zero.
16758
16759 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16760
16761         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
16762         var.  Add comment explaining why libc still defines it.  This
16763         merges the following patch from glibc:
16764         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
16765
16766 2004-05-20  Andreas Schwab  <schwab@suse.de>
16767
16768         * m4/free.m4: Replace free if it not known to work, not the other
16769         way round.
16770
16771 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16772
16773         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
16774         present in glibc since revision 1.1 of this file.
16775         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
16776         obstack_alignment_mask, obstack_alloc, obstack_base,
16777         obstack_blank, obstack_blank_fast, obstack_chunk_size,
16778         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
16779         obstack_grow0, obstack_init, obstack_int_grow,
16780         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
16781         obstack_next_free, obstack_object_size, obstack_ptr_grow,
16782         obstack_ptr_grow_fast, obstack_room): Remove declarations of
16783         nonexistent functions.
16784
16785 2004-05-18  Karl Berry  <karl@gnu.org>
16786
16787         * config/srclist.txt: break link for vasnprintf.c.
16788
16789 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16790
16791         Port obstack to the AS/400, where pointers are 16 bytes wide and
16792         you cannot cast an integer to a valid pointer.  This patch is
16793         currently waiting to be integrated into glibc; see
16794         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
16795
16796         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
16797         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
16798         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
16799         (struct obstack): temp member is now a union of a pointer and
16800         an integer, instead of an integer.  All integer uses changed.
16801         This does not affect the physical layout of struct obstack,
16802         except on hosts (like the AS/400) where the size or alignment of
16803         void * is greater than that of ptrdiff_t.
16804         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
16805         __STDC__)]: Store temporary in pointer member of union, not
16806         integer member.
16807         * lib/obstack.c: Include <stddef.h>, for offsetof.
16808         (struct fooalign): Remove; it doesn't need a name.
16809         (union fooround): Change double to long double, and add void *.
16810         (DEFAULT_ALIGNMENT): Use offsetof to compute.
16811         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
16812         not a macro.  Hence the values are always int; so remove all
16813         casts-to-int in uses.
16814
16815 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16816
16817         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
16818         we can get this patch merged into glibc.
16819
16820 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16821             Paul Eggert  <eggert@cs.ucla.edu>
16822
16823         * m4/argp: Depend on alloca.
16824
16825 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16826             Paul Eggert  <eggert@cs.ucla.edu>
16827
16828         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
16829         freecoding.
16830
16831 2004-05-17  Bruno Haible  <bruno@clisp.org>
16832
16833         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
16834         precision that consists of a '.' followed by an empty digit string.
16835         Patch by Tor Lillqvist <tml@iki.fi>.
16836
16837 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16838
16839         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
16840         for backward compatibility with older code.  We need our own
16841         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
16842         it under some other name, and our alloca.h will define it.
16843
16844 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16845             Derek Price  <derek@ximbiot.com>
16846
16847         * lib/alloca.c: Include <alloca.h>, to get our interface.
16848         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
16849         include <alloca.h> first.  Use C89 prototype for alloca; this
16850         requires including <stddef.h> for size_t.  Use extern "C" if C++.
16851         Use #elif for simplicity, since we can assume C89 now.
16852         Don't try to source the system alloca.h since it will not be found
16853         and to prevent recursively including its replacement.
16854         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
16855         * lib/regex.c: Likewise.
16856
16857 2004-05-16  Derek Price  <derek@ximbiot.com>
16858             Paul Eggert  <eggert@cs.ucla.edu>
16859
16860         getline cleanup.  This changes the getndelim2 API: both order of
16861         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
16862         no delimiter).
16863
16864         * lib/getline.c: Don't include stddef.h or stdio.h, since our
16865         interface does that.
16866         (getline): Always use getdelim, so that we don't have two
16867         copies of this code.
16868         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
16869         if available.
16870         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
16871         (GETNDELIM2_MAXIMUM): New macro.
16872         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
16873         instead of the old practice of delim2==0.  All callers changed.
16874         Return -1 on overflow, instead of returning junk.
16875         Do not set *linesize unless allocation succeeds.
16876         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
16877         that we include sys/types.h.
16878         * lib/getnline.h: Likewise.
16879         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
16880         (getndelim2): Reorder arguments.
16881         * lib/getnline.c (getnline, getndelim):
16882         Don't discard the NMAX argument.
16883         (getnline): Invoke getndelim, to avoid code duplication.
16884         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
16885         of (size_t) -1 by callers of the getnline family.
16886
16887 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16888
16889         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
16890         Check for gettimeofday.
16891         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
16892         Check for settimeofday, stime.
16893
16894 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16895
16896         * lib/nanosleep.c (suspended): Change its type from int to
16897         sig_atomic_t volatile.
16898         (first_call): Make it private to rpl_nanosleep, and have it
16899         be zero initially as that's a bit faster.
16900         (my_usleep): Round up fractional times instead of truncating them,
16901         as this is the usual meaning for 'sleep'.
16902
16903         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
16904         doesn't work.
16905         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
16906         (ENOSYS): Define if not defined.
16907         (settime): Fall back on stime if it exists and settimeofday fails.
16908         But don't bother with fallbacks if a method fails with errno == EPERM.
16909
16910 2004-05-11  Jim Meyering  <jim@meyering.net>
16911
16912         Prior to this change, the save_cwd caller required read access to the
16913         current directory on most systems (ones with the fchdir function).
16914
16915         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
16916         fails, try write-only, and finally, resort to using xgetcwd.
16917
16918 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16919
16920         * lib/obstack.c, obstack.h: Import changes from libc.
16921
16922 2004-04-28  Bruno Haible  <bruno@clisp.org>
16923
16924         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
16925         also implicitly appends .exe to executables.
16926         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
16927         accepts Windows pathnames.
16928         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16929         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16930         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16931         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16932         Reported by Derek Robert Price <derek@ximbiot.com>.
16933
16934 2004-04-21  Karl Berry  <karl@gnu.org>
16935
16936         * config/srclist.txt (localcharset.c): break sync.
16937
16938 2004-04-20  Paul Eggert  <eggert@twinsun.com>
16939
16940         * m4/host-os.m4: Add a copyright notice.
16941
16942 2004-04-20  Jim Meyering  <jim@meyering.net>
16943
16944         Change UTILS_ to gl_ in AC_DEFINE'd names.
16945         Change utils_- and jm_-prefixed variables, too.
16946         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
16947         UTILS_FUNC_MKDIR_TRAILING_SLASH.
16948         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
16949
16950         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
16951         Don't emit trailing blanks.
16952         Also rename jm_-prefixed variables to have gl_ prefix.
16953
16954         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
16955         Also rename jm_-prefixed variables to have gl_ prefix.
16956
16957         * m4/jm-macros.m4: Reflect the renamings.
16958         * m4/prereq.m4: Likewise.
16959
16960 2004-04-20  Jim Meyering  <jim@meyering.net>
16961
16962         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
16963         memory.
16964
16965 2004-04-20  Jim Meyering  <jim@meyering.net>
16966             Bruno Haible  <bruno@clisp.org>
16967
16968         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
16969         memory when realloc fails.
16970
16971 2004-04-19  Jim Meyering  <jim@meyering.net>
16972
16973         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
16974         now that readutmp.c may call `free (0)'.
16975
16976 2004-04-19  Bruno Haible  <bruno@clisp.org>
16977
16978         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
16979         * m4/inttypes_h.m4: Likewise.
16980         * m4/stdint_h.m4: Likewise.
16981         * m4/intmax_t.m4: Likewise.
16982         * m4/uintmax_t.m4: Likewise.
16983
16984 2004-04-18  Jim Meyering  <jim@meyering.net>
16985
16986         * m4/prereq.m4: Don't forbid jm_ prefix.
16987
16988         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
16989         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
16990         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
16991         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
16992         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
16993         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
16994         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
16995         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
16996         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
16997         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
16998         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
16999         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
17000         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
17001         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
17002         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
17003         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
17004         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
17005         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
17006         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
17007
17008 2004-04-18  Jim Meyering  <jim@meyering.net>
17009
17010         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
17011         failure, don't leak memory and do call END_UTMP_ENT.
17012
17013 2004-04-16  Jim Meyering  <jim@meyering.net>
17014
17015         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
17016         coreutils' stat program.
17017         (gl_PREREQ): Don't require jm_PREREQ_STAT.
17018
17019 2004-04-11  Paul Eggert  <eggert@twinsun.com>
17020
17021         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
17022         C89.
17023         (CHAR_BIT): Remove, since we assume C89.
17024         Include <stdint.h> if available, as per current Autoconf CVS advice.
17025
17026 2004-03-31  Jim Meyering  <jim@meyering.net>
17027
17028         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
17029         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
17030         * m4/xalloc.m4: Likewise.
17031
17032 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17033
17034         Merge from coreutils.
17035
17036         * m4/inttostr.m4: New file.
17037         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
17038         Require AM_STDBOOL_H and gl_TIMESPEC instead.
17039         Require gl_CLOCK_TIME.
17040         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
17041
17042 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17043
17044         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
17045         not bool, to be more consistent with Unix conventions.
17046         Suggested by Bruno Haible.
17047
17048         Merge from coreutils.
17049
17050         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
17051         * lib/umaxtostr.c: New files.
17052
17053         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
17054         the usual <time.h> dance.
17055         (get_date): Change signature to support fractional time stamps.
17056         All callers changed.
17057         * lib/getdate.y: Include "getdate.h" first, as we can now
17058         assume C89 and don't need to worry about 'const'.
17059         Similarly, include "unlocked-io.h" near start, not in middle.
17060         Include <limits.h>.
17061         (textint.value): Use long int rather than int.
17062         (textint.digits): Use size_t rather than int.
17063         (BILLION, LOG10_BILLION): New constants.
17064         (parser_control): New member rel_ns.  Members day_ordinal,
17065         time_zone, month, day, hour, minutes, rel_year, rel_month,
17066         rel_day, rel_hour, rel_minutes, rel_seconds
17067         are now long int, not int.  Member seconds is now struct timespec,
17068         not int.  New member timespec_seen.  Members dates_seen, days_seen,
17069         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
17070         not int.
17071         (%union.intval): Now long int, not int.
17072         New member timespec.
17073         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
17074         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
17075         (spec): Now is a timespec or an item list.
17076         (timespec, items): New nonterminals.
17077         (time, rel, relunit, number, get_date):
17078         Add support for fractional seconds.
17079         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
17080         (gmtime, localtime, mktime): Remove decls; not needed with C89.
17081         (to_hour): First arg is now long int, not int.
17082         (to_year): Returns long int, not int.
17083         Don't treat year -70 like 70.
17084         (tm_diff): Returns long int, not int.
17085         (lookup_word): Use bool instead of int when appropriate.
17086         (yylex): Use size_t for count, not int.
17087         Detect overflow when parsing large integer constants.
17088         Add support for fractions.
17089         (get_date): Make pointers 'const' if possible.
17090         Use more-portable code to detect integer overflow.
17091         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
17092         Don't use ctime; it's not reliable if the year has >4 digits.
17093
17094         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
17095         This is for compatibility with BSD.
17096
17097         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
17098         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
17099         From coreutils' system.h.
17100
17101         * lib/userspec.c: Don't include "posixver.h".
17102         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
17103         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
17104         compatible extension.  Simplify code by removing a boolean int
17105         that was always nonzero if a string was nonnull.
17106
17107 2004-03-30  Jim Meyering  <jim@meyering.net>
17108
17109         Merge from coreutils.
17110
17111         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
17112         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
17113         on some systems one must include <grp.h> before it.
17114         Reported by Christian Krackowizer.
17115
17116 2004-03-30  Jim Meyering  <jim@meyering.net>
17117
17118         Merge from coreutils.
17119
17120         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
17121
17122         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
17123         an empty input stream.
17124
17125         * lib/readtokens.c: Include <stdbool.h>.
17126         (readtoken): Use `size_t' rather than int/long.
17127         All callers adjusted.
17128         Use `bool' rather than `int' where appropriate.
17129         Use memset rather than an explicit loop.
17130         Use x2nrealloc rather than xrealloc.
17131         Allow the use of `\0' as a delimiter.
17132         (readtokens): Likewise.
17133         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
17134
17135 2004-03-30  Jim Meyering  <jim@meyering.net>
17136
17137         * m4/realloc.m4: Remove file, since now it does no more than
17138         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
17139         the `configure.ac' section of module/realloc.
17140         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
17141
17142 2004-03-30  Bruno Haible  <bruno@clisp.org>
17143
17144         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
17145         nonnull.
17146
17147 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17148
17149         Merge changes to getloadavg.c from coreutils and Emacs.
17150
17151         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
17152         Define to an expression, not to the empty string.
17153         Include cloexec.h and xalloc.h.
17154         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
17155         Use set_cloexec_flag rather than rolling our own.
17156         * lib/cloexec.c, lib/cloexec.h: New files.
17157
17158 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17159
17160         * m4/cloexec.m4: New file.
17161
17162 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17163
17164         * lib/getopt.h: Sync with libc CVS.
17165
17166 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17167             Bruno Haible  <bruno@clisp.org>
17168
17169         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
17170         mbswidth.
17171
17172 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17173             Bruno Haible  <bruno@clisp.org>
17174
17175         * lib/mbswidth.h: Include <wchar.h> only if
17176         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
17177         <wchar.h>.
17178         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
17179
17180 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17181
17182         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
17183         Sync with libc CVS.
17184         * lib/getopt_int.h: New file, also synced from libc.
17185
17186 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17187
17188         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
17189         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
17190         Bring back getopt.c, getopt.h, getopt1.c.
17191
17192 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17193
17194         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
17195         All uses changed.  Check for sa_sigaction member; this fixes
17196         a bug first reported by Jason Andrade in
17197         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17198
17199 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17200
17201         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
17202         '#if' expressions.  Unlike the code it replaces, it does not
17203         depend on (defined _SC_PAGESIZE).  However, it does depend on
17204         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
17205         first reported by Jason Andrade in
17206         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17207
17208 2004-02-25  Simon Josefsson  <jas@extundo.com>
17209
17210         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
17211
17212 2004-02-25  Simon Josefsson  <jas@extundo.com>
17213
17214         * lib/strdup.h: New file.
17215         * lib/strdup.c: Include it.
17216         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
17217         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
17218
17219 2004-02-23  Karl Berry  <karl@gnu.org>
17220
17221         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
17222         (from fencepost.gnu.org:/gd/gnuorg).
17223
17224 2004-02-23  Karl Berry  <karl@gnu.org>
17225
17226         * config/srclistvars.sh (GNUORG) [karl]: redefine.
17227         * config/srclist.txt: add maintain/standards documents.
17228
17229 2004-02-18  Bruno Haible  <bruno@clisp.org>
17230
17231         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
17232         Reported by Derek Robert Price <derek@ximbiot.com>.
17233
17234 2004-02-16  Karl Berry  <karl@gnu.org>
17235
17236         * config/mkinstalldirs, install-sh: update from automake.
17237
17238 2004-02-06  Karl Berry  <karl@gnu.org>
17239
17240         * m4/po.m4: update from gettext 0.14.1.
17241
17242 2004-02-06  Karl Berry  <karl@gnu.org>
17243
17244         * lib/config.charset: update from gettext 0.14.1.
17245
17246 2004-02-05  Paul Eggert  <eggert@twinsun.com>
17247
17248         Add comments and code, prompted by suggestions from Bruno Haible
17249         for sh-quote.
17250         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
17251         describing the enum quoting_style values.
17252         * lib/quotearg.c (quotearg_alloc): New function.
17253         (quotearg_buffer_restyled): Treat lone { and } as special.
17254         Treat = as special.  Work around bug with older shells
17255         that "see" a '\' that is really the 2nd byte of a multibyte char.
17256         Quote empty string with shell_quoting_style.
17257
17258 2004-02-03  Bruno Haible  <bruno@clisp.org>
17259
17260         * m4/pipe.m4: New file, from GNU gettext.
17261
17262 2004-02-03  Bruno Haible  <bruno@clisp.org>
17263
17264         * lib/pipe.h: New file, from GNU gettext.
17265         * lib/pipe.c: New file, from GNU gettext.
17266
17267 2004-01-27  Bruno Haible  <bruno@clisp.org>
17268
17269         * m4/execute.m4: New file, from GNU gettext.
17270
17271 2004-01-27  Bruno Haible  <bruno@clisp.org>
17272
17273         * lib/execute.h: New file, from GNU gettext.
17274         * lib/execute.c: New file, from GNU gettext.
17275         * lib/w32spawn.h: New file, from GNU gettext.
17276
17277 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17278
17279         Merge from diffutils.
17280
17281         * lib/file-type.c (file_type): Add typed memory objects.
17282         * lib/file-type.h (S_TYPEISTMO): New macro.
17283
17284         * lib/c-stack.h (c_stack_action): Remove argv argument.
17285         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
17286         (die): Don't calculate message unless segv_action returns.
17287         (get_stack_location, min_address_from_argv, max_address_from_argv,
17288         volatile stack_base, volatile_stack_size): Remove.
17289         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
17290         that every segmentation violation is a stack overflow.  (Ouch!)
17291         See Debian bug 136249 (still outstanding) for more info about why
17292         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
17293
17294 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17295
17296         Exit-status fix from coreutils.
17297
17298         Use exit_failure consistently in place of EXIT_FAILURE,
17299         so that program exit statuses are consistent on failure.
17300
17301         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
17302         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
17303         * lib/argmatch.h: Comment fix to match the above.
17304         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
17305         Now a macro referring to exit_failure, instead of a separate
17306         variable.  Include "exitfail.h" to get it.
17307         * lib/xstrtol.h: Include "exitfail.h".
17308         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
17309
17310         * lib/long-options.c (parse_long_options): Use prototype
17311         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
17312         for clarity.
17313
17314 2004-01-21  Jim Meyering  <jim@meyering.net>
17315
17316         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
17317         so as not to conflict with a different-sized __mktime_internal
17318         function in GNU libc.
17319         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
17320         Problem building statically-linked `ls' reported by Michael Brunnbauer.
17321
17322 2004-01-20  Karl Berry  <karl@gnu.org>
17323
17324         * config/config.guess: update from config.
17325
17326         * config/srclistvars.sh: GNUWWWLICENSES for karl.
17327
17328 2004-01-20  Bruno Haible  <bruno@clisp.org>
17329
17330         Safer stack allocation.
17331         * lib/setenv.c: Include allocsa.h.
17332         (alloca): Remove fallback definition.
17333         (freea): Remove macro.
17334         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
17335         instead of freea.
17336
17337 2004-01-20  Bruno Haible  <bruno@clisp.org>
17338
17339         * m4/eealloc.m4: New file, from GNU gettext.
17340
17341 2004-01-20  Bruno Haible  <bruno@clisp.org>
17342
17343         * m4/allocsa.m4: New file, from GNU gettext.
17344
17345 2004-01-20  Bruno Haible  <bruno@clisp.org>
17346
17347         * lib/xallocsa.h: New file, from GNU gettext.
17348         * lib/xallocsa.c: New file, from GNU gettext.
17349
17350 2004-01-20  Bruno Haible  <bruno@clisp.org>
17351
17352         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
17353
17354 2004-01-20  Bruno Haible  <bruno@clisp.org>
17355
17356         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
17357         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
17358         specially.
17359
17360 2004-01-20  Bruno Haible  <bruno@clisp.org>
17361
17362         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
17363         patch.
17364
17365 2004-01-20  Bruno Haible  <bruno@clisp.org>
17366
17367         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
17368
17369 2004-01-20  Bruno Haible  <bruno@clisp.org>
17370
17371         * lib/eealloc.h: New file.
17372
17373 2004-01-20  Bruno Haible  <bruno@clisp.org>
17374
17375         * lib/binary-io.h: Avoid warnings on Cygwin.
17376
17377 2004-01-20  Bruno Haible  <bruno@clisp.org>
17378
17379         * lib/allocsa.h: New file, from GNU gettext.
17380         * lib/allocsa.c: New file, from GNU gettext.
17381
17382 2004-01-18  Karl Berry  <karl@gnu.org>
17383
17384         * doc/gpl.texi, doc/lgpl.texi: new files.
17385
17386 2004-01-18  Karl Berry  <karl@gnu.org>
17387
17388         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
17389         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
17390
17391 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17392
17393         Merge from coreutils.
17394
17395         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
17396         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
17397         (gl_DEFAULT_POSIX2_VERSION): Move
17398         the documentation from 'configure' into 'config.hin',
17399         so that 'configure --help' isn't burdened by it and
17400         we don't have to worry about its formatting there.
17401         Reword the documentation so that it's more succinct
17402         and can be run together into a single paragraph.
17403         * m4/same.m4 (gl_SAME): Check for pathconf.
17404
17405 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17406
17407         Merge from coreutils.
17408
17409         * lib/posixver.c: Include posixver.h.
17410
17411         * lib/same.c: Include <stdbool.h>, <limits.h>.
17412         (_POSIX_NAME_MAX): Define if not defined.
17413         (MIN): New macro.
17414         (same_name): If file names are silently truncated, report
17415         that the file names are the same if they are the same after
17416         the silent truncation.
17417
17418         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
17419         conversion function.
17420         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
17421         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
17422         longer needed.
17423
17424 2004-01-15  Jim Meyering  <jim@meyering.net>
17425
17426         Merge from coreutils.
17427
17428         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
17429         if no library is required.
17430         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
17431         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
17432         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
17433         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
17434         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
17435         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
17436         value, $ac_cv_search_crypt, if it's "none required".
17437         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
17438         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
17439         not gl_FUNC_GETLOADAVG.
17440         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
17441         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
17442
17443 2004-01-15  Jim Meyering  <jim@meyering.net>
17444
17445         Merge from coreutils.
17446
17447         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
17448         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
17449         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
17450
17451         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
17452         optional configure-time default.
17453
17454         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17455
17456         * lib/xreadlink.c (xreadlink): Correct outdated comment.
17457
17458 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
17459
17460         Merge from coreutils.
17461
17462         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
17463         value, $ac_cv_search_nanosleep, if it's "none required".
17464
17465 2004-01-14  Paul Eggert  <eggert@twinsun.com>
17466
17467         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
17468         with like-named macro in fnmatch.c.
17469         (EXT): Use an internal constant instead.
17470
17471         Merge fnmatch patches from glibc.
17472         * lib/fnmatch.c (mbsinit): Remove define.
17473         Add libc_hidden_ver (__fnmatch, fnmatch).
17474         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
17475         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
17476
17477 2004-01-14  Karl Berry  <karl@gnu.org>
17478
17479         * config/install-sh: update from automake.
17480
17481 2004-01-13  Karl Berry  <karl@gnu.org>
17482
17483         * config/install-sh: update from automake.
17484
17485 2004-01-09  Karl Berry  <karl@gnu.org>
17486
17487         * config/install-sh: update from automake.
17488
17489 2004-01-05  Karl Berry  <karl@gnu.org>
17490
17491         * config/config.{sub,guess}: update from config.
17492
17493 2003-12-31  Karl Berry  <karl@gnu.org>
17494
17495         * config/depcomp: update from automake.
17496
17497 2003-12-14  Karl Berry  <karl@gnu.org>
17498
17499         * lib/config.charset: update from gettext-runtime.
17500
17501 2003-12-03  Paul Eggert  <eggert@twinsun.com>
17502
17503         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
17504         Bug reported by Alfred M. Szmidt.
17505
17506 2003-12-03  Bruno Haible  <bruno@clisp.org>
17507
17508         * m4/gettext.m4: Upgrade from gettext-0.13.
17509         * m4/po.m4: Upgrade from gettext-0.13.
17510         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
17511         * m4/intmax.m4: New file, from gettext-0.13.
17512         * m4/printf-posix.m4: New file, from gettext-0.13.
17513
17514 2003-11-29  Karl Berry  <karl@gnu.org>
17515
17516         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
17517
17518 2003-11-25  Paul Eggert  <eggert@twinsun.com>
17519             Bruno Haible  <bruno@clisp.org>
17520
17521         * lib/printf-parse.h: Don't include sys/types.h.
17522         (ARG_NONE): New macro.
17523         (char_directive): Change type of *arg_index fields to size_t.
17524         * lib/printf-parse.c: Don't include sys/types.h.
17525         (SSIZE_MAX): Remove macro.
17526         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
17527         Remove unnecessary overflow check.
17528         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
17529         fields.
17530
17531 2003-11-25  Bruno Haible  <bruno@clisp.org>
17532
17533         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
17534
17535 2003-11-25  Bruno Haible  <bruno@clisp.org>
17536
17537         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
17538         gt_TYPE_SSIZE_T.
17539
17540 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17541
17542         * modules/alloca: Remove dependency on xalloc.
17543
17544 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17545
17546         * lib/alloca.c: Remove dependency on xalloc module.
17547         (xalloc_die): Remove.
17548         (memory_full) [!defined emacs]: New macro.
17549         [!defined emacs]: Don't include xalloc.h.
17550         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
17551         address arithmetic overflows.  Change datatypes a bit to avoid
17552         unnecessary casts.
17553
17554 2003-11-22  Jim Meyering  <jim@meyering.net>
17555
17556         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
17557         s/size/size_t/.
17558
17559 2003-11-21  Karl Berry  <karl@gnu.org>
17560
17561         * config/config.{sub,guess}: update from config.
17562
17563 2003-11-18  Karl Berry  <karl@gnu.org>
17564
17565         * config/config.{sub,guess}: update from config.
17566
17567         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
17568
17569 2003-11-17  Paul Eggert  <eggert@twinsun.com>
17570
17571         * README: Mention that S+T cannot overflow if S is the size of
17572         an existing object and T is sufficiently small.
17573
17574 2003-11-17  Jim Meyering  <jim@meyering.net>
17575
17576         On systems without utime and without a utimes function capable of
17577         dealing with a NULL struct utimbuf* argument, this utime replacement
17578         could -- in unusual circumstances -- leak a file descriptor.
17579         * lib/utime.c: Include <unistd.h> and <errno.h>.
17580         (utime_null): Be sure to close `fd' and to preserve errno.
17581         Reported by Geoff Collyer via Arnold Robbins.
17582
17583 2003-11-17  Bruno Haible  <bruno@clisp.org>
17584
17585         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
17586         (Depends-on): Add xsize.
17587
17588 2003-11-17  Bruno Haible  <bruno@clisp.org>
17589
17590         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
17591
17592 2003-11-17  Bruno Haible  <bruno@clisp.org>
17593
17594         * lib/vasnprintf.c (alloca): Remove fallback definition.
17595         (freea): Remove definition.
17596         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
17597         Reported by Paul Eggert.
17598
17599 2003-11-16  Paul Eggert  <eggert@twinsun.com>
17600             Bruno Haible  <bruno@clisp.org>
17601
17602         Protect against address arithmetic overflow.
17603         * lib/printf-args.h: Include stddef.h.
17604         (arguments): Change type of field 'count' to size_t.
17605         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
17606         'unsigned int' where appropriate.
17607         * lib/printf-parse.h: Include sys/types.h.
17608         (char_directive): Change type of *arg_index fields to ssize_t.
17609         (char_directives): Change type of fields 'count', max_*_length to
17610         size_t.
17611         * lib/printf-parse.c: Include sys/types.h and xsize.h.
17612         (SSIZE_MAX): Define fallback value.
17613         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
17614         instead of 'int' where appropriate. Check a_allocated, d_allocated
17615         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
17616         * lib/vasnprintf.c: Include xsize.h.
17617         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
17618         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
17619         overflow. Avoid wraparound when converting a width or precision from
17620         decimal to binary.
17621
17622 2003-11-16  Bruno Haible  <bruno@clisp.org>
17623
17624         Update from GNU gettext.
17625         * lib/printf-parse.c: Generalize to it can be compiled for wide
17626         strings.
17627         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
17628         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
17629         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
17630         SNPRINTF): New macros.
17631         Don't include <alloca.h> if the file is used inside libintl.
17632         (local_wcslen): New function, for Solaris 2.5.1.
17633         (VASNPRINTF): Use it instead of wcslen.
17634
17635 2003-11-16  Bruno Haible  <bruno@clisp.org>
17636
17637         * lib/xsize.h (xmax): New function.
17638         (xsum, xsum3, xsum4): Declare as "pure" functions.
17639
17640 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17641
17642         * modules/xalloc (Files): Undo latest change, since xalloc.h
17643         no longer needs SIZE_MAX or PTRDIFF_MAX.
17644
17645 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17646
17647         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
17648         gl_PTRDIFF_MAX.
17649
17650 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17651
17652         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
17653         "return", to pacify some unknown compiler.  Problem reported
17654         by Joerg Schilling.
17655
17656 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17657
17658         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
17659         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
17660         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
17661         heuristic is just as accurate as far as we know, and it removes a
17662         dependency on size_max.m4 and ptrdiff_max.m4.
17663
17664 2003-11-11  Bruno Haible  <bruno@clisp.org>
17665
17666         * modules/xsize (Files): Add m4/size_max.m4.
17667         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
17668
17669 2003-11-11  Bruno Haible  <bruno@clisp.org>
17670
17671         * m4/size_max.m4: New file.
17672         * m4/ptrdiff_max.m4: New file.
17673         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
17674         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
17675         (gl_XALLOC): Invoke it.
17676
17677 2003-11-11  Bruno Haible  <bruno@clisp.org>
17678
17679         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
17680         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
17681         defined.
17682
17683 2003-11-10  Paul Eggert  <eggert@twinsun.com>
17684
17685         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
17686         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
17687         rejected some allocations of exactly SIZE_MAX - 2 bytes.
17688         From Bruno Haible.
17689         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
17690         not (size_t) -1, since it's defined here.
17691
17692 2003-11-09  Karl Berry  <karl@gnu.org>
17693
17694         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
17695
17696 2003-11-06  Paul Eggert  <eggert@twinsun.com>
17697
17698         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
17699         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
17700         Reject sizes of exactly SIZE_MAX bytes.
17701         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
17702         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
17703
17704 2003-11-05  Bruno Haible  <bruno@clisp.org>
17705
17706         * lib/xsize.h: Include limits.h, to avoid a possible collision with
17707         SIZE_MAX defined in <limits.h> on Solaris.
17708
17709 2003-11-04  Jim Meyering  <jim@meyering.net>
17710
17711         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
17712         variable names, rather than @VAR@.
17713         * modules/poll: Likewise.
17714
17715 2003-11-04  Bruno Haible  <bruno@clisp.org>
17716
17717         * modules/xsize: New file.
17718         * modules/linebreak: Depend on xsize.
17719         * MODULES.html.sh (func_all_modules): Add xsize.
17720
17721 2003-11-04  Bruno Haible  <bruno@clisp.org>
17722
17723         * m4/xsize.m4: New file.
17724
17725 2003-11-04  Bruno Haible  <bruno@clisp.org>
17726
17727         * lib/xsize.h: New file.
17728         * lib/linebreak.c: Include xsize.h.
17729         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
17730         argument for overflow.
17731         Suggested by Paul Eggert.
17732
17733 2003-11-03  Karl Berry  <karl@gnu.org>
17734
17735         * config/config.{guess,sub}: update from config.
17736
17737 2003-11-03  Jim Meyering  <jim@meyering.net>
17738
17739         * modules/userspec (lib_SOURCES): Add userspec.h.
17740         (Include): Add "userspec.h".
17741         Improve description.
17742
17743 2003-11-03  Jim Meyering  <jim@meyering.net>
17744
17745         * lib/userspec.c: Include "userspec.h".
17746         * lib/userspec.h: New file.
17747
17748 2003-11-03  Bruno Haible  <bruno@clisp.org>
17749
17750         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
17751
17752 2003-11-03  Bruno Haible  <bruno@clisp.org>
17753
17754         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
17755         available, to avoid (extremely rare) race condition.
17756         Suggested by Paul Eggert.
17757
17758 2003-11-02  Karl Berry  <karl@gnu.org>
17759
17760         * config/srclist.txt (vasprintf.c): sync broken, sigh.
17761
17762 2003-10-31  Paul Eggert  <eggert@twinsun.com>
17763
17764         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
17765         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
17766         (read_filesystem_list): Set and use me_type_malloced.
17767         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
17768         whatever the type happens to be), for brevity and consistency.
17769         Check for size calculation overflow on Alphas running OSF/1.
17770
17771 2003-10-31  Jim Meyering  <jim@meyering.net>
17772
17773         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
17774
17775         * lib/linebuffer.c: Include <string.h> for declaration of memset.
17776
17777 2003-10-30  Paul Eggert  <eggert@twinsun.com>
17778             Bruno Haible  <bruno@clisp.org>
17779
17780         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
17781         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
17782
17783 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
17784
17785         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
17786         netbsd*-gnu*.  Suggested by Robert Millan.
17787
17788 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17789
17790         * modules/group-member: Depend on stdbool.
17791
17792 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17793
17794         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
17795
17796 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17797
17798         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
17799         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
17800         after the 'gnu' in these cases.  This fixes some bugs in the
17801         previous change, and is based on suggestions by Robert Millan.
17802
17803 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17804
17805         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
17806         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
17807         no longer needed.
17808         * lib/quotearg.c (quotearg_n_options): Use it.
17809         * lib/group-member.c: Include <stdbool.h>.
17810         (free_group_info): Arg is now const *; don't free arg.
17811         (get_group_info): Now returns bool and accepts struct group_info *,
17812         rather than returning a malloc'ed struct group_info *.
17813         All uses changed.  Check for overflow in internal size calculation.
17814
17815         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
17816         rather than xmalloc/xrealloc.
17817         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
17818         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
17819         conformance bug: the old code used a pointer after freeing the
17820         storage that it addressed.
17821         * lib/hash.c (hash_initialize): Simplify the code by using
17822         xalloc_oversized rather than doing it by hand.
17823         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
17824         the buffer preserved.  Use free and xmalloc instead.
17825         * lib/quotearg.c (quotearg_n_options): Likewise.
17826         Use a simpler test for size overflow.  Don't use xalloc_oversized
17827         because unsigned int might be wider than size_t (!); this suggests
17828         that we should switch from unsigned int to size_t for slot numbers.
17829
17830 2003-10-28  Paul Eggert  <eggert@twinsun.com>
17831
17832         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
17833         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
17834         NetBSD kernels.  Requested by Richard Stallman.
17835
17836 2003-10-27  Paul Eggert  <eggert@twinsun.com>
17837
17838         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
17839         to allocate the returned structure.  Do not allocate a subarray,
17840         as x2nrealloc will do that.
17841         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
17842         instead of xnrealloc.
17843         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
17844
17845 2003-10-27  Bruno Haible  <bruno@clisp.org>
17846
17847         * lib/stdbool_.h: Better support for BeOS.
17848
17849 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17850
17851         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
17852         now uses inline.
17853
17854 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17855
17856         * lib/xalloc.h (xalloc_oversized): New static inline function, for
17857         callers that want to do their own size-overflow checking.  Include
17858         <stdbool.h>, since xalloc_oversized returns bool.
17859         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
17860         to use xalloc_oversized.
17861
17862         Add two functions x2realloc, x2nrealloc, for programs that grow
17863         arrays dynamically by doubling their sizes.
17864         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
17865         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
17866         New functions.
17867
17868         Port to C99 semantics for 'inline' of external functions.
17869         Bug reported by Bruno Haible.
17870         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
17871         with the old contents of xnmalloc.
17872         (xnmalloc, xmalloc): Use it.
17873         (xnrealloc_inline): New static inline function,
17874         with the old contents of xnrealloc.
17875         (xnrealloc, xrealloc): Use it.
17876
17877         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
17878         that.
17879
17880 2003-10-26  Karl Berry  <karl@gnu.org>
17881
17882         * config/srclist.txt (COPYING.DOC): no longer available from
17883         /gd/gnuorg; don't know where the ultimate source is.
17884
17885 2003-10-25  Paul Eggert  <eggert@twinsun.com>
17886
17887         Fix several address-calculation bugs in the hash modules,
17888         plus some minor code cleanup.
17889
17890         * lib/hash.h: Include <stdbool.h>, for bool.
17891         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
17892         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
17893         hash_get_n_entries, hash_get_max_bucket_length,
17894         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
17895         hash_rehash): Use size_t rather than unsigned.
17896         * lib/hash.c (struct hash_table, hash_get_n_buckets,
17897         hash_get_n_buckets_used, hash_get_n_entries,
17898         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
17899         hash_get_entries, hash_do_for_each, hash_string, is_prime,
17900         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
17901         Likewise.
17902         (SIZE_MAX): Define if not defined.
17903         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
17904         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
17905         hash_print):
17906         Use const * when possible.
17907         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
17908         (check_tuning): Fix bug: if tuning parameters were very close to
17909         0 or 1, rounding errors could have caused subscript violations.
17910         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
17911         (hash_initialize): Add 'fail:' label
17912         to free table and return NULL, and use it to simplify code.
17913         Use calloc rather than clearing the storage ourself.
17914         (hash_initialize, hash_rehash): Check for arithmetic overflow in
17915         buffer size calculations.
17916         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
17917         Include <stddef.h>, for size_t.
17918         * lib/hash-pjw.c (hash_pjw): Likewise.
17919         Switch to method described by Bruno Haible.
17920         Include <limits.h>, for CHAR_BIT.
17921         (SIZE_BITS): New macro.
17922
17923 2003-10-23  Paul Eggert  <eggert@twinsun.com>
17924
17925         * m4/getline.m4 (AM_FUNC_GETLINE):
17926         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
17927         hosts.  Problem reported by Derek Robert Price in
17928         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
17929         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
17930         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
17931
17932 2003-10-21  Paul Eggert  <eggert@twinsun.com>
17933
17934         * lib/getndelim2.c (getndelim2): When size calculation overflows,
17935         ceiling the allocation at NMAX bytes rather than silently
17936         discarding input bytes before NMAX is reached.  This makes
17937         a difference only if NMAX exceeds SIZE_MAX / 2.
17938
17939         * lib/obstack.c: Merge from glibc.
17940         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
17941         Add libc_hidden_def (_obstack_newchunk).
17942         (_obstack_free) [! defined _LIBC]: Remove.
17943         [defined _LIBC]: Make a strong alias from obstack_free, rather than
17944         a clone of the function body.
17945         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
17946         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
17947
17948         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
17949         glibc.
17950         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
17951         arg to memcpy.
17952
17953         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
17954         (obstack_ptr_grow_fast, obstack_int_grow_fast):
17955         Don't use lvalue casts, as GCC plans to remove support for them
17956         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
17957         was also present in the non-GCC version, indicating that this
17958         code had always been buggy and had never been widely used.
17959         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
17960         Use the fast variant of each macro, rather than copying the
17961         definiens of the fast variant; that way, we'll be more likely to
17962         catch future bugs in the fast variants.
17963
17964 2003-10-20  Bruno Haible  <bruno@clisp.org>
17965
17966         * modules/wait-process: New file.
17967         * MODULES.html.sh (func_all_modules): Add wait-process.
17968
17969 2003-10-20  Bruno Haible  <bruno@clisp.org>
17970
17971         * m4/wait-process.m4: New file.
17972
17973 2003-10-20  Bruno Haible  <bruno@clisp.org>
17974
17975         * lib/wait-process.h: New file, from GNU gettext.
17976         * lib/wait-process.c: New file, from GNU gettext.
17977
17978 2003-10-19  Jim Meyering  <jim@meyering.net>
17979
17980         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
17981         HPUX 10.20.
17982
17983 2003-10-18  Karl Berry  <karl@gnu.org>
17984
17985         * config/config.guess: update from config.
17986
17987 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17988
17989         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
17990         (getgroups): First arg is int, not size_t.
17991         Don't let 'free' mangle errno.
17992
17993 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17994
17995         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
17996
17997 2003-10-16  Karl Berry  <karl@gnu.org>
17998
17999         * config/config.{guess,sub}: update from config.
18000
18001 2003-10-16  Jim Meyering  <jim@meyering.net>
18002
18003         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
18004         memcpy.
18005
18006 2003-10-15  Paul Eggert  <eggert@twinsun.com>
18007
18008         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
18009         (SIZE_MAX): Remove.
18010         (new_exclude, add_exclude_file): Initial size no longer needs to
18011         be a power of 2.
18012         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
18013         our own address arithmetic overflow checking.
18014
18015         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
18016         (fnmatch): Do not alloca more than 2000 wide characters;
18017         instead, use malloc for large buffers.
18018         Check for address arithmetic overflow, and return -1
18019         with errno set to ENOMEM in that case.
18020         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
18021         (NEW_PATTERN): Do not alloca more than 8000 bytes;
18022         instead, return -1.  Check for address arithmetic overflow.
18023
18024 2003-10-14  Paul Eggert  <eggert@twinsun.com>
18025
18026         Handle invalid suffixes and overflow independently, so that
18027         callers can treat them independently as needed.  Fix some bugs in
18028         suffix handling, e.g., "100k@" was not diagnosed as an invalid
18029         suffix for a human-readable blocksize.  The major caller-visible
18030         change is the addition of a new
18031         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
18032         that both overflow and suffix chars were found.
18033
18034         * lib/human.c (humblock): Don't check separately for invalid suffix
18035         char; that is xstrtoumax's job (now that its bug is fixed).
18036         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
18037         INTMAX_MAX]: New macros.
18038         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
18039         TYPE_MAXIMUM): New macros.
18040         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
18041         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
18042         if overflow occurs, as it's what __strtol does and it's more useful
18043         in practice.
18044         (__xstrtol): If __strtol reports some error other than ERANGE,
18045         reflect it to the caller as LONGINT_INVALID.  If it reports
18046         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
18047         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
18048         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
18049         value.
18050         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
18051         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
18052         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
18053         [defined UINTMAX_MAX]: New macros.
18054
18055 2003-10-14  Bruno Haible  <bruno@clisp.org>
18056
18057         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
18058
18059 2003-10-14  Bruno Haible  <bruno@clisp.org>
18060
18061         * m4/sig_atomic_t: New file, from GNU gettext.
18062         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
18063
18064 2003-10-14  Bruno Haible  <bruno@clisp.org>
18065
18066         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
18067         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
18068         Also use volatile where needed.
18069
18070 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18071
18072         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
18073         Change maintainer from Bruno Haible to 'all'.
18074
18075 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18076
18077         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
18078
18079 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18080
18081         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
18082         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
18083         and define in terms of the other primitives.
18084         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
18085         (SIZE_MAX): Define if not already defined.
18086         (array_size_overflow): New function.
18087         (xalloc_die): Abort instead of exiting if 'error' returns.
18088         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
18089         (xmalloc, xrealloc): Use them.
18090         (xcalloc): Check for address arithmetic overflow.
18091         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
18092         a bit faster than strcpy.
18093
18094 2003-10-10  Simon Josefsson  <jas@extundo.com>
18095
18096         * modules/argp (Depends-on): Add restrict and strcase.
18097
18098 2003-10-10  Simon Josefsson  <jas@extundo.com>
18099
18100         * m4/argp.m4: Add AC_C_INLINE.
18101
18102 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18103
18104         Merge getpass from libc, plus a few fixes.
18105
18106         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
18107         Include <stdbool.h>.
18108         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
18109         __fsetlocking to empty.
18110         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
18111         do include <bits/libc-lock.h>.
18112         Do not include <fcntl.h>; not needed.
18113         [_LIBC]: Include <wchar.h>.
18114         (NOTCANCEL_MODE): New macro.
18115         (flockfile, funlockfile) [_LIBC]: New macros.
18116         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
18117         [!_LIBC]: New macros.
18118         (call_fclose): New function.
18119         (getpass): Use it.  Save tty stream separately; this simplifies the
18120         code and makes it more reliable if stdin happens to equal stdout.
18121         Invoke __fsetlocking on tty.
18122         Handle thread cancellation if needed.
18123         Namespace cleanup (use __tcgetattr, __getline).
18124         Use bool for Booleans.
18125         [USE_IN_LIBIO]: Handle wide streams.
18126         [!_LIBC]: Unconditionally do the fseek, since we don't know what
18127         stream might go where.
18128
18129         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
18130         doesn't have to include <stdio.h> before us.
18131         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
18132         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
18133         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
18134         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
18135         if not declared, so that we can use getpass.c code from libc without
18136         rewriting it.
18137         (flockfile, ftrylockfile, funlockfile): New macros.
18138
18139 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18140
18141         * modules/getpass: Depend on stdbool.
18142
18143 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18144
18145         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
18146
18147 2003-10-07  Karl Berry  <karl@gnu.org>
18148
18149         * config/config.{guess,sub}: update from config.
18150
18151 2003-10-06  Jim Meyering  <jim@meyering.net>
18152             Bruno Haible  <bruno@clisp.org>
18153
18154         This lets translators provide better translations for the
18155         "Written by ..." part of --version output.
18156         * lib/version-etc.h: Include stdarg.h.
18157         (version_etc_copyright): Declare as readonly.
18158         (version_etc): Make this function variadic with a NULL-terminated list
18159         of author name strings.
18160         (version_etc_va): New declaration.
18161         * lib/version-etc.c: Include stdarg.h, stdlib.h.
18162         (version_etc_copyright): Declare as readonly.
18163         (version_etc_va): New function. Provide a different translatable string
18164         for each possible number of authors < 10. Abbreviate when there are 10
18165         authors or more.
18166         (version_etc): Make this function variadic. Call version_etc_va.
18167         Suggestion from Gary V. Vaughan.
18168
18169         * lib/long-options.h (parse_long_options): Change prototype: the
18170         authors string is moved to the end and becomes variadic.
18171         * lib/long-options.c: Include stdarg.h.
18172         (parse_long_options): Make this function variadic, too.
18173         Call version_etc_va, not version_etc.
18174
18175 2003-10-06  Bruno Haible  <bruno@clisp.org>
18176
18177         * modules/version-etc-2: Remove file.
18178         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
18179
18180 2003-10-06  Bruno Haible  <bruno@clisp.org>
18181
18182         * modules/fatal-signal: New file.
18183         * MODULES.html.sh (func_all_modules): Add fatal-signal.
18184
18185 2003-10-06  Bruno Haible  <bruno@clisp.org>
18186
18187         * m4/fatal-signal.m4: New file.
18188         * m4/signalblocking.m4: New file, from GNU gettext.
18189
18190 2003-10-06  Bruno Haible  <bruno@clisp.org>
18191
18192         * lib/version-etc-2.h: Remove file.
18193         * lib/version-etc-2.c: Remove file.
18194
18195 2003-10-06  Bruno Haible  <bruno@clisp.org>
18196
18197         * lib/fatal-signal.h: New file, from GNU gettext.
18198         * lib/fatal-signal.c: New file, from GNU gettext.
18199
18200 2003-10-05  Paul Eggert  <eggert@twinsun.com>
18201
18202         * README: Rework advice for preventing empty .o files.
18203         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
18204         not <sys/types.h>.
18205
18206 2003-10-04  Karl Berry  <karl@gnu.org>
18207
18208         * lib/argp*: update from libc.
18209
18210 2003-10-04  Karl Berry  <karl@gnu.org>
18211
18212         * config/config.{guess,sub}: update from config.
18213
18214 2003-10-02  Bruno Haible  <bruno@clisp.org>
18215
18216         * modules/lchown (Include): Add lchown.h.
18217         * modules/time_r (Include): Use "..." syntax.
18218         * modules/xgetdomainname (Include): Add xgetdomainname.h.
18219
18220 2003-10-01  Simon Josefsson  <jas@extundo.com>
18221
18222         * MODULES.html.sh (func_all_modules): Move gethostname from section
18223         'based on' to section 'lacking' POSIX:2001.
18224
18225 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
18226
18227         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
18228         to output mode on the same stream.
18229
18230 2003-09-29  Paul Eggert  <eggert@twinsun.com>
18231
18232         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
18233         Fix arg typo in previous patch.
18234
18235 2003-09-28  Jim Meyering  <jim@meyering.net>
18236
18237         * lib/error.c: Correct cpp indentation.
18238
18239 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18240
18241         * modules/free: New file.
18242
18243 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18244
18245         * m4/free.m4: New file.
18246
18247 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18248
18249         * lib/minmax.h (MIN, MAX)
18250         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
18251         Omit the special code that used __typeof__, since we worry that
18252         it could be more trouble than it's worth.  See:
18253         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
18254         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
18255
18256         * lib/free.c: New file.
18257
18258 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
18259
18260         Trivial fixes to Makefile.am parts of module listings.
18261         * modules/strstr: Append strstr.h to lib_SOURCES.
18262         * modules/strcase: Likewise, for strcase.h.
18263
18264 2003-09-27  Karl Berry  <karl@gnu.org>
18265
18266         * config/mkinstalldirs: update from automake.
18267
18268 2003-09-26  Paul Eggert  <eggert@twinsun.com>
18269
18270         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
18271         (error_tail): Do not loop, reallocating temporary buffer, since
18272         the output cannot contain more wide characters than the input
18273         contains bytes, the size must be big enough already.  This avoids
18274         one potential size overflow calculation.  Check for size overflow
18275         when calculating temporary buffer size.  Free temporary buffer
18276         when done, if it was allocated with malloc; this plugs a memory
18277         leak.  Remove casts from void * to pointers, that are no longer
18278         needed now that we're assuming C89 or better.
18279
18280         Merge error changes from glibc.
18281
18282         * lib/error.c, error.h: Update copyright notice header to match glibc.
18283         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
18284         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
18285         Disable cancellation while printing error.
18286         * lib/error.h: Prepend __ to parameter names.
18287
18288 2003-09-26  Jim Meyering  <jim@meyering.net>
18289
18290         * lib/error.c (error_tail): Move some declarations
18291         into inner scope where the local variables are used.
18292
18293 2003-09-26  Bruno Haible  <bruno@clisp.org>
18294
18295         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
18296         stpncpy().
18297         Don't define stpncpy through config.h; it's now done through stpncpy.h.
18298
18299 2003-09-26  Bruno Haible  <bruno@clisp.org>
18300
18301         * lib/stpncpy.h (gnu_stpncpy): New declaration.
18302         (stpncpy): Define as alias for gnu_stpncpy.
18303         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
18304
18305 2003-09-25  Simon Josefsson  <jas@extundo.com>
18306
18307         * lib/xgetdomainname.h: New file.
18308         * lib/xgetdomainname.c: New file.
18309
18310 2003-09-25  Simon Josefsson  <jas@extundo.com>
18311             Bruno Haible  <bruno@clisp.org>
18312
18313         * modules/getdomainname: New file.
18314         * modules/xgetdomainname: New file.
18315         * MODULES.html.sh (func_all_modules): Add getdomainname,
18316         xgetdomainname.
18317
18318 2003-09-25  Simon Josefsson  <jas@extundo.com>
18319             Bruno Haible  <bruno@clisp.org>
18320
18321         * m4/getdomainname.m4: New file.
18322
18323 2003-09-25  Simon Josefsson  <jas@extundo.com>
18324             Bruno Haible  <bruno@clisp.org>
18325
18326         * lib/getdomainname.h: New file.
18327         * lib/getdomainname.c: New file.
18328
18329 2003-09-25  Karl Berry  <karl@gnu.org>
18330
18331         * lib/argp-fmtstream.c, argp-help.c: update from libc.
18332
18333 2003-09-25  Karl Berry  <karl@gnu.org>
18334
18335         * config/install-sh: update from automake.
18336
18337 2003-09-25  Bruno Haible  <bruno@clisp.org>
18338
18339         * modules/version-etc-2: New file, from modules/version-etc with
18340         modifications.
18341         * MODULES.html.sh (func_all_modules): Add version-etc-2.
18342
18343 2003-09-25  Bruno Haible  <bruno@clisp.org>
18344
18345         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
18346         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
18347
18348 2003-09-24  Simon Josefsson  <jas@extundo.com>
18349
18350         * modules/xgethostname: Add xgethostname.h.
18351
18352 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18353
18354         * lib/linebuffer.c (freebuffer): Don't free the argument, just
18355         the buffer associated with the argument.  Bug reported by
18356         Simon Josefsson.
18357
18358 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18359
18360         * README: Document assumptions that 'int' is at least 32 bits
18361         wide, that integer arithmetic is 2's complement without overflow,
18362         that there are no holes in integer values, that adding sizes of
18363         two nonoverlapping objects can't overflow, and that all-bits-zero
18364         yields scalar zero.  Fix spelling and capitalization typos.
18365
18366 2003-09-19  Karl Berry  <karl@gnu.org>
18367
18368         * lib/argp.h: update from libc.
18369
18370 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18371
18372         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
18373         to avoid spurious warnings like "AC_RUN_IFELSE was called before
18374         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
18375
18376 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18377
18378         * gnulib-tool: Use "test -h", not "test -L", for portability
18379         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
18380         (tags_regexp): Remove, since \| doesn't conform to POSIX.
18381         (sed_extract_prog): Issue s commands one-by-one, rather than
18382         using \| in one s command.
18383
18384 2003-09-16  Paul Eggert  <eggert@twinsun.com>
18385
18386         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
18387         input error, instead of returning NULL the next time we are called
18388         (and therefore losing track of errno).
18389
18390 2003-09-16  Bruno Haible  <bruno@clisp.org>
18391
18392         * gnulib-tool (func_create_testdir): Warn about duplicated
18393         dependencies.
18394
18395 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18396
18397         * modules/argmatch, modules/fatal, modules/obstack,
18398         modules/xalloc, modules/xgethostname: Sort dependencies by
18399         importance, not alphabetically.
18400
18401 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18402
18403         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
18404         fails, so that the caller gets the proper errno.
18405
18406         * lib/readutmp.c (read_utmp): Likewise.
18407         Check for fstat error.  Close stream and free storage
18408         when failing.
18409
18410 2003-09-14  Karl Berry  <karl@gnu.org>
18411
18412         * config/srclist.txt (strdup.c): disable for c89 changes.
18413
18414 2003-09-14  Jim Meyering  <jim@meyering.net>
18415
18416         * lib/getloadavg.c: Correct cpp indentation.
18417         * lib/strdup.c: Likewise.
18418         * lib/vasnprintf.c: Likewise.
18419
18420 2003-09-14  Bruno Haible  <bruno@clisp.org>
18421
18422         * modules/fwriteerror: New file.
18423         * MODULES.html.sh (func_all_modules): Add fwriteerror.
18424
18425 2003-09-14  Bruno Haible  <bruno@clisp.org>
18426
18427         * lib/fwriteerror.h: New file.
18428         * lib/fwriteerror.c: New file.
18429
18430 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18431
18432         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
18433         modules/xgethostname, modules/xalloc: Depend on exit.
18434
18435 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18436
18437         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
18438
18439         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
18440         and AC_MINIX, too, so that their extensions are available.
18441
18442         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
18443         This macro has been superseded by gl_BACKUPFILE.
18444
18445         More patches to assume C89 or better.
18446
18447         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
18448
18449         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
18450         unconditionally.
18451         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
18452         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
18453         Include <string.h>, <stdlib.h> unconditionally.
18454         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
18455         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
18456         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
18457         headers or for string.h.
18458         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
18459         or strtoul.
18460
18461         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
18462         headers.
18463         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
18464         * m4/userspec.m4 (gl_USERSPEC): Likewise.
18465         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
18466         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
18467         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18468         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
18469         memcpy, memset.
18470         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
18471         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
18472         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
18473         strtol.
18474         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
18475         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
18476         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
18477         strtoul.
18478
18479 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18480
18481         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
18482         * lib/obstack.c [!defined _LIBC]: Likewise.
18483         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
18484         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
18485         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
18486
18487         More changes to assume C89 or better.
18488
18489         * lib/error.c (error_tail): Assume vprintf.
18490
18491         * lib/argmatch.c (getenv): Remove decl.
18492         * lib/progreloc.c (get_full_program_name): Define via prototype.
18493         * lib/setenv.c (clearenv): Likewise.
18494         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
18495         needed.
18496         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
18497         (malloc, memcpy): Remove decls.
18498         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
18499         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
18500         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18501         (memcpy): Remove macro.
18502         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
18503         (__P): Remove.  All uses removed.
18504         (PTR): Remove.  All uses changed to void *.
18505         (CHAR_BIT, NULL): Remove.
18506         (spaces, zeros, memset_space, memset_zero)
18507         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
18508         Remove.
18509         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
18510         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
18511         Define with prototype.
18512         Remove now-unnecessary prototype decl.
18513         (extra_args_spec): Assume ANSI C.  All uses changed.
18514         (extra_args_spec_iso): Remove.
18515         (my_strftime, emacs_strftimeu): Define via prototype.
18516         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
18517         unconditionally.
18518         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
18519         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
18520         (strtoul, strtol): Remove decls.
18521         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
18522         LONG_MAX): Remove.
18523         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18524         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
18525         (LOCALE_PARAM_PROTO): New macro.
18526         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
18527         (INTERNAL (strtol), strtol): Define with a prototype.
18528         (PARAMS): Remove.  All uses removed.
18529         * lib/tempname.c: Include <string.h> unconditionally.
18530         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
18531         * lib/xgethostname.c (main): Define with a prototype.
18532         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
18533         Include <stdlib.h> unconditionally.
18534         (calloc, malloc, realloc, free): Remove decls.
18535         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
18536         Include <stdlib.h> unconditionally.  Sort include file names.
18537         (strtod): Remove.
18538         (xstrtod): Define with a prototype.
18539         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
18540         (strtol, strtoul): Remove decls.
18541
18542 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18543
18544         More patches to assume C89 or better.
18545         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
18546         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
18547         string.h, memchr, STDC_HEADERS.
18548
18549 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18550
18551         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
18552         Include <stdlib.h>, <string.h> unconditionally.
18553         Remove now-unnecessary cast to char *.
18554         * lib/strnlen.c: Include <string.h> unconditionally.
18555         * lib/yesno.c (yesno): Define with a prototype.
18556
18557 2003-09-11  Bruno Haible  <bruno@clisp.org>
18558
18559         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
18560
18561 2003-09-10  Jim Meyering  <jim@meyering.net>
18562
18563         * lib/error.c: Correct indentation of cpp directives.
18564
18565 2003-09-10  Bruno Haible  <bruno@clisp.org>
18566
18567         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
18568         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
18569         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
18570         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
18571         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
18572         <stdlib.h> and <string.h> checks.
18573         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
18574         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
18575
18576 2003-09-10  Bruno Haible  <bruno@clisp.org>
18577
18578         * lib/strcspn.c: Include <string.h> unconditionally.
18579         * lib/strpbrk.c: Include <string.h> unconditionally.
18580         * lib/strstr.c: Include <string.h> unconditionally.
18581         * lib/unicodeio.c: Include <string.h> unconditionally.
18582         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
18583         * lib/unsetenv.c: Likewise.
18584         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
18585         * lib/yesno.c: Include <stdlib.h> unconditionally.
18586         (rpmatch): Add prototype.
18587
18588 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18589
18590         More patches to assume C89 or better.
18591         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
18592         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
18593         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
18594         or for string.h.
18595         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
18596         stdlib.h.
18597         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
18598         C headers.
18599         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
18600         string.h.
18601         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
18602         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
18603         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
18604         or for string.h.
18605         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
18606         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
18607         C headers.
18608         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
18609         memcpy.
18610         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
18611         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
18612         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
18613         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
18614         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
18615         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
18616         string.h, free.
18617         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
18618         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
18619         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
18620         C headers, or for string.h.
18621         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
18622         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
18623         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
18624         headers, memory.h, stdlib.h, string.h, strings.h.
18625         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
18626         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
18627         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
18628         strchr.
18629         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
18630         headers, memory.h, string.h.
18631         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
18632         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
18633         free.
18634         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
18635         headers.
18636         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
18637         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
18638         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
18639         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
18640         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
18641
18642 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18643
18644         More K&R removal.
18645
18646         * lib/acosl.c (main): Use a prototype.
18647         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
18648         tanl.c: Likewise.
18649
18650         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
18651
18652         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
18653         (getopt, etopt_long, getopt_long_only, _getopt_internal)
18654         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
18655         with a prototype.
18656         * lib/getopt.c (const): Remove macro.
18657         Include <string.h> unconditionally.
18658         (my_index): Remove; all uses changed to strchr.
18659         (strlen): Remove decl.
18660         (exchange): Remove forward decl; no longer needed.
18661         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
18662         Define with prototype.
18663         * lib/getopt1.c (const): Remove macro.
18664         (getopt_long, getopt_long_only, main): Define with prototype.
18665
18666         * lib/getugroups.c: Include <string.h> unconditionally.
18667
18668         * lib/getusershell.c: Include <stdlib.h> unconditionally.
18669         (getusershell, setusershell, endusershell, readname, main):
18670         Define with prototypes.
18671
18672         * lib/group-member.c: Include group-member.h first.
18673         Include <stdlib.h> unconditionally.
18674
18675         * lib/hard-locale.c: Include hard-locale.h first.
18676         Include <stdlib.h>, <string.h> unconditionally.
18677
18678         * lib/hash.c (free, malloc): Remove decls.
18679         Include <stdlib.h> unconditionally.
18680
18681         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
18682         (getenv): Do not declare.
18683
18684         * lib/idcache.c: Include <string.h> unconditionally.
18685
18686         * lib/long-options.c: Include long-options.h first, to test interface.
18687         Include <stdlib.h> unconditionally.
18688
18689         * lib/makepath.c: Include makepath.h first, to test interface.
18690         Include <stdlib.h> and <string.h> unconditionally.
18691
18692         * lib/linebuffer.c: Include <stdlib.h>.
18693         (free): Remove decl.
18694
18695         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
18696         stddef.h. rpl_malloc returns void *, not char *.
18697         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
18698         prototype.
18699
18700         * lib/md5.h: Include <limits.h> unconditionally.
18701         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
18702         (__P): Remove; all uses removed.
18703         * lib/md5.c: Include "md5.h" first.
18704         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
18705         md5_buffer, md5_process_bytes, md5_process_block):
18706         Define with prototypes.
18707         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
18708         * lib/sha.c: Include "sha.h" first.
18709         Include <stdlib.h>, <string.h> unconditionally.
18710
18711         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
18712         * lib/memcmp.c (__ptr_t): Likewise.
18713         * lib/memrchr.c (__ptr_t): Likewise.
18714         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
18715         Include <string.h> unconditionally.
18716         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
18717         * lib/memchr.c: Include <stdlib.h> unconditionally.
18718         * lib/memchr.c (LONG_MAX): Remove.
18719         * lib/memrchr.c (LONG_MAX): Likewise.
18720         * lib/memchr.c (__memchr): Define via a prototype.
18721         * lib/memrchr.c (__memrchr): Likewise.
18722         * lib/memcmp.c (__P): Remove, and remove all uses.
18723         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
18724         Remove forward decls; no longer needed.
18725         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
18726         Use types required by C89 in prototype.
18727
18728         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
18729         * lib/savedir.c: Likewise.
18730         * lib/mkdir.c (free): Remove decl.
18731         * lib/rmdir.c (rmdir): Define with a prototype.
18732         * lib/savedir.c: Include savedir.h first, to test interface.
18733
18734         * lib/mktime.c (STDC_HEADERS): Remove.
18735         Include <stdlib.h>, <string.h> unconditionally.
18736
18737         * lib/modechange.c: Include <stdlib.h> unconditionally.
18738         (malloc): Remove decl.
18739
18740         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
18741         (free): Remove decl.
18742
18743         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
18744         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
18745         (This type really should be intptr_t, but that's a C99ism.)
18746         (_obstack_memcpy): Remove: all uses changed to memcpy.
18747         Include <string.h> unconditionally.
18748         (struct obstack): Assume __STDC__ for types of members
18749         chunkfun, freefun, extra_arg.
18750         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
18751         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
18752         obstack_begin, obstack_specify_allocation,
18753         obstack_specify_allocation_with_arg, obstack_chunkfun,
18754         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
18755         Remove unprototyped decls and the macros that use them.
18756         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
18757         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
18758         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
18759         (defined __STDC__ && __STDC__)]:
18760         Remove nonprototyped code.
18761         Include <stdlib.h> unconditionally.
18762         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
18763         _obstack_allocated_p, _obstack_free, obstack_free,
18764         _obstack_memory_used, print_and_abort):
18765         Define using prototypes.
18766         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
18767         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
18768         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
18769         obstack_next_free, obstack_object_size, obstack_room) [0]:
18770         Remove unused, unprototyped code.
18771
18772         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
18773
18774         * lib/physmem.c (physmem_total, physmem_available, main): Define
18775         with prototypes.
18776
18777         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
18778         (main): Define with a prototype.
18779
18780         * lib/posixver.c (getenv): Remove decl.
18781
18782         * lib/putenv.c (malloc): Returns void *, not char *.
18783         Include <string.h> unconditionally.
18784         (strchr, memcpy, NULL): Do not define.
18785
18786         * lib/readtokens.c: Include readtokens.h first, to test interface.
18787         Include <stdlib.h>, <string.h> unconditionally.
18788         (init_tokenbuffer): Define with a prototype.
18789
18790         * lib/regex.c (PARAMS): Remove.  All uses removed.
18791         All uses of _RE_ARGS removed, too.
18792         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18793         unconditionally.
18794         (bzero): Assume memset exists.
18795         (memcmp, memcpy, NULL): Remove.
18796         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
18797         char, or assignments to local vars of type signed char.
18798         (init_syntax_once, PREFIX(extract_number_and_incr),
18799         PREFIX(print_partial_compiled_pattern),
18800         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
18801         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
18802         PREFIX(regex_grow_registers), PREFIX(regex_compile),
18803         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
18804         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
18805         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
18806         wcs_compile_range, byte_compile_range, truncate_wchar,
18807         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
18808         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
18809         count_mbs_length, wcs_re_match_2_internal,
18810         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
18811         PREFIX(alt_match_null_string_p),
18812         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
18813         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
18814         regfree, PREFIX(extract_number)): Define with prototype.  Remove
18815         now-unnecessary declaration, if any.
18816         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
18817         regcomp, regexec):
18818         Remove now-unnecessary casts among pointer types.
18819         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
18820
18821         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
18822         (free): Remove decl.
18823
18824         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
18825
18826         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
18827         (free): Remove decl.
18828
18829         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
18830         * lib/xgetcwd.c: Likewise.
18831
18832         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
18833         (free): Remove decl.
18834
18835         * lib/strchrnul.c (strchrnul): Define with a prototype.
18836         Fix bug: c_in was not converted to char before searching.
18837
18838         The following changes are not K&R related:
18839
18840         * lib/group-member.h: Include <sys/types.h>, so that this file is
18841         self-contained.
18842         * lib/makepath.h: Likewise.
18843
18844         * lib/getusershell.c (readname, default_index, line_size, readname):
18845         Use size_t, not int, for sizes.
18846         (readname): If the size overflows, report an error instead of
18847         looping forever.
18848
18849 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18850
18851         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
18852         libc.
18853
18854 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18855
18856         * README: New section: portability guidelines.
18857
18858 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18859
18860         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
18861         C89 spec.
18862
18863 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18864
18865         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
18866
18867 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18868
18869         Assume C89 or better; remove K&R cruft.
18870         A few of these changes were first proposed by Derek Robert Price
18871         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
18872
18873         * lib/addext.c: Include <string.h> unconditionally.
18874         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
18875         Don't declare getenv or malloc.
18876
18877         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
18878         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
18879         (NULL): Remove.
18880         (find_stack_direction, alloca): Use prototypes.
18881
18882         * lib/atexit.c (atexit): Define using a prototype.
18883
18884         * lib/basename.c, dirname.c, stripslash.c:
18885         Include <string.h> unconditionally.
18886
18887         * lib/bcopy.c: Include <stddef.h>.
18888         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
18889
18890         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
18891
18892         * lib/error.h (error, error_at_line, error_print_progname)
18893         [! (defined (__STDC__) && __STDC__)]: Remove decls.
18894         * lib/error.c: Include error.h first, to check interface.
18895         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18896         (VA_START): Remove; all uses changeed to va_start.
18897         (exit, strerror): Remove decls.
18898         (error_print_progname): Prototype uncondionally.
18899         Don't include <errno.h>; no longer needed.
18900         (private_strerror): Remove.
18901         (error_tail): Always define.
18902         (error, error_at_line): Assume C89 or better; always use prototypes.
18903         * lib/fatal.c: Include "fatal.h" first, to test interface.
18904         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18905         (VA_START): Remove; all uses changed to va_start.
18906         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
18907         this case.
18908         (exit): Remove decl.
18909         (fatal): Prototype unconditionally.  Assume va_start works.
18910         Abort at end, to pacify gcc.
18911
18912         * lib/euidaccess.c (main): Define with a prototype.
18913
18914         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
18915
18916         * lib/exitfail.c: Include <stdlib.h> unconditionally.
18917
18918         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
18919         prototypes.
18920         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
18921         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
18922         (getenv): Remove decl.
18923         (fnmatch): Define using a prototype.
18924         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
18925         (FCT): Define using a prototype.
18926
18927         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
18928
18929         * lib/gethostname.c: Include <stddef.h>.
18930         (gethostname): Define with prototype.  Length is size_t, not int.
18931
18932 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18933
18934         Assume C89 or better; remove K&R cruft.
18935         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
18936         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
18937         string.h, getenv, malloc.
18938         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
18939         headers.
18940         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
18941         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
18942         do not check for strerror.
18943         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
18944         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
18945         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
18946         do not check for doprnt or vprintf.
18947         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
18948         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
18949
18950 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18951
18952         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
18953         getversion.c should have been removed then, but was accidentally
18954         preserved.
18955
18956         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
18957         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
18958
18959 2003-09-08  Karl Berry  <karl@gnu.org>
18960
18961         * config/config.sub, config.guess, srclistvars.sh: update from savannah
18962                 config, forget about prep.
18963
18964         * config/depcomp, missing: update from automake.
18965
18966 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18967
18968         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
18969         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18970
18971 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18972
18973         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
18974         copy_tm_result.  Bug reported by Simon Josefsson in
18975         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18976
18977 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18978
18979         * m4/time_r.m4: New file.
18980         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
18981         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
18982         is. Check for timegm declaration.
18983         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
18984         Do not check for gmtime_r.
18985         Replace mktime if __mktime_internal does not exist and if mktime
18986         hasn't been replaced already.
18987
18988 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18989
18990         * lib/time_r.c, lib/time_r.h: New files.
18991
18992         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
18993         __localtime_r.
18994         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
18995         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
18996
18997         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
18998         __gmtime_r.
18999         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
19000         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
19001         Include <time_r.h>.
19002
19003         * lib/timegm.c: Switch to glibc implementation, with the following
19004         changes:
19005         [defined HAVE_CONFIG_H]: Include <config.h>.
19006         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
19007         (__mktime_internal) [!defined _LIBC]: New decl.
19008         (__gmtime_r) [!defined _LIBC]: New macro and function.
19009         (timegm): Use a prototype, since gnulib assumes C89.
19010         Do not bother declaring tmp to be const, as it's not really usefu.
19011         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
19012         (timegm): Declare only if HAVE_DECL_TIMEGM.
19013
19014 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19015
19016         * MODULES.html.sh (func_all_modules): Add time_r.
19017         * modules/time_r: New file.
19018         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
19019         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
19020
19021 2003-09-03  Paul Eggert  <eggert@twinsun.com>
19022
19023         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
19024         Bug reported by Lute Kamstra in
19025         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
19026
19027         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
19028         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
19029         course with correspondingly smaller numbers for tomorrow and
19030         yesterday.  From Tadayoshi Funaba.  Originally installed into
19031         sh-utils on 1999-08-07, but the patch got lost (I guess during the
19032         coreutils merge?).
19033
19034 2003-08-31  Simon Josefsson  <jas@extundo.com>
19035
19036         * modules/timegm: New file.
19037         * MODULES.html.sh (func_all_modules): Add timegm.
19038
19039 2003-08-31  Simon Josefsson  <jas@extundo.com>
19040
19041         * m4/timegm.m4: New file.
19042
19043 2003-08-31  Simon Josefsson  <jas@extundo.com>
19044
19045         * lib/timegm.h: New file.
19046         * lib/timegm.c: New file.  Based on
19047         wget-1.8.2/src/http.c:mktime_from_utc.
19048
19049 2003-08-31  Karl Berry  <karl@gnu.org>
19050
19051         * lib/argp.h: update from libc.
19052
19053 2003-08-28  Bruno Haible  <bruno@clisp.org>
19054
19055         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
19056         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
19057         followed by '#define fnmatch fnmatch_posix' gives an error.
19058
19059 2003-08-28  Bruno Haible  <bruno@clisp.org>
19060
19061         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
19062         warning on QNX, which defines O_BINARY to 000000.
19063
19064 2003-08-27  Jim Meyering  <jim@meyering.net>
19065
19066         * m4/mkstemp.m4: Require that the system mkstemp be able to create
19067         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
19068         would fail after 32.  Reported by Danny Levinson.  Details here:
19069         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
19070
19071 2003-08-24  Bruno Haible  <bruno@clisp.org>
19072
19073         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
19074         MSVC7 <stdio.h> is included later.
19075
19076 2003-08-22  Simon Josefsson  <jas@extundo.com>
19077
19078         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
19079
19080 2003-08-20  Karl Berry  <karl@gnu.org>
19081
19082         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
19083
19084 2003-08-20  Bruno Haible  <bruno@clisp.org>
19085
19086         * modules/progname: New file.
19087         * MODULES.html.sh (func_all_modules): Add progname.
19088
19089 2003-08-20  Bruno Haible  <bruno@clisp.org>
19090
19091         * lib/progname.h: New file, from GNU gettext.
19092         * lib/progname.c: New file, from GNU gettext.
19093         * lib/progreloc.c: New file, from GNU gettext.
19094
19095 2003-08-19  Jim Meyering  <jim@meyering.net>
19096
19097         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
19098         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
19099
19100 2003-08-19  Bruno Haible  <bruno@clisp.org>
19101
19102         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
19103         more.
19104
19105 2003-08-19  Bruno Haible  <bruno@clisp.org>
19106
19107         * lib/xstrdup.c: Assume <string.h> exists.
19108
19109 2003-08-18  Paul Eggert  <eggert@twinsun.com>
19110
19111         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
19112         in makefile rules.
19113
19114 2003-08-18  Jim Meyering  <jim@meyering.net>
19115
19116         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
19117         * m4/lib-ld.m4: Likewise.
19118
19119 2003-08-18  Jim Meyering  <jim@meyering.net>
19120
19121         * lib/setenv.h: Indent nested cpp directive.
19122         * lib/vasnprintf.c: Remove trailing blanks.
19123
19124 2003-08-17  Simon Josefsson  <jas@extundo.com>
19125
19126         * modules/xstrndup: New file.
19127         * MODULES.html.sh (func_all_modules): Add xstrndup.
19128
19129 2003-08-17  Simon Josefsson  <jas@extundo.com>
19130
19131         * modules/argp: Fix autoconf macro name. Add more dependencies.
19132
19133 2003-08-17  Simon Josefsson  <jas@extundo.com>
19134
19135         * m4/xstrndup.m4: New file.
19136
19137 2003-08-17  Simon Josefsson  <jas@extundo.com>
19138
19139         * m4/argp.m4: New file.
19140
19141 2003-08-17  Simon Josefsson  <jas@extundo.com>
19142             Bruno Haible  <bruno@clisp.org>
19143
19144         * lib/xstrndup.h: New file.
19145         * lib/xstrndup.c: New file.
19146
19147 2003-08-17  Bruno Haible  <bruno@clisp.org>
19148
19149         * modules/strndup (Files, Include): Add lib/strndup.h.
19150
19151 2003-08-17  Bruno Haible  <bruno@clisp.org>
19152
19153         * modules/euidaccess (Files): Add lib/euidaccess.h.
19154
19155 2003-08-17  Bruno Haible  <bruno@clisp.org>
19156
19157         * lib/strndup.h: New file.
19158
19159 2003-08-17  Bruno Haible  <bruno@clisp.org>
19160
19161         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
19162         like AC_GNU_SOURCE.
19163         * modules/extensions (configure.ac): Comment out the invocation of
19164         gl_USE_SYSTEM_EXTENSIONS.
19165
19166 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19167
19168         Merges from coreutils, etc.
19169         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
19170         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
19171         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
19172         fixing a typo.
19173         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
19174         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
19175
19176 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19177
19178         Document merge from coreutils.
19179         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
19180         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
19181         * modules/utime: Add m4/utimes-null.m4.
19182
19183 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19184
19185         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
19186         space, undoing this 2003-08-12 change:
19187         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19188
19189 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19190
19191         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
19192         strtoul.c from libc, undoing this 2003-08-12 change:
19193         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19194
19195 2003-08-16  Jim Meyering  <jim@meyering.net>
19196
19197         Merges from coreutils.
19198         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
19199         prefix.  Adjust cache variables similarly.  Create 500 rather than
19200         just 300 files, to exercise bug on Darwin6.5, too.
19201         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
19202         $missing_dir.
19203         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
19204         AM_SYS_POSIX_TERMIOS.
19205         Reported by mkc@mathdogs.com.
19206         Also change use of $am_cv_sys_posix_termios
19207         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
19208         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
19209         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
19210         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
19211         in /proc/mounts until it finds one with matching device number.  This
19212         is unnecessary when the FILE argument *is* a mount point.  No stat call
19213         is necessary in that case.  So, disable the statvfs-testing code on
19214         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
19215         as RedHat bug# 84846.
19216         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19217         to 1MB, so as not to render systems with no stack size limit (e.g.,
19218         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19219         Include <unistd.h>.  On some systems,
19220         it is required for the definition of _SC_PAGESIZE.
19221
19222 2003-08-16  Jim Meyering  <jim@meyering.net>
19223
19224         Merge from coreutils.
19225         * lib/xstrtoimax.c: #else #if -> #elif.
19226         * lib/xstrtoumax.c: Likewise.
19227
19228 2003-08-16  Jim Meyering  <jim@meyering.net>
19229
19230         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
19231         * m4/utimes.m4: Removed.
19232         * m4/utimes-null.m4: Renamed from utimes.m4.
19233
19234         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19235         to 1MB, so as not to render systems with no stack size limit (e.g.,
19236         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19237         Include <unistd.h>.  On some systems,
19238         it is required for the definition of _SC_PAGESIZE.
19239
19240 2003-08-16  Jim Meyering  <jim@meyering.net>
19241         and Paul Eggert  <eggert@cs.ucla.edu>
19242
19243         Merges from coreutils, etc.
19244
19245         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
19246         using the latest version from cvs.  This avoids problems with #line
19247         directives using a vendor (Sun) compiler.
19248         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
19249         Don't set GETGROUPS_LIB here; now it's
19250         done via getgroups.m4's wrapper function.
19251         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
19252         rather than just in sh-util/configure.in, so that the
19253         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
19254         same.
19255         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
19256         AC_FUNC_GETLOADAVG where to find getloadavg.c.
19257         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
19258         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
19259         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
19260         Remove code that is now done by the newly-required macros.
19261         Append $(EXEEXT) to DF_PROG.
19262         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
19263         Do not invoke or require the following here,
19264         since prereq.m4 or some gnulib .m4 now does this for us:
19265         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
19266         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
19267         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
19268         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
19269         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
19270         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
19271         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
19272         AC_FUNC_OBSTACK.
19273         Do not replace the following functions, as this is now the job
19274         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
19275         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
19276         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
19277         atexit getpass, strdup, getpagesize.
19278         Replace 'raise'.
19279         Do not check for the following functions, as this is now the job
19280         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
19281         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
19282         setregid.
19283         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
19284         Check for sys/sysctl.h.
19285         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
19286         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
19287         of checking for ssize_t ourselves.
19288
19289         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
19290         Require every macro that gnulib/modules/* suggests for us.
19291         (jm_PREREQ_ADDEXT): New macro.
19292         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
19293         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
19294
19295         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
19296         (gl_PHYSMEM): Use it.
19297         Also check for `table' function.
19298         Check for new headers and functions.
19299         Add check for sys/sysmp.h.
19300         With suggestions from Kaveh Ghazi.
19301         Ignore headers that are present but cannot be compiled.  This
19302         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
19303         C 5.4.
19304
19305 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19306
19307         Document merge from coreutils.
19308         * modules/userspec: Depend on posixver.
19309         * modules/strftime: Depend on tzset.
19310
19311 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19312
19313         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
19314         rather than tab, after '#' in shell-script copyright notices.
19315         Suggested by Bruno Haible.
19316
19317 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19318
19319         * config/srclist-update: Use three spaces, rather than tab, after '#'
19320         in shell-script copyright notices.  Suggested by Bruno Haible.
19321         Remove unnecessary parenthesization in regular expression.
19322
19323 2003-08-15  Jim Meyering  <jim@meyering.net>
19324
19325         Merge from coreutils.
19326         * lib/xgethostname.c: Include <stdlib.h>.
19327         (xghostname): Don't exit for anything other than memory-related
19328         failure; just return NULL.
19329         * lib/userspec.c: Include "posixver.h".
19330         (parse_user_spec): Accept `.' as a separator only
19331         in pre-POSIX-200112 mode.
19332         * lib/strtoimax.c: Use #elif rather than #else #if.
19333         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
19334         Remove function, now that we can rely on a working tzset function.
19335         [!_LIBC]: Ensure that the required autoconf test has been run.
19336         [!defined _NL_CURRENT && HAVE_STRFTIME]:
19337         Use underlying_strftime for %r.
19338         * lib/sha.c: Merge in some clean-up and optimization changes from
19339         glibc.
19340         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
19341         Ensure that it is a multiple of 64.
19342         Rearrange loop exit tests so as to avoid performing an
19343         additional fread after encountering an error or EOF.
19344         * lib/realloc.c: Update copyright date.
19345
19346 2003-08-15  Jim Meyering  <jim@meyering.net>
19347         and Paul Eggert  <eggert@twinsun.com>
19348
19349         Merge from coreutils.
19350         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
19351         member but strut utmpx does not.  Needed for AIX 4.3.3.
19352         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
19353
19354 2003-08-15  Jim Meyering  <jim@meyering.net>
19355         and Paul Eggert  <eggert@cs.ucla.edu>
19356
19357         Merges from coreutils, etc.
19358         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
19359         Require gl_FUNC_TZSET_CLOBBER.
19360         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
19361         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
19362         members.
19363
19364 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19365
19366         Help the merge from coreutils.
19367         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
19368         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
19369         * m4/tzset.m4: Use it too.
19370
19371 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19372
19373         * modules/tzset: New file.
19374
19375 2003-08-14  Jim Meyering  <jim@meyering.net>
19376
19377         Merges from coreutils.
19378         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
19379         variable names, rather than @FNMATCH_H@.
19380         * modules/alloca: Likewise for $(ALLOCA_H).
19381
19382         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
19383         the three copies of the literal target, `fnmatch.h'.
19384         * modules/alloca (alloca.h): Likewise.
19385
19386 2003-08-14  Jim Meyering  <jim@meyering.net>
19387
19388         Merge from coreutils.
19389         * m4/tzset.m4: New file.
19390         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
19391         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
19392         otherwise, AIX 5.1 systems would end up using the latter.
19393         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
19394         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
19395         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
19396         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
19397
19398 2003-08-14  Jim Meyering  <jim@meyering.net>
19399
19400         Merge from coreutils.
19401         * lib/obstack.h: Whitespace changes.
19402         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
19403         and xcalloc return values.
19404         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
19405         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
19406         hang on OSF/1 5.1 for DIR on both local and remote file systems.
19407         Reported by (and fix confirmed by) Nelson H. F. Beebe.
19408         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19409         error from mntctl.
19410         Use mntctl's return value to drive the entry-processing loop, since
19411         we can't rely on the value of the vmt_length member in the last
19412         entry.  On some systems doing so could result in exhausting
19413         virtual memory.  Based in part on a patch from Mike Jetzer.
19414
19415 2003-08-14  Jim Meyering  <jim@meyering.net>
19416         and Paul Eggert  <eggert@twinsun.com>
19417
19418         Merges from coreutils, plus other fixes.
19419         * lib/physmem.c: Merge in portability changes from gcc/libiberty
19420         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
19421         for credits and details.  Thanks to Kaveh Ghazi for helping
19422         to keep these files in sync.
19423         (ARRAY_SIZE): Define it.
19424         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
19425         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
19426         (memcasecmp): Don't assume size_t fits in unsigned int.
19427         Remove casts and duplicate code.
19428         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
19429         (memcpy): Remove definition.
19430         Merge in some clean-up and optimization changes from glibc.
19431         [BLOCKSIZE]: Move definition to top of file.
19432         Ensure that it is a multiple of 64.
19433         Rearrange loop exit tests so as to avoid performing an
19434         additional fread after encountering an error or EOF.
19435         * lib/md5.h (md5_uintptr): Define.
19436         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
19437         return to the initial working directory.  Preserve errno
19438         for caller.
19439         * lib/idcache.c: Include "xalloc.h".
19440         (xmalloc, xrealloc): Remove decls.
19441         (getuser): Remove casts no longer required in C89.
19442         * lib/human.c: Include stdio.h, for sprintf.
19443         * lib/group-member.c: Include "xalloc.h".
19444         (xmalloc, xrealloc): Remove decls.
19445         (get_group_info): Remove casts no longer required in C89.
19446         * lib/getusershell.c (readname): Remove casts no longer required in
19447         C89.
19448         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
19449         * lib/getline.c: Whitespace fix, from coreutils.
19450
19451 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19452
19453         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
19454         Check for isascii.
19455
19456         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19457         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19458         Undo previous (whitespace-only) change.
19459
19460 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19461
19462         * lib/exclude.c: Include <ctype.h>
19463         (IN_CTYPE_DOMAIN): New macro.
19464         (is_space): New fn.
19465         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
19466         and empty lines.
19467
19468         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19469         Undo previous (whitespace-only) change.
19470
19471 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19472
19473         * config/srclist-update: Change update back to the old behavior,
19474         leaving whitespace alone.  Use one 'sed' command rather than a
19475         pipeline.
19476         (fixlicense): Now a variable, not a function.
19477         (remove_trailing_blanks): Remove.
19478         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
19479         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19480         Undo previous (whitespace-only) change.
19481
19482 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19483
19484         Merge from coreutils.
19485         * modules/euidaccess: Add lib_SOURCES, include for new
19486         file euidaccess.h
19487
19488 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19489
19490         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19491         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19492         Normalize leading white space and remove trailing white space.
19493
19494         Merge from coreutils
19495         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
19496
19497         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
19498         0.12.1.  These files are now being upgraded automatically by
19499         ../config/srclist-update.
19500
19501 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19502
19503         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19504         Normalize leading white space and remove trailing white space.
19505         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
19506         notice, as per ../config/srclist-update.
19507
19508         Merge from coreutils.
19509         * lib/euidaccess.h: New file.
19510         * lib/euidaccess.c: Include it.
19511         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
19512         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
19513         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
19514
19515 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19516
19517         * config/srclist-update: Add copyright notice.
19518         (remove_id_lines, remove_trailing_blanks): New constants.
19519         (fixfile): Use them to normalize spacing a bit in copied files.
19520         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19521         Normalize leading white space and remove trailing white space.
19522
19523         * config/texinfo.tex: Sync with texinfo.
19524
19525         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
19526         strtoul.c from libc, to merge coreutils whitespace changes.
19527
19528         * config/srclist.txt: Get the following m4 files from gettext:
19529         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
19530         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
19531         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
19532         wint_t.m4.
19533
19534 2003-08-12  Karl Berry  <karl@gnu.org>
19535
19536         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
19537         been made.
19538
19539 2003-08-11  Paul Eggert  <eggert@twinsun.com>
19540
19541         * modules/gnu-source, m4/gnu-source.m4:
19542         Remove; we're assuming Autoconf 2.54 or later now.
19543         Suggested by Bruno Haible.
19544         * MODULES.html.sh (func_all_modules): Remove gnu-source.
19545
19546 2003-08-11  Bruno Haible  <bruno@clisp.org>
19547
19548         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
19549
19550 2003-08-11  Bruno Haible  <bruno@clisp.org>
19551
19552         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
19553         (vasnprintf): Use it instead of wcslen.
19554
19555 2003-08-11  Bruno Haible  <bruno@clisp.org>
19556
19557         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
19558         value to ensure that _Bool promotes to int. Use #define for _Bool when
19559         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
19560
19561 2003-08-10  Karl Berry  <karl@gnu.org>
19562
19563         * lib/regex.h: update from libc (whitespace fix).
19564
19565 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19566
19567         Merge some files from coreutils.  These changes were
19568         originally made by Jim Meyering.
19569         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
19570         many older Unixes require this.
19571         * lib/alloca.c (alloca): Remove cast to argument of free;
19572         no longer needed in C89.
19573         * lib/alloca_.h, regex.h: Fix white space to match
19574         what GNU indent does.
19575
19576 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19577
19578         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
19579         apparently Emacs's Unicode mode got confused before my 2003-08-05
19580         checkin.
19581
19582 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19583
19584         * m4/extensions.m4: New file.
19585         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
19586         Require gl_USE_SYSTEM_EXTENSIONS.
19587         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
19588         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
19589
19590 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19591
19592         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
19593         * modules/extensions, modules/gnu-source: New files.
19594         * modules/timespec, modules/unlocked-io: Depend on extensions.
19595
19596 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19597
19598         * modules/restrict: New file.
19599         * MODULES.html.sh (func_all_modules): Add restrict.
19600         * modules/regex: Depend on restrict.
19601
19602 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19603
19604         * m4/restrict.m4: New file.
19605         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
19606
19607 2003-08-07  Bruno Haible  <bruno@clisp.org>
19608
19609         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
19610         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
19611
19612 2003-08-07  Bruno Haible  <bruno@clisp.org>
19613
19614         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
19615         makes the module 'getndelim2' compatible with the module 'getline'.
19616
19617 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19618
19619         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
19620         byte with "\201" to avoid glitches when editing that source file
19621         with multi-gnome-terminal.
19622
19623 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19624
19625         * lib/bumpalloc.h: Remove.
19626
19627 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19628
19629         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
19630         * modules/bumpalloc: Remove.
19631
19632 2003-08-04  Paul Eggert  <eggert@twinsun.com>
19633
19634         * lib/getloadavg.c: Change copyright notice and spacing to conform to
19635         GNU coding style.
19636
19637         Merge from coreutils.
19638         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
19639         1. From glibc.
19640         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
19641         from Karl Berry, implemented by Jim Meyering.
19642         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
19643         from Dmitry V. Levin.
19644         Remove anachronistic cast of xrealloc.
19645         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
19646         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
19647         type. Otherwise, it wouldn't compile with at least /bin/cc on
19648         ymp-cray-unicos9.0.2.X.
19649         Combine two mostly-identical uses of alloca into one.
19650         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
19651
19652 2003-08-04  Dave Love  <d.love@dl.ac.uk>
19653
19654         [From Emacs.]
19655
19656         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
19657         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
19658         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
19659         obsolete NLIST_NAME_UNION.
19660         [__GNU__]: Undef BSD and FSCALE.
19661         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
19662
19663 2003-08-03  Paul Eggert  <eggert@twinsun.com>
19664
19665         * lib/stdbool_.h (_Bool): Make it signed char, instead of
19666         an enum type, so that it's guaranteed to promote to int.  See:
19667         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
19668
19669 2003-08-03  Karl Berry  <karl@gnu.org>
19670
19671         * config/depcomp: update from automake.
19672
19673 2003-07-31  Paul Eggert  <eggert@twinsun.com>
19674
19675         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
19676         (strerror): Don't assume that a printable int fits in 14 bytes.
19677
19678 2003-07-31  Bruno Haible  <bruno@clisp.org>
19679
19680         * modules/getpass-gnu: New file.
19681         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
19682
19683 2003-07-31  Bruno Haible  <bruno@clisp.org>
19684
19685         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
19686
19687 2003-07-24  Karl Berry  <karl@gnu.org>
19688
19689         * config/missing: update from automake.
19690
19691 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
19692             Bruno Haible  <bruno@clisp.org>
19693
19694         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
19695         * lib/getline.c (getline, getdelim): Likewise.
19696         Remove _GNU_SOURCE define; now it's defined in config.h through
19697         m4/getline.m4.
19698
19699 2003-07-23  Karl Berry  <karl@gnu.org>
19700
19701         * config/config.sub: update from prep.
19702
19703 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19704
19705         * modules/xalloc (Depends-on): Add exitfail.
19706         * modules/xmemcoll: Likewise.
19707
19708 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19709
19710         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
19711         over-parenthesization in macros.
19712
19713         Sync with coreutils.
19714
19715         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
19716         required by C99.
19717
19718         Use `exit_failure' for xalloc and xmemcoll instead of their own
19719         private exit-failure variables.
19720         * lib/xalloc.h (xalloc_exit_failure): Remove.
19721         * lib/xmalloc.c: Likewise.  Include exitfail.h.
19722         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
19723         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
19724         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
19725         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
19726
19727 2003-07-20  Jim Meyering  <jim@meyering.net>
19728
19729         * modules/closeout (Depends-on): Add exitfail.
19730         Suggestion from Bruno Haible.
19731
19732 2003-07-19  Karl Berry  <karl@gnu.org>
19733
19734         * config/config.sub: update from prep.
19735
19736 2003-07-18  Paul Eggert  <eggert@twinsun.com>
19737
19738         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
19739         Remove.
19740         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
19741         to test that it can stand by itself.  Include "exitfail.h".
19742         Clients should set exit_failure instead.
19743         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
19744
19745 2003-07-18  Bruno Haible  <bruno@clisp.org>
19746
19747         * modules/getndelim2: New file.
19748         * modules/getline: Share files with module getndelim2.
19749         * modules/getnline: Depend on getndelim2 instead of sharing files with
19750         it. Add getnline.c to lib_SOURCES.
19751         * MODULES.html.sh (func_all_modules): Add getndelim2.
19752
19753 2003-07-18  Bruno Haible  <bruno@clisp.org>
19754
19755         * m4/getndelim2.m4: New file.
19756         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
19757         invoke gl_PREREQ_GETNDELIM2.
19758         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
19759         gl_PREREQ_GETNDELIM2.
19760         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
19761         gl_GETNDELIM2.
19762
19763 2003-07-18  Bruno Haible  <bruno@clisp.org>
19764
19765         * lib/getndelim2.h: New file.
19766         * lib/getndelim2.c: Make into a module of its own. Include config.h,
19767         getndelim2.h.
19768         (getndelim2): Make non-static. Change return type to ssize_t.
19769         * lib/getline.h: Change argument names.
19770         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
19771         * lib/getnline.c: Include getndelim2.h.
19772
19773 2003-07-18  Andreas Schwab  <schwab@suse.de>
19774
19775         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
19776
19777 2003-07-17  Karl Berry  <karl@gnu.org>
19778
19779         * config/config.sub: update from prep.
19780
19781 2003-07-17  Bruno Haible  <bruno@clisp.org>
19782
19783         * modules/getnline: New file.
19784         * modules/getline: Add lib/getndelim2.c to source file list.
19785         * MODULES.html.sh (func_all_modules): Add getnline.
19786
19787 2003-07-17  Bruno Haible  <bruno@clisp.org>
19788
19789         * m4/getnline.m4: New file.
19790
19791 2003-07-17  Bruno Haible  <bruno@clisp.org>
19792
19793         * m4/Makefile.am.in: Remove file.
19794         * m4/Makefile.am: Remove file.
19795         * m4/Makefile.in: Remove file.
19796
19797 2003-07-17  Bruno Haible  <bruno@clisp.org>
19798
19799         * lib/getnline.h: New file.
19800         * lib/getnline.c: New file.
19801         * lib/getndelim2.c: New file, extracted from getline.c.
19802         (getndelim2): Renamed from getdelim2, with added nmax argument.
19803         * lib/getline.c: Include getndelim2.c.
19804         (getdelim2): Moved out to getndelim2.c.
19805         (getline, getdelim): Update.
19806
19807 2003-07-17  Bruno Haible  <bruno@clisp.org>
19808
19809         * lib/Makefile.am: Remove file.
19810         * lib/Makefile.in: Remove file.
19811
19812 2003-07-17  Bruno Haible  <bruno@clisp.org>
19813
19814         * configure.in: Remove file.
19815         * Makefile.in: Remove file.
19816
19817 2003-07-17  Bruno Haible  <bruno@clisp.org>
19818
19819         * MODULES.html.sh: Put the </BODY> right before </HTML>.
19820
19821 2003-07-16  Karl Berry  <karl@gnu.org>
19822
19823         * config/srclist-update: was running fixlicense twice, which caused
19824                 texinfo.tex to be nullified for some reason.  Simplify,
19825                 $gplsrc is no longer needed as far as I can see?
19826
19827 2003-07-16  Jim Meyering  <jim@meyering.net>
19828
19829         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
19830
19831 2003-07-15  Paul Eggert  <eggert@twinsun.com>
19832
19833         * config/srclist.txt: Get the following files from gettext-runtime/intl
19834         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
19835         ref-del.sin.  From Bruno Haible.
19836         * config/srclist-update (fixfile): Change grep pattern again, since the
19837         previous fix didn't work (there was another trailing $).  Use
19838         '[$]' to escape the $s.
19839
19840 2003-07-15  Karl Berry  <karl@gnu.org>
19841
19842         * lib/vasnprintf.c: update from gettext.
19843
19844 2003-07-15  Karl Berry  <karl@gnu.org>
19845
19846         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
19847         gets expanded when surrounded by '$'.
19848
19849 2003-07-15  Jim Meyering  <jim@meyering.net>
19850
19851         * modules/save-cwd: Don't depend on error.  From Derek Price.
19852
19853 2003-07-15  Jim Meyering  <jim@meyering.net>
19854
19855         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
19856
19857 2003-07-14  Simon Josefsson  <jas@extundo.com>
19858
19859         * modules/mempcpy: New file.
19860         * MODULES.html.sh (func_all_modules): Add mempcpy.
19861
19862 2003-07-14  Simon Josefsson  <jas@extundo.com>
19863
19864         * m4/mempcpy.m4: New file.
19865
19866 2003-07-14  Simon Josefsson  <jas@extundo.com>
19867
19868         * lib/mempcpy.h: New file.
19869         * lib/mempcpy.c: New file.
19870
19871 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19872
19873         * modules/getdate, modules/posixtm: Depend on mktime.
19874
19875 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19876
19877         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
19878         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
19879         unicodeio.c, unicodeio.h, unlocked-io.h:
19880         Switch from LGPL to GPL.
19881
19882 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19883
19884         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
19885         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
19886         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
19887         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
19888         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
19889         updated automatically by ../config/srclist-update.  This changes
19890         their license from LPGL to GPL.
19891
19892 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19893
19894         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
19895         assumed to refer to the root of the most recent stable gettext version.
19896         * config/srclistvars.sh: Add defaults for eggert.
19897         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
19898         Match "This program" as well as "The program".  This is needed
19899         for gettext.
19900
19901 2003-07-14  Jim Meyering  <jim@meyering.net>
19902
19903         Don't emit diagnostics.  Let callers do that.
19904         * lib/save-cwd.c: Don't include "error.h".
19905         (save_cwd): Don't call error.  Ensure that errno is valid
19906         when returning nonzero.
19907
19908         * lib/save-cwd.h (restore_cwd): Update prototype.
19909         * lib/save-cwd.c (restore_cwd): Remove two parameters.
19910         Simplify.  Don't call error upon failure.  Let callers do that.
19911         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
19912         when auditing is enabled.  But don't bother updating the #if.
19913
19914 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
19915
19916         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
19917         it breaks C++ compilation.
19918         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
19919
19920 2003-07-10  Simon Josefsson  <jas@extundo.com>
19921
19922         * modules/strchrnul (Makefile.am): Add strchrnul.h.
19923
19924 2003-07-10  Jim Meyering  <jim@meyering.net>
19925
19926         * m4/clock_time.m4: Remove trailing blank.
19927         * m4/intmax_t.m4: Likewise.
19928
19929 2003-07-10  Jim Meyering  <jim@meyering.net>
19930
19931         * lib/vasnprintf.c: Remove trailing blanks.
19932         Make cpp indentation consistent.
19933
19934 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19935
19936         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
19937         posixver.c, strftime.c, strnlen.c, strverscmp.c:
19938         Switch from LGPL to GPL.
19939
19940 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19941
19942         * config/srclist.txt: Sort sublists.  Add
19943         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
19944         that differ from gnulib for one reason or another; we'd like this list
19945         to be smaller but for now let's document what we have.
19946
19947 2003-07-08  Paul Eggert  <eggert@twinsun.com>
19948
19949         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
19950         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
19951         and sweeter "eval x=$x".
19952         * config/srclist.txt: Get lib/argp* from glibc.
19953
19954 2003-07-07  Paul Eggert  <eggert@twinsun.com>
19955
19956         * lib/mktime.c: Fix some boundary cases and remove need for floating
19957         point.
19958
19959         Issue a compile-time diagnostic if time_t is floating point, or if
19960         two's complement arithmetic is not in effect, or if arithmetic
19961         right shift does not propagate the sign.  These assumptions were
19962         all in the original code but they weren't checked.
19963
19964         (TIME_T_MIDPOINT, verify): New macros.
19965         (__isleap): Remove; it has integer overflow problems.
19966         (leapyear): New function, without those problems.
19967         (ydhms_tm_diff): Remove; splitting into two parts.
19968         (ydhms_diff): New function, containing the arithmetic part of
19969         the old ydhms_tm_diff function.  Issue a compile-time
19970         diagnostic if we are not using C99 integer division.
19971         Avoid casts when possible.
19972         (guess_time_tm): New function, containing the checking part of
19973         the old ydhms_tm_diff function.  Return the new value, rather than
19974         the difference between it and the old.  Accept a new argument T
19975         so that *T specifies the old value.  Check for overflow in the result.
19976
19977         (__mktime_internal): Use a time_t offset, not a long int offset.
19978         This undoes the 2003-06-04 change, which is no longer needed now
19979         that we have better overflow checking.
19980         (localtime_offset): Likewise.
19981
19982         (__mktime_internal): Avoid harmful overflow on hosts where time_t
19983         and long are 64-bit but int is only 32-bit.
19984         (ydhms_diff): Use long int to store year1 and yday1.
19985         Issue a compile-time diagnostic if long int is not wide enough.
19986
19987         (__mktime_internal): Use long int to store adjusted year and yday.
19988         Use plain C rather than preprocessor commands, if that doesn't
19989         affect efficiency.
19990         Check for overflow (and try to repair) after each probe
19991         rather than checking only at the very end.  This avoids some bugs
19992         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
19993         does not equal GMT offset at maximum time).
19994         Use integer to check for overflow rather than floating point; this
19995         is more portable to non-IEEE hosts, and is a tad faster.
19996         When we detect that we are oscillating between two values,
19997         don't check whether tm_isdst has the requested value, since
19998         we already know the answer.  When tm_isdst has the wrong value,
19999         use a different heuristic to find the right one, based on the
20000         extreme values actually observed in practice in tz2003a,
20001         rather than the (overly optimistic) "previous 3 calendar quarters".
20002
20003         (not_equal_tm, print_tm, check_result): Use "const T" rather than
20004         "T const" to accommodate glibc style.
20005         (check_result): Use less-confusing report format.  "long" -> "long int.
20006         (main): Likewise.
20007         Don't loop if the iteration overflows time_t.
20008         Allow a negative step in the iteration.
20009
20010 2003-07-06  Karl Berry  <karl@gnu.org>
20011
20012         * config/depcomp: update from automake.
20013         * config/config.sub: update from prep.
20014
20015 2003-07-03  Karl Berry  <karl@gnu.org>
20016
20017         * config/config.guess: update from prep.
20018
20019 2003-07-01  Paul Eggert  <eggert@twinsun.com>
20020
20021         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
20022         xreadlink.c now includes it unconditionally.
20023
20024 2003-07-01  Paul Eggert  <eggert@twinsun.com>
20025
20026         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
20027         having it depend on HAVE_SYS_TYPES_H.
20028
20029 2003-07-01  Bruno Haible  <bruno@clisp.org>
20030
20031         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
20032         <sys/types.h> should be sufficient.
20033         Reported by Paul Eggert.
20034
20035 2003-06-26  Karl Berry  <karl@gnu.org>
20036
20037         * config/depcomp: update from automake.
20038
20039 2003-06-26  Bruno Haible  <bruno@clisp.org>
20040
20041         * modules/human: Depend on module stdbool.
20042
20043 2003-06-25  Bruno Haible  <bruno@clisp.org>
20044
20045         * modules/readlink: New file.
20046         * modules/xreadlink: Depend on it.
20047         * MODULES.html.sh (func_all_modules): Add readlink.
20048
20049 2003-06-25  Bruno Haible  <bruno@clisp.org>
20050
20051         * m4/readlink.m4: New file.
20052
20053 2003-06-25  Bruno Haible  <bruno@clisp.org>
20054
20055         * lib/readlink.c: New file.
20056
20057 2003-06-22  Karl Berry  <karl@gnu.org>
20058
20059         * config/srclist.txt: update mkinstalldirs from automake.
20060         * config/mkinstalldirs: update.
20061
20062 2003-06-22  Bruno Haible  <bruno@clisp.org>
20063
20064         Portability to mingw32.
20065         * m4/ssize_t.m4: New file, from GNU gettext.
20066         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
20067         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
20068
20069 2003-06-22  Bruno Haible  <bruno@clisp.org>
20070
20071         * modules/safe-read: Add m4/ssize_t.m4.
20072         * modules/xreadlink: Add m4/ssize_t.m4.
20073
20074 2003-06-20  Bruno Haible  <bruno@clisp.org>
20075
20076         Assume C89, so PARAMS isn't needed.
20077         * lib/unicodeio.h (PARAMS): Remove.
20078         * lib/unicodeio.c: Don't use PARAMS.
20079
20080 2003-06-18  Karl Berry  <karl@gnu.org>
20081
20082         * config/config.{guess,sub}: update from prep.
20083
20084 2003-06-18  Jim Meyering  <jim@meyering.net>
20085
20086         Merge changes from coreutils.
20087         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
20088         Remove explicit declarations of xmalloc and realloc.
20089         Include xalloc.h.
20090         (read_utmp): Remove anachronistic cast of xmalloc.
20091
20092 2003-06-17  Paul Eggert  <eggert@twinsun.com>
20093
20094         Assume C89, so PARAMS isn't needed.
20095         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
20096         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
20097         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
20098         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
20099         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
20100         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
20101         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
20102         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
20103         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
20104         lib/xstrtod.h, lib/xstrtol.h: Likewise.
20105         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
20106         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
20107         no longer needed. Anyway, config.h should always be included before any
20108         other file.
20109
20110 2003-06-11  Simon Josefsson  <jas@extundo.com>
20111
20112         * modules/sysexits: New file.
20113         * MODULES.html.sh (func_all_modules): Add sysexits.
20114
20115 2003-06-11  Simon Josefsson  <jas@extundo.com>
20116
20117         * lib/sysexit_.h: New file.
20118
20119 2003-06-11  Derek Price  <derek@ximbiot.com>
20120
20121         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
20122         necessary.
20123
20124 2003-06-11  Bruno Haible  <bruno@clisp.org>
20125
20126         * m4/sysexits.m4: New file.
20127
20128 2003-06-10  Simon Josefsson  <jas@extundo.com>
20129
20130         * lib/argp.h: New file, from glibc.
20131         * lib/argp-ba.c: New file, from glibc.
20132         * lib/argp-eexst.c: New file, from glibc.
20133         * lib/argp-fmtstream.c: New file, from glibc.
20134         * lib/argp-fmtstream.h: New file, from glibc.
20135         * lib/argp-fs-xinl.c: New file, from glibc.
20136         * lib/argp-help.c: New file, from glibc.
20137         * lib/argp-namefrob.h: New file, from glibc.
20138         * lib/argp-parse.c: New file, from glibc.
20139         * lib/argp-pv.c: New file, from glibc.
20140         * lib/argp-pvh.c: New file, from glibc.
20141         * lib/argp-xinl.c: New file, from glibc.
20142
20143 2003-06-10  Simon Josefsson  <jas@extundo.com>
20144
20145         * modules/strchrnul: New file.
20146
20147 2003-06-10  Simon Josefsson  <jas@extundo.com>
20148
20149         * modules/argp: New file.
20150
20151 2003-06-10  Simon Josefsson  <jas@extundo.com>
20152
20153         * m4/strchrnul.m4: New file.
20154
20155 2003-06-10  Simon Josefsson  <jas@extundo.com>
20156
20157         * lib/strchrnul.h: New file.
20158         * lib/strchrnul.c: New file.
20159
20160 2003-06-10  Bruno Haible  <bruno@clisp.org>
20161
20162         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
20163
20164 2003-06-07  Karl Berry  <karl@gnu.org>
20165
20166         * config/config.{guess,sub}: update from prep.
20167
20168 2003-06-07  Jim Meyering  <jim@meyering.net>
20169
20170         * modules/strtod: Use $(...) notation, not @...@ for
20171         AC_REPLACE'd variables.
20172         * modules/localcharset: Likewise.
20173
20174 2003-06-07  Jim Meyering  <jim@meyering.net>
20175
20176         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
20177         in place of my name in the copyright comment.
20178         Remove definition and uses of __P.
20179
20180         From coreutils.
20181         * lib/stat.c: Don't declare xmalloc explicitly.
20182         Instead, include "xalloc.h".
20183         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
20184         xrealloc, and xcalloc return values.
20185         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
20186         Improve comment.
20187         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
20188
20189 2003-06-07  Bruno Haible  <bruno@clisp.org>
20190
20191         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
20192         avoid AC_CONFIG_LINKS.
20193         * modules/fnmatch (Makefile.am): Use explicit creation rule for
20194         fnmatch.h, to avoid AC_CONFIG_LINKS.
20195         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
20196
20197 2003-06-07  Bruno Haible  <bruno@clisp.org>
20198
20199         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
20200         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
20201         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20202         directory.
20203         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
20204         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20205         directory.
20206
20207 2003-06-06  Jim Meyering  <jim@meyering.net>
20208
20209         Merge from coreutils.
20210         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
20211         Consolidate declarations and initializations of *_base* locals.
20212
20213         Merge from coreutils.
20214         This avoids a core dump on systems without GNU putenv,
20215         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
20216         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
20217         (unsetenv): New static function, from GNU libc.
20218         (rpl_putenv): Use it.
20219
20220         * lib/modechange.c: Remove trailing blanks.
20221
20222         Merge from coreutils.
20223         * lib/fsusage.c: Remove declaration of statfs.
20224         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
20225
20226         * lib/posixtm.c: Include <stdbool.h> unconditionally.
20227
20228 2003-06-06  Jim Meyering  <jim@meyering.net>
20229
20230         * lib/stdbool_.h: Renamed from stdbool.h.in.
20231
20232 2003-06-06  Jim Meyering  <jim@meyering.net>
20233             Bruno Haible  <bruno@clisp.org>
20234
20235         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
20236         Adjust Makefile.am snippet not to redirect directly to target.
20237         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
20238
20239 2003-06-05  Paul Eggert  <eggert@twinsun.com>
20240
20241         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
20242         mismatch, look in future quarters as well as past.  This fixes a
20243         bug when processing fall-backwards gaps immediately after a long
20244         period of daylight-saving time.
20245
20246         * lib/mktime.c: Assume freestanding C89 or better.
20247         (HAVE_LIMITS_H): Remove.  Assume it's 1.
20248         (__P): Remove; not used.
20249         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
20250         (mktime, not_equal_tm, print_tm, check_result,
20251         main): Use prototypes.  Use const * where appropriate.
20252         (main): Fix typo in testing code that uncovered by above changes.
20253         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
20254
20255 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20256
20257         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
20258         locale.h, localeconv.  This merges changes from coreutils.
20259
20260         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
20261         It can be removed after the next Autoconf is released.
20262         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
20263         needed.
20264
20265 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20266
20267         * lib/mktime.c: Fix Debian bug 177940
20268         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
20269         (localtime_offset): Now long int, not time_t, because we want it
20270         to be guaranteed to be signed.  All uses changed.
20271         (__mktime_internal): If overflow would occur when adding offset,
20272         don't add it.
20273
20274         Merge 'human' changes from coreutils.  Rewrite to support
20275         locale-specific notations like thousands separators.
20276         * lib/human.c: Simplify authorship notice.
20277         Include human.h immediately after config.h.
20278         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
20279         <limits.h>: Do not include, since human.h does.
20280         (SIZE_MAX, UINTMAX_MAX): New macros.
20281         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
20282         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
20283         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
20284         (power_letter): Renamed from suffixes.
20285         (generate_suffix_backwards): Remove.
20286         (adjust_value): Now takes int style (because of human.h changes)
20287         and long double value (for greater precision on some platforms).
20288         (group_number): New function.
20289         (human_readable): Use it.  Use integer options, not enum.
20290         Put the options before the sizes in the arg list.
20291         Support all the new options.
20292         The old human_readable function has been removed;
20293         use inttostr.h instead.
20294         (human_readable, default_block_size, humblock):
20295         Use uintmax_t, not int, for block sizes.
20296         (human_readable_inexact, block_size_types): Remove.
20297         (block_size_opts): New constant.
20298         (human_options): Renamed from human_block_size, with new signature
20299         that allows block sizes up to UINTMAX_MAX.  All callers changed.
20300         * lib/human.h: Add copyright and authorship notice.
20301         Include <limits.h> and <stdbool.h> unconditionally.
20302         (PARAMS): Remove.  All uses removed.
20303         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
20304         (enum human_inexact_style): Remove tag; now a nameless enum.
20305         (human_floor, human_ceiling, human_round_to_even): Now have
20306         values 2, 0, 1 rather than -1, 1, 0.
20307         (human_group_digits, human_suppress_point_zero, human_autoscale,
20308         human_base_1024, human_SI, human_B): New constants.
20309         (human_readable_inexact, human_block_size): Remove.
20310         (human_readable): Size args are now uintmax_t, not int.
20311         (human_options): New decl.
20312
20313         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
20314         unnecessary now that we assume C89 or better.  This change
20315         imported from coreutils.
20316
20317         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20318         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
20319         in the 2003-05-30 sync from glibc.
20320
20321         .h files should stand alone, but we shouldn't include <sys/types.h>
20322         if we can get away with just <stddef.h>.
20323
20324         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
20325         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
20326         rather than <sys/types.h>, as we merely need size_t.
20327         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
20328         to get size_t.
20329         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
20330         Include <stdio.h>, to get FILE.
20331         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
20332         memcasecmp.h has included <stddef.h> and all we need is size_t.
20333         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
20334         our interface, instead of including <sys/types.h>
20335
20336 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20337
20338         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
20339         now, as glibc mktime is buggy on non-glibc systems.
20340
20341 2003-06-03  Karl Berry  <karl@gnu.org>
20342
20343         * config/config.sub: update from prep.
20344
20345 2003-06-02  Paul Eggert  <eggert@twinsun.com>
20346
20347         [from coreutils]
20348         Fix some minor time-related bugs with POSIX time arguments.
20349         Some valid time stamps were being rejected (notably -1, and
20350         time stamps before 1900 on 64-bit hosts).  And some invalid
20351         time stamps were being accepted, e.g. September 31.
20352
20353         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
20354         that we can return (time_t) -1 successfully.
20355         * lib/posixtm.c: Likewise.
20356         [HAVE_STDBOOL_H]: Include <stdbool.h>.
20357         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
20358         (t): Remove static var.
20359         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
20360         of static var.  All uses changed.
20361         (year): Do not reject years before 1900; they can occur with
20362         64-bit time_t.
20363         (posix_time_parse): Do not check for out-of-range components;
20364         that is now the caller's responsibility, since our checks were
20365         only approximations.
20366         (posixtime): Use mktime to check for out-of-range components,
20367         since it knows them exactly.
20368         If mktime returns (time_t) -1, check whether an error actually occurred
20369         by invoking localtime on -1.
20370         (main) [TEST_POSIXTIME]: Check for input data errors, and report
20371         posixtime failures better.
20372         Improve the test data (in comments only).
20373
20374 2003-06-02  Karl Berry  <karl@gnu.org>
20375
20376         * config/mkinstalldirs (version): new variable.
20377         (--version): new option.
20378         (usage): improve message.
20379
20380 2003-05-30  Karl Berry  <karl@gnu.org>
20381
20382         * lib/mktime.c: update from libc.
20383
20384 2003-05-30  Bruno Haible  <bruno@clisp.org>
20385
20386         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
20387         * config/config.rpath: Upgrade to gettext-0.12.1.
20388
20389 2003-05-30  Bruno Haible  <bruno@clisp.org>
20390
20391         * m4/gettext.m4: Upgrade to gettext-0.12.1.
20392         * m4/nls.m4: New file, from gettext-0.12.1.
20393         * m4/po.m4: New file, from gettext-0.12.1.
20394         * m4/progtest.m4: Upgrade to gettext-0.12.1.
20395
20396 2003-05-30  Bruno Haible  <bruno@clisp.org>
20397
20398         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
20399         * lib/localcharset.h: Likewise.
20400         * lib/localcharset.c: Likewise.
20401
20402 2003-05-29  Karl Berry  <karl@gnu.org>
20403
20404         * config/config.rpath: update from gettext.
20405
20406 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20407
20408         Assume the headers required for C89 freestanding compilers.
20409         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
20410         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
20411         * m4/human.m4 (gl_HUMAN): Likewise.
20412         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
20413         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
20414         * m4/userspec.m4 (gl_USERSPEC): Likewise.
20415         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
20416         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20417         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
20418
20419 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20420
20421         Assume the headers required for C89 freestanding compilers.
20422         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
20423         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
20424         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
20425         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
20426         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
20427         define, since <limits.h> is guaranteed to do that.
20428         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
20429         * lib/exclude.c: Include <stdbool.h> unconditionally.
20430         * lib/tempname.c: Include <stddef.h> unconditionally.
20431         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
20432         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
20433         <stddef.h> does that.
20434         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
20435         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
20436         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
20437         needed.
20438         * lib/xstrtol.c: Likewise.
20439         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
20440         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
20441
20442         * lib/addext.c (addext): Use assignment rather than cast, to avoid
20443         warnings on some platforms.
20444
20445         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20446         arbitrarily.
20447
20448 2003-05-26  Jim Meyering  <jim@meyering.net>
20449
20450         Merge in a change from coreutils:
20451         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
20452         that is guaranteed to be `no'.  Use `no_such_member' to indicate
20453         that condition, rather than `-1' which is slightly misleading.
20454         Change the name of the cache variable to have the gl_ prefix.
20455         Prompted by a patch from Richard Dawe for DJGPP.
20456
20457 2003-05-24  Karl Berry  <karl@gnu.org>
20458
20459         * config/config.guess: update from prep.
20460
20461 2003-05-22  Karl Berry  <karl@gnu.org>
20462
20463         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
20464
20465 2003-05-20  Karl Berry  <karl@gnu.org>
20466
20467         * config/config.guess: update from prep.
20468
20469 2003-05-18  Karl Berry  <karl@gnu.org>
20470
20471         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
20472         might actually be set by the user.
20473
20474         * config/depcomp, install-sh, mdate-sh: update from automake.
20475
20476 2003-05-17  Bruno Haible  <bruno@clisp.org>
20477
20478         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
20479         invalid expansion for AC_EGREP_CPP.
20480         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
20481         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
20482         Suggested by Akim Demaille <akim@epita.fr> in
20483         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
20484
20485 2003-05-12  Jim Meyering  <jim@meyering.net>
20486
20487         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
20488         the space-padded-by-default conversion specifiers, %e, %k, %l.
20489
20490 2003-05-12  Bruno Haible  <bruno@clisp.org>
20491
20492         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
20493         the string is longer than 4 KB.
20494
20495 2003-05-11  Karl Berry  <karl@gnu.org>
20496
20497         * config/config.{guess,sub}: update from prep.
20498
20499 2003-05-09  Bruno Haible  <bruno@clisp.org>
20500
20501         * modules/error: Add m4/strerror_r.m4 to file list.
20502
20503 2003-05-03  Bruno Haible  <bruno@clisp.org>
20504
20505         Upgrade to Unicode-4.0.
20506         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
20507         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
20508         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
20509         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
20510         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
20511         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
20512         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
20513         Change width of U+E0100..U+E01EF from 1 to 0.
20514
20515 2003-04-25  Jim Meyering  <jim@meyering.net>
20516
20517         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
20518         of type size_t, not int.
20519
20520 2003-04-25  Bruno Haible  <bruno@clisp.org>
20521
20522         * lib/copy-file.c: Include <stddef.h>, for size_t.
20523
20524 2003-04-21  Paul Eggert  <eggert@twinsun.com>
20525
20526         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
20527         code which expansion is under static control.  Patch imported from
20528         Akim Demaille's patch to Bison; see
20529         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
20530
20531 2003-04-14  Bruno Haible  <bruno@clisp.org>
20532
20533         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
20534
20535 2003-04-11  Jim Meyering  <jim@meyering.net>
20536
20537         Merge changes from Coreutils.
20538
20539         2003-03-22  Jim Meyering  <jim@meyering.net>
20540
20541         * lib/strftime.c (widen): Cast alloca return value to proper type.
20542
20543         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
20544
20545         From GNU libc.
20546         * lib/strftime.c (my_strftime): Handle very large width
20547         specifications for numeric values correctly.  Improve checks for
20548         overflow.
20549
20550         2003-01-19  Jim Meyering  <jim@meyering.net>
20551
20552         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
20553         definitions.
20554         (nl_get_alt_digit) [! defined my_strftime]: Define.
20555         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
20556         _nl_get_alt_digit and _nl_get_walt_digit.
20557
20558         * lib/strftime.c (my_strftime): Merge in locale-related changes from
20559         libc. These changes have no effect outside of _LIBC.
20560
20561 2003-04-10  Bruno Haible  <bruno@clisp.org>
20562
20563         * modules/findprog: New file.
20564         * MODULES.html.sh (func_all_modules): Add it.
20565
20566 2003-04-10  Bruno Haible  <bruno@clisp.org>
20567
20568         * m4/findprog.m4: New file.
20569         * m4/eaccess.m4: New file.
20570
20571 2003-04-10  Bruno Haible  <bruno@clisp.org>
20572
20573         * lib/findprog.h: New file, from GNU gettext.
20574         * lib/findprog.c: New file, from GNU gettext.
20575
20576 2003-04-05  Jim Meyering  <jim@meyering.net>
20577
20578         Merge changes from Coreutils.
20579
20580         * lib/exclude.h (PARAMS): Remove definition and uses.
20581         * lib/exclude.c: Remove uses of `PARAMS'.
20582
20583         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
20584         Add test-cases for DOS filenames. Declare program_name.
20585         (main): Set up program_name.  Patch by Rich Dawe.
20586
20587         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20588         error from mntctl.
20589         Use mntctl's return value to drive the entry-processing loop, since
20590         we can't rely on the value of the vmt_length member in the last
20591         entry.  On some systems doing so could result in exhausting
20592         virtual memory.  Based in part on a patch from Mike Jetzer.
20593
20594 2003-04-04  Bruno Haible  <bruno@clisp.org>
20595
20596         * modules/linebreak: New file.
20597         * MODULES.html.sh (func_all_modules): Add it.
20598
20599 2003-04-04  Bruno Haible  <bruno@clisp.org>
20600
20601         * m4/linebreak.m4: New file.
20602
20603 2003-04-04  Bruno Haible  <bruno@clisp.org>
20604
20605         * lib/linebreak.h: New file, from GNU gettext.
20606         * lib/linebreak.c: New file, from GNU gettext with slight
20607         modifications.
20608         * lib/lbrkprop.h: New file, from GNU gettext.
20609
20610 2003-04-03  Bruno Haible  <bruno@clisp.org>
20611
20612         * modules/utf8-ucs4: New file.
20613         * modules/utf16-ucs4: New file.
20614         * modules/ucs4-utf8: New file.
20615         * modules/ucs4-utf16: New file.
20616         * MODULES.html.sh (func_all_modules): Add them.
20617
20618 2003-04-03  Bruno Haible  <bruno@clisp.org>
20619
20620         * m4/utf-ucs4.m4: New file.
20621         * m4/ucs4-utf.m4: New file.
20622
20623 2003-04-03  Bruno Haible  <bruno@clisp.org>
20624
20625         * lib/utf8-ucs4.h: New file, from GNU gettext.
20626         * lib/utf16-ucs4.h: New file, from GNU gettext.
20627         * lib/ucs4-utf8.h: New file, from GNU gettext.
20628         * lib/ucs4-utf16.h: New file, from GNU gettext.
20629
20630 2003-04-02  Bruno Haible  <bruno@clisp.org>
20631
20632         * modules/binary-io: New file.
20633         * MODULES.html.sh (func_all_modules): Add it.
20634
20635 2003-04-02  Bruno Haible  <bruno@clisp.org>
20636
20637         * lib/binary-io.h: New file, from GNU gettext.
20638
20639 2003-04-01  Bruno Haible  <bruno@clisp.org>
20640
20641         * modules/pathname: New file.
20642         * MODULES.html.sh (func_all_modules): Add it.
20643
20644 2003-04-01  Bruno Haible  <bruno@clisp.org>
20645
20646         * lib/pathname.h: New file, from GNU gettext.
20647         * lib/concatpath.c: New file, from GNU gettext.
20648
20649 2003-03-30  Bruno Haible  <bruno@clisp.org>
20650
20651         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
20652
20653 2003-03-30  Bruno Haible  <bruno@clisp.org>
20654
20655         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
20656         function chown() doesn't exist.
20657
20658 2003-03-28  Bruno Haible  <bruno@clisp.org>
20659
20660         * modules/copy-file: New file.
20661         * MODULES.html.sh (func_all_modules): Add it.
20662
20663 2003-03-28  Bruno Haible  <bruno@clisp.org>
20664
20665         * m4/copy-file.m4: New file.
20666
20667 2003-03-28  Bruno Haible  <bruno@clisp.org>
20668
20669         * lib/copy-file.h: New file, from GNU gettext.
20670         * lib/copy-file.c: New file, from GNU gettext.
20671
20672 2003-03-18  Jim Meyering  <jim@meyering.net>
20673
20674         * lib/quote.c (quote_n): Fix typo in comment.
20675
20676 2003-03-18  Bruno Haible  <bruno@clisp.org>
20677
20678         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
20679         checking.
20680         * m4/onceonly_2_57.m4: Likewise.
20681
20682 2003-03-17  Bruno Haible  <bruno@clisp.org>
20683
20684         * m4/onceonly.m4: Require autoconf 2.54 or newer.
20685         (m4_quote): Remove macro.
20686         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
20687
20688 2003-03-14  Jim Meyering  <jim@meyering.net>
20689
20690         Merge changes from Coreutils.
20691         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
20692         to be const, in order to avoid warnings.
20693         (obstack_room): Likewise.
20694         (obstack_empty_p): Likewise.
20695
20696 2003-03-14  Bruno Haible  <bruno@clisp.org>
20697
20698         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
20699         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
20700
20701 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20702
20703         Merge changes from Bison.
20704         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
20705         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
20706         when compiling Bison 1.875's `bitset bset = obstack_alloc
20707         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
20708         * lib/hash.c: Include <stdbool.h> unconditionally.
20709
20710 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20711
20712         * m4/onceonly.m4 (m4_quote): New macro.
20713         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
20714         Quote AC_FOREACH variable-expansions properly.
20715
20716 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20717
20718         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
20719
20720 2003-03-09  Paul Eggert  <eggert@twinsun.com>
20721
20722         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
20723         Reported by Bruce Becker; see:
20724         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
20725
20726 2003-03-03  Paul Eggert  <eggert@twinsun.com>
20727             Bruno Haible  <bruno@clisp.org>
20728
20729         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
20730         Reported by John Hughes, see
20731         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
20732
20733 2003-02-20  Bruno Haible  <bruno@clisp.org>
20734
20735         * MODULES.html.sh (func_all_modules): Add poll.
20736
20737 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20738
20739         * modules/poll: New file.
20740
20741 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20742
20743         * lib/poll_.h: New file.
20744         * lib/poll.c: New file.
20745
20746 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20747
20748         * m4/poll.m4: New file.
20749
20750 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20751
20752         * modules/mathl: New file.
20753
20754 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20755
20756         * lib/mathl.h: New file.
20757         * lib/acosl.c: New file.
20758         * lib/asinl.c: New file.
20759         * lib/atanl.c: New file.
20760         * lib/ceill.c: New file.
20761         * lib/cosl.c: New file.
20762         * lib/expl.c: New file.
20763         * lib/floorl.c: New file.
20764         * lib/frexpl.c: New file.
20765         * lib/ldexpl.c: New file.
20766         * lib/logl.c: New file.
20767         * lib/sincosl.c: New file.
20768         * lib/sinl.c: New file.
20769         * lib/sqrtl.c: New file.
20770         * lib/tanl.c: New file.
20771         * lib/trigl.c: New file.
20772         * lib/trigl.h: New file.
20773
20774 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20775
20776         * m4/mathl.m4: New file.
20777
20778 2003-02-18  Bruno Haible  <bruno@clisp.org>
20779
20780         * MODULES.html.sh (func_all_modules): Add mathl.
20781
20782 2003-02-17  Bruno Haible  <bruno@clisp.org>
20783
20784         * modules/mkdtemp: New module.
20785         * MODULES.html.sh (func_all_modules): Add it.
20786
20787 2003-02-17  Bruno Haible  <bruno@clisp.org>
20788
20789         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
20790
20791 2003-02-17  Bruno Haible  <bruno@clisp.org>
20792
20793         * lib/mkdtemp.h: New file, from GNU gettext.
20794         * lib/mkdtemp.c: New file, from GNU gettext.
20795
20796 2003-02-02  Jim Meyering  <jim@meyering.net>
20797
20798         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
20799         e.g. glibc-2.2.93.
20800
20801 2003-01-31  Bruno Haible  <bruno@clisp.org>
20802
20803         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
20804         'rpl_rename'.
20805         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
20806         'rpl_strnlen'.
20807         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
20808         'rpl_strtod'.
20809         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
20810         'rpl_utime'.
20811
20812 2003-01-31  Bruno Haible  <bruno@clisp.org>
20813
20814         * lib/rename.c: #undef rename before defining rpl_rename.
20815         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
20816
20817 2003-01-30  Bruno Haible  <bruno@clisp.org>
20818
20819         * modules/vasnprintf, modules/vasprintf: New modules.
20820         * MODULES.html.sh (func_all_modules): Add them.
20821
20822 2003-01-30  Bruno Haible  <bruno@clisp.org>
20823
20824         * m4/signed.m4: New file, from GNU gettext.
20825         * m4/longdouble.m4: New file, from GNU gettext.
20826         * m4/wchar_t.m4: New file, from GNU gettext.
20827         * m4/wint_t.m4: New file, from GNU gettext.
20828         * m4/vasnprintf.m4: New file.
20829         * m4/vasprintf.m4: New file.
20830
20831 2003-01-30  Bruno Haible  <bruno@clisp.org>
20832
20833         * lib/printf-args.h: New file, from GNU gettext.
20834         * lib/printf-args.c: New file, from GNU gettext.
20835         * lib/printf-parse.h: New file, from GNU gettext.
20836         * lib/printf-parse.c: New file, from GNU gettext.
20837         * lib/vasnprintf.h: New file, from GNU gettext.
20838         * lib/vasnprintf.c: New file, from GNU gettext.
20839         * lib/asnprintf.c: New file, from GNU gettext.
20840         * lib/vasprintf.h: New file, from GNU gettext with modifications.
20841         * lib/vasprintf.c: New file, from GNU gettext.
20842         * lib/asprintf.c: New file, from GNU gettext.
20843
20844 2003-01-29  Bruno Haible  <bruno@clisp.org>
20845
20846         * modules/stpncpy: New module.
20847         * MODULES.html.sh (func_all_modules): Add it.
20848
20849 2003-01-29  Bruno Haible  <bruno@clisp.org>
20850
20851         * m4/stpncpy.m4: New file.
20852
20853 2003-01-29  Bruno Haible  <bruno@clisp.org>
20854
20855         * lib/stpncpy.h: New file, from GNU gettext with modifications.
20856         * lib/stpncpy.c: New file, from GNU gettext with modifications.
20857
20858 2003-01-28  Bruno Haible  <bruno@clisp.org>
20859
20860         * modules/c-ctype: New module.
20861         * MODULES.html.sh (func_all_modules): Add it.
20862
20863 2003-01-28  Bruno Haible  <bruno@clisp.org>
20864
20865         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
20866         Paul Eggert.
20867         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
20868         Paul Eggert.
20869
20870 2003-01-27  Bruno Haible  <bruno@clisp.org>
20871
20872         * modules/xsetenv: New module.
20873         * MODULES.html.sh (func_all_modules): Add it.
20874
20875 2003-01-27  Bruno Haible  <bruno@clisp.org>
20876
20877         * lib/xsetenv.h: New file, from GNU gettext.
20878         * lib/xsetenv.c: New file, from GNU gettext.
20879
20880 2003-01-23  Jim Meyering  <jim@meyering.net>
20881
20882         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
20883         from working on systems without dirfd (at least Irix and OSF1/Tru64).
20884
20885 2003-01-23  Bruno Haible  <bruno@clisp.org>
20886
20887         * modules/minmax: New module.
20888         * MODULES.html.sh (func_all_modules): Add it.
20889
20890 2003-01-23  Bruno Haible  <bruno@clisp.org>
20891
20892         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
20893         Eggert.
20894
20895 2003-01-22  Bruno Haible  <bruno@clisp.org>
20896
20897         * modules/exit: New module.
20898         * MODULES.html.sh (func_all_modules): Add it.
20899
20900 2003-01-22  Bruno Haible  <bruno@clisp.org>
20901
20902         * lib/exit.h: New file, from GNU gettext.
20903
20904 2003-01-19  Bruno Haible  <bruno@clisp.org>
20905
20906         * gnulib-tool: Recognize option --extract-maintainer.
20907         (func_get_maintainer): New function.
20908         * modules/*: Add Maintainer entry.
20909
20910 2003-01-16  Jim Meyering  <jim@meyering.net>
20911
20912         * m4/regex.m4: The `regex' struct is both input and output.
20913         Initialize it before each use.  Patch by Tim Waugh.
20914
20915 2003-01-16  Bruno Haible  <bruno@clisp.org>
20916
20917         * MODULES.html.sh: Add a table of contents. Add the module name as
20918         leftmost column. Add hyperlinks.
20919
20920 2003-01-15  Bruno Haible  <bruno@clisp.org>
20921
20922         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
20923
20924 2003-01-15  Bruno Haible  <bruno@clisp.org>
20925
20926         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
20927         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
20928         suffix.
20929
20930 2003-01-15  Bruno Haible  <bruno@clisp.org>
20931
20932         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
20933
20934 2003-01-15  Bruno Haible  <bruno@clisp.org>
20935
20936         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
20937         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
20938
20939 2003-01-14  Jim Meyering  <jim@meyering.net>
20940
20941         * lib/same.c (same_name): Tweak a comment.
20942
20943 2003-01-14  Bruno Haible  <bruno@clisp.org>
20944
20945         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
20946         when a string comparison is sufficient.
20947
20948 2003-01-14  Bruno Haible  <bruno@clisp.org>
20949
20950         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
20951         'unsigned int'.
20952
20953 2003-01-14  Bruno Haible  <bruno@clisp.org>
20954
20955         * lib/hash-pjw.c: Add comment about low quality of this function.
20956
20957 2003-01-13  Bruno Haible  <bruno@clisp.org>
20958
20959         * modules/stpcpy: Distribute lib/stpcpy.h.
20960         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
20961
20962 2003-01-13  Bruno Haible  <bruno@clisp.org>
20963
20964         * modules/*: Add a description.
20965         * modules/strpbrk: Fix Makefile.am snippet.
20966         * modules/strtoimax: Fix dependencies.
20967         * modules/strtoumax: Likewise.
20968
20969 2003-01-13  Bruno Haible  <bruno@clisp.org>
20970
20971         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
20972         * modules/alloca (Makefile.am): All object files depend on alloca.h.
20973         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
20974
20975 2003-01-13  Bruno Haible  <bruno@clisp.org>
20976
20977         * gnulib-tool (func_create_testdir): Store config/* files in the main
20978         directory.
20979         * config.rpath: Move to ...
20980         * config/config.rpath: ... here.
20981         * modules/gettext: Contains config/config.rpath, not config.rpath.
20982         * modules/iconv: Likewise.
20983
20984 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20985
20986         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20987         to avoid collisions with libcurses and libreadline.
20988
20989         * m4/getstr.m4: Remove.
20990         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
20991
20992 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20993
20994         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20995         to avoid collisions with libcurses and libreadline.
20996
20997         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
20998         * lib/getstr.h, getstr.c: Remove.
20999         * lib/getline.c: Include "getline.h", to check interface.
21000         Move body of old getstr.c here: this defines MIN_CHUNK and
21001         declares getdelim2, which is renamed from getstr.
21002         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
21003
21004         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
21005         All uses changed.
21006         * lib/linebuffer.h: Likewise.
21007         (readline): Remove backward-compatibility macro.
21008
21009 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21010
21011         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21012         to avoid collisions with libcurses and libreadline.
21013         * getstr: Remove.
21014         * MODULES.html.sh: Remove getstr.
21015         * modules/getline: Depend on unlocked-io, not getstr.
21016
21017 2003-01-12  Jim Meyering  <jim@meyering.net>
21018
21019         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
21020
21021 2003-01-10  Bruno Haible  <bruno@clisp.org>
21022
21023         * modules/alloca: Change Makefile.am requirements. Simplify Include
21024         requirements. Add lib/alloca_.h to file list.
21025
21026 2003-01-10  Bruno Haible  <bruno@clisp.org>
21027
21028         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
21029
21030 2003-01-10  Bruno Haible  <bruno@clisp.org>
21031
21032         * lib/alloca_.h: New file.
21033         * lib/getdate.y: Unconditionally include alloca.h.
21034         * lib/makepath.c: Likewise.
21035         * lib/setenv.c: Likewise.
21036         * lib/userspec.c: Likewise.
21037
21038 2003-01-09  Karl Berry  <karl@gnu.org>
21039
21040         * MODULES.html.sh: include `dirname $0` in PATH, to find
21041         gnulib-tool.
21042
21043 2003-01-09  Bruno Haible  <bruno@clisp.org>
21044
21045         * modules/stdbool: Change configure.ac, Makefile.am requirements.
21046         Simplify Include requirements. Add lib/stdbool.h.in to file list.
21047
21048 2003-01-09  Bruno Haible  <bruno@clisp.org>
21049
21050         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
21051
21052 2003-01-09  Bruno Haible  <bruno@clisp.org>
21053
21054         * lib/stdbool.h.in: New file.
21055
21056 2003-01-09  Bruno Haible  <bruno@clisp.org>
21057
21058         * gnulib-tool (func_all_modules): Ignore files ending in ~.
21059         * MODULES.html.sh: Likewise.
21060
21061 2003-01-08  Jim Meyering  <jim@meyering.net>
21062
21063         * lib/full-write.c: Undefine and define-away `const' after inclusion
21064         of errno.h, not before.  Suggestion from Bruno Haible.
21065
21066 2003-01-08  Bruno Haible  <bruno@clisp.org>
21067
21068         * modules/full-read: Depend on full-write.
21069
21070 2003-01-08  Bruno Haible  <bruno@clisp.org>
21071
21072         * lib/safe-read.c: Include specification header first, to ensure its
21073         selfcontainedness.
21074         * lib/full-write.c: Likewise.
21075
21076 2003-01-07  Jim Meyering  <jim@meyering.net>
21077
21078         * lib/full-write.c: Rework so that it may serve to define full_read,
21079         too.
21080         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
21081
21082 2003-01-07  Bruno Haible  <bruno@clisp.org>
21083
21084         * lib/strtoimax.c: Include <stdint.h> as an alternative to
21085         <inttypes.h>.
21086         * lib/xstrtol.h: Likewise.
21087         * lib/xstrtoimax.c: Likewise.
21088         * lib/xstrtoumax.c: Likewise.
21089         * lib/human.h: Likewise.
21090
21091         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
21092         on systems that have <inttypes.h> but not <stdint.h>.
21093
21094 2003-01-07  Bruno Haible  <bruno@clisp.org>
21095
21096         * MODULES.html.sh: Add copyright notice.
21097         (missed_files): Omit CVS directory entries.
21098         (func_module): Make it work with sed-3.02.
21099         * MODULES.txt: Remove file.
21100
21101 2003-01-06  Jim Meyering  <jim@meyering.net>
21102
21103         * lib/version-etc.c: Update year in translatable copyright string.
21104
21105 2003-01-03  Karl Berry  <karl@gnu.org>
21106
21107         * config/config.{guess,sub}: update from prep.
21108
21109 2003-01-02  Karl Berry  <karl@gnu.org>
21110
21111         * doc/COPYING.DOC: belatedly updated to 1.2.
21112
21113 2003-01-01  Karl Berry  <karl@gnu.org>
21114
21115         * gnulib-tool (func_verify_module): report module name $module in
21116         error message, not $1.
21117         * gnulib-tool (create-testdir): don't complain if destdir couldn't
21118         be created, only if it doesn't exist.
21119         * gnulib-tool (last_checkin_date): don't expand the $Date here.
21120
21121 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21122
21123         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
21124
21125 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21126
21127         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
21128         memcmp if strcoll doesn't work.
21129
21130 2002-12-31  Bruno Haible  <bruno@clisp.org>
21131
21132         * lib/utime.c (utime_null): No need to call ftruncate if the file was
21133         nonempty.
21134
21135 2002-12-31  Bruno Haible  <bruno@clisp.org>
21136
21137         * lib/memcoll.c (STRCOLL): New macro.
21138         (memcoll): Use it.
21139
21140 2002-12-31  Bruno Haible  <bruno@clisp.org>
21141
21142         * lib/localcharset.h: New file.
21143         * lib/localcharset.c: Include it.
21144         * lib/unicodeio.c: Likewise.
21145
21146 2002-12-31  Bruno Haible  <bruno@clisp.org>
21147
21148         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
21149         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
21150
21151 2002-12-31  Bruno Haible  <bruno@clisp.org>
21152
21153         * lib/getline.h: Include <stddef.h>, for size_t.
21154
21155         * lib/unicodeio.h: Include <stddef.h>, for size_t.
21156         * lib/unicodeio.c: Don't include <stddef.h>.
21157
21158 2002-12-31  Bruno Haible  <bruno@clisp.org>
21159
21160         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
21161         HAVE_TM_ZONE.
21162
21163 2002-12-24  Karl Berry  <karl@gnu.org>
21164
21165         * config/config.guess: update from prep.
21166
21167 2002-12-24  Bruno Haible  <bruno@clisp.org>
21168
21169         General infrasructure.
21170         * m4/README: Rewritten.
21171         * m4/onceonly.m4: New file.
21172         * m4/onceonly_2_57.m4: New file.
21173
21174         Module atexit.
21175         * m4/atexit.m4: New file.
21176
21177         Module strtod.
21178         * m4/strtod.m4: New file.
21179
21180         Module strtol.
21181         * m4/strtol.m4: New file.
21182
21183         Module strtoul.
21184         * m4/strtoul.m4: New file.
21185
21186         Module memchr.
21187         * m4/memchr.m4: New file.
21188
21189         Module memcmp.
21190         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
21191         (jm_FUNC_MEMCMP): Invoke it.
21192
21193         Module memcpy.
21194         * m4/memcpy.m4: New file.
21195
21196         Module memmove.
21197         * m4/memmove.m4: New file.
21198
21199         Module memset.
21200         * m4/memset.m4: New file.
21201
21202         Module strcspn.
21203         * m4/strcspn.m4: New file.
21204
21205         Module strpbrk.
21206         * m4/strpbrk.m4: New file.
21207
21208         Module strstr.
21209         * m4/strstr.m4: New file.
21210
21211         Module strerror.
21212         * m4/strerror.m4: New file.
21213
21214         Module mktime.
21215         * m4/mktime.m4: Renamed from jm-mktime.m4.
21216         (gl_PREREQ_MKTIME): New macro.
21217         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
21218
21219         Module malloc.
21220         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
21221         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
21222         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
21223
21224         Module realloc.
21225         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
21226         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
21227         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
21228
21229         Module strftime.
21230         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
21231         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
21232         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
21233         gl_TM_GMTOFF.
21234         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
21235
21236         Module xalloc.
21237         * m4/xalloc.m4: New file.
21238
21239         Module alloca.
21240         * m4/alloca.m4: New file.
21241
21242         Module putenv.
21243         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
21244         (jm_FUNC_PUTENV): Invoke it.
21245
21246         Module setenv.
21247         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
21248         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
21249         when invoked twice.
21250         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
21251         gt_FUNC_SETENV.
21252
21253         Module memrchr.
21254         * m4/memrchr.m4: New file.
21255
21256         Module stpcpy.
21257         * m4/stpcpy.m4: New file.
21258
21259         Module strcase.
21260         * m4/strcase.m4: New file.
21261
21262         Module strdup.
21263         * m4/strdup.m4: New file.
21264
21265         Module strnlen.
21266         * m4/strnlen.m4: New file.
21267
21268         Module strndup.
21269         * m4/strndup.m4: New file.
21270
21271         Module xstrtod.
21272         * m4/xstrtod.m4: New file.
21273
21274         Module xstrtol.
21275         * m4/xstrtol.m4: New file.
21276
21277         Module getdate.
21278         * m4/getdate.m4: New file.
21279
21280         Module unlocked-io.
21281         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
21282         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
21283         * m4/jm-glibc-io.m4n: Remove file.
21284
21285         Module long-options.
21286         * m4/long-options.m4: New file.
21287
21288         Module md5.
21289         * m4/md5.m4: New file.
21290
21291         Module sha.
21292         * m4/sha.m4: New file.
21293
21294         Module getstr.
21295         * m4/getstr.m4: New file.
21296
21297         Module getline.
21298         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
21299         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
21300         <sys/types.h>, for size_t. Use the function name gnu_getline, not
21301         simply getline. Infoke gl_PREREQ_GETLINE.
21302
21303         Module obstack.
21304         * m4/obstack.m4: New file.
21305
21306         Module hash.
21307         * m4/hash.m4: New file.
21308
21309         Module readtokens.
21310         * m4/readtokens.m4: New file.
21311
21312         Module strverscmp.
21313         * m4/strverscmp.m4: New file.
21314
21315         Module stdbool.
21316         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
21317         OSF/1.
21318
21319         Module strtoll.
21320         * m4/strtoll.m4: New file.
21321
21322         Module strtoull.
21323         * m4/strtoull.m4: New file.
21324
21325         Module strtoimax.
21326         * m4/strtoimax.m4: New file.
21327
21328         Module strtoumax.
21329         * m4/strtoumax.m4: New file.
21330
21331         Module xstrtoimax.
21332         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
21333         jm_AC_PREREQ_XSTRTOIMAX.
21334         Moved the strtol prerequisites to strtol.m4.
21335         Moved the strtoll prerequisites to strtoll.m4.
21336         Moved the strtoimax prerequisites to strtoimax.m4.
21337
21338         Module xstrtoumax.
21339         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
21340         jm_AC_PREREQ_XSTRTOUMAX.
21341         Moved the strtoul prerequisites to strtoul.m4.
21342         Moved the strtoull prerequisites to strtoull.m4.
21343         Moved the strtoumax prerequisites to strtoumax.m4.
21344
21345         Module chown.
21346         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
21347         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
21348
21349         Module dup2.
21350         * m4/dup2.m4: New file.
21351
21352         Module ftruncate.
21353         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
21354         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
21355
21356         Module getgroups.
21357         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
21358         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
21359
21360         Module gettimeofday.
21361         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
21362         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
21363         gl_PREREQ_GETTIMEOFDAY.
21364
21365         Module mkdir.
21366         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
21367         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
21368
21369         Module mkstemp.
21370         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
21371         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
21372         jm_AC_TYPE_UINTMAX_T.
21373         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
21374
21375         Module stat.
21376         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
21377         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
21378
21379         Module lstat.
21380         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
21381         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
21382
21383         Module timespec.
21384         * m4/timespec.m4 (gl_TIMESPEC): New macro.
21385         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
21386         * m4/st_mtim.m4: Indentation.
21387
21388         Module nanosleep.
21389         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
21390         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
21391         gl_PREREQ_NANOSLEEP.
21392
21393         Module regex.
21394         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
21395         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
21396         (gl_REGEX): New macro.
21397
21398         Module rename.
21399         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
21400         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
21401
21402         Module rmdir.
21403         * m4/rmdir.m4: New file.
21404
21405         Module utime.
21406         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
21407         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
21408         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
21409
21410         Module dirname.
21411         * m4/dirname.m4: New file.
21412
21413         Module getopt.
21414         * m4/getopt.m4: New file.
21415
21416         Module unistd-safer.
21417         * m4/unistd-safer.m4: New file.
21418
21419         Module fnmatch.
21420         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
21421         declaration.
21422         (gl_PREREQ_FNMATCH_EXTRA): New macro.
21423         (gl_FUNC_FNMATCH_POSIX): New macro.
21424         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
21425         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
21426         simply fnmatch.
21427
21428         Module exclude.
21429         * m4/exclude.m4: New file.
21430
21431         Module human.
21432         * m4/human.m4: New file.
21433
21434         Module acl.
21435         * m4/acl.m4: Nop.
21436
21437         Module backupfile.
21438         * m4/backupfile.m4: New file.
21439         * m4/d-ino.m4: Indentation.
21440
21441         Module fsusage.
21442         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
21443         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
21444         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
21445
21446         Module dirfd.
21447         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
21448         requirements.
21449
21450         Module euidaccess.
21451         * m4/euidaccess.m4: New file.
21452
21453         Module file-type.
21454         * m4/file-type.m4: New file.
21455
21456         Module fileblocks.
21457         * m4/fileblocks.m4: New file.
21458
21459         Module filemode.
21460         * m4/filemode.m4: New file.
21461
21462         Module isdir.
21463         * m4/isdir.m4: New file.
21464
21465         Module lchown.
21466         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
21467         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
21468
21469         Module makepath.
21470         * m4/makepath.m4: New file.
21471
21472         Module modechange.
21473         * m4/modechange.m4: New file.
21474
21475         Module mountlist.
21476         * m4/mountlist.m4: New file.
21477         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
21478         Indentation.
21479
21480         Module path-concat.
21481         * m4/path-concat.m4: New file.
21482
21483         Module pathmax.
21484         * m4/pathmax.m4: New file.
21485
21486         Module same.
21487         * m4/same.m4: New file.
21488
21489         Module save-cwd.
21490         * m4/save-cwd.m4: New file.
21491
21492         Module savedir.
21493         * m4/savedir.m4: New file.
21494
21495         Module xgetcwd.
21496         * m4/xgetcwd.m4: New file.
21497         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
21498
21499         Module xreadlink.
21500         * m4/xreadlink.m4: New file.
21501
21502         Module safe-read.
21503         * m4/safe-read.m4: New file.
21504
21505         Module safe-write.
21506         * m4/safe-write.m4: New file.
21507
21508         Module closeout.
21509         * m4/closeout.m4: New file.
21510
21511         Module stdio-safer.
21512         * m4/stdio-safer.m4: New file.
21513
21514         Module getpass.
21515         * m4/getpass.m4: New file.
21516
21517         Module getugroups.
21518         * m4/getugroups.m4: New file.
21519
21520         Module group-member.
21521         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
21522         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
21523
21524         Module idcache.
21525         * m4/idcache.m4: New file.
21526
21527         Module userspec.
21528         * m4/userspec.m4: New file.
21529
21530         Module gettime.
21531         * m4/clock_time.m4: New file.
21532         * m4/gettime.m4: New file.
21533
21534         Module settime.
21535         * m4/settime.m4: New file.
21536
21537         Module posixtm.
21538         * m4/posixtm.m4: New file.
21539
21540         Module gethostname.
21541         * m4/gethostname.m4: New file.
21542
21543         Module canon-host.
21544         * m4/canon-host.m4: New file.
21545
21546         Module gettext.
21547         * m4/codeset.m4: New file, from gettext-0.11.5.
21548         * m4/gettext.m4: New file, from gettext-0.11.5.
21549         * m4/glibc21.m4: New file, from gettext-0.11.5.
21550         * m4/iconv.m4: New file, from gettext-0.11.5.
21551         * m4/intdiv0.m4: New file, from gettext-0.11.5.
21552         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
21553         * m4/inttypes.m4: New file, from gettext-0.11.5.
21554         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
21555         * m4/isc-posix.m4: New file, from gettext-0.11.5.
21556         * m4/lcmessage.m4: New file, from gettext-0.11.5.
21557         * m4/lib-ld.m4: New file, from gettext-0.11.5.
21558         * m4/lib-link.m4: New file, from gettext-0.11.5.
21559         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
21560         * m4/progtest.m4: New file, from gettext-0.11.5.
21561         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
21562         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
21563         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
21564
21565         Module localcharset.
21566         * m4/localcharset.m4: New file.
21567
21568         Module hard-locale.
21569         * m4/hard-locale.m4: New file.
21570
21571         Module mbswidth.
21572         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
21573         onceonly macros.
21574         * m4/mbrtowc.m4: Add comment.
21575
21576         Module memcasecmp.
21577         * m4/memcasecmp.m4: New file.
21578
21579         Module memcoll.
21580         * m4/memcoll.m4: New file.
21581
21582         Module unicodeio.
21583         * m4/unicodeio.m4: New file.
21584
21585         Module rpmatch.
21586         * m4/rpmatch.m4: New file.
21587
21588         Module yesno.
21589         * m4/yesno.m4: New file.
21590
21591         Module exitfail.
21592         * m4/exitfail.m4: New file.
21593
21594         Module c-stack.
21595         * m4/c-stack.m4 (gl_C_STACK): New macro.
21596         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
21597
21598         Module error.
21599         * m4/error.m4 (gl_ERROR): New macro.
21600         (jm_PREREQ_ERROR): Use onceonly macros.
21601
21602         Module fatal.
21603         * m4/fatal.m4: New file.
21604
21605         Module getloadavg.
21606         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
21607         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
21608
21609         Module getpagesize.
21610         * m4/getpagesize.m4: New file.
21611
21612         Module getusershell.
21613         * m4/getusershell.m4: New file.
21614
21615         Module physmem.
21616         * m4/physmem.m4: New file.
21617
21618         Module posixver.
21619         * m4/posixver.m4: New file.
21620
21621         Module quotearg.
21622         * m4/quotearg.m4: New file.
21623
21624         Module quote.
21625         * m4/quote.m4: New file.
21626
21627         Module readutmp.
21628         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
21629
21630         Module sig2str.
21631         * m4/sig2str.m4: New file.
21632
21633         Other.
21634         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
21635         ulonglong.m4.
21636         * m4/intmax_t.m4: New file.
21637         * m4/d-type.m4: Indentation.
21638         * m4/jm-macros.m4: Update.
21639         * m4/prereq.m4 (jm_PREREQ): Update.
21640         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
21641         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
21642         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
21643         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
21644         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
21645         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
21646         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
21647         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
21648         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
21649         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
21650         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
21651         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
21652         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
21653         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
21654         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
21655         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
21656         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
21657         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
21658         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
21659
21660 2002-12-24  Bruno Haible  <bruno@clisp.org>
21661
21662         * MODULES.txt: Update according to m4/ changes.
21663
21664         Module gettext.
21665         * config.rpath: New file, from gettext-0.11.5.
21666
21667         * modules/*: New module descriptions.
21668         * gnulib-tool: New file.
21669         * MODULES.html.sh: New file.
21670
21671 2002-12-21  Karl Berry  <karl@gnu.org>
21672
21673         * doc/fdl.texi: update to version 1.2.
21674
21675 2002-12-19  Karl Berry  <karl@gnu.org>
21676
21677         * config/config.guess: update from prep.
21678
21679 2002-12-18  Bruno Haible  <bruno@clisp.org>
21680
21681         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
21682         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
21683
21684 2002-12-17  Bruno Haible  <bruno@clisp.org>
21685
21686         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
21687         stdlib.h, string.h.
21688
21689 2002-12-17  Bruno Haible  <bruno@clisp.org>
21690
21691         * lib/canon-host.c (strdup): Remove unused declaration.
21692
21693         * lib/fsusage.c: Include full_read.h.
21694         (get_fs_usage): Use full_read instead of safe_read.
21695
21696         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
21697
21698 2002-12-12  Karl Berry  <karl@gnu.org>
21699
21700         * config/config.guess: update from prep.
21701
21702 2002-12-11  Bruno Haible  <bruno@clisp.org>
21703
21704         * m4/setenv.m4: New file, from gettext-0.11.5.
21705
21706 2002-12-11  Bruno Haible  <bruno@clisp.org>
21707
21708         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
21709         not unsetenv().
21710         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
21711         modifications:
21712
21713         2002-12-11  Bruno Haible  <bruno@clisp.org>
21714
21715                 * setenv.c (alloca): Fall back to malloc.
21716                 (freea): New macro.
21717                 (setenv): Use freea() to free memory allocated with alloca().
21718
21719         2002-11-13  Bruno Haible  <bruno@clisp.org>
21720
21721                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
21722                 function declarations.
21723                 * unsetenv.c (unsetenv): Likewise.
21724
21725         2002-03-04  Bruno Haible  <bruno@clisp.org>
21726
21727                 Portability to AIX 4.3.3.
21728                 * unsetenv.c: New file, extracted from setenv.c.
21729                 * setenv.c: Move the unsetenv() function to unsetenv.c.
21730
21731         2001-12-20  Bruno Haible  <bruno@clisp.org>
21732
21733                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
21734                 use malloc instead. For SunOS 4.
21735
21736         2001-12-11  Bruno Haible  <bruno@clisp.org>
21737
21738                 * setenv.c: Declare alloca.
21739                 (compar_fn_t): New typedef.
21740                 (KNOWN_VALUE, STORE_VALUE): Use it.
21741
21742         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
21743         setenv.h.
21744
21745 2002-12-10  Paul Eggert  <eggert@twinsun.com>
21746
21747         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
21748         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
21749         Choose values that are less likely to collide with system fnmatch
21750         options.
21751         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
21752         defined (e.g., a pure POSIX system).
21753         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
21754         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
21755
21756 2002-12-06  Paul Eggert  <eggert@twinsun.com>
21757
21758         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
21759         a pain in practice to deal with generated m4 files.  This change
21760         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
21761
21762         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
21763         and jm-glibc-io.m4, as they are no longer a special case.
21764         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
21765         kludge and the auto-generation stuff.  Check only whether the
21766         functions are declared, not whether they exist, since older hosts
21767         that don't declare the functions can't use the optimization anyway.
21768
21769 2002-12-06  Jim Meyering  <jim@meyering.net>
21770
21771         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
21772
21773         Merge in changes from libc's misc/error.c, in preparation
21774         for the merge of gnulib's changes back into libc.
21775
21776         * lib/error.c (_): Define only if not already defined.
21777         Move definition to follow all #include directives.
21778         Include unlocked-io.h only if !_LIBC.
21779         [_LIBC]: Include <libio/libioP.h>.
21780         [USE_IN_LIBIO]: Include <libio/iolibio.h>
21781         (fflush): Tweak definition to use INTUSE.
21782         (putc): Define.
21783
21784 2002-12-05  Paul Eggert  <eggert@twinsun.com>
21785
21786         * lib/alloca.c [defined emacs]: Include "lisp.h".
21787         (xalloc_die) [defined emacs]: New macro.
21788         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
21789         [! defined emacs]: Include <xalloc.h>.
21790         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
21791         (pointer): Typedef to POINTER_TYPE *.
21792         (malloc): Remove decl; we now always use xmalloc.
21793         (alloca): Use old-style definition, since Emacs needs this.
21794         Check for arithmetic overflow when computing combined size.
21795
21796 2002-12-04  Paul Eggert  <eggert@twinsun.com>
21797
21798         Do not generate unlocked-io.h automatically, since it's easier to
21799         maintain it by hand.
21800
21801         * lib/unlocked-io.h: New file, from GNU diffutils,
21802         but with proper copyright notice and attribution.
21803         * lib/gen-uio: Remove.
21804         * lib/Makefile.am: Add copyright notice.
21805         (libfetish_a_SOURCES): Add unlocked-io.h.
21806         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
21807         (DISTCLEANFILES, io_functions): Remove macros.
21808         (EXTRA_DIST): Remove gen_uio.
21809         (unlocked-io.h): Remove rule.
21810
21811 2002-12-04  Jim Meyering  <jim@meyering.net>
21812
21813         Reflect the fact that stat.c and lstat.c are no longer generated.
21814         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
21815         (DISTCLEANFILES): Likewise.
21816         (EXTRA_DIST): Likewise.
21817         (all_local): Don't depend on stat.c or lstat.c.
21818         (stat.c, lstat.c): Remove rules.
21819         (EXTRA_DIST): Remove xstat.in.
21820
21821         * lib/xstat.in: Remove file.  Contents moved into stat.c.
21822         * lib/stat.c: New file.  Contents mostly from xstat.in.
21823         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
21824         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
21825
21826         * lib/safe-read.c: Rework so that it may serve to define safe_write,
21827         too.
21828         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
21829
21830 2002-12-03  Jim Meyering  <jim@meyering.net>
21831
21832         * lib/safe-read.c, safe-write.c: Change variable names and comments,
21833         but not semantics, to minimize the differences between these two files.
21834         (safe_read): Change comment to mention SAFE_READ_ERROR.
21835
21836         * lib/safe-read.c (IS_EINTR): Define.
21837         (safe_read): Use IS_EINTR in place of in-function cpp directives.
21838
21839 2002-12-02  Jim Meyering  <jim@meyering.net>
21840
21841         * lib/safe-read.c (EINTR): Define.
21842         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
21843         (INT_MAX): Provide fallback.
21844         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
21845
21846         * lib/safe-read.h (SAFE_READ_ERROR): Define.
21847
21848 2002-12-02  Bruno Haible  <bruno@clisp.org>
21849
21850         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
21851         Define, taken from safe-read.c.
21852         (INT_MAX): Provide fallback.
21853         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
21854         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
21855
21856         * lib/safe-read.c (EINTR): Remove definition.
21857         (safe_read): Don't use EINTR if it is absent.
21858
21859 2002-12-01  Jim Meyering  <jim@meyering.net>
21860
21861         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
21862         zero.
21863         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
21864
21865 2002-11-27  Paul Eggert  <eggert@twinsun.com>
21866
21867         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
21868         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
21869         with `if (! (value < limit)) abort ();', for readability.
21870
21871 2002-11-26  Karl Berry  <karl@gnu.org>
21872
21873         * lib/strdup.c: copy from libc again, with jim's ok.
21874         * lib/.cppi-disable: re-add strdup.c
21875
21876 2002-11-25  Karl Berry  <karl@gnu.org>
21877
21878         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
21879         instead of "strtol.c".
21880
21881 2002-11-25  Karl Berry  <karl@gnu.org>
21882
21883         * config/install-sh: update from automake for variable quoting, $0 in
21884         error msgs, etc.
21885
21886         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
21887         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
21888         entry.
21889
21890 2002-11-25  Jim Meyering  <jim@meyering.net>
21891
21892         * lib/mktime.c: Sync from libc, now that it has the latest fix.
21893
21894 2002-11-24  Karl Berry  <karl@gnu.org>
21895
21896         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
21897         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
21898
21899 2002-11-24  Jim Meyering  <jim@meyering.net>
21900
21901         Update from coreutils:
21902
21903         * lib/mktime.c: Merge in changes from libc.
21904
21905         Avoid a link-time failure on some Linux systems.
21906         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
21907         (otherwise).
21908         (__mon_yday): Declare with the STATIC attribute.
21909         (__mktime_internal): Likewise.
21910         Based on a report from Greg Schafer.
21911
21912 2002-11-23  Jim Meyering  <jim@meyering.net>
21913
21914         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
21915         Use `unsigned', not `int', as type of index.
21916
21917         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
21918
21919         * lib/fsusage.c: Remove unneeded parentheses around operands of
21920         `defined'.
21921
21922 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21923
21924         * lib/quotearg.h: Allow multiple inclusion by surrounding with
21925         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
21926         so that we can be included first.
21927         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
21928         * lib/quotearg.c: Include quotearg.h immediately after config.h.
21929         No need to include stddef.h or sys/types.h any more.
21930         Surround local include files with "", not "<>".
21931         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
21932         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
21933         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
21934         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
21935         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
21936         (ISPRINT): Remove; no longer needed now that we assume C89.
21937
21938         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
21939         Preserve errno.
21940
21941         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
21942         quotearg_char): Use SIZE_MAX rather than
21943         (size_t) -1 when we are talking about "infinity".
21944
21945         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
21946
21947 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21948
21949         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
21950         hint that one should use `if (! x) abort ();' rather than `assert
21951         (x);', and anyway it's one less thing to worry about configuring.
21952         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
21953         hash_rehash, hash_insert): Use abort rather than assert.
21954
21955 2002-11-22  Bruno Haible  <bruno@clisp.org>
21956
21957         * lib/safe-read.h: Assume C89. Add comments.
21958         (safe_read): Change return type to size_t.
21959         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
21960         byte counts > SSIZE_MAX correctly.
21961         * lib/safe-write.h: New file.
21962         * lib/safe-write.c: New file.
21963         * lib/full-read.h: New file.
21964         * lib/full-read.c: New file.
21965         * lib/full-write.h: Assume C89. Add comments.
21966         * lib/full-write.c: Include safe-write.h.
21967         (full_write): Rewritten to use safe_write.
21968         Suggested by Jim Meyering and Paul Eggert.
21969
21970 2002-11-21  Jim Meyering  <jim@meyering.net>
21971
21972         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
21973
21974         Merge in changes from the coreutils.
21975
21976         2002-09-25  Paul Eggert  <eggert@twinsun.com>
21977         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
21978         <stdint.h>.
21979         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
21980         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
21981         int.  Work more efficiently if X is the same width as uintmax_t.
21982         Do not compare X to -1, to avoid bogus compiler warning.
21983         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
21984         Don't assume that f_frsize and f_bsize are the same type.
21985
21986         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
21987         warning on FreeBSD.
21988
21989         * lib/makepath.c (make_path): Restore umask *before* creating the final
21990         component.
21991         (make_path): Minor reformatting.
21992
21993         * lib/xmalloc.c: Adjust to work with new autoconf macros,
21994         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
21995         HAVE_MALLOC/HAVE_REALLOC.
21996
21997         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
21998         dummy ones.  At least on GNU/Linux systems, `auto' means something
21999         else.
22000         From Michael Stone.
22001
22002 2002-11-21  Bruno Haible  <bruno@clisp.org>
22003
22004         Remove case insensitive option matching.
22005         * lib/argmatch.h (argcasematch): Remove declaration.
22006         (ARGCASEMATCH): Remove macro.
22007         (__xargmatch_internal): Remove case_sensitive argument.
22008         (XARGMATCH): Update.
22009         (XARGCASEMATCH): Remove macro.
22010         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
22011         case_sensitive argument.
22012         (argcasematch): Remove function.
22013         (__xargmatch_internal): Remove case_sensitive argument.
22014         (main): Use XARGMATCH instead of XARGCASEMATCH.
22015
22016         * lib/xmalloc.c: Change compile-time error message. Add comment about
22017         required autoconf version.
22018
22019 2002-11-20  Paul Eggert  <eggert@twinsun.com>
22020
22021         Merge argmatch cleanups from Bison.  Assume C89.
22022
22023         * lib/argmatch.c: Include config.h here, not in argmatch.h.
22024         Include stdlib.h, for EXIT_FAILURE.
22025         Always include <string.h>, since we assume C89.
22026         (EXIT_FAILURE): Remove pre-C89 bug workaround.
22027         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
22028         Include <stddef.h> instead, since it's all we need for size_t.
22029         (PARAMS): Remove.  All uses removed.
22030         (ARRAY_CARDINALITY): Do not bother to #undef.
22031         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
22032         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22033         Remove unnecessary parentheses.
22034         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22035         Insert necessary parentheses.
22036         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
22037         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
22038
22039 2002-11-19  Bruno Haible  <bruno@clisp.org>
22040
22041         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
22042         * lib/mbswidth.h: Include <stddef.h>, for size_t.
22043
22044         * lib/mbswidth.h (PARAMS): Remove macro.
22045         (mbswidth, mbsnwidth): Use ANSI C function declarations.
22046         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
22047
22048         * lib/gcd.h (PARAMS): Remove macro.
22049         (gcd): Use ANSI C function declarations.
22050         * lib/gcd.c (gcd): Likewise.
22051
22052 2002-11-15  Bruno Haible  <bruno@clisp.org>
22053
22054         * lib/strcspn.c: Include <stddef.h>.
22055         (strcspn): Use ANSI C function declaration. Change return type to
22056         size_t. Use NULL.
22057         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
22058         (strpbrk): Use NULL.
22059         * lib/strpbrk.h (PARAMS): Remove macro.
22060         (strpbrk): Use ANSI C function declaration.
22061         * lib/strstr.c: Don't include <sys/types.h>.
22062         * lib/strstr.h (PARAMS): Remove macro.
22063         (strstr): Use ANSI C function declarations.
22064
22065 2002-11-14  Karl Berry  <karl@gnu.org>
22066
22067         * config/mkinstalldirs: `do' on separate line, instead of
22068         `for var; do'.
22069
22070 2002-11-06  Bruno Haible  <bruno@clisp.org>
22071
22072         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
22073         * lib/gcd.c (gcd): Likewise.
22074
22075 2002-11-05  Bruno Haible  <bruno@clisp.org>
22076
22077         * lib/gcd.h: New file, from gettext-0.11.5.
22078         * lib/gcd.c: New file, from gettext-0.11.5.
22079
22080 2002-11-05  Bruno Haible  <bruno@clisp.org>
22081
22082         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22083         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22084         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22085         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22086
22087         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
22088         <libintl.h>.
22089         * lib/makepath.c: Include gettext.h instead of <locale.h> and
22090         <libintl.h>.
22091
22092         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
22093         * lib/human.c: Include gettext.h instead of <libintl.h>.
22094         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
22095         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
22096         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
22097         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
22098         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
22099         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
22100         (textdomain): Remove definition.
22101         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
22102
22103         * lib/long-options.c: Remove include of <libintl.h> and definition of
22104         _.
22105         * lib/same.c: Remove include of <libintl.h> and definition of _.
22106
22107 2002-11-04  Owen Taylor  <otaylor@redhat.com>
22108
22109         * lib/config.charset: A few additions for Solaris.
22110
22111 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22112
22113         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
22114         * lib/localcharset.c (locale_charset): Declare as extern "C".
22115
22116 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22117
22118         * lib/config.charset: msdos in uk_UA uses CP1125.
22119
22120 2002-11-04  Bruno Haible  <bruno@clisp.org>
22121
22122         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
22123         * lib/strcase.h: New file, from GNU gettext-0.11.5.
22124         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
22125         * lib/strstr.h: New file, from GNU gettext-0.11.5.
22126         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
22127
22128 2002-11-04  Bruno Haible  <bruno@clisp.org>
22129
22130         * lib/localcharset.c (locale_charset): Don't return an empty string.
22131
22132 2002-11-04  Bruno Haible  <bruno@clisp.org>
22133
22134         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
22135         aliases.
22136
22137 2002-11-04  Bruno Haible  <bruno@clisp.org>
22138
22139         * lib/config.charset: Update for newest glibc. Add canonical names
22140         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
22141
22142 2002-11-04  Bruno Haible  <bruno@clisp.org>
22143
22144         * lib/config.charset: Add support for NetBSD.
22145
22146 2002-11-04  Bruno Haible  <bruno@clisp.org>
22147
22148         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
22149
22150 2002-11-01  Bruno Haible  <bruno@clisp.org>
22151
22152         * configure.in: Add AC_CONFIG_AUX_DIR call.
22153         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
22154         test/Makefile.
22155         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
22156
22157 2002-09-28  Karl Berry  <karl@gnu.org>
22158
22159         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
22160         installed automake until the next release, since changes have been
22161         made.
22162
22163 2002-09-25  Karl Berry  <karl@gnu.org>
22164
22165         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
22166         * lib/getopt*: copy from libc/posix.
22167         * lib/gettext.h: copy from gettext.
22168         * lib/.cppi-disable: add strdup.c, gettext.h.
22169
22170 2002-09-25  Karl Berry  <karl@gnu.org>
22171
22172         * config/srclist.txt: enable gettext.h check.
22173         * config/config.{guess,sub}: update from prep.
22174         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
22175                 from automake 1.6.3.
22176         See srclist*.
22177
22178 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
22179
22180         * regex.c (PATFETCH): Remove the translating fetch.
22181         (PATFETCH_RAW): Rename to PATFETCH.
22182         (set_image_of_range): New fun.
22183         (SET_RANGE_TABLE_WORK_AREA): Use it.
22184         (regex_compile): Don't translate the pattern chars so eagerly.
22185         Only do it when inserting an `exactn' bytecode or when handling
22186         a char-range.
22187         (mutually_exclusive_p): Avoid empty statement.
22188
22189 2002-07-06  Jim Meyering  <meyering@lucent.com>
22190
22191         * m4/README: Don't mention Makefile.am.in.
22192         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
22193
22194 2002-07-01  Jim Meyering  <meyering@lucent.com>
22195
22196         * lib/c-stack.c: Include sys/time.h.
22197         From Volker Borchert.
22198
22199 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22200
22201         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
22202
22203 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22204
22205         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
22206         New macro.  Use it uniformly instead of
22207         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
22208         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
22209         reported by Vin Shelton.
22210
22211 2002-06-22  Paul Eggert  <eggert@twinsun.com>
22212
22213         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
22214         Do not assume SA_SIGINFO behavior.
22215         Bug reported by Jim Meyering on NetBSD 1.5.2.
22216
22217 2002-06-22  Jim Meyering  <meyering@lucent.com>
22218
22219         * m4/c-stack.m4: New file, from diffutils-2.8.2.
22220         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
22221
22222         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
22223         now that configure.ac uses AC_GNU_SOURCE.
22224         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
22225         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
22226
22227         Update to latest tools.  Suggestions from Paul Eggert.
22228         * m4/stdbool.m4: New file, from diffutils-2.8.2.
22229         * m4/gnu-source.m4: Update from diffutils-2.8.2.
22230         * m4/fnmatch.m4: Likewise.
22231         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
22232         to AC_HEADER_STDBOOL
22233
22234 2002-06-22  Jim Meyering  <meyering@lucent.com>
22235
22236         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
22237         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
22238
22239 2002-06-22  Jim Meyering  <meyering@lucent.com>
22240
22241         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
22242
22243         * lib/exitfail.c, exitfail.h: Likewise.
22244         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
22245
22246         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
22247         of fnmatch.h.
22248         (EXTRA_DIST): Add fnmatch_loop.c.
22249         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
22250
22251         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
22252         * lib/fnmatch.c: Update from diffutils-2.8.2.
22253         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
22254         * lib/fnmatch.h: Remove file.
22255
22256 2002-06-21  Jim Meyering  <meyering@lucent.com>
22257
22258         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
22259         * m4/mbrtowc.m4: Likewise.
22260
22261         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
22262         * m4/mbswidth.m4: Reflect name change:
22263         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
22264         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
22265
22266         * m4/lib-link.m4: Update from gettext-0.11.2.
22267         * m4/gettext.m4: Likewise.
22268
22269         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
22270         From Alfred M. Szmidt.
22271
22272 2002-06-18  Paul Eggert  <eggert@twinsun.com>
22273
22274         * lib/file-type.h: Report an error if neither S_ISREG nor
22275         S_IFREG is defined, instead of using a test specific to glibc
22276         2.2.  This should be safe, since POSIX requires S_ISREG and
22277         Unix Version 7 had S_IFREG.  We don't need to check for
22278         <sys/types.h> since we don't use any symbols that it defines.
22279
22280 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
22281
22282         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
22283         $@-t, so that each temporary file name is unique and valid in the first
22284         8 characters, for operation under DOS.
22285
22286 2002-06-15  Paul Eggert  <eggert@twinsun.com>
22287
22288         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
22289
22290 2002-06-15  Jim Meyering  <meyering@lucent.com>
22291
22292         Work even with DJGPP 2.03, which lacks support for symlinks.
22293         From Richard Dawe.
22294         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
22295         is defined.
22296         * lib/lchown.c (S_ISLNK): Likewise.
22297
22298 2002-06-15  Jim Meyering  <meyering@lucent.com>
22299
22300         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
22301         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
22302         have been included before this file.
22303
22304 2002-06-14  Jim Meyering  <meyering@lucent.com>
22305
22306         * lib/file-type.h: Use the version from diffutils-2.8.2.
22307         * lib/file-type.c: Likewise.
22308
22309 2002-06-07  Jim Meyering  <meyering@lucent.com>
22310
22311         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
22312         They're needed at least for NetBSD 1.5.2.
22313         ($statxfs_includes): Include those same headers.
22314         ($statxfs_includes): Include sys/vfs.h if available.
22315         ($statxfs_includes): Likewise for sys/statvfs.h.
22316         Check for the following members in both structs statfs and statvfs:
22317         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
22318
22319 2002-06-01  Jim Meyering  <meyering@lucent.com>
22320
22321         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
22322         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
22323
22324 2002-05-28  Jim Meyering  <meyering@lucent.com>
22325
22326         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
22327         Reported by Volker Borchert.
22328
22329 2002-05-27  Jim Meyering  <meyering@lucent.com>
22330
22331         Fix a problem seen only on nonconforming systems whereby ls.c's
22332         use of localtime, and then of gettimeofday would cause trouble:
22333         the localtime call used to initialize rpl_gettimeofday's save
22334         mechanism would clobber ls's current local time information so
22335         that in any long listing the first file would always be listed
22336         with date 1970-01-01.  Analysis by Volker Borchert.
22337
22338         * lib/gettimeofday.c (localtime): Undefine.
22339         (rpl_localtime): New function.
22340
22341 2002-05-27  Jim Meyering  <meyering@lucent.com>
22342
22343         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
22344         localtime.
22345
22346         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
22347         use the replacement function; it wouldn't resolve at link time.
22348         Reported by Volker Borchert.
22349
22350 2002-05-22  Jim Meyering  <meyering@lucent.com>
22351
22352         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
22353         file-type.h.
22354         * lib/file-type.h: New file.
22355         * lib/file-type.c (file_type): New file/function.  Extracted from
22356         diffutils.
22357
22358 2002-04-30  Jim Meyering  <meyering@lucent.com>
22359
22360         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
22361
22362 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22363
22364         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
22365
22366 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22367
22368         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
22369         Do not check for alloca.h (no longer used) or stdbool.h (was never
22370         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
22371
22372 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22373
22374         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
22375
22376 2002-04-29  Jim Meyering  <meyering@lucent.com>
22377
22378         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
22379         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
22380         Use AC_FUNC_STRNLEN here instead.
22381
22382         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
22383         With autoconf-2.53a, it's part of AC_PROG_CC.
22384
22385 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22386
22387         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
22388         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
22389
22390 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22391
22392         * lib/sig2str.h, lib/sig2str.c: New files.
22393         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
22394
22395 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22396
22397         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
22398         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
22399         of 127, since 64 is the largest conceivable number for ancient
22400         nonstandard hosts.
22401         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
22402
22403 2002-04-28  Jim Meyering  <meyering@lucent.com>
22404
22405         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
22406
22407 2002-04-24  Jim Meyering  <meyering@lucent.com>
22408
22409         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
22410         (jm_PREREQ): Use it.
22411
22412         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
22413         mach/mach.h fcntl.h.
22414         Check for this function: setlocale.
22415
22416 2002-04-24  Jim Meyering  <meyering@lucent.com>
22417
22418         * lib/gettext.h: New file, from Gettext.
22419         * lib/Makefile.am (INCLUDES): Remove -I../intl.
22420         (libfetish_a_SOURCES): Add gettext.h.
22421
22422 2002-04-16  Jim Meyering  <meyering@lucent.com>
22423
22424         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
22425         ut_pid, ut_id, ut_exit.
22426
22427 2002-04-16  Jim Meyering  <meyering@lucent.com>
22428
22429         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
22430         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
22431         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
22432
22433 2002-04-12  Jim Meyering  <meyering@lucent.com>
22434
22435         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
22436         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
22437         existence of the getmntinfo function.  Needed for Darwin 5.3.
22438
22439         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
22440         This is necessary at least on Darwin 5.3.
22441
22442         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
22443         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
22444         strnlen.o in the library, and that makes some versions of ranlib
22445         object.
22446
22447 2002-04-12  Jim Meyering  <meyering@lucent.com>
22448
22449         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
22450
22451 2002-04-09  Jim Meyering  <meyering@lucent.com>
22452
22453         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
22454         to be more precise.  Rather than saying we're checking whether the
22455         function `works', say what we're testing.
22456         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
22457         Reported by Bruno Haible.
22458
22459 2002-03-10  Jim Meyering  <meyering@lucent.com>
22460
22461         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
22462         Suggestion from Santiago Vila.
22463
22464 2002-03-08  Jim Meyering  <meyering@lucent.com>
22465
22466         * lib/rename.c: Mention that this wrapper is needed also on
22467         mips-dec-ultrix4.4 systems.
22468
22469 2002-03-02  Jim Meyering  <meyering@lucent.com>
22470
22471         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
22472         not HAVE_CLOCK_SETTIME.
22473
22474 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22475
22476         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
22477         Check for clock_settime.
22478
22479 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22480
22481         * lib/nanosleep.h: Rename to....
22482         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
22483
22484         * lib/gettime.c: New file.
22485         * lib/settime.c: New file.
22486         * lib/stime.c: Remove.
22487
22488         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
22489         timespec.h.  Remove nanosleep.h.
22490
22491 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22492
22493         * m4/acl.m4: New file.
22494         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
22495         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
22496
22497 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22498
22499         * lib/acl.c, lib/acl.h: New files.
22500         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
22501
22502 2002-02-24  Jim Meyering  <meyering@lucent.com>
22503
22504         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
22505         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
22506         cause trouble.  Reported by Nelson Beebe.
22507
22508 2002-02-23  Paul Eggert  <eggert@twinsun.com>
22509
22510         * lib/path-concat.c (xpath_concat): Reorder code to pacify
22511         compilers that don't know that xalloc_die never returns.
22512
22513 2002-02-20  Jim Meyering  <meyering@lucent.com>
22514
22515         * lib/getdate.c: Regenerate using bison-1.33.
22516
22517 2002-02-17  Jim Meyering  <meyering@lucent.com>
22518
22519         * config/config.guess (main): Don't use `head -1'; it's no longer
22520         portable. Use `sed 1q' instead.
22521
22522 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
22523
22524         * m4/codeset.m4: Upgrade to gettext-0.11.
22525         * m4/gettext.m4: Upgrade to gettext-0.11.
22526         * m4/glibc21.m4: Upgrade to gettext-0.11.
22527         * m4/iconv.m4: Upgrade to gettext-0.11.
22528         * m4/isc-posix.m4: Upgrade to gettext-0.11.
22529         * m4/lcmessage.m4: Upgrade to gettext-0.11.
22530         * m4/lib-ld.m4: New file, from gettext-0.11.
22531         * m4/lib-link.m4: New file, from gettext-0.11.
22532         * m4/lib-prefix.m4: New file, from gettext-0.11.
22533         * m4/progtest.m4: Upgrade to gettext-0.11.
22534
22535 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22536
22537         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
22538         (jm_PREREQ): Use it.
22539
22540 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22541
22542         * lib/posixver.c, lib/posixver.h: New files.
22543         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22544
22545 2002-02-02  Paul Eggert  <eggert@twinsun.com>
22546             Bruno Haible  <bruno@clisp.org>
22547
22548         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
22549         (fwrite_success_callback): New declaration.
22550         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
22551         print_unicode_char. Call failure callback instead of error.
22552         (fwrite_success_callback): New function.
22553         (exit_failure_callback): New function.
22554         (fallback_failure_callback): New function.
22555         (print_unicode_char): Call unicode_to_mb.
22556
22557 2002-01-26  Jim Meyering  <meyering@lucent.com>
22558
22559         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
22560         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
22561
22562 2002-01-26  Jim Meyering  <meyering@lucent.com>
22563
22564         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
22565
22566 2002-01-22  Paul Eggert  <eggert@twinsun.com>
22567
22568         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
22569
22570 2002-01-22  Jim Meyering  <meyering@lucent.com>
22571
22572         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
22573         Otherwise, some versions of automake would omit the rule that makes
22574         Makefile from Makefile.in.
22575
22576 2002-01-21  Paul Eggert  <eggert@twinsun.com>
22577
22578         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
22579         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22580         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
22581         (memcoll): Set errno to zero if there is no error.
22582
22583         * lib/quotearg.c (quotearg_buffer_restyled):
22584         Fix bug with quoting buffers containing NUL when backslashing escapes.
22585         This bug was exposed by the other changes in this patch.
22586         (quotearg_n_options): New arg ARGSIZE.
22587         All callers changed.
22588         (quoting_options_from_style): New function.
22589         (quotearg_n_style): Use it.
22590         (quotearg_n_style_mem): New function.
22591
22592         * lib/quotearg.h (quotearg_n_style_mem): New function.
22593
22594 2002-01-19  Jim Meyering  <meyering@lucent.com>
22595
22596         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
22597         Remove useless quotes: DF_PROG="df".
22598         * m4/strnlen.m4: New file.
22599
22600 2002-01-16  Paul Eggert  <eggert@twinsun.com>
22601
22602         * lib/backupfile.c (ISDIGIT): Comment fix.
22603         * lib/getdate.y (ISDIGIT): Likewise.
22604         * lib/posixtm.c (ISDIGIT, year): Likewise.
22605         * lib/strverscmp.c (ISDIGIT): Likewise.
22606         * lib/userspec.c (ISDIGIT): Likewise.
22607
22608 2002-01-16  Jim Meyering  <meyering@lucent.com>
22609
22610         * lib/getdate.y: Add three semicolons, each just before a closing
22611         brace. Bison (as of version 1.31) no longer papers over that mistake.
22612
22613 2002-01-05  Jim Meyering  <meyering@lucent.com>
22614
22615         * lib/version-etc.c (version_etc_copyright): Update copyright year.
22616
22617 2001-12-19  Paul Eggert  <eggert@twinsun.com>
22618
22619         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
22620         not silently exit merely because the output buffer happens to
22621         have nothing pending.
22622
22623 2001-12-18  Paul Eggert  <eggert@twinsun.com>
22624
22625         See the big note in ../ChangeLog.
22626         * lib/human.c (suffixes): Prefer K to k for 1024.
22627         (generate_suffix_backwards): New function.
22628         (human_readable_inexact): Use it.
22629         * lib/xstrtol.c (__xstrtol): If there is no number but there
22630         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
22631         Accept 'K' as well as 'k'.
22632
22633 2001-12-15  Jim Meyering  <meyering@lucent.com>
22634
22635         * lib/regex.h (__restrict_arr): Update from libc.
22636
22637         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
22638         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
22639         (STREQ): Define.
22640
22641 2001-12-14  Jim Meyering  <meyering@lucent.com>
22642
22643         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
22644         Suggestion from Bruno Haible.
22645
22646 2001-12-10  Jim Meyering  <meyering@lucent.com>
22647
22648         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
22649         xrealloc, Instead, include "xalloc.h".
22650         (initbuffer): Don't cast xmalloc return value to char*.
22651         (readline): Reword comment.
22652         Don't cast xrealloc return value to char*
22653         Return NULL, not 0.
22654
22655 2001-12-09  Jim Meyering  <meyering@lucent.com>
22656
22657         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
22658         about `signed and unsigned type in conditional expression'.
22659         * lib/posixtm.c (posix_time_parse): Likewise.
22660
22661         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
22662
22663         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
22664         to avoid a pedantic warning.
22665
22666         * lib/getstr.c: Don't include assert.h.
22667         (getstr): Remove warning-evoking assertions.
22668         Return -1 if offset parameter is out of bounds.
22669         Change the type of a local from int to size_t.
22670
22671         * lib/strftime.c (my_strftime_localtime_r): Include this function
22672         definition in the `#if ! HAVE_TM_GMTOFF' block.
22673
22674         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
22675         Include xalloc.h instead.
22676
22677 2001-12-02  Jim Meyering  <meyering@lucent.com>
22678
22679         * lib/tempname.c: Don't declare getenv, thus reverting the change of
22680         2001-11-18.  It's no longer necessary, now that stdlib.h is always
22681         included.
22682
22683         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
22684         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
22685
22686 2001-11-30  Akim Demaille  <akim@epita.fr>
22687
22688         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
22689         before being defined.
22690
22691 2001-11-27  Paul Eggert  <eggert@twinsun.com>
22692
22693         * lib/quotearg.h (quotearg_n, quotearg_n_style):
22694         First arg is int, not unsigned.
22695         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
22696         (SIZE_MAX, UINT_MAX): New macros.
22697         (quotearg_n_options): Abort if N is negative.
22698         Avoid overflow check on hosts where size_t is 64 bits and int
22699         is 32 bits, as overflow is impossible there.
22700         Fix off-by-one typo that caused unnecessary reallocation.
22701
22702 2001-11-27  Jim Meyering  <meyering@lucent.com>
22703
22704         * lib/tempname.c: Merge with version from libc.
22705         * lib/regex.c: Likewise.
22706
22707         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
22708         systems for which STDC_HEADERS is 0, it was not included, resulting in
22709         a warning about an integer-to-pointer conversion problem with getenv.
22710         Reported by Volker Borchert.
22711
22712 2001-11-26  Jim Meyering  <meyering@lucent.com>
22713
22714         * lib/gtod.h: Remove file.
22715         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
22716         * lib/gettimeofday.c: Don't include gtod.h.
22717         (GTOD_init): Remove function.
22718         (rpl_gettimeofday): Do its job here instead, rather than aborting.
22719         Suggestion from Volker Borchert.
22720
22721 2001-11-23  Jim Meyering  <meyering@lucent.com>
22722
22723         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
22724         it.
22725         * lib/hash.c (struct hash_table): Define it here instead.
22726
22727 2001-11-22  Jim Meyering  <meyering@lucent.com>
22728
22729         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
22730
22731 2001-11-20  Jim Meyering  <meyering@lucent.com>
22732
22733         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
22734         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
22735
22736 2001-11-19  Jim Meyering  <meyering@lucent.com>
22737
22738         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
22739         directory.  Use "conftestXXXXXX" as the template.
22740         Suggestion from Paul Eggert.
22741
22742         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
22743         immediately, so the test doesn't mistakenly hit the max-open-files
22744         limit.
22745
22746 2001-11-18  Paul Eggert  <eggert@twinsun.com>
22747
22748         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
22749         (TEMPORARIES): New macro.
22750         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
22751         removes an artificial limitation (e.g. HP-UX 10.20, where
22752         TMP_MAX is 17576).
22753
22754 2001-11-18  Jim Meyering  <meyering@lucent.com>
22755
22756         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
22757
22758 2001-11-18  Jim Meyering  <meyering@lucent.com>
22759
22760         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
22761         on SunOS 4.
22762
22763         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
22764         files will be created before anything else.
22765
22766 2001-11-17  Paul Eggert  <eggert@twinsun.com>
22767
22768         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
22769         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
22770
22771 2001-11-17  Jim Meyering  <meyering@lucent.com>
22772
22773         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
22774         Prompted by a report from Bob Proulx.
22775
22776         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
22777         Instead, require UTILS_FUNC_MKSTEMP.
22778
22779 2001-11-17  Jim Meyering  <meyering@lucent.com>
22780
22781         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
22782         Now, that's done as part of AC_FUNC_STRTOD.
22783
22784 2001-11-17  Jim Meyering  <meyering@lucent.com>
22785
22786         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
22787         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
22788         rather than group writable.  Patch by Juan F. Codagnone.
22789
22790         * lib/readtokens.c: Remove explicit declarations of xmalloc and
22791         xrealloc, Instead, include "xalloc.h".
22792
22793         * lib/mountlist.c: Include unlocked-io.h after all system headers.
22794         Remove explicit declarations of xmalloc, xrealloc,
22795         and xstrdup.  Instead, include "xalloc.h".
22796
22797         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
22798         unlocked-io.h.
22799         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
22800         Likewise.
22801         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
22802
22803         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
22804         Reported by Padraig Brady.
22805
22806         * lib/mkstemp.c: #undef mkstemp.
22807         Include config.h.
22808         (rpl_mkstemp): Rename from mkstemp.
22809         Protoize.
22810
22811 2001-11-16  Jim Meyering  <meyering@lucent.com>
22812
22813         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
22814         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
22815         determine the amount of total physical memory, use pstat_getstatic.
22816         HPUX-11 doesn't define _SC_PHYS_PAGES.
22817         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
22818         If sysconf couldn't be used to determine the amount of available
22819         physical memory, use both pstat_getstatic and pstat_getdynamic.
22820         Based on a patch from Bob Proulx.
22821
22822 2001-11-10  Jim Meyering  <meyering@lucent.com>
22823
22824         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
22825         (jm_PREREQ): Use it.
22826
22827 2001-11-09  Jim Meyering  <meyering@lucent.com>
22828
22829         * m4/jm-macros.m4: Require autoconf-2.52f.
22830         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
22831         Use these AC_-prefixed names, not the AM_-prefixed ones.
22832
22833         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
22834
22835 2001-11-05  Jim Meyering  <meyering@lucent.com>
22836
22837         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
22838
22839 2001-11-04  Jim Meyering  <meyering@lucent.com>
22840
22841         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
22842         $DEFS.
22843
22844 2001-11-03  Jim Meyering  <meyering@lucent.com>
22845
22846         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
22847         of AC_DEFUN.
22848
22849         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
22850         know the name of the variable in the macro definition.
22851
22852 2001-11-03  Jim Meyering  <meyering@lucent.com>
22853
22854         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
22855         in argmatch_to_argument call.
22856
22857         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
22858         argument.
22859
22860         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
22861         e.g., a fault due to an attempt to free a NULL pointer.
22862
22863 2001-11-01  Jim Meyering  <meyering@lucent.com>
22864
22865         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
22866         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
22867
22868 2001-11-01  Jim Meyering  <meyering@lucent.com>
22869
22870         * lib/dirfd.c, lib/dirfd.h: New files.
22871         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
22872
22873         * lib/hash.c (hash_print) [TESTING]: Clean up.
22874
22875 2001-10-22  Paul Eggert  <eggert@twinsun.com>
22876
22877         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
22878         to avoid a warning if -Wall.
22879
22880 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
22881
22882         * README: New file
22883         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
22884         (per RMS's instructions, this is now the canonical source)
22885         * lgpl/, gpl/: New directories.
22886
22887 2001-10-21  Paul Eggert  <eggert@twinsun.com>
22888
22889         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
22890
22891 2001-10-21  Jim Meyering  <meyering@lucent.com>
22892
22893         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
22894         this code would end up calling gettext even in packages built
22895         with --disable-nls.
22896         * lib/getopt.c (_): Likewise.
22897         * lib/regex.c (_): Likewise.
22898
22899 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22900
22901         * m4/error.m4 (jm_PREREQ_ERROR):
22902         Do not invoke AC_CHECK_FUNCS with strerror_r, as
22903         AC_FUNC_STRERROR_R does that.
22904         Check for strerror declaration.
22905
22906         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
22907         are supposed to have them these days.
22908         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
22909         Merge changes from latest Autoconf CVS.
22910         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
22911         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
22912         POSIX decided to standardize on the int flavor of strerror_r.
22913
22914 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22915
22916         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
22917         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
22918         Use strerror_r that is only a macro, even if it is not a function.
22919         (strerror): Check for HAVE_DECL_STRERROR before declaring.
22920         (private_strerror): Use prototypes, not old-style function definition.
22921         (print_errno_message): New function.
22922         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
22923         char*-flavored one.
22924         (error_tail, error, error_at_line): Use it.
22925
22926 2001-10-11  Jim Meyering  <meyering@lucent.com>
22927
22928         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
22929         and quote_n (1, ... to avoid clobbering a buffer.
22930
22931 2001-10-05  Jim Meyering  <meyering@lucent.com>
22932
22933         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
22934         hash-pjw.h.
22935         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
22936         * lib/hash-pjw.h: New file.
22937
22938 2001-09-30  Jim Meyering  <meyering@lucent.com>
22939
22940         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
22941         `struct fsstat' has the `f_fstypename' member.
22942         Use that to define FS_TYPE, which is now used to make
22943         the getfsstat link test tighter.
22944
22945 2001-09-30  Jim Meyering  <meyering@lucent.com>
22946
22947         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
22948         Include <sys/ucred.h>, for Apple Darwin.
22949         Include sys/mount.h and sys/fs_types.h only if available.
22950         (FS_TYPE): Define.
22951         (read_filesystem_list): Use FS_TYPE.
22952
22953 2001-09-29  Paul Eggert  <eggert@twinsun.com>
22954
22955         * lib/exclude.c (excluded_filename): 0 -> false, since it's
22956         a boolean context.
22957
22958 2001-09-29  Jim Meyering  <meyering@lucent.com>
22959
22960         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22961         [one-argument getmntent function]): Include stdio.h before mntent.h.
22962         SunOS 4.1.x needs it for the declaration of `FILE'.
22963         Patch by Volker Borchert.
22964
22965         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22966         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
22967         sys/fs_types.h, and make the link-test for getfsstat guard #include
22968         directives with appropriate #if HAVE_*_H tests so that we can
22969         detect getfsstat on Apple Darwin1.3.7 systems.
22970         Reported by Nelson Beebe.
22971         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
22972
22973 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22974
22975         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22976         #defines strtoimax.  Also treat the other strto* functions
22977         like strtoimax.
22978
22979         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
22980         Check for strtoul and strtoumax,
22981         as those declarations are made even in the signed case.
22982         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
22983         Likewise, for strtol and strtoimax.
22984
22985 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22986
22987         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22988         #defines strtoimax.  Also treat the other strto* functions
22989         like strtoimax.
22990
22991         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
22992         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
22993         (strtoimax, strtoumax): Do not declare if already defined as a macro.
22994
22995 2001-09-26  Jim Meyering  <meyering@lucent.com>
22996
22997         Most macros in unlocked-io.h had the wrong number of arguments.
22998         * lib/gen-uio: New script.
22999         (USE_UNLOCKED_IO): Define to 1 if not already defined.
23000         * lib/unlocked-io.hin: Remove file.
23001         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
23002         rather than trying to embed it here.
23003         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
23004         Reported by Padraig Brady.
23005
23006 2001-09-25  Volker Borchert  <bt@teknon.de>
23007
23008         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
23009         `result'.
23010
23011 2001-09-24  Jim Meyering  <meyering@lucent.com>
23012
23013         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
23014
23015 2001-09-23  Jim Meyering  <meyering@lucent.com>
23016
23017         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
23018         instead of the mere test for existence of mntent.h.  The latter
23019         would get a false-positive on AIX 3.4 systems.
23020         In the outer getmntent if-block, don't die if neither of the getmntent
23021         tests succeeds.  Instead, just fall through and continue with the
23022         remaining tests.
23023
23024 2001-09-23  Jim Meyering  <meyering@lucent.com>
23025
23026         * lib/mountlist.c: Remove useless parentheses in #if directives.
23027         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
23028         the deprecated MOUNTED symbol is no longer defined in mntent.h.
23029
23030 2001-09-22  Jim Meyering  <meyering@lucent.com>
23031
23032         * m4/gettext.m4: New file.  From gettext.
23033         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
23034         * m4/progtest.m4: Likewise
23035         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
23036         * m4/glibc21.m4: Likewise.
23037
23038         * m4/libintl.m4: Remove.  No longer used.
23039
23040 2001-09-22  Jim Meyering  <meyering@lucent.com>
23041
23042         * lib/localcharset.c: Update from latest gettext.
23043         * lib/config.charset: Likewise.
23044
23045 2001-09-20  Jim Meyering  <meyering@lucent.com>
23046
23047         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
23048         strtoimax.
23049         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
23050         strtoumax.
23051
23052 2001-09-20  Jim Meyering  <meyering@lucent.com>
23053
23054         * lib/xstrtol.c (strtoimax): Guard declaration with
23055         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
23056         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
23057         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
23058         (strtoumax): Likewise, for completeness (it wasn't necessary).
23059
23060 2001-09-17  Paul Eggert  <eggert@twinsun.com>
23061
23062         * lib/strtoimax.c (HAVE_LONG_LONG):
23063         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
23064         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
23065         to work around bug in IBM C compiler.
23066
23067 2001-09-17  Jim Meyering  <meyering@lucent.com>
23068
23069         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
23070         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
23071         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
23072         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
23073         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
23074         whenever the right hand side need not be expanded by the shell.
23075
23076 2001-09-16  Paul Eggert  <eggert@twinsun.com>
23077
23078         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
23079         library.  It's not correct, as some older glibcs are buggy.
23080         fnmatch wasn't fixed until glibc 2.2.
23081
23082         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
23083         special shell magic here.
23084
23085 2001-09-16  Jim Meyering  <meyering@lucent.com>
23086
23087         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
23088         * m4/jm-macros.m4: Require it.
23089
23090 2001-09-16  Jim Meyering  <meyering@lucent.com>
23091
23092         * lib/mkdir.c: New file.
23093
23094 2001-09-15  Jim Meyering  <meyering@lucent.com>
23095
23096         * m4/jm-macros.m4: Check for help2man.
23097
23098 2001-09-11  Jim Meyering  <meyering@lucent.com>
23099
23100         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
23101         The body, by Paul Eggert, was moved here from configure.in.
23102         * m4/jm-macros.m4: Require UTILS_HOST_OS.
23103
23104 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23105
23106         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
23107         (jm_PREREQ): Use it.
23108
23109 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23110
23111         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
23112         Use ssize_t, not int, to store result of readlink.
23113         Check for ssize_t overflow as well as size_t overflow,
23114         as POSIX says the result of readlink is implementation-defined
23115         when ssize_t overflows.
23116         Remove unnecessary cast to char*.
23117         Use free+malloc instead of realloc, as the storage doesn't need
23118         to be preserved and it's clearer and can be more efficient that way.
23119         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
23120         * lib/xreadlink.h (xreadlink): Update prototype.
23121
23122 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23123
23124         * lib/xgetcwd.c: Revert some of the previous change; intead,
23125         fix the HAVE_GETCWD_NULL code to behave more like the
23126         !HAVE_GETCWD_NULL code used to.
23127
23128         Include "xalloc.h".
23129         (xgetcwd): Do not return NULL when memory is exhausted; instead,
23130         invoke xalloc_die.
23131
23132 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23133
23134         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
23135         sys/param.h, as pathmax.h includes them.
23136
23137 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23138
23139         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
23140         (jm_PREREQ_XGETCWD): New macro.
23141
23142         * m4/getcwd.m4: New file.
23143
23144 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23145
23146         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
23147         like the HAVE_GETCWD_NULL code.
23148         Include pathmax.h if not HAVE_GETCWD.
23149         Do not include xalloc.h.
23150         (INITIAL_BUFFER_SIZE): New symbol.
23151         Do not use xmalloc / xrealloc, since the caller is responsible for
23152         handling errors.  Preserve errno around `free' during failure.
23153         Do not overrun buffer when using getwd.
23154
23155 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23156
23157         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
23158         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
23159         getcwd (NULL, 0).
23160
23161 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23162
23163         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
23164         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
23165         spotted by Jim Meyering.
23166
23167 2001-09-03  Jim Meyering  <meyering@lucent.com>
23168
23169         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
23170         failure.
23171
23172 2001-09-02  Jim Meyering  <meyering@lucent.com>
23173
23174         * lib/error.c: Update from GNU libc.
23175
23176 2001-09-01  Jim Meyering  <meyering@lucent.com>
23177
23178         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
23179         Used by df.
23180
23181 2001-09-01  Jim Meyering  <meyering@lucent.com>
23182
23183         * lib/xreadlink.c: New file.
23184         * lib/xreadlink.h: New file.
23185         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
23186         xreadlink.h.
23187
23188         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
23189         doesn't conflict with sparc Solaris 7's definition in
23190         /usr/include/sys/int_types.h.
23191
23192         * lib/exclude.c: Use `""', not `<>' to #include non-system header
23193         files.
23194         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
23195         and strncasecmp as r-values.  Unixware didn't have declarations.
23196
23197 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23198
23199         * lib/xstrtol.h: Add copyright notice.
23200         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
23201         LONGINT_INVALID_SUFFIX_CHAR.
23202
23203 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23204
23205         * lib/xstrtol.c (strtoimax): New decl.
23206
23207 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23208
23209         * lib/xgetcwd.c: Don't include pathmax.h.
23210         Include stdlib.h and unistd.h if available.
23211         Include xalloc.h.
23212         (xmalloc, xstrdup, free): Remove decls.
23213         (xgetcwd): Don't assume sizes fit in unsigned.
23214         Check for overflow when computing sizes.
23215         Simplify reallocation code.
23216
23217 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23218
23219         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
23220         a directory's st_size can have an arbitrary value, so the old
23221         usage could waste an arbitrary amount of memory.  All uses
23222         changed.
23223         * lib/savedir.h: Update prototype.
23224
23225 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23226
23227         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
23228
23229         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
23230         old strtoimax.c.
23231
23232         Also, make the following further changes to make this file's
23233         configuration more similar to that of strtol.c:
23234         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
23235         (strtoumax, uintmax_t, strtoull, strtol): Remove.
23236         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
23237         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
23238         changed to signed values.
23239
23240         And make the following changes as well:
23241         Fix copyright notice, as 1999 was missing.
23242         (verify): New macro.
23243         (strtoimax): Check sizes at compile-time, not run-time.
23244         Prefer strtol to strtoll if both work.
23245         (main): Remove; it was not that useful and was a pain to maintain.
23246
23247         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
23248
23249 2001-08-31  Jim Meyering  <meyering@lucent.com>
23250
23251         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
23252         Use an initial, malloc'd, buffer of length 128 rather than
23253         a statically allocated one of length 1024.
23254
23255 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23256
23257         Simplify code, partly by assuming autoconf 2.52 semantics.
23258
23259         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
23260
23261         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
23262         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
23263         All uses removed.
23264         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
23265         Move AC_REQUIRE to next-to-top level, to avoid confusion.
23266         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
23267         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
23268         jm_AC_HEADER_INTTYPES_H.
23269         * m4/jm-macros.m4 (jm_MACROS): Likewise.
23270
23271         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
23272
23273         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23274         Quote first arg of AC_DEFUN.
23275         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
23276         since they are needed to parse the include file even if we need
23277         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
23278         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
23279         but with opposite signedness.
23280
23281 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23282
23283         Merge 'exclude' changes from tar 1.13.22.
23284         This fixes one or two unlikely storage allocation overflow bugs,
23285         but doesn't change user-visible behavior otherwise.
23286
23287 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23288
23289         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
23290         (jm_PREREQ_EXCLUDE): New macro.
23291
23292 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23293
23294         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
23295         tm to be declared.
23296
23297 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23298
23299         * lib/hash.c: Remove '2001' from copyright notice.
23300
23301 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23302
23303         * lib/full-write.h: New file.
23304         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
23305         * lib/full-write.c: Correct credits, as cccp.c no longer
23306         exists and anyway it was so heavily changed from the old cccp
23307         code as to be unrecognizable.  Include full-write.h.
23308         (full_write) Return size_t, with short writes meaning failure.
23309         All callers changed.  This fixes a bug with large buffers
23310         on 64-bit hosts.
23311         * lib/utime.c: Include full-write.h.
23312
23313 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23314
23315         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
23316         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
23317         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
23318         Include if available.
23319         (<xalloc.h>): Include
23320         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
23321         (verify): New macro.  Use it to verify that EXCLUDE macros do not
23322         collide with FNM macros.
23323         (struct patopts): New struct.
23324         (struct exclude): Use it, as exclude patterns now come with options.
23325         (new_exclude): Support above changes.
23326         (new_exclude, add_exclude_file):
23327         Initial size must now be a power of two to simplify overflow checking.
23328         (free_exclude, fnmatch_no_wildcards): New function.
23329         (excluded_filename): No longer requires options arg, as the options
23330         are determined by add_exclude.  Now returns bool, not int.
23331         (excluded_filename, add_exclude):
23332         Add support for the fancy new exclusion options.
23333         (add_exclude, add_exclude_file): Now takes int options arg.
23334         Check for arithmetic overflow when computing sizes.
23335         (add_exclude_file): xrealloc might modify errno, so don't
23336         realloc until after errno might be used.
23337
23338         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
23339         New macros.
23340         (free_exclude): New decl.
23341         (add_exclude, add_exclude_file): Now takes int options arg.
23342         (excluded_filename): No longer requires options arg, as the options
23343         are determined by add_exclude.  Now returns bool, not int.
23344
23345 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23346
23347         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
23348
23349 2001-08-27  Jim Meyering  <meyering@lucent.com>
23350
23351         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
23352
23353         * lib/version-etc.c (N_): Remove definition.
23354         Revert most of last change.
23355         Instead, simply don't mark the `Copyright...' string for translation.
23356         Based on advice from Paul Eggert.
23357
23358         * lib/strtoxmax.c: Tweak comment.
23359
23360 2001-08-26  Jim Meyering  <meyering@lucent.com>
23361
23362         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
23363
23364         * m4/xstrtoimax.m4: New file.
23365         * m4/xstrtoumax.m4: Add comments explaining why we
23366         AC_REPLACE_FUNCS(strtol).
23367
23368 2001-08-26  Jim Meyering  <meyering@lucent.com>
23369
23370         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
23371         of copyright with `%s' so translators don't get an untranslated
23372         message in 2002.
23373         (COPYRIGHT_YEAR): Define.
23374         (version_etc): Use fprintf rather than fputs.
23375         Suggestion from Ulrich Drepper.
23376
23377         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
23378
23379         * lib/strtoll.c: New file, from GNU libc.
23380         * lib/xstrtoimax.c: New file.
23381
23382         * lib/xstrtol.h: Add xstrtoimax.
23383         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
23384         * lib/strtoimax.c: New file.  Likewise, but first define
23385         STRTOUXMAX_SIGNED.
23386
23387         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
23388         ...
23389         * lib/strtoxmax.c: ... then renamed to this.
23390
23391 2001-08-18  Paul Eggert  <eggert@twinsun.com>
23392
23393         * m4/inttypes.m4: Add AC_PREREQ(2.13).
23394         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
23395         (jm_AC_TYPE_INTMAX_T): New macro.
23396         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
23397
23398         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
23399
23400         * m4/longlong.m4: Renamed from ulonglong.m4.
23401         * m4/inttypes.m4: Renamed from inttypes_h.m4.
23402         * m4/uintmax_t.m4: Removed.
23403
23404 2001-08-13  Paul Eggert  <eggert@twinsun.com>
23405
23406         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
23407         Port to Solaris 8, where 'sed' requires a space after the 'r'
23408         command, and where sh dislikes "$/".  Clean up the spacing a bit.
23409         Redirect output to $tmp just once.
23410
23411 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
23412
23413         * lib/addext.c (<errno.h>): Include.
23414         (errno): Declare if not defined.
23415         (addext): Work correctly when pathconf returns -1 and leaves
23416         errno alone because there is no limit.  Also, work even if
23417         pathconf returns a value greater than SIZE_MAX.
23418
23419 2001-08-12  Jim Meyering  <meyering@lucent.com>
23420
23421         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
23422         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
23423         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
23424         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
23425         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
23426         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
23427         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
23428         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
23429         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
23430         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
23431         utime.m4, utimes.m4, xstrtoumax.m4:
23432         Quote the first argument in each use of AC_DEFUN.
23433
23434 2001-08-12  Jim Meyering  <meyering@lucent.com>
23435
23436         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
23437         Simply `return getcwd (NULL, 0);'.
23438         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
23439         Use 1300 as initial value for length, not PATH_MAX.
23440
23441         * lib/pathmax.h: Clean up cpp syntax.
23442
23443 2001-08-12  Jim Meyering  <meyering@lucent.com>
23444
23445         * lib/gettimeofday.c: New file.
23446         * lib/gtod.h: New file.
23447         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
23448
23449 2001-08-05  Jim Meyering  <meyering@lucent.com>
23450
23451         * m4/jm-macros.m4: Require autoconf-2.52.
23452
23453 2001-08-04  Jim Meyering  <meyering@lucent.com>
23454
23455         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
23456         stmt, to get in sync with glibc.
23457
23458 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23459
23460         The following changes are from gettext 0.10.39 as maintained by
23461         Bruno Haible.
23462
23463         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
23464         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
23465         with inverted sense.  All uses changed.
23466
23467         * lib/mbswidth.c: Don't include <limits.h>.
23468         Include <stdlib.h> and <string.h> unconditionally.
23469         (iswcntrl, mbsinit, ISCNTRL): New macros.
23470         (mbsnwidth): Use K&R style function declarations.
23471         Don't bother checking for MB_LEN_MAX == 1, since the compiler
23472         can optimize it when MB_CUR_MAX == 1.
23473         The width of control characters is zero, not 1.
23474
23475 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23476
23477         The following changes are from gettext 0.10.39 as maintained by
23478         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
23479
23480         * m4/codeset.m4: Upgrade to serial AM1.
23481         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
23482         all uses changed.  Quote first arg of AC_DEFUN.
23483         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
23484
23485         * m4/iconv.m4: Upgrade to serial AM2.
23486         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
23487         Add --with-libconv-prefix.
23488         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
23489         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
23490         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
23491         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
23492         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
23493
23494         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
23495         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
23496         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
23497         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
23498         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
23499         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
23500         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
23501         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
23502         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
23503
23504         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
23505         string.h any more.
23506
23507         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
23508         not the default value.
23509
23510         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
23511         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
23512         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
23513         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
23514         Also check for iswcntrl, used for wcwidth fallback.
23515         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
23516         to Autoconf 2.13.
23517
23518 2001-08-03  Jim Meyering  <meyering@lucent.com>
23519
23520         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
23521         as it was in the original.  Reported by Paul Eggert.
23522
23523 2001-07-16  Jim Meyering  <meyering@lucent.com>
23524
23525         * m4/gettimeofday.m4: New file.
23526         Prompted by a report from Bernhard Baehr.
23527
23528 2001-07-15  Jim Meyering  <meyering@lucent.com>
23529
23530         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
23531         stuff. Now it's in ../Makefile.cfg.
23532
23533 2001-07-15  Jim Meyering  <meyering@lucent.com>
23534
23535         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
23536         (BUILT_SOURCES): Add unlocked-io.h.
23537         (io_functions): Define.
23538         (unlocked-io.h): New rule.
23539         (DISTCLEANFILES): Add unlocked-io.h.
23540         (all-local): Depend on unlocked-io.h, to ensure it is created.
23541
23542         * lib/unlocked-io.hin: New file
23543
23544         * lib/regex.c: Update from glibc.
23545
23546 2001-07-05  Jim Meyering  <meyering@lucent.com>
23547
23548         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
23549         recommendation.
23550         (libfetish_a_SOURCES): Put all .h files here instead.
23551         Remove a thus-exposed (better checks in automake) duplicate and
23552         two unnecessary .h files.
23553
23554 2001-07-04  Jim Meyering  <meyering@lucent.com>
23555
23556         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
23557         that generates jm-glibc-io.m4 so that it doesn't trigger any make
23558         distcheck failure.
23559
23560 2001-07-02  Jim Meyering  <meyering@lucent.com>
23561
23562         The following changes were prompted by suggestions from Bruno Haible.
23563
23564         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
23565         is now generated.
23566         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
23567         definition of EXTRA_DIST.
23568         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
23569         ensure that the generated file is created/updated whenever the list
23570         of $(unlocked_functions) is changed.
23571         (jm-glibc-io.m4): New rule.
23572         (unlocked-io.h): New rule -- currently unused.
23573
23574 2001-06-24  Jim Meyering  <meyering@lucent.com>
23575
23576         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
23577         unmatched right bracket, rather than kludging it with an extra,
23578         falsely-matching quote in a comment.  Patch by Akim Demaille.
23579
23580 2001-06-11  Jim Meyering  <meyering@lucent.com>
23581
23582         * lib/regex.c: Update from GNU libc.
23583
23584 2001-05-27  Jim Meyering  <meyering@lucent.com>
23585
23586         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
23587         Check for ut_type in struct utmp.
23588
23589 2001-05-27  Jim Meyering  <meyering@lucent.com>
23590
23591         * lib/readutmp.h (UT_TYPE): Define.
23592
23593 2001-05-24  Jim Meyering  <meyering@lucent.com>
23594
23595         * lib/argmatch.c: Include "quote.h".
23596         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
23597         quote function.  Reported by Göran Uddeborg.
23598
23599 2001-05-22  Jim Meyering  <meyering@lucent.com>
23600
23601         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
23602         now that we use the package-supplied version unconditionally.
23603         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
23604
23605 2001-05-21  Jim Meyering  <meyering@lucent.com>
23606
23607         * m4/regex.m4: Change a couple backticks to single quotes to avoid
23608         shell syntax errors.
23609
23610 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23611
23612         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
23613
23614 2001-05-20  Paul Eggert  <eggert@twinsun.com>
23615
23616         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
23617         Don't bother to check library strftime, since
23618         we'll be using our own my_strftime function anyway.
23619         Define my_strftime instead of strftime.
23620
23621 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
23622
23623         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
23624         which is not yet declared.
23625
23626 2001-05-15  Jim Meyering  <meyering@lucent.com>
23627
23628         * m4/regex.m4: Use proper quoting so brackets appear in the test
23629         program.
23630         Reported by, and with help from, Bruno Haible.
23631
23632 2001-05-13  Jim Meyering  <meyering@lucent.com>
23633
23634         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
23635         undefined.
23636
23637 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23638
23639         dirname code cleanup.  base_name now behaves more compatibly
23640         with POSIX basename when given file names that have trailing
23641         slashes, and similarly for dir_name.  Add new primitives
23642         base_len and dir_len.  Put the directory-name-related decls
23643         into dirname.h.
23644
23645         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
23646         * lib/backupfile.c (base_name): Likewise.
23647         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
23648         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
23649         * lib/makepath.c (strip_trailing_slashes): Likewise.
23650         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
23651         ISSLASH): Likewise.
23652         * lib/rename.c (strip_trailing_slashes): Likewise.
23653         * lib/same.c (base_name): Likewise.
23654         * lib/stripslash.c (ISSLASH): Likewise.
23655
23656         * lib/addext.c: Include <dirname.h> after size_t is defined.
23657         * lib/backupfile.c: Likewise.
23658
23659         * lib/addext.c (addext): Use base_len to trim redundant
23660         trailing slashes instead of doing it ourselves.
23661         But do not trim the last slash if it is not redundant.
23662
23663         * lib/backupfile.c (find_backup_file_name,
23664         max_backup_version): Use base_len instead of rolling it ourselves.
23665         Handle the case of "" and (on DOS) "C:" correctly.
23666
23667         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
23668         needed. Include <string.h>, <dirname.h>.
23669         (base_name): Allow file names ending in slashes, other than names
23670         that are all slashes.  In this case, return the basename followed
23671         by the slashes.  This is more general, and can be used in places
23672         where the original base_name purposely had an assertion failure.
23673         (base_len): New function.
23674
23675         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
23676         Do not include <assert.h>; no longer needed.
23677         Include xalloc.h.
23678         (memrchr): Remove decl.
23679         (dir_name_r): Remove.
23680         (dir_len): Renamed from dirlen.  All callers changed.
23681         Rewrite in terms of base_name, for simplicity and consistency.
23682         (dir_name): Never return NULL.  All callers changed.
23683         Do not include <stdlib.h> in test program; no longer needed.
23684         return 0; is fine for test program.
23685
23686         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
23687         New macros.
23688         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
23689
23690         * lib/path-concat.c (path_concat): Use base_len to compute
23691         base length, not strlen; this means we cannot rely on memcpy
23692         to null-terminate.
23693
23694         * lib/same.c (STREQ): Remove.
23695         (same_name): Handle the case where the basename ends in trailing '/'.
23696
23697         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
23698         a slash was stripped.  Do not strip the last slash after a
23699         file system prefix.
23700
23701 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23702
23703         * lib/Makefile.am (libfetish_a_SOURCES):
23704         Add strftime.c, since we now compile it on all hosts.
23705
23706         * lib/strftime.c (my_strftime):
23707         Define to nstrftime if emacs, but only if my_strftime is not defined.
23708         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
23709         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
23710         Add one more extra argument: a nanoseconds value.
23711         All uses changed.
23712         (ns): New macro.
23713         (my_strftime function): Add %N format.
23714         (emacs_strftimeu): Renamed from emacs_strftime,
23715         with extra ut argument.
23716
23717 2001-05-09  Paul Eggert  <eggert@twinsun.com>
23718
23719         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
23720
23721 2001-04-21  Jim Meyering  <meyering@lucent.com>
23722
23723         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
23724         doesn't interfere.
23725
23726 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23727
23728         * m4/ftruncate.m4: Check for chsize.
23729         Link with ftruncate.o unconditionally if ftruncate is missing.
23730         This was required when cross-compiling to i586-mingw32msvc.
23731
23732 2001-04-08  Jim Meyering  <meyering@lucent.com>
23733
23734         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
23735         recomputed; that's necessary when the offset spans a DST transition.
23736         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
23737
23738 2001-04-02  Jim Meyering  <meyering@lucent.com>
23739
23740         * lib/regex.h, regex.c: Update from GNU libc.
23741
23742 2001-03-24  Jim Meyering  <meyering@lucent.com>
23743
23744         * m4/jm-macros.m4: Require autoconf-2.49d.
23745
23746 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
23747
23748         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
23749
23750 2001-03-19  Paul Eggert  <eggert@twinsun.com>
23751
23752         * lib/version-etc.c (version_etc_copyright): Update to 2001.
23753
23754 2001-03-17  Jim Meyering  <meyering@lucent.com>
23755
23756         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
23757         now that the version in autoconf is equivalent.
23758         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
23759
23760         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
23761         Suggestion from Akim Demaille.
23762
23763         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
23764         (jm_PREREQ_TEMPNAME): New function.
23765
23766 2001-03-16  Paul Eggert  <eggert@twinsun.com>
23767
23768         * lib/tempname.c (uint64_t): Define to uintmax_t if
23769         not defined, and if UINT64_MAX is not defined.
23770         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
23771         Reported by John David Anglin.
23772
23773 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
23774
23775         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
23776         resolve alias if codeset is empty.
23777         * lib/config.charset (BeOS): Use wildcard syntax.
23778
23779 2001-03-13  Jim Meyering  <meyering@lucent.com>
23780
23781         * lib/path-concat.c (path_concat)
23782         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
23783         concatenating e.g., `C:' and `foo'.
23784         From Bruno Haible.
23785
23786 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23787
23788         * lib/localcharset.c (locale_charset): Don't use
23789         setlocale(LC_CTYPE,NULL). Don't return NULL.
23790         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
23791
23792 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23793
23794         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
23795         support for DOS/DJGPP.
23796
23797 2001-03-01  Paul Eggert  <eggert@twinsun.com>
23798
23799         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
23800         lacks mkstemp.  Compile our own tempname.c if we compile our own
23801         mkstemp.c, as mkstemp relies on tempname.
23802
23803 2001-03-01  Jim Meyering  <meyering@lucent.com>
23804
23805         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
23806         AH_VERBATIM really does output its argument verbatim.
23807
23808 2001-02-28  Paul Eggert  <eggert@twinsun.com>
23809
23810         * lib/Makefile.am (libfetish_a_SOURCES):
23811         Add dup-safer.c, fopen-safer.c.
23812         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
23813
23814         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
23815         * lib/unistd-safer.h: New files.
23816
23817 2001-02-25  Paul Eggert  <eggert@twinsun.com>
23818
23819         The mkstemp replacement is taken from glibc 2.2.2, with some
23820         portability fixes for use outside glibc, as follows:
23821
23822         * lib/tempname.c (struct_stat64): New macro.
23823         (direxists, __gen_tempname): Use it.
23824         This avoids a portability problem with Solaris 8.
23825
23826         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
23827         (<stddef.h>, <stdint.h>, <string.h>):
23828         Include only if STDC_HEADERS || _LIBC.
23829         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
23830         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
23831         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
23832         (__set_errno): Define this macro if <errno.h> doesn't.
23833         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
23834         Define these macros if <stdio.h> doesn't.
23835         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
23836         Define these macros if <sys/stat.h>
23837         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
23838         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
23839         __xstat64): Define if not _LIBC.
23840         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
23841         (__gen_tempname): Invoke gettimeofday only if
23842         HAVE_GETTIMEOFDAY || _LIBC;
23843         otherwise, fall back on plain "time".
23844         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
23845
23846         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
23847
23848         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
23849
23850 2001-02-18  Paul Eggert  <eggert@twinsun.com>
23851
23852         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
23853
23854 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23855
23856         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
23857         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
23858         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
23859         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23860
23861 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23862
23863         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
23864         Remove workaround macros for hosts that have mbrtowc but not
23865         mbstate_t, as we now insist on proper declarations for both
23866         before using mbrtowc.
23867
23868 2001-02-17  Jim Meyering  <meyering@lucent.com>
23869
23870         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
23871         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
23872         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
23873         UnixWare 7.1.1.
23874
23875         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
23876         rather than AC_CACHE_VAL.
23877
23878 2001-02-17  Jim Meyering  <meyering@lucent.com>
23879
23880         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
23881         around included file name.
23882
23883         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
23884
23885         * lib/strftime.c: Update from GNU libc (the only changes were to
23886         comments).
23887
23888 2001-02-17  Jim Meyering  <meyering@lucent.com>
23889
23890         * lib/regex.c: Update from libc.
23891
23892 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
23893
23894         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
23895         clash.
23896
23897 2001-02-16  Paul Eggert  <eggert@twinsun.com>
23898
23899         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
23900         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
23901         Reported by Mark Hounschell via Paul Eggert.
23902
23903 2001-02-07  Jim Meyering  <meyering@lucent.com>
23904
23905         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
23906
23907 2001-02-05  Jim Meyering  <meyering@lucent.com>
23908
23909         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
23910         it includes the patch required for `large file' support with at least
23911         HP-UX's 10.20 /bin/cc.
23912
23913 2001-02-03  Jim Meyering  <meyering@lucent.com>
23914
23915         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
23916         AS_IF, now that it works once again (mysteriously).
23917         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23918
23919 2001-01-30  Jim Meyering  <meyering@lucent.com>
23920
23921         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
23922         * m4/chown.m4: Rename conftestchown to conftest.chown.
23923         * m4/rename.m4: s/conftestdir/conftest.d1/ and
23924         s/conftestdir2/conftest.d2/.
23925         * m4/utimes.m4: s/conftestdata/conftest.data/
23926         Inspired by Pavel Roskin's change in autoconf.
23927
23928 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
23929
23930         * lib/config.charset: Update for FreeBSD 4.2.
23931
23932 2001-01-27  Jim Meyering  <meyering@lucent.com>
23933
23934         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
23935         a use of AS_IF.
23936         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23937
23938 2001-01-26  Jim Meyering  <meyering@lucent.com>
23939
23940         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
23941         quotearg.c includes it.
23942
23943 2001-01-26  Jim Meyering  <meyering@lucent.com>
23944
23945         * lib/quotearg.c: Include stddef.h.
23946         * lib/quote.c: Include stddef.h.
23947         Reported by Axel Kittenberger.
23948
23949         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
23950         line in double quotes so that it evokes a better diagnostic.
23951         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
23952         Reported by Axel Kittenberger.
23953
23954 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
23955
23956         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
23957         as if it was a `charset'.
23958
23959 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23960
23961         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
23962         has const.
23963
23964 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23965
23966         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
23967         to avoid a warning.  Add back 'const' to inptr.
23968
23969 2001-01-20  Jim Meyering  <meyering@lucent.com>
23970
23971         Be sure that headers are checked before used in code compiled
23972         for the type checks.
23973         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
23974         In place of that, invoke jm_CHECK_ALL_TYPES.
23975         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
23976         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
23977         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
23978         The check for ssize_t was mistakenly run before the test for unistd.h.
23979
23980         The configure-time check for stdbool.h was missing.
23981         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
23982         (jm_PREREQ_HASH): New function.
23983
23984 2001-01-17  Jim Meyering  <meyering@lucent.com>
23985
23986         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
23987         for autoconf-2.49c.
23988         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
23989
23990 2001-01-16  Jim Meyering  <meyering@lucent.com>
23991
23992         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
23993         From Bruno Haible.
23994
23995 2001-01-14  Jim Meyering  <meyering@lucent.com>
23996
23997         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
23998         foo and bar.  Create conftestdir/ in the script, not in the C code.
23999         Remove directories in the script, not in the C code.
24000         Remove conftestdir{,2} before trying to create the directory.
24001         Make the entire configure script fail if the mkdir fails.
24002
24003 2001-01-14  Jim Meyering  <meyering@lucent.com>
24004
24005         * lib/rename.c: New file.  From Volker Borchert.
24006         Include stdlib.h, string.h or strings.h, and xalloc.h.
24007         Use strip_trailing_slashes rather than open-coding it.
24008
24009 2001-01-03  Paul Eggert  <eggert@twinsun.com>
24010
24011         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
24012
24013 2001-01-03  Jim Meyering  <meyering@lucent.com>
24014
24015         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
24016         of local `inptr' to avoid warning with some system declarations of
24017         iconv.
24018
24019 2001-01-02  Volker Borchert  <bt@teknon.de>
24020
24021         * m4/rename.m4: New file.
24022         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
24023
24024 2001-01-01  Jim Meyering  <meyering@lucent.com>
24025
24026         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
24027         even on systems with utmpx.h.  It's necessary for the declaration of
24028         utmp's ut_user member.  Reported by Andreas Jaeger.
24029
24030         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
24031         available. They are required for the declarations of getgrgid and
24032         getpwuid resp.
24033         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
24034         Reported by Andreas Jaeger.
24035
24036 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
24037
24038         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
24039         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
24040         so `make install' also works in VPATH builds.
24041
24042 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
24043
24044         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
24045         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
24046         can be used in subdirectories.
24047
24048 2000-12-29  Paul Eggert  <eggert@twinsun.com>
24049
24050         * lib/modechange.c: Do not assume that mode_t uses the
24051         traditional octal encoding.  E.g. "chmod 1 FOO" should set
24052         the other-execute bit of FOO even if S_IXOTH != 1.
24053
24054         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
24055         WOTH, XOTH, ALLM): New macros.
24056         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
24057          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
24058         Use them.
24059         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
24060         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
24061         (mode_compile):
24062         No need to use uintmax_t; unsigned long is long enough.
24063         Don't bother to get suffix since we don't use it.
24064
24065 2000-12-26  Jim Meyering  <meyering@lucent.com>
24066
24067         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
24068         better with autoheader.
24069
24070 2000-12-24  Jim Meyering  <meyering@lucent.com>
24071
24072         * lib/hash.c (is_prime): Return explicit boolean values.
24073         (hash_get_first): Return NULL to appease Irix5.6's 89.
24074         Reported by Nelson Beebe.
24075
24076 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
24077
24078         * lib/localcharset.c (locale_charset): Add support for Win32.
24079
24080 2000-12-18  Paul Eggert  <eggert@twinsun.com>
24081
24082         * lib/physmem.h, lib/physmem.c: New files.
24083
24084         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
24085         (noinst_HEADERS): Add physmem.h.
24086
24087         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
24088         't' for compatibility with Solaris 8 sort.
24089
24090 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
24091
24092         * lib/config.charset: Add support for BeOS.
24093
24094 2000-12-17  Jim Meyering  <meyering@lucent.com>
24095
24096         * m4/dos.m4 (jm_AC_DOS): New file and macro.
24097         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
24098
24099 2000-12-16  Jim Meyering  <meyering@lucent.com>
24100
24101         This bug had a serious impact on chown: `chown N:M FILE' (for integer
24102         N and M) would have treated it like `chown N:N FILE'.
24103
24104         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
24105
24106 2000-12-16  Jim Meyering  <meyering@lucent.com>
24107
24108         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
24109         SHELLS_FILE to a file name that's useful on djgpp systems.
24110         Include stdlib.h.
24111         (ADDITIONAL_DEFAULT_SHELLS): Define.
24112         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
24113         Based mostly on a patch from Prashant TR.
24114
24115 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
24116
24117         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
24118         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
24119         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
24120
24121 2000-12-08  Andreas Schwab  <schwab@suse.de>
24122
24123         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
24124         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
24125
24126 2000-12-07  Jim Meyering  <meyering@lucent.com>
24127
24128         * lib/stripslash.c (ISSLASH): Define.
24129         (strip_trailing_slashes): Use ISSLASH rather than comparing against
24130         `/'.
24131         From Prashant TR.
24132
24133         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
24134         (dir_name_r): Declare this function as static.
24135         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
24136         manifest itself on a name containing a mix of slashes and
24137         backslashes.
24138         Make this function work with names starting with a DOS-style
24139         drive letter and colon prefix.
24140         (dir_name): Append `.' if necessary.
24141         Based mostly on patches from Prashant TR and Eli Zaretskii.
24142
24143         * lib/dirname.h (dir_name_r): Remove prototype.
24144
24145 2000-12-06  Paul Eggert  <eggert@twinsun.com>
24146
24147         * m4/off_t-format.m4: Remove this file.
24148         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
24149
24150 2000-12-06  Jim Meyering  <meyering@lucent.com>
24151
24152         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
24153         replacement strtoull, we may well need the replacement strtoul, too.
24154         Check for declarations of strtoul and strtoull.
24155         Check for strtol.  Mainly as a cue to cause automake to include
24156         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
24157         Check for limits.h -- strtol.c needs it.
24158
24159 2000-12-05  Jim Meyering  <meyering@lucent.com>
24160
24161         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
24162
24163 2000-12-04  Jim Meyering  <meyering@lucent.com>
24164
24165         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
24166         Also include memory.h, stdlib.h, unistd.h if appropriate.
24167         Reported by Andreas Jaeger (conflicting declaration of malloc).
24168
24169 2000-12-02  Jim Meyering  <meyering@lucent.com>
24170
24171         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
24172         * m4/jm-macros.m4 (jm_MACROS): require it.
24173
24174 2000-12-02  Jim Meyering  <meyering@lucent.com>
24175
24176         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
24177
24178 2000-12-01  Paul Eggert  <eggert@twinsun.com>
24179
24180         * lib/memrchr.c: Include <config.h> before any system include file.
24181
24182 2000-11-30  Jim Meyering  <meyering@lucent.com>
24183
24184         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
24185
24186 2000-11-30  Jim Meyering  <meyering@lucent.com>
24187
24188         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
24189
24190 2000-11-29  Paul Eggert  <eggert@twinsun.com>
24191
24192         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
24193
24194 2000-11-26  Jim Meyering  <meyering@lucent.com>
24195
24196         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
24197
24198 2000-11-22  Paul Eggert  <eggert@twinsun.com>
24199
24200         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
24201         size of (size_t) -1; it's not portable.
24202
24203 2000-11-17  Jim Meyering  <meyering@lucent.com>
24204
24205         * lib/strstr.c: Update from GNU libc.
24206
24207 2000-11-17  Akim Demaille  <akim@epita.fr>
24208
24209         * lib/obstack.h: Formatting changes.
24210         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
24211         prevent type checking.
24212         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
24213         cast the value to (void *): assigning a `foo *' to a `void *'
24214         variable is valid.
24215         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
24216
24217 2000-11-16  Jim Meyering  <meyering@lucent.com>
24218
24219         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
24220
24221 2000-11-11  Jim Meyering  <meyering@lucent.com>
24222
24223         * lib/error.c: Add a couple #includes, merging from GNU libc version.
24224
24225 2000-11-10  Jim Meyering  <meyering@lucent.com>
24226
24227         * lib/obstack.h: Update from GNU libc.
24228         * lib/obstack.c: Likewise.
24229
24230 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
24231
24232         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
24233
24234 2000-11-06  Paul Eggert  <eggert@twinsun.com>
24235
24236         * lib/getusershell.c (setusershell): Use rewind rather than
24237         fseek/fseeko, to avoid configuration hassles with fseeko.
24238         Don't bother opening SHELLS_FILE if shellstream is NULL;
24239         it's not necessary.
24240
24241 2000-11-05  Jim Meyering  <meyering@lucent.com>
24242
24243         * lib/makepath.h (make_dir): Declare.
24244         * lib/makepath.c (make_dir): Remove `static' attribute.
24245         Tweak a comment.
24246
24247 2000-11-04  Jim Meyering  <meyering@lucent.com>
24248
24249         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
24250
24251 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
24252
24253         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
24254         last one in a bucket, advance to the next bucket.
24255
24256 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
24257
24258         * lib/fnmatch.c: Do not comment out all the code if we are using
24259         the GNU C library, because in some cases we are replacing buggy
24260         code in the GNU C library itself.
24261
24262 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
24263
24264         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
24265         (regex_compile): Catch bogus \(\1\).
24266
24267 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24268
24269         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
24270         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
24271         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
24272
24273 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24274
24275         * lib/error.h, getline.h, modechange.h:
24276         Remove "2000" from Copyright line, as the file hasn't been
24277         changed this year other than in the copyright notice.
24278
24279         * lib/xalloc.h: Add "2000" to Copyright line, as this file
24280         was changed this year.
24281
24282 2000-10-29  Jim Meyering  <meyering@lucent.com>
24283
24284         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
24285         renaming.
24286         * m4/ls-mntd-fs.m4: Likewise
24287
24288 2000-10-29  Jim Meyering  <meyering@lucent.com>
24289
24290         * lib/xstat.in: Fix grammar in comment.
24291
24292 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
24293
24294         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
24295         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
24296         doesn't define __restrict_arr.
24297
24298 2000-10-28  Jim Meyering  <meyering@lucent.com>
24299
24300         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
24301         (jm_PREREQ_MEMCHR): New function.
24302
24303 2000-10-28  Jim Meyering  <meyering@lucent.com>
24304
24305         * lib/memchr.c: Update from libc.
24306         Adjust for portability:
24307         [HAVE_STDLIB_H]: Include stdlib.h.
24308         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
24309         Undef __memchr, too.
24310         [!weak_alias]: Define __memchr to memchr.
24311
24312         * lib/regex.c: Update from libc.
24313         * lib/regex.h: Likewise.
24314         * lib/getopt1.c: Likewise.
24315         * lib/memcmp.c: Likewise.
24316
24317         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
24318         Avoid using fseek, when possible -- it's broken by design.
24319         Patch by Ulrich Drepper.
24320
24321 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
24322
24323         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
24324         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
24325         Giving in to popular pressure to shut up the compiler with casts.
24326
24327 2000-10-26  Jim Meyering  <meyering@lucent.com>
24328
24329         * lib/strftime.c: Update from libc.
24330
24331 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
24332
24333         * regex.c: More `unsigned char' -> `re_char' changes.
24334         Also change several `int' into `re_wchar_t'.
24335         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
24336         (PUSH_FAILURE_POINTER): Don't cast any more.
24337         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
24338         We want GCC to complain, since this piece of code makes
24339         re_match non-reentrant, which *should* be fixed.
24340         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
24341         (EXTEND_BUFFER): Use RETALLOC.
24342         (SET_LIST_BIT): Don't cast.
24343         (re_wchar_t): New type.
24344         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
24345         that those two functions will always properly return.
24346         (IMMEDIATE_QUIT_CHECK): Cast to void.
24347         (analyse_first): Use recursion rather than an explicit stack.
24348         (re_compile_fastmap): Can't fail anymore.
24349         (re_search_2): Don't check re_compile_fastmap for failure.
24350         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
24351         Now also sets the new value (passed in a new argument).
24352         (re_match_2_internal): Use it.
24353         Also, use a new var `reg' of type size_t when looping through regs
24354         rather than reuse the inappropriate `mcnt'.
24355
24356 2000-10-25  Jim Meyering  <meyering@lucent.com>
24357
24358         * lib/obstack.c: Update from libc.
24359
24360 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
24361
24362         * regex.c (regex_compile): Change the way of handling a range from
24363         a char less than 256 to a char not less than 256.
24364
24365 2000-10-24  Andrew Innes  <andrewi@gnu.org>
24366
24367         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
24368         NT-Emacs only.
24369         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
24370         so that re_search functions only quit when callers expect them to.
24371
24372 2000-10-23  Jim Meyering  <meyering@lucent.com>
24373
24374         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
24375         wrong.  That set_locale call must not have any side effects.
24376         From Paul Eggert.
24377
24378 2000-10-22  Jim Meyering  <meyering@lucent.com>
24379
24380         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
24381         [CYCLIC]: Remove now-unused definition.
24382
24383         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
24384         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
24385         Suggestion from Ulrich Drepper.
24386
24387 2000-10-21  Jim Meyering  <meyering@lucent.com>
24388
24389         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
24390         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
24391         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
24392
24393 2000-10-21  Jim Meyering  <meyering@lucent.com>
24394
24395         * lib/dirname.c (memrchr): Declare if necessary.
24396         (dir_name): Remove the restriction that there be no
24397         trailing slashes.  Now, this code skips past them, effectively
24398         ignoring them.
24399         [TEST_DIRNAME] (main): New unit tests.
24400
24401         * lib/memrchr.c: New file from GNU libc.
24402         Undef __memrchr, too.
24403         [!weak_alias]: Define __memrchr to memrchr.
24404         Guard weak_alias use with `#ifdef weak_alias'.
24405
24406 2000-10-21  Jim Meyering  <meyering@lucent.com>
24407
24408         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
24409         (dir_name): Use dir_name_r.
24410         * lib/dirname.h (dir_name_r): Declare it.
24411
24412 2000-10-17  Jim Meyering  <meyering@lucent.com>
24413
24414         * lib/quote.h (PARAMS): Define and use.
24415         Reported by Akim Demaille.
24416
24417         * lib/getopt.c: Update from libc.
24418
24419 2000-10-16  Jim Meyering  <meyering@lucent.com>
24420
24421         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
24422         setlocale.
24423         From Jan Fedak.
24424
24425 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
24426
24427         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
24428
24429 2000-09-25  Jim Meyering  <meyering@lucent.com>
24430
24431         * lib/md5.h (rol): Define (from GnuPG).
24432
24433         * lib/sha.c: Give credit (GnuPG) where due.
24434         (M): Use rol rather than open-coding it.
24435         Add a FIXME comment.
24436
24437 2000-09-21  Jim Meyering  <meyering@lucent.com>
24438
24439         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
24440         Reported by Michael Stone.
24441
24442 2000-09-20  Jim Meyering  <meyering@lucent.com>
24443
24444         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
24445         (noinst_HEADERS): Add sha.h.
24446         Based on code from Scott G. Miller and from GnuPG.
24447
24448 2000-09-18  Jim Meyering  <meyering@lucent.com>
24449
24450         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
24451         LIBS. Otherwise, everyone ends up linking with -lelf for some
24452         configurations.
24453         Reported by Mike Stone.
24454
24455 2000-09-15  Jim Meyering  <meyering@lucent.com>
24456
24457         * lib/regex.c: Update from libc.
24458
24459 2000-09-10  Jim Meyering  <meyering@lucent.com>
24460
24461         * lib/getopt.c (_getopt_internal): Update from glibc.
24462
24463 2000-09-09  Jim Meyering  <meyering@lucent.com>
24464
24465         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
24466         think it should be used as a general replacement for isascii.
24467         * lib/fnmatch.c: Likewise.
24468         * lib/mbswidth.c: Likewise
24469         * lib/regex.c: Likewise.
24470
24471         Don't use atoi.
24472         * lib/userspec.c: Include sys/param.h and limits.h.
24473         Include xstrtol.h.
24474         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24475         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
24476         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
24477         UID, GID.  Check range.
24478
24479 2000-09-06  Jim Meyering  <meyering@lucent.com>
24480
24481         * lib/getopt.c (_getopt_internal): Update from glibc.
24482
24483 2000-08-30  Jim Meyering  <meyering@lucent.com>
24484
24485         * lib/strftime.c: Merge in changes from GNU libc.
24486
24487 2000-08-26  Jim Meyering  <meyering@lucent.com>
24488
24489         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
24490         * m4/fpending.m4: New file.
24491
24492 2000-08-26  Jim Meyering  <meyering@lucent.com>
24493
24494         * lib/closeout.c: Include "__fpending.h".
24495         (close_stdout_status): Return right away if there's nothing to flush.
24496
24497         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
24498         * lib/__fpending.c: New file.
24499         * lib/__fpending.h: New file.
24500
24501 2000-08-20  Jim Meyering  <meyering@lucent.com>
24502
24503         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
24504         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
24505         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
24506
24507 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
24508
24509         Improve fileutils installation on systems where running
24510         programs (like install) can't be unlinked.
24511         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
24512         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
24513
24514 2000-08-07  Paul Eggert  <eggert@twinsun.com>
24515
24516         Standardize on "memory exhausted" instead of "Memory exhausted"
24517         or "virtual memory exhausted".
24518         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
24519         "virtual memory exhausted".
24520         * lib/same.c (same_name): Invoke xalloc_die instead of printing
24521         our own message.
24522         * lib/userspec.c (parse_user_spec): Likewise.
24523         * lib/bumpalloc.h: comment fix
24524         * lib/same.c, userspec.c: Include xalloc.h.
24525
24526         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
24527         not char *const and pointing to a constant array.
24528         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
24529         (xrealloc): Comment fix.
24530
24531         * lib/userspec.c (parse_user_spec):
24532         Don't translate a message until just before returning,
24533         to avoid unnecessary translation.
24534
24535 2000-08-07  Jim Meyering  <meyering@lucent.com>
24536
24537         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
24538         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
24539         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
24540         getgroups.c, gethostname.c, getopt.h, group-member.c,
24541         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
24542         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
24543         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
24544         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
24545         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
24546         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
24547         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
24548         yesno.c: Back out Copyright date changes for each file with no change
24549         this year.  This eases coordination with other programs using the same
24550         source code modules.  From Paul Eggert.
24551
24552 2000-08-06  Paul Eggert  <eggert@twinsun.com>
24553
24554         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
24555         not char, for compatibility with glibc 2.1.3 strftime.c.
24556
24557 2000-08-03  Greg McGary  <greg@mcgary.org>
24558
24559         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
24560         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
24561         (EXTEND_BUFFER): Use them.
24562
24563 2000-08-01  Jim Meyering  <meyering@lucent.com>
24564
24565         * lib/dirname.c (ISSLASH): Define.
24566         (BACKSLASH_IS_PATH_SEPARATOR): Define.
24567         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
24568         both `\' and `/' may be use as path separators.
24569         Based on a patch from Prashant TR.
24570
24571 2000-07-31  Paul Eggert  <eggert@twinsun.com>
24572
24573         * lib/quotearg.c (quotearg_n_options): Don't make the initial
24574         slot vector a constant, since it might get modified.
24575
24576 2000-07-31  Jim Meyering  <meyering@lucent.com>
24577
24578         * lib/xmalloc.c: Use `virtual memory exhausted', not
24579         `Memory exhausted'.
24580         * lib/obstack.c (print_and_abort): Likewise.
24581
24582 2000-07-30  Paul Eggert  <eggert@twinsun.com>
24583
24584         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
24585         buffer, so that the caller can always quote one small
24586         component of a "memory exhausted" message in slot 0.
24587         From a suggestion by Jim Meyering.
24588
24589 2000-07-30  Jim Meyering  <meyering@lucent.com>
24590
24591         * lib/makepath.c (make_path): Quote the other instance, too.
24592
24593         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
24594         (STATIC_BUF_SIZE): Define.
24595         (quotearg_n_options): Use only statically allocated storage when
24596         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
24597         than STATIC_BUF_SIZE.
24598
24599 2000-07-29  Jim Meyering  <meyering@lucent.com>
24600
24601         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
24602         * lib/dirname.c (dir_name): Likewise.
24603
24604         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
24605         `/'.
24606
24607         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
24608         (dir_name): Assert that there are no trailing slashes.
24609
24610 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
24611
24612         * lib/mbswidth.h (mbswidth): Add a flags argument.
24613         (mbswidth): New declaration.
24614         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
24615         * lib/mbswidth.c (mbswidth): Add a flags argument.
24616         (mbsnwidth): New function.
24617
24618 2000-07-24  Jim Meyering  <meyering@lucent.com>
24619
24620         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
24621
24622 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24623
24624         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
24625
24626 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24627
24628         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
24629         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
24630         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
24631         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
24632         invoke multibyte primitives.
24633
24634 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24635
24636         * lib/quotearg.c:
24637         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
24638         so that mbstate_t is always defined.
24639
24640         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
24641         be 1 in at least one GCC installation, and this configuration
24642         error is likely to be common.  Ignoring MB_LEN_MAX hurts
24643         performance on hosts that have mbrtowc but have only unibyte
24644         locales, but I assume these hosts are rare.
24645
24646 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24647
24648         * lib/mbswidth.c (_XOPEN_SOURCE):
24649         Don't define; this causes problems on Solaris 7.
24650         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
24651
24652 2000-07-23  Jim Meyering  <meyering@lucent.com>
24653
24654         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
24655         too: getgrgid, getpwuid, getuid.
24656
24657 2000-07-23  Jim Meyering  <meyering@lucent.com>
24658
24659         * lib/basename.c (base_name): Add an assertion.
24660
24661 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
24662
24663         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
24664         shadow its mbsinit function.
24665
24666 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24667
24668         * lib/mbswidth.h: New file.
24669         * lib/mbswidth.c: New file.
24670         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
24671         (noinst_HEADERS): Add mbswidth.h.
24672
24673 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24674
24675         * lib/config.charset: Add support for FreeBSD. Improve support for
24676         HP-UX and IRIX 6.
24677
24678 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
24679
24680         * m4/mbswidth.m4: New file.
24681         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
24682
24683 2000-07-15  Jim Meyering  <meyering@lucent.com>
24684
24685         * lib/makepath.c: Include quote.h.
24686         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
24687         corresponding argument in a `quote (...)' call.
24688         Give better diagnostics.
24689
24690         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
24691         (noinst_HEADERS): Add quote.h.
24692
24693         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
24694         from tar's src/misc.c.
24695         * lib/quote.h: New file.  Prototypes for same.
24696
24697 2000-07-14  Paul Eggert  <eggert@twinsun.com>
24698
24699         From a suggestion by Bruno Haible.
24700         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
24701         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
24702         to decide whether to define the BeOS workaround macro;
24703         this adjusts to the change to AC_MBSTATE_T.
24704
24705 2000-07-14  Jim Meyering  <meyering@lucent.com>
24706
24707         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
24708         jm_AC_TYPE_UINTMAX_T.
24709
24710 2000-07-13  Paul Eggert  <eggert@twinsun.com>
24711
24712         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
24713
24714         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
24715         quotearg_buffer_restyled): Add support for
24716         clocale_quoting_style.  Undo previous change to
24717         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
24718         and "{RIGHT QUOTATION MARK}" msgids.
24719
24720 2000-07-10  Paul Eggert  <eggert@twinsun.com>
24721
24722         From a suggestion by Bruno Haible.
24723         * m4/mbstate_t.m4 (AC_MBSTATE_T):
24724         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
24725         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
24726         and mbstate_t, to a single-part test that simply defines mbstate_t.
24727         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
24728         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
24729
24730 2000-07-10  Jim Meyering  <meyering@lucent.com>
24731
24732         * m4/strerror_r.m4: Mirror the correction made in autoconf.
24733
24734         * m4/gnu-source.m4: Output to confdefs.h directly.
24735         Suggestion from Akim Demaille.
24736
24737 2000-07-09  Paul Eggert  <eggert@twinsun.com>
24738
24739         The old behavior of quoting `like this' doesn't look good with
24740         newer, ISO-style fonts.  See:
24741         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
24742
24743         Instead, quote "like this" by default.  Let the translator
24744         tailor the locale-specific quoting behavior by providing
24745         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
24746
24747         * lib/quotearg.c (N_): New macro.
24748         (gettext_default): New function.
24749         (quotearg_buffer_restyled): Use
24750         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
24751         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
24752
24753 2000-07-09  Jim Meyering  <meyering@lucent.com>
24754
24755         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
24756         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
24757
24758         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
24759         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
24760
24761 2000-07-09  Jim Meyering  <meyering@lucent.com>
24762
24763         * lib/Most files: Update copyright dates to include 2000.
24764
24765 2000-07-08  Jim Meyering  <meyering@lucent.com>
24766
24767         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
24768         if not defined.
24769         (xgethostname): Remove now-unnecessary #ifdef.
24770         Move declaration of `err' into loop where it's used.
24771
24772 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24773         and Bruno Haible  <haible@clisp.cons.org>
24774
24775         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
24776         only if the test for an object-type mbstate_t fails.  This
24777         prevents us from mistakenly reporting that mbstate_t is a
24778         system object type after we "#define mbstate_t int" to work
24779         around its lack.
24780
24781 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24782         and Bruno Haible  <haible@clisp.cons.org>
24783
24784         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
24785
24786 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24787
24788         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
24789         to strerror_r.
24790         Include <ctype.h> for use of isalpha.
24791
24792 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24793
24794         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
24795         by allocating a larger buffer. Test the gethostname return value for
24796         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
24797         returns an error and ENAMETOOLONG isn't defined.
24798
24799 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24800
24801         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
24802         dimension.
24803
24804 2000-07-04  Jim Meyering  <meyering@lucent.com>
24805
24806         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
24807         of the deprecated AC_CHECKING.
24808
24809 2000-07-04  Jim Meyering  <meyering@lucent.com>
24810
24811         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
24812         Reported by Bruno Haible.
24813
24814 2000-07-04  Jim Meyering  <meyering@lucent.com>
24815
24816         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
24817         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
24818         lacks mbrtowc.
24819
24820 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24821
24822         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
24823         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
24824
24825 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24826         and Bruno Haible  <haible@clisp.cons.org>
24827
24828         * lib/quotearg.c (mbrtowc):
24829         Assign to *pwc, and return 1 only if result is nonzero.
24830         (iswprint): Use ISPRINT when substituting our own mbrtowc.
24831
24832 2000-07-03  Jim Meyering  <meyering@lucent.com>
24833
24834         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
24835
24836 2000-07-03  Jim Meyering  <meyering@lucent.com>
24837
24838         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
24839         This is necessary to get a definition of e.g., UTMP_FILE on
24840         HP-UX 10.20.
24841         From Bob Proulx.
24842
24843 2000-07-02  Jim Meyering  <meyering@lucent.com>
24844
24845         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
24846
24847         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
24848         AC_LIBOBJ(function_name).
24849         * m4/chown.m4: Likewise.
24850         * m4/fnmatch.m4: Likewise.
24851         * m4/ftruncate.m4: Likewise.
24852         * m4/getgroups.m4: Likewise.
24853         * m4/getline.m4: Likewise.
24854         * m4/group-member.m4: Likewise.
24855         * m4/jm-macros.m4: Likewise.
24856         * m4/lstat.m4: Likewise.
24857         * m4/malloc.m4: Likewise.
24858         * m4/memcmp.m4: Likewise.
24859         * m4/nanosleep.m4: Likewise.
24860         * m4/putenv.m4: Likewise.
24861         * m4/realloc.m4: Likewise.
24862         * m4/regex.m4: Likewise.
24863         * m4/stat.m4: Likewise.
24864         * m4/strftime.m4: Likewise.
24865
24866 2000-07-02  Jim Meyering  <meyering@lucent.com>
24867
24868         * lib/quotearg.c (mbstate_t): Don't define here.
24869
24870 2000-07-02  Jim Meyering  <meyering@lucent.com>
24871
24872         * lib/nanosleep.c (SIGCONT): Define if not already defined.
24873
24874 2000-07-01  Jim Meyering  <meyering@lucent.com>
24875
24876         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
24877
24878 2000-07-01  Jim Meyering  <meyering@lucent.com>
24879
24880         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
24881         problem.
24882
24883 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24884
24885         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
24886         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
24887
24888 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24889
24890         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
24891         per change in ../m4/ls-mntd-fs.m4.
24892         (read_filesystem_list): Ignore symbolic links.
24893
24894 2000-06-29  Jim Meyering  <meyering@lucent.com>
24895
24896         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
24897         for declaration of strcmp.
24898
24899         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
24900
24901         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
24902         Avoid warning by casting result to `char *' to remove `const'.
24903
24904 2000-06-28  Jim Meyering  <meyering@lucent.com>
24905
24906         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
24907         included by quotearg.c, for which we perform this test.  From
24908         Bruno Haible.
24909
24910 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24911
24912         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
24913         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
24914         <utmpx.h> exists, put readutmp.o into LIBOBJS.
24915
24916 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24917
24918         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
24919
24920 2000-06-26  Paul Eggert  <eggert@twinsun.com>
24921
24922         savedir now sets errno on failure and invokes xmalloc to get memory.
24923         Fix a couple of other minor bugs while we're at it.
24924
24925         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
24926         (NAMLEN): Remove macro.
24927         (malloc, realloc): Remove decls.
24928         (stpcpy): Likewise.
24929         ("xalloc.h"): Include.
24930         (NAME_SIZE_DEFAULT): New macro.
24931         (savedir): Use xmalloc / xrealloc to allocate memory.
24932         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
24933         Skip "" directory entries.
24934         Use strlen to calculate directory entry length, since the old method
24935         is rarely used these days and isn't worth supporting.
24936         Don't use a pointer after freeing it.
24937         Check for integer overflow when calculating allocation size.
24938         Use memcpy to copy entries, instead of stpcpy.
24939         Set errno properly when returning NULL.
24940         Check for readdir error.
24941
24942 2000-06-26  Jim Meyering  <meyering@lucent.com>
24943
24944         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
24945
24946 2000-06-25  Jim Meyering  <meyering@lucent.com>
24947
24948         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
24949         Linux header bug when _XOPEN_SOURCE is defined to 500.
24950
24951 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24952
24953         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
24954         deficiency.
24955
24956 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24957
24958         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
24959         Include xalloc.h.
24960         Don't include <stdlib.h>.  Don't declare malloc, realloc.
24961
24962 2000-06-24  Jim Meyering  <meyering@lucent.com>
24963
24964         * m4/strerror_r.m4: Revive this file -- to try out an experimental
24965         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
24966         for which strerror does return char*, but which lacks a conveniently
24967         accessible declaration of the function.  If the compile-test says
24968         strerror_r doesn't work, then resort to a `run'-test that works on
24969         BeOS and segfaults on DEC Unix.
24970
24971 2000-06-24  Jim Meyering  <meyering@lucent.com>
24972
24973         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
24974
24975 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24976
24977         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
24978         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
24979
24980 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24981
24982         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
24983         (mbrtowc, mbstate_t): Define substitutes if
24984         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
24985         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
24986         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
24987
24988 2000-06-23  Jim Meyering  <meyering@lucent.com>
24989
24990         * m4/afs.m4: Add missing AC_MSG_RESULT.
24991         Reported by Bruno Haible.
24992
24993         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
24994         Suggestion from Bruno Haible.
24995
24996 2000-06-23  Jim Meyering  <meyering@lucent.com>
24997
24998         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
24999
25000 2000-06-21  Jim Meyering  <meyering@lucent.com>
25001
25002         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
25003
25004 2000-06-21  Jim Meyering  <meyering@lucent.com>
25005
25006         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
25007         (noinst_HEADERS): Add getstr.h.
25008
25009         * lib/getline.c (getstr): Move into a separate file.
25010         * lib/getstr.c (getstr): New file, extracted from getline.c, with
25011         the following changes: new parameter, delim2; both delim[12]
25012         parameters have type `int', not `char'.  The latter would lose
25013         with 8-bit delimiters.
25014         * lib/getstr.h: New file.
25015
25016 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25017
25018         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
25019         than 1024, return a memory chunk of least possible size, instead
25020         of size PATH_MAX + 2. In the loop, increment the size proportionally.
25021         Use free/xmalloc instead of xrealloc to avoid copying for very long
25022         paths.
25023
25024 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25025
25026         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
25027         the empty string.
25028
25029 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25030
25031         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
25032         address, not strdup.  Include <stdlib.h> and don't declare free().
25033
25034 2000-06-19  Jim Meyering  <meyering@lucent.com>
25035
25036         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
25037
25038 2000-06-18  Jim Meyering  <meyering@lucent.com>
25039
25040         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
25041
25042         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
25043         `checking whether...' message to be consistent with that of the
25044         lstat test.
25045
25046 2000-06-18  Jim Meyering  <meyering@lucent.com>
25047
25048         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
25049         Besides, these days every porting target provides a mkdir function.
25050
25051         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
25052         needed. (this snippet comes from src/system.h).
25053
25054 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
25055
25056         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
25057
25058 2000-06-15  Paul Eggert  <eggert@twinsun.com>
25059
25060         * lib/human.c (adjust_value): New function.
25061         (human_readable_inexact): Apply rounding style even when
25062         printing approximate values.
25063
25064 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25065
25066         * lib/human.c (human_readable_inexact): Allow an input block
25067         size that is not a multiple of the output block size, and vice versa.
25068         Reported by Piergiorgio Sartor.
25069
25070 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25071
25072         * lib/getdate.y (get_date): Apply relative times after time
25073         zone indicator, not before.  Reported by Todd A. Jacobs.
25074
25075 2000-06-13  Jim Meyering  <meyering@lucent.com>
25076
25077         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
25078
25079         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
25080
25081 2000-06-12  Paul Eggert  <eggert@twinsun.com>
25082
25083         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
25084
25085 2000-06-12  Jim Meyering  <meyering@lucent.com>
25086
25087         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
25088         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
25089         optional argument.
25090         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
25091         the optional argument, `lib'.
25092
25093 2000-06-08  Jim Meyering  <meyering@lucent.com>
25094
25095         * m4/largefile.m4: Remove file (now that it's part of autoconf).
25096
25097 2000-06-04  Paul Eggert  <eggert@twinsun.com>
25098
25099         Rewrite largefile configuration so that we don't need to run
25100         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
25101         AC_CANONICAL_HOST in configure.in -- jmm]
25102
25103         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
25104         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
25105         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
25106         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
25107         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
25108         All uses changed.
25109         Instead of inspecting the output of getconf, try to compile the
25110         test program without and with the macro definition.
25111         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
25112         for getconf.  Instead, check for the needed flags by compiling
25113         test programs.
25114
25115 2000-06-04  Paul Eggert  <eggert@twinsun.com>
25116
25117         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
25118
25119 2000-06-04  Jim Meyering  <meyering@lucent.com>
25120
25121         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
25122         SunOS 4.1.4 for which gid_t is an unsigned type.
25123
25124 2000-06-03  Jim Meyering  <meyering@lucent.com>
25125
25126         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
25127         now that autoconf requires that.
25128
25129         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
25130         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
25131         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
25132
25133 2000-06-03  Jim Meyering  <meyering@lucent.com>
25134
25135         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
25136
25137 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
25138
25139         * m4/glibc21.m4: New file.
25140         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
25141
25142 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
25143
25144         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
25145         newer, don't install charset.alias.
25146         * lib/config.charset: Change the Linux/glibc rules so they become empty
25147         on glibc-2.1 or newer.
25148
25149 2000-06-02  Jim Meyering  <meyering@lucent.com>
25150
25151         * lib/mountlist.c: Back out last change.  Instead, do this...
25152         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
25153         me_dummy member using the same `ignore'-testing code.
25154         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
25155         fs_type strings.
25156         From Mark D. Roth.
25157
25158 2000-05-29  Jim Meyering  <meyering@lucent.com>
25159
25160         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
25161         mounts with the `ignore' attribute.  Based on a patch from
25162         Mark D. Roth.
25163
25164 2000-05-28  Jim Meyering  <meyering@lucent.com>
25165
25166         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
25167         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25168         * m4/stat.m4: Likewise.
25169         * m4/lstat.m4: Likewise.
25170         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
25171
25172         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
25173         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
25174
25175 2000-05-26  Jim Meyering  <meyering@lucent.com>
25176
25177         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
25178
25179 2000-05-24  Jim Meyering  <meyering@lucent.com>
25180
25181         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
25182         autoconf requires that.
25183         * m4/lib-check.m4: Likewise.
25184         * m4/jm-macros.m4: Likewise.
25185         * m4/strftime.m4: Likewise.
25186
25187         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
25188         AC_CHECK_DECLS, now that autoconf requires that.
25189
25190 2000-05-22  Jim Meyering  <meyering@lucent.com>
25191
25192         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25193         * m4/lstat.m4: Likewise.
25194
25195 2000-05-22  Jim Meyering  <meyering@lucent.com>
25196
25197         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
25198
25199 2000-05-20  Jim Meyering  <meyering@lucent.com>
25200
25201         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
25202         (jm_PREREQ): Use it.
25203
25204 2000-05-18  Jim Meyering  <meyering@lucent.com>
25205
25206         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
25207         back, too, since it may have been modified by allocate_entry.
25208         (hash_delete): Rewrite to use neither the assignment operator
25209         nor the comma operator in an if-expression.
25210
25211 2000-05-15  Paul Eggert  <eggert@twinsun.com>
25212
25213         * lib/closeout.c:
25214         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
25215         Remove; no longer needed.
25216         "quotearg.h": Add include.
25217         (file_name): Do not bother to explicitly initialize to NULL; it's less
25218         efficient on some hosts.
25219         (close_stdout_status): Remove test as to whether stdout was already
25220         closed; it breaks for the case "echo x | sort >&-".
25221         Quote file name colons.
25222         Do not assume that _("write error") lacks format strings.
25223
25224 2000-05-15  Jim Meyering  <meyering@lucent.com>
25225
25226         * lib/version-etc.c (version_etc_copyright): Update the copyright
25227         string used in all --version output.
25228
25229 2000-05-14  Jim Meyering  <meyering@lucent.com>
25230
25231         * lib/closeout.c (close_stdout_set_file_name): New function.
25232         (close_stdout_status): Use new file-scoped global.
25233         Return right away if fstat says the stdout file descriptor is invalid.
25234         * lib/closeout.h (close_stdout_set_file_name): Declare.
25235
25236 2000-05-10  Jim Meyering  <meyering@lucent.com>
25237
25238         * lib/closeout.c [default_exit_status]: New file-scoped variable.
25239         (close_stdout_set_status): New function.
25240         * lib/closeout.h (close_stdout_set_status): Declare.
25241
25242 2000-05-09  Jim Meyering  <meyering@lucent.com>
25243
25244         * m4/gettext.m4: Rename this...
25245         * m4/libintl.m4: ...to this.
25246
25247 2000-05-08  Jim Meyering  <meyering@lucent.com>
25248
25249         * lib/long-options.c: Don't include closeout.h.
25250         (parse_long_options): Don't call close_stdout for --version.
25251
25252 2000-05-06  Paul Eggert  <eggert@twinsun.com>
25253
25254         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
25255         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
25256         2.1.3 bug.  This avoids a clash when files like regex.c define
25257         _GNU_SOURCE.
25258
25259 2000-05-06  Jim Meyering  <meyering@lucent.com>
25260
25261         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
25262         (AC_REPLACE_FUNCS): Add strnlen.
25263
25264         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
25265         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
25266
25267         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
25268         AC_SEARCH_LIBS call for nanosleep.
25269         (LIB_NANOSLEEP): Set and AC_SUBST.
25270
25271 2000-05-06  Jim Meyering  <meyering@lucent.com>
25272
25273         * lib/strnlen.c: Undefine __strnlen and strnlen.
25274         [!weak_alias]: Define __strnlen to strnlen.
25275
25276         * lib/atexit.c: New file, from libiberty.
25277
25278 2000-05-06  Jim Meyering  <meyering@lucent.com>
25279
25280         * lib/closeout.c (close_stdout_status): Also check for errors on the
25281         stderr stream.
25282
25283 2000-05-05  Jim Meyering  <meyering@lucent.com>
25284
25285         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
25286         AC_SEARCH_LIBS call for clock_gettime.
25287         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
25288
25289         * m4/search-libs.m4: Update from autoconf.
25290
25291         su doesn't work on Solaris 2.6.
25292         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
25293         <shadow.h>.  Reported by Dragos Harabor.
25294
25295 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
25296
25297         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
25298         memcpy instead of xmalloc, xrealloc, path_concat.
25299         (locale_charset): Treat empty environment variables as absent.
25300         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
25301
25302 2000-05-04  Jim Meyering  <meyering@lucent.com>
25303
25304         * lib/getopt.c: Update from glibc.
25305         * lib/obstack.c: Likewise.
25306         * lib/obstack.h: Likewise.
25307         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
25308         file
25309
25310         * lib/regex.h: Likewise.
25311         * lib/strndup.c: Likewise.
25312         * lib/strnlen.c: New file, from glibc.
25313
25314 2000-05-03  Jim Meyering  <meyering@lucent.com>
25315
25316         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
25317
25318 2000-05-02  Paul Eggert  <eggert@twinsun.com>
25319
25320         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
25321         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
25322         compile-time test, rather than inspecting host and OS, to
25323         decide whether to define _LARGEFILE_SOURCE.
25324
25325 2000-05-01  Jim Meyering  <meyering@lucent.com>
25326
25327         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
25328
25329         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
25330         Based on a patch from Bruno Haible.
25331
25332 2000-05-01  Jim Meyering  <meyering@lucent.com>
25333
25334         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
25335
25336 2000-04-29  Jim Meyering  <meyering@lucent.com>
25337
25338         * lib/path-concat.c: Declare strdup only if it's not defined.
25339         * lib/canon-host.c: Likewise.
25340
25341 2000-04-28  Jim Meyering  <meyering@lucent.com>
25342
25343         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
25344         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
25345         is included first, then limits.h is included by locale.h by libintl.h.
25346         From John David Anglin.
25347
25348 2000-04-25  Jim Meyering  <meyering@lucent.com>
25349
25350         * lib/makepath.c (S_IRWXUGO): Define.
25351         (make_path): Always perform explicit chmod if MODE specifies any
25352         of the `special' permission bits.  Prompted by a bug report against
25353         install from Mate Wierdl and Joost van Baal.
25354
25355 2000-04-18  Jim Meyering  <meyering@lucent.com>
25356
25357         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
25358         (jm_PREREQ): Use it.
25359
25360 2000-04-18  Jim Meyering  <meyering@lucent.com>
25361
25362         * lib/README: New file.
25363
25364         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
25365         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
25366
25367 2000-04-17  Jim Meyering  <meyering@lucent.com>
25368
25369         Get it right :-)
25370         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
25371         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
25372         Suggestion from Akim Demaille.
25373
25374 2000-04-17  Jim Meyering  <meyering@lucent.com>
25375
25376         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
25377         the definition of it to rpl_strftime also defined-away the system's
25378         declaration.
25379
25380 2000-04-15  Jim Meyering  <meyering@lucent.com>
25381
25382         Use `C' to denote so-called `contiguous' files, the same way
25383         that tar does.
25384         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
25385         (ftypelet): Use S_ISCTG.
25386         From Michael Deutschmann.
25387
25388 2000-04-14  Jim Meyering  <meyering@lucent.com>
25389
25390         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
25391         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
25392         clobbered.
25393
25394 2000-04-14  Jim Meyering  <meyering@lucent.com>
25395
25396         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
25397
25398 2000-04-13  Jim Meyering  <meyering@lucent.com>
25399
25400         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
25401         AH_VERBATIM to insert required #ifndef into config.h.in.
25402         Suggestion from Akim Demaille.
25403
25404 2000-04-12  Jim Meyering  <meyering@lucent.com>
25405
25406         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
25407         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
25408         Christian Krackowizer.
25409
25410         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
25411         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
25412         (AC_SYS_LARGEFILE): Require.
25413         (AM_C_PROTOTYPES): Require.
25414
25415 2000-04-08  Jim Meyering  <meyering@lucent.com>
25416
25417         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
25418         names don't conflict.  Reported by Eli Zaretskii.
25419
25420 2000-04-07  Jim Meyering  <meyering@lucent.com>
25421
25422         * lib/putenv.c: Move inclusion of errno.h so it follows that of
25423         sys/types.h, to work around system header problems on AIX 3.2.5.
25424         From Bruno Haible.
25425
25426 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
25427
25428         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
25429         bug.  Deal with the different error behavior of Irix iconv.
25430
25431 2000-04-05  Paul Eggert  <eggert@twinsun.com>
25432
25433         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
25434         IRIX if the installer said otherwise.
25435
25436 2000-04-05  Jim Meyering  <meyering@lucent.com>
25437
25438         Portability tweaks required for ultrix4.3.
25439         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
25440         (jm_CHECK_DECLS): Add getutent to the list of functions.
25441         (_jm_DECL_HEADERS): Add utmpx.h.
25442         From John David Anglin.
25443
25444         * m4/strftime.m4: Back out the 2000-04-02 change.
25445         Instead of that change, simply undefine putenv in the test program.
25446
25447 2000-04-05  Jim Meyering  <meyering@lucent.com>
25448
25449         Portability tweaks required for ultrix4.3.
25450         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
25451         getutent.
25452         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
25453         * lib/canon-host.c: Declare strdup.
25454         * lib/path-concat.c: Likewise.
25455         From John David Anglin.
25456
25457 2000-04-04  Jim Meyering  <meyering@lucent.com>
25458
25459         Be more DOS 8.3-friendly.
25460         * lib/ref-add.sin: Renamed from ref-add.sed.in.
25461         * lib/ref-del.sin: Renamed from ref-del.sed.in.
25462         * lib/Makefile.am: Reflect renaming.
25463         Reported by Eli Zaretskii.
25464
25465         Use a temporary file name that won't clash with `charset.alias'
25466         in the DOS 8.3 name space.
25467         * lib/Makefile.am (charset_tmp): Define.
25468         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
25469         (uninstall-local): Likewise.
25470         Reported by Eli Zaretskii.
25471
25472 2000-04-03  Jim Meyering  <meyering@lucent.com>
25473
25474         * m4/gettext.m4: Fix typo in comment.
25475
25476         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
25477         textutils/configure.in).  Suggestion from Paul Eggert.
25478         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
25479
25480 2000-04-02  Paul Eggert  <eggert@twinsun.com>
25481
25482         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
25483         variable in the shell rather than using putenv, which isn't
25484         portable.  This avoids the configure-time inter-test dependency
25485         on the potentially-renamed putenv function.
25486
25487 2000-03-30  Paul Eggert  <eggert@twinsun.com>
25488
25489         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
25490         before checking struct stat.st_blksize, so that
25491         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
25492
25493 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25494
25495         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
25496         since strftime.c uses HAVE_STRFTIME to decide whether to use
25497         the underlying strftime.
25498
25499 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25500
25501         * lib/time/strftime.c (my_strftime): Make sure we call the system
25502         strftime, not ourselves, when invoking the underlying strftime.
25503
25504 2000-03-24  Jim Meyering  <meyering@lucent.com>
25505
25506         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
25507         (charset_alias): Define.
25508         (install-exec-local): Factor out common code.
25509         (uninstall-local): Split lines longer than 80.
25510         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
25511         (SUFFIXES): Define.
25512         (.sed.in.sed): New rule.  Don't redirect directly to $@.
25513         (CLEANFILES): Add ref-add.sed and ref-del.sed.
25514
25515 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
25516
25517         * lib/config.charset: Output a line containing "Packages using this
25518         file".
25519         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
25520         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
25521         ref-del.sed): New rules.
25522
25523 2000-03-17  Jim Meyering  <meyering@lucent.com>
25524
25525         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
25526         Otherwise, include <strings.h>
25527
25528 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
25529
25530         * lib/unicodeio.c (utf8_wctomb): New function.
25531         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
25532         format instead of in UCS-4 with platform dependent endianness.
25533
25534 2000-03-10  Jim Meyering  <meyering@lucent.com>
25535
25536         * m4/lib-check.m4: Look for getspnam in -lgen, too.
25537         From Marco Franzen.
25538
25539 2000-03-07  Paul Eggert  <eggert@twinsun.com>
25540
25541         * lib/savedir.c (savedir): Work even if directory size is
25542         negative; this can happen with some screwy NFS configurations.
25543
25544 2000-03-06  Jim Meyering  <meyering@lucent.com>
25545
25546         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
25547         if it's NULL (because we ran out of memory).  From Bruno Haible.
25548
25549 2000-03-05  Jim Meyering  <meyering@lucent.com>
25550
25551         * lib/localcharset.c ("path-concat.h"): Include.
25552         (get_charset_aliases): Use path_concat instead of ANSI string
25553         concatenation.
25554
25555         * lib/unicodeio.h (PARAMS): Define.
25556         Use it to guard prototype.
25557
25558 2000-03-04  Jim Meyering  <meyering@lucent.com>
25559
25560         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
25561         for lib/localcharset.c.
25562
25563 2000-03-04  Jim Meyering  <meyering@lucent.com>
25564
25565         * lib/Makefile.am (install-exec-local): Create $(libdir) before
25566         installing into it.
25567         (uninstall-local): Uncomment this rule so `make distcheck' works
25568         once again.
25569
25570         * lib/unicodeio.c (<errno.h>): Include it.
25571         (errno): Declare if not defined.
25572
25573         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
25574
25575         * lib/config.charset: New version, incorporating remarks from a linux
25576         i18n mailing list.  From Bruno Haible.
25577
25578 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
25579
25580         * m4/codeset.m4: New file.
25581         * m4/iconv.m4: New file.
25582         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
25583
25584 2000-03-03  Jim Meyering  <meyering@lucent.com>
25585
25586         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
25587
25588 2000-03-02  Jim Meyering  <meyering@lucent.com>
25589
25590         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
25591         the messages come out on separate lines.
25592
25593         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
25594         rather than jm_CHECK_DECLARATIONS.
25595         * m4/decl.m4: Remove now-unused file.
25596
25597         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
25598         geteuid.
25599
25600 2000-03-02  Jim Meyering  <meyering@lucent.com>
25601
25602         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
25603
25604 2000-03-01  Jim Meyering  <meyering@lucent.com>
25605
25606         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
25607         * lib/unicodeio.c: Likewise.
25608
25609 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
25610
25611         * lib/config.charset: New file.
25612         * lib/localcharset.c: New file.
25613         * lib/unicodeio.h, lib/unicodeio.c: New files.
25614         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
25615         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
25616         (noinst_HEADERS): Add unicodeio.h.
25617         (all-local, install-exec-local, charset.alias): New targets.
25618
25619 2000-02-28  Paul Eggert  <eggert@twinsun.com>
25620
25621         * lib/quotearg.c (ALERT_CHAR): New macro.
25622         (quotearg_buffer_restyled): Use it.
25623
25624 2000-02-27  Jim Meyering  <meyering@lucent.com>
25625
25626         * m4/check-decl.m4: Add getenv to the list.
25627
25628 2000-02-27  Jim Meyering  <meyering@lucent.com>
25629
25630         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
25631         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
25632
25633         * lib/backupfile.c: Guard inclusion of stdlib.h with
25634         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
25635         Declare malloc if needed.
25636
25637         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
25638         `#ifndef HAVE_DECL..'
25639         now that autoconf always defines the HAVE_DECL_ symbols.
25640         * lib/human.c: Likewise.
25641         * lib/same.c: Likewise.
25642         * lib/strtoumax.c: Likewise.
25643
25644         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
25645         declaration check was not run.
25646         * lib/hash.c: Likewise.
25647         * lib/human.c: Likewise.
25648         * lib/same.c: Likewise.
25649         * lib/strtoumax.c: Likewise.
25650
25651         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
25652         `.', then first look up the entire `.'-containing string as a login
25653         name.
25654
25655 2000-02-23  Jim Meyering  <meyering@lucent.com>
25656
25657         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
25658         in place of my hack.
25659
25660 2000-02-18  Paul Eggert  <eggert@twinsun.com>
25661
25662         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
25663         (textint): New typedef.
25664         (parser_control): Member year changed from int to textint.
25665         All uses changed.
25666         (YYSTYPE): Removed; replaced by %union with int and textint members.
25667         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
25668         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
25669         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
25670         (tSNUMBER, tUNUMBER): Now of type <textintval>.
25671         (date, number, to_year): Use width of number in digits, not its value,
25672         to determine whether it's a 2-digit year, or a 2-digit time.
25673         (yylex): Store number of digits of numeric tokens.
25674         Reported by John Kendall.
25675
25676         (parser_control): Changed from struct parser_control to typedef (for
25677         consistency).  All uses changed.
25678
25679         (tID): Removed; not used.
25680         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
25681
25682 2000-02-14  Paul Eggert  <eggert@twinsun.com>
25683
25684         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
25685         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
25686
25687 2000-02-12  Jim Meyering  <meyering@lucent.com>
25688
25689         * lib/userspec.c (ISDIGIT): Define it.
25690         (isdigit): Remove definition.
25691         (is_number): Use ISDIGIT, not isdigit.
25692         <libintl.h>: Include.
25693         (_ and N_): Define.
25694         (parse_user_spec): Mark translatable strings.
25695
25696 2000-02-10  Jim Meyering  <meyering@lucent.com>
25697
25698         With these changes, nanosleep.[ch] are finally enough like the other
25699         lib/* replacement files to compile on a few more losing systems.
25700
25701         * lib/nanosleep.h: Don't include config.h.
25702         Remove prototype from declaration of nanosleep.
25703         (PARAMS): Remove now-unneeded definition.
25704         * lib/nanosleep.c: #undef nanosleep.
25705         (rpl_nanosleep): Rename from nanosleep.
25706
25707 2000-02-10  Jim Meyering  <meyering@lucent.com>
25708
25709         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
25710         gnu_nanosleep to rpl_nanosleep.
25711
25712 2000-02-09  Jim Meyering  <meyering@lucent.com>
25713
25714         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
25715         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
25716
25717 2000-02-08  Akim Demaille  <akim@epita.fr>
25718
25719         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
25720         `[' and `]' and remove uses of `changequote'.
25721         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
25722         (AC_SYS_LARGEFILE): Likewise.
25723         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
25724         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
25725         of changequote.
25726         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
25727         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
25728         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
25729         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
25730
25731 2000-02-05  Jim Meyering  <meyering@lucent.com>
25732
25733         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
25734         Remove explicit use of AC_HEADER_TIME.  It is required by
25735         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
25736         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
25737         in autoconf whereby the expansion of the latter ended up preceding
25738         the expansion of its prerequisite, AC_HEADER_TIME.
25739         Reported by Volker Borchert.
25740
25741 2000-02-03  Jim Meyering  <meyering@lucent.com>
25742
25743         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
25744
25745 2000-02-03  Jim Meyering  <meyering@lucent.com>
25746
25747         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
25748         rather than with `#if HAVE_UTMPNAME'.
25749
25750 2000-02-02  Jim Meyering  <meyering@lucent.com>
25751
25752         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
25753         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
25754         Reported by Eli Zaretskii.
25755
25756 2000-02-01  Jim Meyering  <meyering@lucent.com>
25757
25758         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
25759
25760 2000-01-31  Jim Meyering  <meyering@lucent.com>
25761
25762         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
25763         functions.  Add the time.h and sys/time.h headers along with the
25764         AC_REQUIRE'ment of AC_HEADER_TIME.
25765
25766 2000-01-31  Jim Meyering  <meyering@lucent.com>
25767
25768         * lib/nanosleep.h (nanosleep): Guard declaration with
25769         `#if ! HAVE_DECL_NANOSLEEP'.
25770         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
25771         the declaration in that vendor's sys/timers.h.
25772         Reported by Christian Krackowizer.
25773
25774         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
25775         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
25776         (ISPRINT): Likewise.
25777         Reported by Tom Tromey.
25778
25779 2000-01-30  Jim Meyering  <meyering@lucent.com>
25780
25781         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
25782
25783         * m4/prereq.m4 (utmp_includes): Define.
25784         Check for ut_user and ut_name members in both struct utmpx
25785         and struct utmp.
25786
25787 2000-01-30  Jim Meyering  <meyering@lucent.com>
25788
25789         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
25790         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
25791         header files where only utmpx.ut_user is declared.
25792
25793         * lib/readutmp.h (UT_USER): Define.
25794
25795 2000-01-29  Jim Meyering  <meyering@lucent.com>
25796
25797         * m4/lib-check.m4: New file containing library-related checks from
25798         fileutils and sh-utils (textutils had none).
25799
25800 2000-01-28  Jim Meyering  <meyering@lucent.com>
25801
25802         * m4/perl.m4: Change format of warning message to look more like that
25803         from the missing script.  Suggestion from François Pinard.
25804
25805 2000-01-25  Jim Meyering  <meyering@lucent.com>
25806
25807         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
25808         well as time.h in the compile check.
25809         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
25810         Fix typo in cross-compiling case: s/yes/no/.
25811
25812 2000-01-23  Jim Meyering  <meyering@lucent.com>
25813
25814         * m4/jm-macros.m4: Move df-related tests here from
25815         fileutils/configure.in
25816
25817         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
25818         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
25819
25820         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
25821         s/space/ac_fsusage_space/.
25822         (jm_FILE_SYSTEM_USAGE): Take two parameters.
25823
25824         * m4/ftruncate.m4: New file (derived from part of
25825         fileutils/configure.in).
25826         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
25827         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
25828
25829         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
25830         AC_SUBST these here, rather than just in sh-util/configure.in, so
25831         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
25832         all the same.
25833         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
25834         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
25835         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
25836         (AC_SUBST(POW_LIBM)): Likewise.
25837         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
25838
25839 2000-01-23  Jim Meyering  <meyering@lucent.com>
25840
25841         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
25842         obstack.c.
25843
25844 2000-01-22  Jim Meyering  <meyering@lucent.com>
25845
25846         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
25847
25848         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
25849
25850         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
25851         configure.in
25852         (AC_CHECK_HEADERS): Likewise for sh-utils.
25853         (AC_CHECK_HEADERS): Likewise for textutils.
25854         Merge the three lists of headers.
25855
25856         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
25857         from fileutils' configure.in.
25858
25859         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
25860         code. Moved tests into their own function (_jm_DECL_HEADERS) in
25861         check-decl.m4.
25862
25863         * m4/check-decl.m4: Use #if rather than #ifdef.
25864         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
25865         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
25866         (_jm_DECL_HEADERS): Define new function.
25867         (jm_CHECK_DECLARATIONS): Require it.
25868
25869 2000-01-22  Jim Meyering  <meyering@lucent.com>
25870
25871         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
25872         [! HAVE_DECL_STRTOULL]: Declare strtoull.
25873         Required for some AIX systems.  Reported by Christian Krackowizer.
25874         [TESTING] (main): New function.
25875
25876         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
25877         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
25878         letters.
25879
25880         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
25881         iswprint.
25882
25883         * lib/strverscmp.c (ISDIGIT): Define.
25884         (strverscmp): Use ISDIGIT, not isdigit.
25885
25886 2000-01-19  Jim Meyering  <meyering@lucent.com>
25887
25888         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
25889         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
25890         defines `struct timespec' in <sys/time.h>
25891
25892         * m4/c-bs-a.m4: Remove uses of changequote altogether.
25893         Thanks to Akim for explaining.
25894
25895 2000-01-17  Paul Eggert  <eggert@twinsun.com>
25896
25897         * lib/nanosleep.c (nanosleep):
25898         Don't use SA_INTERRUPT to decide whether to call sigaction, as
25899         POSIX.1 doesn't require SA_INTERRUPT and some systems
25900         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
25901         it's been part of POSIX.1 since day 1 (in 1988).
25902
25903 2000-01-17  Jim Meyering  <meyering@lucent.com>
25904
25905         * lib/interlock: Remove unused file.  Reported by François Pinard.
25906
25907 2000-01-16  Paul Eggert  <eggert@twinsun.com>
25908
25909         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
25910         alert, backslash, formfeed, and vertical tab unnecessarily in
25911         shell quoting style.
25912
25913 2000-01-16  Jim Meyering  <meyering@lucent.com>
25914
25915         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
25916         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
25917         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
25918         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
25919
25920 2000-01-16  Jim Meyering  <meyering@lucent.com>
25921
25922         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
25923         because the latter didn't work.
25924
25925 2000-01-15  Jim Meyering  <meyering@lucent.com>
25926
25927         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
25928         (AC_REPLACE_FUNCS): Add memcpy and memset.
25929         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
25930         Add strpbrk.
25931         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
25932
25933 2000-01-12  Jim Meyering  <meyering@lucent.com>
25934
25935         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
25936         (jm_PREREQ): Use it.
25937         (jm_PREREQ_READUTMP): New macro.
25938         (jm_PREREQ): Use it.
25939
25940 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25941
25942         Quote multibyte characters correctly.
25943         * m4/c-bs-a.m4: New file.
25944         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
25945         (jm_PREREQ): Use it.
25946
25947 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25948
25949         * m4/uintmax_t.m4: Port to autoconf 2.13.
25950
25951 2000-01-08  Jim Meyering  <meyering@ascend.com>
25952
25953         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
25954         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
25955
25956 2000-01-04  Jim Meyering  <meyering@ascend.com>
25957
25958         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
25959         jm_STRUCT_DIRENT_D_TYPE.
25960         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
25961         jm_STRUCT_DIRENT_D_INO.
25962         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
25963         jm_STRUCT_UTIMBUF.
25964         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
25965         renamings.
25966         * m4/utime.m4: Likewise.
25967
25968         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
25969         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
25970
25971 2000-01-03  Paul Eggert  <eggert@twinsun.com>
25972
25973         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
25974         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
25975
25976 2000-01-02  Jim Meyering  <meyering@ascend.com>
25977
25978         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
25979         remember if this is necessary.
25980
25981 1999-12-26  Jim Meyering  <meyering@ascend.com>
25982
25983         * m4/jm-macros.m4: Use it here.
25984         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
25985
25986 1999-12-23  Jim Meyering  <meyering@ascend.com>
25987
25988         * m4/jm-macros.m4: Check for clock_gettime (moved from
25989         fileutils/configure.in)
25990         Check for gettimeofday.
25991
25992 1999-12-20  Jim Meyering  <meyering@ascend.com>
25993
25994         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
25995         autoconf-2.14a-1999-12-20.
25996
25997 1999-12-19  Jim Meyering  <meyering@ascend.com>
25998
25999         * m4/lstat-slash.m4: New file.
26000         * m4/jm-macros.m4: Use the new macro:
26001         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
26002
26003 1999-12-07  Jim Meyering  <meyering@ascend.com>
26004
26005         * m4/perl.m4: Require that File::Compare be available, too.
26006         Too many systems seem to lack it.
26007
26008         * m4/strftime.m4: Add checks for most of the cpp macros tested in
26009         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
26010
26011 1999-11-18  Paul Eggert  <eggert@twinsun.com>
26012
26013         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
26014         problem with the QNX 4.25 shell, which doesn't propagate exit
26015         status of failed commands inside shell assignments.
26016
26017 1999-11-17  Jim Meyering  <meyering@ascend.com>
26018
26019         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
26020
26021 1999-11-07  Jim Meyering  <meyering@ascend.com>
26022
26023         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
26024
26025 1999-11-06  Jim Meyering  <meyering@ascend.com>
26026
26027         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
26028         * m4/jm-macros.m4 (jm_MACROS): Use it here.
26029
26030 1999-11-05  Jim Meyering  <meyering@ascend.com>
26031
26032         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
26033         configure.in of textutils, fileutils, and sh-utils into this one
26034         (shared between those packages) file.
26035         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
26036         AC_STRUCT_ST_BLKSIZE.
26037
26038 1999-11-03  Jim Meyering  <meyering@ascend.com>
26039
26040         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
26041         of AC_CHECK_TYPE checks includes unistd.h.
26042         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
26043         Suggestion from Akim Demaille.
26044
26045 1999-10-30  Jim Meyering  <meyering@ascend.com>
26046
26047         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
26048         m4-quoted string.
26049         * m4/ls-mntd-fs.m4: Likewise.
26050         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
26051         * m4/jm-winsz1.m4: Likewise.
26052
26053         * m4/const.m4: Remove file, since the fix made it into the experimental
26054         version of autoconf.
26055         * m4/mktime.m4: Likewise.
26056
26057         * m4/check-type.m4: Remove file, now that the latest version of
26058         AC_CHECK_TYPE takes a third arg to specify additional #includes.
26059
26060         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
26061         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
26062         AC_CHECK_TYPE.
26063
26064 1999-10-04  Jim Meyering  <meyering@ascend.com>
26065
26066         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
26067
26068 1999-09-22  Paul Eggert  <eggert@twinsun.com>
26069
26070         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
26071         2.95.1 bug with HP-UX 10.20.
26072
26073 1999-09-17  Jim Meyering  <meyering@ascend.com>
26074
26075         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
26076         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
26077         due to missing strdup (against sh-utils-2.0).
26078
26079 1999-08-29  Jim Meyering  <meyering@ascend.com>
26080
26081         * m4/jm-macros.m4: Require jm_BISON.
26082         * m4/bison.m4: New file.
26083
26084 1999-08-17  Paul Eggert  <eggert@twinsun.com>
26085
26086         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
26087         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
26088
26089 1999-08-05  Jim Meyering  <meyering@ascend.com>
26090
26091         * m4/getline.m4: Rename test file from conftestdata to conftest.data
26092         to avoid conflicts with `conftest' on 8+3 filesystems.
26093         Suggestion from Eli Zaretskii.
26094
26095 1999-08-04  Jim Meyering  <meyering@ascend.com>
26096
26097         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
26098         fileutils and sh-utils (textutils's getline test was inadequate).
26099         (AM_FUNC_GETLINE): Run this test.
26100         (AC_CHECK_FUNCS): Check for getdelim.
26101         Reported by Bob Proulx.
26102
26103 1999-08-02  Jim Meyering  <meyering@ascend.com>
26104
26105         * m4/jm-macros.m4: Add a comment.
26106
26107 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26108
26109         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
26110         <inttypes.h> defines strtoumax as a macro (and not as a
26111         function).
26112
26113 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26114
26115         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
26116         that we can shift, multiply and divide unsigned long long
26117         values; Ultrix cc can't do it.
26118
26119 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26120
26121         * m4/mktime.m4: New file, which is a preview of what should appear
26122         in the next public autoconf release.
26123
26124 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26125
26126         * m4/lfs.m4: Remove this file.
26127         * m4/largefile.m4: New file.  It contains the old contents of
26128         lfs.m4, except that all names with prefix AC_LFS have been
26129         changed to use the prefix AC_SYS_LARGEFILE instead, to be
26130         compatible with future autoconf versions.  Also, some minor m4
26131         quoting problems have been fixed.
26132
26133 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26134
26135         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
26136         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
26137         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
26138         and simplify the shell code.
26139
26140 1999-08-01  Jim Meyering  <meyering@ascend.com>
26141
26142         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
26143         m4.
26144
26145 1999-07-20  Jim Meyering  <meyering@ascend.com>
26146
26147         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
26148
26149 1999-07-15  Jim Meyering  <meyering@ascend.com>
26150
26151         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
26152
26153 1999-05-22  Jim Meyering  <meyering@ascend.com>
26154
26155         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
26156
26157 1999-05-20  Jim Meyering  <meyering@ascend.com>
26158
26159         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
26160         Add a colon after each `then' in case $4 is empty.
26161
26162 1999-05-16  Jim Meyering  <meyering@ascend.com>
26163
26164         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
26165
26166 1999-05-10  Jim Meyering  <meyering@ascend.com>
26167
26168         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
26169
26170         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
26171         AC_FUNC_MKTIME.
26172
26173 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
26174
26175         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
26176
26177 1999-05-04  Paul Eggert  <eggert@twinsun.com>
26178
26179         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
26180         not CPPFLAGS, so that linking works correctly in IRIX.
26181
26182 1999-04-30  Paul Eggert  <eggert@twinsun.com>
26183
26184         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
26185
26186 1999-04-20  Paul Eggert  <eggert@twinsun.com>
26187
26188         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
26189         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
26190         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
26191         jm_AC_TYPE_UNSIGNED_LONG_LONG.
26192         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
26193
26194         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
26195
26196 1999-04-20  Jim Meyering  <meyering@ascend.com>
26197
26198         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
26199         AC_REPLACE xstroull if necessary.  From Paul Eggert.
26200         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
26201
26202 1999-04-18  Jim Meyering  <meyering@ascend.com>
26203
26204         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
26205         * m4/jm-macros.m4: Use it.
26206
26207 1999-04-06  Jim Meyering  <meyering@ascend.com>
26208
26209         * m4/strftime.m4: Remove test for %f.
26210
26211 1999-03-29  Jim Meyering  <meyering@ascend.com>
26212
26213         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
26214         superset of the AC_TYPE_* checks in the textutils, fileutils,
26215         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
26216         AC_TYPE_PID_T.
26217
26218 1999-03-28  Jim Meyering  <meyering@ascend.com>
26219
26220         * m4/jm-macros.m4: Define GNU_PACKAGE here.
26221         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
26222         replaced e.g., in the *.sh files of the sh-utils.
26223
26224 1999-03-20  Jim Meyering  <meyering@ascend.com>
26225
26226         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
26227         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
26228         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
26229
26230 1999-03-19  Jim Meyering  <meyering@ascend.com>
26231
26232         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
26233
26234 1999-03-12  Jim Meyering  <meyering@ascend.com>
26235
26236         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
26237
26238 1999-03-07  Jim Meyering  <meyering@ascend.com>
26239
26240         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
26241         declared.
26242
26243 1999-02-17  Jim Meyering  <meyering@ascend.com>
26244
26245         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
26246         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
26247
26248 1999-02-07  Jim Meyering  <meyering@ascend.com>
26249
26250         * m4/group-member.m4: New file -- extracted from sh-utils'
26251         configure.in.
26252
26253         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
26254         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
26255
26256 1999-02-06  Jim Meyering  <meyering@ascend.com>
26257
26258         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
26259         * m4/fnmatch.m4: Likewise.
26260         * m4/getgroups.m4: Likewise.
26261         * m4/lstat.m4: Likewise.
26262         * m4/malloc.m4: Likewise.
26263         * m4/putenv.m4: Likewise.
26264         * m4/realloc.m4: Likewise.
26265         * m4/regex.m4: Likewise.
26266         * m4/stat.m4: Likewise.
26267         * m4/strftime.m4: Likewise.
26268         Suggestion from Alain Magloire.
26269
26270         * m4/chown.m4: Use `.$ac_objext', not `.o'.
26271         * m4/fnmatch.m4: Likewise.
26272         * m4/getgroups.m4: Likewise.
26273         * m4/getline.m4: Likewise.
26274         * m4/lstat.m4: Likewise.
26275         * m4/malloc.m4: Likewise.
26276         * m4/memcmp.m4: Likewise.
26277         * m4/putenv.m4: Likewise.
26278         * m4/realloc.m4: Likewise.
26279         * m4/regex.m4: Likewise.
26280         * m4/stat.m4: Likewise.
26281         * m4/strftime.m4: Likewise.
26282         Suggestion from Alain Magloire.
26283
26284         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
26285         an argument.
26286
26287         * m4/regex.m4: Add a run-time Test for proper operation of
26288         re_compile_pattern.
26289
26290 1999-01-31  Jim Meyering  <meyering@ascend.com>
26291
26292         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
26293
26294 1999-01-30  Jim Meyering  <meyering@ascend.com>
26295
26296         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
26297
26298         * m4/jm-mktime.m4: Make this a wrapper around the official
26299         AM_FUNC_MKTIME rather than my private copy, now that the official one
26300         is up to date.
26301         * m4/mktime.m4: Remove file.
26302
26303         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
26304         * m4/uptime.m4: Likewise.
26305         * m4/uintmax_t.m4: Likewise.
26306
26307 1999-01-28  Jim Meyering  <meyering@ascend.com>
26308
26309         * m4/jm-macros.m4: Use jm_AFS.
26310         * m4/afs.m4: New file (from fileutils' configure.in).
26311
26312         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
26313         * m4/chown.m4: Likewise.
26314         * m4/d-ino.m4: Likewise.
26315         * m4/d-type.m4: Likewise.
26316         * m4/fnmatch.m4: Likewise.
26317         * m4/getgroups.m4: Likewise.
26318         * m4/gettext.m4: Likewise.
26319         * m4/jm-mktime.m4: Likewise.
26320         * m4/jm-winsz2.m4: Likewise.
26321         * m4/lcmessage.m4: Likewise.
26322         * m4/ls-mntd-fs.m4: Likewise.
26323         * m4/malloc.m4: Likewise.
26324         * m4/memcmp.m4: Likewise.
26325         * m4/putenv.m4: Likewise.
26326         * m4/realloc.m4: Likewise.
26327         * m4/st_mtim.m4: Likewise.
26328         * m4/strftime.m4: Likewise.
26329
26330 1999-01-16  Jim Meyering  <meyering@ascend.com>
26331
26332         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
26333         (ARGMATCH_DIE_DECL): Define.
26334
26335 1999-01-12  Jim Meyering  <meyering@ascend.com>
26336
26337         * m4/Makefile.am.in: Rewrite to avoid using fmt.
26338         Reported by Lars Hecking.
26339
26340 1999-01-10  Jim Meyering  <meyering@ascend.com>
26341
26342         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
26343         gross kludge.
26344         * m4/inttypes_h.m4: Likewise.
26345         * m4/lstat.m4: Likewise.
26346         * m4/malloc.m4: Likewise.
26347         * m4/readdir.m4: Likewise.
26348         * m4/realloc.m4: Likewise.
26349         * m4/st_dm_mode.m4: Likewise.
26350         * m4/stat.m4: Likewise.
26351         * m4/utimbuf.m4: Likewise.
26352         * m4/utimes.m4: Likewise.
26353
26354         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
26355         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
26356         comments in config.h.in are meaningful.
26357
26358         * m4/jm-macros.m4: Require autoconf-2.13 here.
26359
26360         * m4/regex.m4: By default, don't use the included regex.c on systems
26361         with glibc 2.  Suggestion from Uli Drepper.
26362
26363 1999-01-02  Jim Meyering  <meyering@ascend.com>
26364
26365         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
26366
26367 1998-12-18  Jim Meyering  <meyering@ascend.com>
26368
26369         * m4/Makefile.am.in (Makefile.am): Simplify rule.
26370         Based on a suggestion from Lars Hecking.
26371
26372 1998-11-16  Paul Eggert  <eggert@twinsun.com>
26373
26374         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
26375
26376 1998-11-16  Jim Meyering  <meyering@ascend.com>
26377
26378         * m4/lfs.m4: Double-quote the `uname...` expression.
26379
26380 1998-11-14  Jim Meyering  <meyering@ascend.com>
26381
26382         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
26383         * m4/stat.m4: Likewise.
26384
26385 1998-11-03  Jim Meyering  <meyering@ascend.com>
26386
26387         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
26388         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
26389
26390 1998-10-18  Jim Meyering  <meyering@ascend.com>
26391
26392         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
26393
26394 1998-10-17  Jim Meyering  <meyering@ascend.com>
26395
26396         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
26397         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
26398         calls for those previously hard-coded headers.  Instead, take a new
26399         parameter.
26400         (jm_CHECK_DECLARATIONS): Reflect interface change.
26401         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
26402         (jm_CHECK_DECL_LOCALTIME_R): New macro.
26403
26404         * m4/mktime.m4: Test for spring-forward gap before long-running test.
26405
26406 1998-10-14  Jim Meyering  <meyering@ascend.com>
26407
26408         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
26409         instead of "TZ=America/Vancouver".  From Paul Eggert.
26410
26411 1998-10-11  Jim Meyering  <meyering@ascend.com>
26412
26413         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
26414         This adds a test for a recently added compatibility fix for mktime.c.
26415         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
26416
26417 1998-09-27  Jim Meyering  <meyering@ascend.com>
26418
26419         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
26420
26421         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
26422         ../configure.in, including a change from Gordon Matzigkeit to allow
26423         cross-compiling for the Hurd.
26424
26425         * m4/glibc.m4: New file/macro to test for the GNU C Library
26426         versions 1 and 2.  From Gordon Matzigkeit.
26427         Indent.
26428
26429 1998-09-21  Jim Meyering  <meyering@ascend.com>
26430
26431         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
26432
26433 1998-08-18  Paul Eggert  <eggert@twinsun.com>
26434
26435         Port nanosecond-resolution times to UnixWare 2.1.2 and
26436         pedantic Solaris 2.6.
26437
26438         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
26439         AC_STRUCT_ST_MTIM.
26440         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
26441         Generate name of ns member, instead of just 1 or undef.
26442         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
26443
26444 1998-08-15  Jim Meyering  <meyering@ascend.com>
26445
26446         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
26447         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
26448         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
26449         instead of jm_TYPE_SSIZE_T.
26450
26451 1998-08-12  Jim Meyering  <meyering@ascend.com>
26452
26453         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
26454
26455 1998-08-02  Jim Meyering  <meyering@ascend.com>
26456
26457         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
26458         in acconfig.h manually.
26459
26460 1998-07-31  Paul Eggert  <eggert@twinsun.com>
26461
26462         * m4/st_mtim.m4: New file.
26463
26464 1998-07-28  Jim Meyering  <meyering@ascend.com>
26465
26466         * m4/utimes.m4: Undef stat.
26467
26468 1998-07-25  Jim Meyering  <meyering@ascend.com>
26469
26470         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
26471         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
26472
26473 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
26474
26475         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
26476         uid and gid actually remain unchanged.
26477
26478 1998-07-07  Jim Meyering  <meyering@ascend.com>
26479
26480         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
26481
26482 1998-07-04  Jim Meyering  <meyering@ascend.com>
26483
26484         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
26485         to prove that this macro can be used in packages without regex.c.
26486
26487 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
26488
26489         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
26490         is to be used.
26491
26492 1998-07-03  Jim Meyering  <meyering@ascend.com>
26493
26494         * m4/gettext.m4: Add -lintl if it's found to be necessary.
26495
26496         * m4/gettext.m4: New file -- from gettext-0.10.35.
26497         * m4/lcmessage.m4: Likewise.
26498         * m4/progtest.m4: Likewise.
26499
26500         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
26501         * m4/jm-macros.m4: Require the new macro.
26502
26503 1998-06-29  Jim Meyering  <meyering@ascend.com>
26504
26505         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
26506         for the definition of NGROUPS (used in a system header included
26507         by sys/mount.h).
26508
26509 1998-06-28  Jim Meyering  <meyering@ascend.com>
26510
26511         * m4/ls-mntd-fs.m4: New file.
26512         * m4/fstypename.m4: New file.
26513
26514         * m4/jm-macros.m4: Require the new macro.
26515         * m4/jm-glibc-io.m4: New file.
26516
26517 1998-05-19  Jim Meyering  <meyering@ascend.com>
26518
26519         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
26520         * m4/lchown.m4: New file.
26521
26522         * m4/Makefile.am.in: New file.
26523         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
26524
26525 1998-05-14  Jim Meyering  <meyering@ascend.com>
26526
26527         * m4/Makefile.am (EXTRA_DIST): Add them.
26528         * m4/jm-macros.m4: New file.
26529         * m4/utimbuf.m4: New file.
26530
26531 1998-05-12  Jim Meyering  <meyering@ascend.com>
26532
26533         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
26534
26535 1998-05-11  Jim Meyering  <meyering@ascend.com>
26536
26537         * m4/isc-posix.m4: New file.
26538
26539 1998-05-10  Jim Meyering  <meyering@ascend.com>
26540
26541         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
26542
26543 1998-05-09  Jim Meyering  <meyering@ascend.com>
26544
26545         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
26546         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
26547         with automake.
26548
26549         * m4/ssize_t.m4: New file.
26550         * m4/mktime.m4: Remove file -- the new automake has this now.
26551
26552 1998-04-26  Jim Meyering  <meyering@ascend.com>
26553
26554         * m4/assert.m4: New file.
26555         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
26556
26557 1998-04-05  Jim Meyering  <meyering@ascend.com>
26558
26559         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
26560         (jm_PREREQ): Use it here.
26561
26562 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
26563
26564         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
26565         in acconfig.h.
26566
26567 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
26568
26569         * m4/prereq.m4: New file.
26570         * m4/error.m4: New file.
26571         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
26572
26573 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
26574
26575         * m4/getline.m4: Don't set am_cv_func_working_getline before the
26576         cache-check for the same variable -- that defeated the purpose of
26577         the test; the test program was never run.  This was a problem only
26578         on systems with losing getline functions -- HP-UX 10.20 is one.
26579         Reported by Bjorn Helgaas.
26580
26581 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
26582
26583         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
26584
26585 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
26586
26587         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
26588
26589         * m4/const.m4: New file.  Use an initializer in this declaration
26590         typedef int charset[2]; const charset x;
26591         Reported by Bob Glickstein.
26592
26593 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
26594
26595         * m4/chown.m4: Fix reversed types on -1 args to chown.
26596         From Kaveh Ghazi.
26597
26598 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
26599
26600         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
26601         Add lseek and memchr.
26602
26603         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
26604         T.E.Dickey <dickey@clark.net> said that some older preprocessors
26605         have a 20-character limit on names.
26606
26607 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
26608
26609         * m4/inttypes_h.m4: New file.
26610         * m4/uintmax_t.m4: New file.
26611         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
26612
26613 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
26614   Free Software Foundation, Inc.
26615 Copying and distribution of this file, with or without modification,
26616 are permitted provided the copyright notice and this notice are preserved.