1e5cda365526b2f1da226a61d04591efce7dedb9
[gnulib.git] / ChangeLog
1 2007-02-11  Bruno Haible  <bruno@clisp.org>
2
3         * lib/c-strstr.c: Complete rewrite for maintainability.
4
5         * modules/c-strstr-tests: New file.
6         * tests/test-c-strstr.c: New file.
7
8 2007-02-11  Bruno Haible  <bruno@clisp.org>
9
10         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils.
11         Reported by Joel E. Denny <jdenny@ces.clemson.edu>,
12
13 2007-02-08  Bruno Haible  <bruno@clisp.org>
14
15         * modules/regex (Depends-on): Add stdbool.
16         Reported by Dalibor Topic <robilad@kaffe.org>.
17
18 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
19
20         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
21         Prefer returning from main to exiting from it.
22         Remove unnecessary parens after sizeof.
23
24 2007-02-05  Bruno Haible  <bruno@clisp.org>
25
26         New module mbssep.
27         * modules/mbssep: New file.
28         * lib/mbssep.c: New file.
29         * lib/string_.h (strsep): Add a conditional link warning.
30         (mbssep): New declaration.
31         * m4/mbssep.m4: New file.
32         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
33         GNULIB_MBSSEP.
34         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
35         * MODULES.html.sh (Internationalization functions): Add mbssep.
36
37 2007-02-05  Bruno Haible  <bruno@clisp.org>
38
39         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
40         Optimize search in case of 1 delimiter.
41
42 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
43
44         * lib/acl.h: Include sys/types.h before sys/acl.h.
45
46 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
47
48         Merge upstream fix for glibc bugzilla #3957:
49
50         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
51
52         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
53         bit for RE_HAT_LISTS_NOT_NEWLINE.
54         (build_charclass_op): Remove bogus comment.
55
56 2007-02-05  Simon Josefsson  <simon@josefsson.org>
57
58         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
59
60 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
61
62         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
63         * lib/memmem.c [!defined _LIBC]: Include config.h.
64
65 2007-02-04  Bruno Haible  <bruno@clisp.org>
66
67         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
68         warning message.
69
70 2007-02-04  Bruno Haible  <bruno@clisp.org>
71
72         New module mbstok_r.
73         * modules/mbstok_r: New file.
74         * lib/mbstok_r.c: New file.
75         * lib/string_.h (strtok_r): Change argument names to match the
76         comments. Add a conditional link warning.
77         (mbstok_r): New declaration.
78         * m4/mbstok_r.m4: New file.
79         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
80         GNULIB_MBSTOK_R.
81         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
82         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
83
84 2007-02-04  Bruno Haible  <bruno@clisp.org>
85
86         New module mbsspn.
87         * modules/mbsspn: New file.
88         * lib/mbsspn.c: New file.
89         * lib/string_.h (strspn): Add a conditional link warning.
90         (mbsspn): New declaration.
91         * m4/mbsspn.m4: New file.
92         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
93         GNULIB_MBSSPN.
94         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
95         * MODULES.html.sh (Internationalization functions): Add mbsspn.
96
97 2007-02-04  Bruno Haible  <bruno@clisp.org>
98
99         New module mbspbrk.
100         * modules/mbspbrk: New file.
101         * lib/mbspbrk.c: New file.
102         * lib/string_.h (strpbrk): Add a conditional link warning.
103         (mbspbrk): New declaration.
104         * m4/mbspbrk.m4: New file.
105         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
106         GNULIB_MBSPBRK.
107         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
108         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
109
110 2007-02-04  Bruno Haible  <bruno@clisp.org>
111
112         New module mbscspn.
113         * modules/mbscspn: New file.
114         * lib/mbscspn.c: New file.
115         * lib/string_.h (strcspn): Add a conditional link warning.
116         (mbscspn): New declaration.
117         * m4/mbscspn.m4: New file.
118         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
119         GNULIB_MBSCSPN.
120         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
121         * MODULES.html.sh (Internationalization functions): Add mbscspn.
122
123 2007-02-04  Bruno Haible  <bruno@clisp.org>
124
125         New module mbscasestr, reduced goal of strcasestr.
126         * modules/mbscasestr: New file.
127         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
128         (mbscasestr): Renamed from strcasestr.
129         * lib/strcasestr.c: Don't include mbuiter.h.
130         (strcasestr): Remove support for multibyte locales.
131         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
132         Change the conditional link warning.
133         (mbscasestr): New declaration.
134         * m4/mbscasestr.m4: New file.
135         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
136         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
137         REPLACE_STRCASESTR.
138         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
139         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
140         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
141         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
142         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
143         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
144         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
145         (Depends-on): Remove mbuiter.
146         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
147
148 2007-02-04  Bruno Haible  <bruno@clisp.org>
149
150         Simplify handling of strncasecmp.
151         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
152         the conditional link warning.
153         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
154         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
155         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
156         * modules/strcase (configure.ac): Don't invoke
157         gl_STRING_MODULE_INDICATOR.
158         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
159
160 2007-02-04  Bruno Haible  <bruno@clisp.org>
161
162         New module mbscasecmp, reduced goal of strcasecmp.
163         * modules/mbscasecmp: New file.
164         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
165         (mbscasecmp): Renamed from strcasecmp.
166         * lib/strcasecmp.c: Don't include mbuiter.h.
167         (strcasecmp): Remove support for multibyte locales.
168         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
169         Change the conditional link warning.
170         (mbscasecmp): New declaration.
171         * m4/mbscasecmp.m4: New file.
172         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
173         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
174         REPLACE_STRCASECMP.
175         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
176         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
177         GNULIB_MBSCASECMP.
178         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
179         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
180         * modules/strcase (Files): Remove m4/mbrtowc.m4.
181         (Depends-on): Remove mbuiter.
182         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
183
184 2007-02-04  Bruno Haible  <bruno@clisp.org>
185
186         New module mbsstr. Remove module strstr.
187         * modules/mbsstr: New file.
188         * modules/strstr: Remove file.
189         * lib/mbsstr.c: Renamed from lib/strstr.c.
190         (mbsstr): Renamed from strstr.
191         * lib/string_.h (strstr): Remove declaration. Change the conditional
192         link warning.
193         (mbsstr): New declaration.
194         * m4/mbsstr.m4: New file.
195         * m4/strstr.m4: Remove file.
196         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
197         REPLACE_STRSTR.
198         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
199         Don't initialize GNULIB_STRSTR.
200         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
201         substitute GNULIB_STRSTR and REPLACE_STRSTR.
202         * MODULES.html.sh (Internationalization functions): Add mbsstr.
203         (Support for systems lacking ANSI C 89): Remove strstr.
204
205 2007-02-04  Bruno Haible  <bruno@clisp.org>
206
207         New module mbsrchr.
208         * modules/mbsrchr: New file.
209         * lib/mbsrchr.c: New file.
210         * lib/string_.h (strrchr): Add a conditional link warning.
211         (mbsrchr): New declaration.
212         * m4/mbsrchr.m4: New file.
213         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
214         GNULIB_MBSRCHR.
215         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
216         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
217
218 2007-02-04  Bruno Haible  <bruno@clisp.org>
219
220         New module mbschr.
221         * modules/mbschr: New file.
222         * lib/mbschr.c: New file.
223         * lib/string_.h (strchr): Add a conditional link warning.
224         (mbschr): New declaration.
225         * m4/mbschr.m4: New file.
226         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
227         GNULIB_MBSCHR.
228         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
229         * MODULES.html.sh (Internationalization functions): Add mbschr.
230
231 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
232
233         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
234
235         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
236
237 2007-02-04  Bruno Haible  <bruno@clisp.org>
238
239         New module description section 'configure.ac-early'.
240         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
241         (func_get_autoconf_early_snippet): New function.
242         (func_import, func_create_testdir): Use it. Remove special cases for
243         modules 'extensions' and 'lock'.
244         * modules/extensions (configure.ac-early): Require
245         gl_USE_SYSTEM_EXTENSIONS.
246         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
247
248 2007-02-04  Bruno Haible  <bruno@clisp.org>
249
250         Make use of gcj-4.3's -fsource and -ftarget option.
251         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
252         and if so try the options -fsource and -ftarget.
253         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
254         source_version, ftarget_option, target_version arguments.
255         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
256         (is_envjavac_oldgcj_14_14_usable): Renamed from
257         is_envjavac_gcj_14_14_usable.
258         (is_envjavac_oldgcj_14_13_usable): Renamed from
259         is_envjavac_gcj_14_13_usable.
260         (is_gcj_present): Update.
261         (is_gcj_43, is_gcj43_usable): New functions.
262         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
263         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
264         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
265         try the options -fsource and -ftarget.
266
267 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
268
269         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
270         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
271         larger value.
272
273 2007-02-03  Jim Meyering  <jim@meyering.net>
274
275         Give tools a better chance to allocate space for very large buffers.
276         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
277
278         Make pwd and readlink work also when run with an unreadable parent dir
279         on systems with openat support.
280         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
281         provided getcwd function, even when we have openat support.
282         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
283
284 2007-02-02  Bruno Haible  <bruno@clisp.org>
285
286         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
287         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
288         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
289         portability problems if one of these functions is only used on specific
290         platforms.
291         Reported by Paul Eggert.
292
293 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
294
295         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
296         is causing more trouble than it's curing.
297         * lib/regex_internal.h (__mempcpy): Remove.
298         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
299         (and make the code a tad smaller to boot).
300         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
301
302 2007-02-02  Jim Meyering  <jim@meyering.net>
303
304         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
305         section, not in the Makefile.am: one.
306
307 2007-02-02  Eric Blake  <ebb9@byu.net>
308
309         * lib/strchrnul.c: Always include config.h first.
310
311         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
312         gnulib strstr is not necessary here.
313
314 2007-02-02  Simon Josefsson  <simon@josefsson.org>
315
316         * m4/socklen.m4: Fix typo.
317
318 2007-02-02  Eric Blake  <ebb9@byu.net>
319
320         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
321         * modules/netinet_in (Makefile.am): Likewise.
322
323 2007-02-01  Bruno Haible  <bruno@clisp.org>
324
325         * lib/string_.h (GL_LINK_WARNING): New macro.
326         (strcasecmp, strstr, strcasestr): If provided by the system,
327         conditionally define as a macro that leads to a warning instead of to
328         an error.
329         (strncasecmp): Conditionally define as a macro that leads to a warning.
330
331 2007-02-01  Jim Meyering  <jim@meyering.net>
332
333         Give tools a better chance to allocate space for very large buffers.
334         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
335
336 2007-02-01  Karl Berry  <karl@gnu.org>
337
338         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
339
340 2007-02-01  Bruno Haible  <bruno@clisp.org>
341
342         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
343         renamings.
344
345 2007-02-01  Eric Blake  <ebb9@byu.net>
346
347         * modules/regex (Depends-on): Revert dependence on mempcpy.
348         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
349         module's definition of mempcpy.
350         Reported by Paul Eggert.
351
352 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
353
354         * lib/string_.h: If the gnulib module XYZ is not present, undefine
355         the symbol XYZ before redefining it.  This fixes a problem with
356         programs that don't use XYZ, when compiled on systems that define
357         XYZ to something else.
358
359 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
360
361         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
362         occurs when "mkdir -m foo" creates a setgid directory that is (1)
363         writeable to group or other and (2) is intended to have a special
364         mode bit that is set or cleared.  In such a case, the directory
365         should be neither group- nor other-writeable until the special
366         mode bits are right.
367
368 2007-01-31  Eric Blake  <ebb9@byu.net>
369
370         * modules/mountlist (Depends-on): Add strstr.
371
372         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
373         bug.
374         * modules/string (Makefile.am): Remove redundant replacement.
375         * modules/regex (Depends-on): Add mempcpy.
376
377 2007-01-31  Bruno Haible  <bruno@clisp.org>
378
379         New module description field 'Link'.
380         * gnulib-tool (func_usage): Document --extract-link-directive.
381         (sed_extract_prog): Recognize 'Link' directive.
382         (func_get_link_directive): New function.
383         (func_import): Show summary of link directives.
384         Handle --extract-link-directive option.
385         * modules/acl (Link): New section.
386         * modules/clock-time (Link): New section.
387         * modules/euidaccess (Link): New section.
388         * modules/gettext (Link): New section.
389         * modules/iconv (Link): New section.
390         * modules/lock (Link): New section.
391         * modules/nanosleep (Link): New section.
392         * modules/readline (Link): New section.
393
394 2007-01-27  Bruno Haible  <bruno@clisp.org>
395
396         Enforce the use of gnulib modules for unportable <string.h> functions.
397         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
398         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
399         (gl_HEADER_STRING_H_BODY): Require it.
400         * lib/string_.h: If the gnulib module XYZ is not present, redefine
401         the symbol XYZ to one that gives a link error.
402         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
403         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
404         * modules/mempcpy (configure.ac): Likewise.
405         * modules/memrchr (configure.ac): Likewise.
406         * modules/stpcpy (configure.ac): Likewise.
407         * modules/stpncpy (configure.ac): Likewise.
408         * modules/strcase (configure.ac): Likewise.
409         * modules/strcasestr (configure.ac): Likewise.
410         * modules/strchrnul (configure.ac): Likewise.
411         * modules/strdup (configure.ac): Likewise.
412         * modules/strndup (configure.ac): Likewise.
413         * modules/strnlen (configure.ac): Likewise.
414         * modules/strpbrk (configure.ac): Likewise.
415         * modules/strsep (configure.ac): Likewise.
416         * modules/strstr (configure.ac): Likewise.
417         * modules/strtok_r (configure.ac): Likewise.
418
419 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
420
421         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
422
423 2007-01-30  Jim Meyering  <jim@meyering.net>
424
425         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
426
427 2007-01-29  Bruno Haible  <bruno@clisp.org>
428
429         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
430         * lib/execute.c: Likewise.
431         * lib/pipe.c: Likewise.
432         * lib/printf-args.h: Likewise.
433         * lib/printf-args.c: Likewise.
434         * lib/printf-parse.c: Likewise.
435         * lib/vasnprintf.c: Likewise.
436
437 2007-01-29  Eric Blake  <ebb9@byu.net>
438
439         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
440         declaration.
441
442 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
443
444         * lib/strptime.h (strptime): Use 'restrict' for args where
445         POSIX requires this.
446         * lib/strptime.c (strptime): Likewise.
447         Change license notice from LGPL to GPL, since gnulib-tool will
448         change this as needed.
449         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
450         defined.
451         Include "strptime.h" first, to check interface.
452         Do not #undef _LIBC and _NL_CURRENT.
453         Do not include <stdlib.h>; no longer needed.
454         Include "time_r.h" and declare ptime_locale_status
455         only if _LIBC is not defined.
456         (__P): Remove unused macro.
457         (match_string): Bring back glibc version, but use it only if _LIBC
458         is defined.
459         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
460         Remove unnecessary assertion and abort() call.
461         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
462         * m4/strptime.m4: Fix serial number comment.
463         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
464         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
465         (Depends-on): Add time_r.
466
467 2007-01-29  Bruno Haible  <bruno@clisp.org>
468
469         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
470         strptime.
471         * modules/strptime (Depends-on): Add stdbool.
472         * lib/strptime.h: Include <time.h> always. Add comments.
473
474 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
475
476         * modules/strptime: New file.
477         * lib/strptime.h: New file.
478         * lib/strptime.c: New file.
479         * m4/strptime.m4: New file.
480
481 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
482
483         * MODULES.html.sh: New module mpsort.
484         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
485
486         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
487         a circularity problem with HP-UX ia64 reported by Bob Proulx in
488         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
489         All uses changed.
490         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
491         All uses changed.
492         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
493         to _Restrict_.
494         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
495         the parameter matches the prototype.
496
497 2007-01-28  Jim Meyering  <jim@meyering.net>
498
499         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
500         sys/time.h here, reverting that part of the previous patch:
501         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
502
503 2007-01-28  Bruno Haible  <bruno@clisp.org>
504
505         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
506         value of $(SYS_TIME_H).
507         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
508         remove it conditionally, too. [added by Jim Meyering]
509         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
510         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
511         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
512         GETTIMEOFDAY_REPLACEMENT to 1.
513
514 2007-01-28  Bruno Haible  <bruno@clisp.org>
515
516         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
517         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
518         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
519         Set UNISTD_H instead of UNISTD_H2.
520         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
521
522 2007-01-28  Bruno Haible  <bruno@clisp.org>
523
524         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
525         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
526
527 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
528
529         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
530         (func_create_testdir): Ensure C locale for `grep' and `tr'
531         character ranges.
532         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
533         ACLOCAL_AMFLAGS parsing state machine.
534
535 2007-01-27  Bruno Haible  <bruno@clisp.org>
536
537         * modules/unistr/base: Update.
538
539 2007-01-27  Bruno Haible  <bruno@clisp.org>
540
541         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
542         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
543         * modules/unistr/u32-mbtouc-unsafe: Renamed from
544         modules/unistr/u32-mbtouc.
545         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
546         * lib/unistr.h: Update.
547         * lib/linebreak.c: Update.
548         * modules/unistr/u32-mbtouc: Renamed from
549         modules/unistr/u32-mbtouc-safe.
550         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
551         * lib/unistr.h: Update.
552         * lib/unistr/u32-to-u8.c: Update.
553         * lib/unistr/u32-to-u16.c: Update.
554
555 2007-01-27  Bruno Haible  <bruno@clisp.org>
556
557         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
558         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
559         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
560         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
561         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
562         * modules/unistr/u16-mbtouc-unsafe: Renamed from
563         modules/unistr/u16-mbtouc.
564         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
565         * lib/unistr.h: Update.
566         * lib/linebreak.c: Update.
567         * modules/linebreak: Update.
568         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
569         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
570         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
571         * modules/unistr/u16-mbtouc: Renamed from
572         modules/unistr/u16-mbtouc-safe.
573         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
574         * lib/unistr.h: Update.
575         * lib/unistr/u16-to-u8.c: Update.
576         * modules/unistr/u16-to-u8: Update.
577         * lib/unistr/u16-to-u32.c: Update.
578         * modules/unistr/u16-to-u32: Update.
579
580 2007-01-27  Bruno Haible  <bruno@clisp.org>
581
582         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
583         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
584         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
585         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
586         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
587         * modules/unistr/u8-mbtouc-unsafe: Renamed from
588         modules/unistr/u8-mbtouc.
589         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
590         * lib/unistr.h: Update.
591         * lib/striconveh.c: Update.
592         * modules/striconveh: Update.
593         * lib/linebreak.c: Update.
594         * modules/linebreak: Update.
595         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
596         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
597         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
598         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
599         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
600         * lib/unistr.h: Update.
601         * lib/striconveh.c: Update.
602         * modules/striconveh: Update.
603         * lib/unistr/u8-to-u16.c: Update.
604         * modules/unistr/u8-to-u16: Update.
605         * lib/unistr/u8-to-u32.c: Update.
606         * modules/unistr/u8-to-u32: Update.
607
608 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
609
610         Sync from Libtool.
611         * lib/argz.c: Do not include strings.h nor memory.h, include
612         string.h unconditionally.  Patch by Simon Josefsson.
613
614 2007-01-27  Bruno Haible  <bruno@clisp.org>
615
616         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
617         from gl_HEADER_STRING_H_BODY.
618         (gl_HEADER_STRING_H_BODY): Require it.
619         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
620         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
621         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
622         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
623         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
624         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
625         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
626         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
627         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
628         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
629         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
630         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
631         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
632         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
633         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
634
635 2007-01-27  Bruno Haible  <bruno@clisp.org>
636
637         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
638         check_PROGRAMS into noinst_PROGRAMS.
639         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
640         check_PROGRAMS in this case.
641         (func_import): Set for_test to false.
642         (func_create_testdir): Set for_test to true.
643
644 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
645             Bruno Haible  <bruno@clisp.org>
646
647         * modules/strcasestr (Files): Remove lib/strcasestr.h.
648         (Depends-on): Add string.
649         (Includes): Use <string.h> instead of strcasestr.h.
650         * modules/string (Makefile.am): Also substitute the value of
651         REPLACE_STRCASESTR.
652         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
653         assume strcasestr is declared in <string.h> not <strings.h>. Also
654         set REPLACE_STRCASESTR.
655         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
656         REPLACE_STRCASESTR.
657         * lib/strcasestr.h: Remove file.
658         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
659         * lib/string_.h (strcasestr): New declaration.
660
661 2007-01-27  Bruno Haible  <bruno@clisp.org>
662
663         * lib/string_.h: Use 'extern'.
664
665 2007-01-27  Jim Meyering  <jim@meyering.net>
666
667         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
668         of set-but-not-used local, "q".
669
670         * lib/mempcpy.c: Include <config.h> before <string.h>.
671         This fixes a compilation error on HP-UX, due to the system's
672         "restrict"-using mempcpy prototype.
673
674 2007-01-26  Bruno Haible  <bruno@clisp.org>
675
676         Small optimization.
677         * lib/javacomp.c: Include c-strstr.h.
678          (is_envjavac_gcj): Use c_strstr instead of strstr.
679         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
680
681 2007-01-26  Bruno Haible  <bruno@clisp.org>
682
683         * MODULES.html.sh (Unicode string functions): Add the new modules.
684
685         * modules/uniconv/u32-strconv-to-locale: New file.
686         * lib/uniconv/u32-strconv-to-locale.c: New file.
687
688         * modules/uniconv/u16-strconv-to-locale: New file.
689         * lib/uniconv/u16-strconv-to-locale.c: New file.
690
691         * modules/uniconv/u8-strconv-to-locale: New file.
692         * lib/uniconv/u8-strconv-to-locale.c: New file.
693
694         * modules/uniconv/u32-strconv-from-locale: New file.
695         * lib/uniconv/u32-strconv-from-locale.c: New file.
696
697         * modules/uniconv/u16-strconv-from-locale: New file.
698         * lib/uniconv/u16-strconv-from-locale.c: New file.
699
700         * modules/uniconv/u8-strconv-from-locale: New file.
701         * lib/uniconv/u8-strconv-from-locale.c: New file.
702
703         * modules/uniconv/u32-strconv-to-enc: New file.
704         * lib/uniconv/u32-strconv-to-enc.c: New file.
705         * modules/uniconv/u32-strconv-to-enc-tests: New file.
706         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
707
708         * modules/uniconv/u16-strconv-to-enc: New file.
709         * lib/uniconv/u16-strconv-to-enc.c: New file.
710         * lib/uniconv/u-strconv-to-enc.h: New file.
711         * modules/uniconv/u16-strconv-to-enc-tests: New file.
712         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
713
714         * modules/uniconv/u8-strconv-to-enc: New file.
715         * lib/uniconv/u8-strconv-to-enc.c: New file.
716         * modules/uniconv/u8-strconv-to-enc-tests: New file.
717         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
718
719         * modules/uniconv/u32-strconv-from-enc: New file.
720         * lib/uniconv/u32-strconv-from-enc.c: New file.
721         * modules/uniconv/u32-strconv-from-enc-tests: New file.
722         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
723
724         * modules/uniconv/u16-strconv-from-enc: New file.
725         * lib/uniconv/u16-strconv-from-enc.c: New file.
726         * modules/uniconv/u16-strconv-from-enc-tests: New file.
727         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
728
729         * modules/uniconv/u8-strconv-from-enc: New file.
730         * lib/uniconv/u8-strconv-from-enc.c: New file.
731         * lib/uniconv/u-strconv-from-enc.h: New file.
732         * modules/uniconv/u8-strconv-from-enc-tests: New file.
733         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
734
735         * modules/uniconv/u32-conv-from-enc: New file.
736         * lib/uniconv/u32-conv-from-enc.c: New file.
737         * modules/uniconv/u32-conv-from-enc-tests: New file.
738         * tests/uniconv/test-u32-conv-from-enc.c: New file.
739
740         * modules/uniconv/u16-conv-from-enc: New file.
741         * lib/uniconv/u16-conv-from-enc.c: New file.
742         * lib/uniconv/u-conv-from-enc.h: New file.
743         * modules/uniconv/u16-conv-from-enc-tests: New file.
744         * tests/uniconv/test-u16-conv-from-enc.c: New file.
745
746         * modules/uniconv/u8-conv-from-enc: New file.
747         * lib/uniconv/u8-conv-from-enc.c: New file.
748         * modules/uniconv/u8-conv-from-enc-tests: New file.
749         * tests/uniconv/test-u8-conv-from-enc.c: New file.
750
751         * modules/uniconv/base: New file.
752         * lib/uniconv.h: New file.
753
754 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
755
756         * doc/gnulib-tool.texi (Initial import): Update to match current
757         behavior with strdup module.
758         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
759         * lib/memmem.h: Remove; all uses removed.  This is now done
760         by <string.h>.
761         * lib/mempcpy.h: Likewise.
762         * lib/memrchr.h: Likewise.
763         * lib/stpcpy.h: Likewise.
764         * lib/stpncpy.h: Likewise.
765         * lib/strcase.h: Likewise.
766         * lib/strchrnul.h: Likewise.
767         * lib/strdup.h: Likewise.
768         * lib/strndup.h: Likewise.
769         * lib/strnlen.h: Likewise.
770         * lib/strpbrk.h: Likewise.
771         * lib/strsep.h: Likewise.
772         * lib/strstr.h: Likewise.
773         * lib/strtok_r.h: Likewise.
774         * lib/string_.h: New file.
775         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
776         Rely on <string.h> instead.
777         * lib/canon-host.c: Likewise.
778         * lib/chdir-long.c: Likewise.
779         * lib/concatpath.c: Likewise.
780         * lib/exclude.c: Likewise.
781         * lib/fchdir.c: Likewise.
782         * lib/getaddrinfo.c: Likewise.
783         * lib/getcwd.c: Likewise.
784         * lib/getsubopt.c: Likewise.
785         * lib/glob.c: Likewise.
786         * lib/hard-locale.c: Likewise.
787         * lib/iconvme.c: Likewise.
788         * lib/javacomp.c: Likewise.
789         * lib/mempcpy.c: Likewise.
790         * lib/memrchr.c: Likewise.
791         * lib/regex_internal.h: Likewise.
792         * lib/stpncpy.c: Likewise.
793         * lib/strcasecmp.c: Likewise.
794         * lib/strchrnul.c: Likewise.
795         * lib/strdup.c: Likewise.
796         * lib/striconv.c: Likewise.
797         * lib/striconveh.c: Likewise.
798         * lib/striconveha.c: Likewise.
799         * lib/strncasecmp.c: Likewise.
800         * lib/strndup.c: Likewise.
801         * lib/strnlen.c: Likewise.
802         * lib/strsep.c: Likewise.
803         * lib/strstr.c: Likewise.
804         * lib/strtok_r.c: Likewise.
805         * lib/userspec.c: Likewise.
806         * lib/w32spawn.h: Likewise.
807         * lib/xstrndup.c: Likewise.
808         * lib/mountlist.c (strstr): Remove decl.
809         * m4/string_h.m4: New file.
810         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
811         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
812         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
813         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
814         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
815         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
816         Set REPLACE_STRCASECMP if necessary.
817         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
818         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
819         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
820         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
821         HAVE_DECL_STRDUP if necessary.
822         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
823         since gl_FUNC_STRNDUP does that now.
824         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
825         Check for decl here...
826         (gl_PREREQ_STRNLEN): ... not here.
827         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
828         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
829         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
830         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
831         necessary.
832         * modules/string: New file.
833         * modules/memmem (Files): Remove special-purpose include file.
834         (Depends-on): Add string.
835         (Include): Include <string.h>, not the removed file.
836         * modules/mempcpy: Likewise.
837         * modules/memrchr: Likewise.
838         * modules/stpcpy: Likewise.
839         * modules/stpncpy: Likewise.
840         * modules/strcase: Likewise.
841         * modules/strchrnul: Likewise.
842         * modules/strdup: Likewise.
843         * modules/strndup: Likewise.
844         * modules/strnlen: Likewise.
845         * modules/strpbrk: Likewise.
846         * modules/strsep: Likewise.
847         * modules/strstr: Likewise.
848         * modules/strtok_r: Likewise.
849         * tests/test-dirname.c: Don't include "strdup.h", since
850         <string.h> now suffices.
851         * tests/test-memmem.c: Don't include "memmem.h", since
852         <string.h> now suffices.
853
854 2007-01-25  Bruno Haible  <bruno@clisp.org>
855
856         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
857         *resultp is 0.
858
859         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
860         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
861         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
862         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
863
864         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
865         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
866         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
867         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
868         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
869         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
870
871 2007-01-24  Bruno Haible  <bruno@clisp.org>
872
873         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
874         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
875         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
876         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
877         gl_FUNC_FTS_CORE.
878         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
879         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
880         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
881         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
882         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
883         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
884         gl_FUNC_FCHOWNAT.
885         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
886         gl_FUNC_STRFTIME.
887         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
888         Reported by Ralf Wildenhues.
889
890 2007-01-24  Bruno Haible  <bruno@clisp.org>
891
892         Drop AC_REQUIRE calls that are redundant with the module dependencies.
893         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
894         gl_GETADDRINFO.
895         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
896         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
897         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
898
899 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
900
901         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
902         Don't use 'exit'; just return from 'main'.
903         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
904
905         * lib/fnmatch_.h: Readjust white space and comments to match
906         glibc, to avoid spurious diffs.
907
908 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
909
910         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
911         2004-12-01 change by Jakub Jelinek, since this code won't compile
912         if !LIBC.  Problem reported by Bob Proulx.
913
914 2007-01-23  Bruno Haible  <bruno@clisp.org>
915
916         * lib/striconveh.c: Include c-strcaseeq.h.
917         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
918         * modules/striconveh (Depends-on): Add c-strcaseeq.
919
920 2007-01-23  Bruno Haible  <bruno@clisp.org>
921
922         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
923
924         * modules/c-strcaseeq: New file.
925         * lib/c-strcaseeq.h: New file.
926
927         * modules/streq: New file.
928         * lib/streq.h: New file.
929
930 2007-01-23  Bruno Haible  <bruno@clisp.org>
931
932         * modules/striconveha-tests: New file.
933         * tests/test-striconveha.c: New file.
934
935         * lib/striconveha.h: Include <stdbool.h>.
936         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
937         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
938         (mem_iconveha_notranslit): Renamed from mem_iconveha.
939         (mem_iconveha): New function.
940         (str_iconveha_notranslit): Renamed from str_iconveha.
941         (str_iconveha): New function.
942         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
943         c-strcase.
944
945 2007-01-23  Bruno Haible  <bruno@clisp.org>
946
947         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
948         encodings without forgiving before trying any encoding with handler.
949         (str_iconveha): Try all encodings without forgiving before trying any
950         encoding with handler.
951
952 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
953
954         Import the following changes from libc.
955
956         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
957
958         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
959
960         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
961
962         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
963         normal_bracket label.
964
965         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
966
967         [BZ #361]
968         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
969         to normal_bracket after fetching the next character.
970
971 2007-01-22  Bruno Haible  <bruno@clisp.org>
972
973         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
974         argument.
975         * lib/striconveh.c (iconv_carefully_1): New function.
976         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
977         argument.
978         (str_cd_iconveh): Update.
979         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
980         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
981         * tests/test-striconveh.c (MAGIC): New macro.
982         (new_offsets): New function.
983         (main): Test call with and without offsets.
984
985 2007-01-22  Bruno Haible  <bruno@clisp.org>
986
987         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
988         * modules/sys_select (Makefile.am): Likewise.
989         * modules/sys_socket (Makefile.am): Likewise.
990         * modules/sys_time (Makefile.am): Likewise.
991
992 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
993
994         * modules/gettimeofday (License): Change from GPL to LGPL, since
995         gettimeofday is a library function.
996
997 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
998
999         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
1000
1001 2007-01-21  Bruno Haible  <bruno@clisp.org>
1002
1003         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
1004
1005 2007-01-21  Bruno Haible  <bruno@clisp.org>
1006
1007         * modules/striconveha: New file.
1008         * lib/striconveha.h: New file.
1009         * lib/striconveha.c: New file.
1010         * MODULES.html.sh (Internationalization functions): Add striconveha.
1011         * lib/striconv.c (str_iconv): Optimize the case of an empty input
1012         string.
1013         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
1014
1015 2007-01-21  Bruno Haible  <bruno@clisp.org>
1016
1017         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
1018         * lib/striconveh.c (str_iconveh): Likewise.
1019
1020 2007-01-21  Bruno Haible  <bruno@clisp.org>
1021
1022         * lib/striconveh.h (mem_iconveh): New declaration.
1023         * lib/striconveh.c (mem_iconveh): New function.
1024         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
1025
1026 2007-01-21  Bruno Haible  <bruno@clisp.org>
1027
1028         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
1029
1030         * lib/striconveh.h (mem_cd_iconveh): Change specification.
1031         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
1032         original result buffer.
1033         (str_cd_iconveh): Update.
1034         * tests/test-striconveh.c (main): Update.
1035
1036         * lib/striconv.h (mem_cd_iconv): Change specification.
1037         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
1038         result buffer.
1039         (str_cd_iconv): Update.
1040         * tests/test-striconv.c (main): Update.
1041
1042 2007-01-21  Bruno Haible  <bruno@clisp.org>
1043
1044         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
1045
1046 2007-01-20  Jim Meyering  <jim@meyering.net>
1047
1048         * lib/userspec.c (parse_with_separator): If a user or group string
1049         starts with "+", skip the corresponding name-to-ID look-up, since
1050         such a look-up must fail: user and group names may not include "+".
1051
1052 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1053
1054         * lib/poll.c: Include sys/time.h and time.h unconditionally,
1055         since we now assume the sys_time module.
1056         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
1057         check for sys/time.h; no longer needed.
1058         * modules/poll (Depends-on): Depend on sys_time.
1059
1060 2007-01-18  Bruno Haible  <bruno@clisp.org>
1061
1062         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
1063         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1064
1065         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
1066         gettimeofday.
1067
1068         * tests/test-gettimeofday.c: Include <time.h>.
1069         (dummy): Remove variable.
1070
1071         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
1072         gl_HEADER_SYS_TIME_H.
1073         (gl_HEADER_SYS_TIME_H): New macro.
1074
1075         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
1076         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1077         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
1078         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
1079         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1080         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
1081         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
1082         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1083         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
1084         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
1085         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1086
1087         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
1088         last change; it caused a compilation error when cross-compiling to
1089         Cygwin.
1090
1091 2007-01-18  Jim Meyering  <jim@meyering.net>
1092
1093         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
1094         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
1095         than the race-prone "test -d sys || mkdir sys".
1096         (configure.ac): Use AC_PROG_MKDIR_P.
1097         * modules/sys_select: Likewise.
1098         * modules/sys_socket: Likewise.
1099         * modules/sys_time: Likewise.
1100
1101 2007-01-18  Eric Blake  <ebb9@byu.net>
1102
1103         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
1104         replace gettimeofday.
1105         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
1106         name, to avoid infinite recursion.
1107
1108 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
1109
1110         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
1111         module sys_time.
1112         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
1113         assume timespec.h defines struct timeval.
1114         * lib/settime.c: Likewise.
1115         * lib/utimens.c: Likewise.
1116         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
1117         since we now assume the gettimeofday module.
1118         * lib/tempname.c (__gen_tempname): Likewise.
1119         * lib/gettimeofday.h: Remove.
1120         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
1121         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
1122         Include <time.h>, for 'time()'.
1123         (localtime_buffer_addr): Also use this workaround if
1124         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
1125         to simplify the uses.  All uses changed.
1126         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
1127         that #undef is inside {}, and 'const' follows type name consistently.
1128         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
1129         (gettimeofday): Do not use the maximum possible value for
1130         tv->tv_usec, since that might break usages other than ls.c.
1131         Instead, we'll leave ls.c alone.  This undoes today's patch
1132         by Bruno.  Add a compile-time warning for 1s-clock resolution;
1133         we've never observed the problem but might as well keep the
1134         canary.
1135         * lib/nanosleep.c: Include timespec.h first, for interface check.
1136         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
1137         now assume the sys_time module.
1138         * lib/tempname.c: Likewise.
1139         * lib/timespec.h: Likewise.
1140         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
1141         needed.
1142         * lib/strftime.c: Likewise.
1143         * lib/timespec.h: Likewise.
1144         * lib/posixtm.c: Include posixtm.h first, for interface check.
1145         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
1146         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
1147         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
1148         * lib/sys_time_.h: New file.
1149         * lib/timespec.h (struct timespec): Use long int, not long.
1150         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1151         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
1152         Remove obsolescent call to AC_HEADER_TIME.
1153         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1154         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
1155         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1156         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
1157         Likewise.
1158         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
1159         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
1160         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
1161         into the sys_time module.  Check for gettimeofday just once.
1162         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
1163         for gettimeofday signature to just check the signature.  Merely
1164         compile it, since linking doesn't test signature.  Improve test for
1165         whether gettimeofday.o is actually needed.
1166         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
1167         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
1168         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
1169         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1170         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
1171         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
1172         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
1173         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
1174         than worrying about sys/time.h.
1175         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1176         Don't bother worrying about TIME_WITH_SYS_TIME.
1177         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
1178         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
1179         * m4/sys_time_h.m4: New file.
1180         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
1181         Don't include sys/time.h.  Return from main rather than exiting.
1182         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
1183         all uses changed.
1184         * modules/gethrxtime (Depends-on): Add sys_time.
1185         * modules/gettime (Depends-on): Likewise.
1186         * modules/gettimeofday (Depends-on): Likewise.
1187         * modules/nanosleep (Depends-on): Likewise.
1188         * modules/settime (Depends-on): Likewise.
1189         * modules/tempname (Depends-on): Likewise.
1190         * modules/utimens (Depends-on): Likewise.
1191         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
1192         (Include:) Change back to <sys/time.h>.
1193         (Maintainer:) Add self.
1194         * modules/sys_time: New file.
1195         * modules/tempname (Depends-on): Add gettimeofday.
1196         * tests/test-gettimeofday.c: Include <sys/time.h>
1197         rather than gettimeofday.h.
1198
1199 2007-01-17  Bruno Haible  <bruno@clisp.org>
1200
1201         * gnulib-tool (func_get_license): Revert last patch. Instead, let
1202         the license default to GPL.
1203         (func_create_testdir): Don't complain if a module is LGPL and its
1204         tests module depends on GPLed modules.
1205
1206 2007-01-17  Bruno Haible  <bruno@clisp.org>
1207
1208         * lib/gettimeofday.c (gettimeofday): Add code for the case
1209         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
1210         maximum possible value for tv->tv_usec, rather than the minimum one.
1211
1212 2005-10-08  Martin Lambers  <marlam@marlam.de>
1213 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
1214 2007-01-16  Bruno Haible  <bruno@clisp.org>
1215
1216         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
1217         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
1218         gl_FUNC_GETTIMEOFDAY.
1219         (Include): Add gettimeofday.h.
1220         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
1221         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
1222         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
1223         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
1224         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
1225         * lib/gettimeofday.h: New file.
1226         * lib/gettimeofday.c: Include <sys/timeb.h>.
1227         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
1228         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1229         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
1230         fall back on time().
1231
1232         * tests/test-gettimeofday.c: New file.
1233         * modules/gettimeofday-tests: New file.
1234
1235 2007-01-16  Eric Blake  <ebb9@byu.net>
1236
1237         * modules/fnmatch (Depends-on): Depend on wchar.
1238         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
1239         * m4/fnmatch.m4: Likewise.
1240         * modules/mbchar (Makefile.am): Assume <wchar.h>.
1241         * m4/mbchar.m4: Likewise.
1242         * modules/mbswidth (Depends-on): Depend on wchar.
1243         * lib/mbswidth.c: Assume <wchar.h>.
1244         * m4/mbswidth.m4: Likewise.
1245         * modules/quotearg (Depends-on): Depend on wchar.
1246         * lib/quotearg.c: Assume <wchar.h>.
1247         * m4/quotearg.m4: Likewise.
1248         * modules/regex (Depends-on): Depend on wchar.
1249         * lib/regex_internal.h: Assume <wchar.h>.
1250         * m4/regex.m4: Likewise.
1251         * modules/stdint (Depends-on): Depend on wchar.
1252         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
1253         * m4/stdint.m4: Likewise.
1254         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
1255         * modules/strftime (Depends-on): Depend on wchar.
1256         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
1257         * modules/strtol (Depends-on): Depend on wchar.
1258         * lib/strtol.c: Assume <wchar.h>.
1259         * modules/wcwidth (Depends-on): Depend on wchar.
1260         * lib/wcwidth.h: Assume <wchar.h>.
1261         * m4/wcwidth.m4: Likewise.
1262
1263 2007-01-16  Bruno Haible  <bruno@clisp.org>
1264
1265         * modules/csharpexec-script: New, created from...
1266         * modules/csharpexec: ... this.
1267
1268 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
1269
1270         * modules/javaexec-script: New, created from...
1271         * modules/javaexec: ... this.
1272
1273 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1274
1275         * modules/poll (Dependencies): Add sys_select.
1276
1277 2007-01-15  Jim Meyering  <jim@meyering.net>
1278
1279         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
1280         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
1281         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
1282         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
1283
1284 2007-01-15  Bruno Haible  <bruno@clisp.org>
1285
1286         * modules/striconveh: New file.
1287         * lib/striconveh.h: New file.
1288         * lib/striconveh.c: New file.
1289         * MODULES.html.sh (Internationalization functions): Add striconveh.
1290
1291         * modules/striconveh-tests: New file.
1292         * tests/test-striconveh.c: New file.
1293
1294 2007-01-15  Bruno Haible  <bruno@clisp.org>
1295
1296         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
1297         not from GNU libiconv or GNU libc.
1298
1299 2007-01-15  Bruno Haible  <bruno@clisp.org>
1300
1301         * doc/gnulib-intro.texi (Copyright): Explain the different license
1302         terms for module descriptions, autoconf macros, tests, documentation.
1303
1304 2007-01-14  Bruno Haible  <bruno@clisp.org>
1305
1306         * modules/striconv-tests: New file.
1307         * tests/test-striconv.c: New file.
1308
1309 2007-01-14  Bruno Haible  <bruno@clisp.org>
1310
1311         * modules/iconv-tests: New file.
1312         * tests/test-iconv.c: New file.
1313
1314 2007-01-14  Bruno Haible  <bruno@clisp.org>
1315
1316         * gnulib-tool (func_get_license): For test modules, use the license of
1317         the main module.
1318
1319 2007-01-14  Bruno Haible  <bruno@clisp.org>
1320
1321         * modules/iconv (Include): Clarify that <iconv.h> can only be included
1322         if iconv is found to exist.
1323
1324 2007-01-14  Bruno Haible  <bruno@clisp.org>
1325
1326         * modules/c-ctype-tests: New file.
1327         * tests/test-c-ctype.c: New file.
1328
1329 2007-01-14  Bruno Haible  <bruno@clisp.org>
1330
1331         * modules/binary-io-tests: New file.
1332         * tests/test-binary-io.sh: New file.
1333         * tests/test-binary-io.c: New file.
1334
1335 2007-01-14  Bruno Haible  <bruno@clisp.org>
1336
1337         * modules/array-oset-tests: New file.
1338         * tests/test-array_oset.c: New file.
1339
1340 2007-01-14  Bruno Haible  <bruno@clisp.org>
1341
1342         * modules/array-list-tests: New file.
1343         * tests/test-array_list.c: New file.
1344
1345 2007-01-14  Bruno Haible  <bruno@clisp.org>
1346
1347         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
1348         and make.
1349         Reported by Simon Josefsson in
1350         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
1351
1352 2007-01-14  Bruno Haible  <bruno@clisp.org>
1353
1354         * modules/allocsa-tests: New file.
1355         * tests/test-allocsa.c: New file.
1356
1357 2007-01-14  Bruno Haible  <bruno@clisp.org>
1358
1359         * modules/fchdir (Depends-on): Add absolute-header.
1360         * modules/unistd (Depends-on): Likewise.
1361
1362 2006-12-30  Bruno Haible  <bruno@clisp.org>
1363
1364         * modules/fchdir: New file.
1365         * modules/unistd (Files): Add lib/unistd_.h.
1366         (Makefile.am): Generate unistd.h from unistd_.h.
1367         * lib/fchdir.c: New file.
1368         * lib/dirent_.h: New file.
1369         * lib/unistd_.h: New file.
1370         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
1371         * m4/fchdir.m4: New file.
1372         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
1373         (gl_HEADER_UNISTD): Invoke it.
1374         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
1375         function.
1376         * lib/backupfile.c (opendir, closedir): Undefine.
1377         * lib/chown.c (open, close): Undefine.
1378         * lib/clean-temp.c (open, close): Undefine.
1379         * lib/copy-file.c (open, close): Undefine.
1380         * lib/execute.c (open, close): Undefine.
1381         * lib/fsusage.c (open, close): Undefine.
1382         * lib/gc-gnulib.c (open, close): Undefine.
1383         * lib/getcwd.c (opendir, closedir): Undefine.
1384         * lib/glob.c (opendir, closedir): Undefine.
1385         * lib/javacomp.c (open, close): Undefine.
1386         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
1387         * lib/openat-proc.c (open, close): Undefine.
1388         * lib/pagealign_alloc.c (open, close): Undefine.
1389         * lib/pipe.c (open, close): Undefine.
1390         * lib/progreloc.c (open, close): Undefine.
1391         * lib/savedir.c (opendir, closedir): Undefine.
1392         * lib/utime.c (open, close): Undefine.
1393         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
1394
1395 2007-01-10  Bruno Haible  <bruno@clisp.org>
1396
1397         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
1398
1399 2007-01-12  Eric Blake  <ebb9@byu.net>
1400
1401         Provide a robust <wchar.h>.  Further simplifications are now
1402         possible in other modules, but not included here.
1403         * modules/wchar: New module.
1404         * m4/wchar.m4: New file.
1405         * lib/wchar_.h: Likewise.
1406         * modules/mbchar (Depends-on): Depend on wchar, as the first use
1407         of the new module.
1408         * MODULES.html.sh (Extended multibyte and wide character utilities):
1409         New section.
1410
1411 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
1412
1413         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
1414         to a reasonable default for memory allocation.
1415         (xreadlink): Don't allocate a huge buffer, to work around a buggy
1416         file system that reports garbage st_size values for symlinks.
1417         Problem reported by Liyang Hu.
1418
1419 2007-01-11  Simon Josefsson  <simon@josefsson.org>
1420
1421         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
1422         Emacs .#* auto-save files).
1423
1424 2007-01-11  Bruno Haible  <bruno@clisp.org>
1425
1426         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
1427         directory.
1428
1429 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1430
1431         Use @...@ consistently in lib/wctype_.h.
1432         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
1433         on it being set to 1 or 0.
1434         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
1435         go back to AC_SUBSTing it.
1436         * modules/wctype (Makefile.am): Undo previous change.
1437
1438 2007-01-10  Eric Blake  <ebb9@byu.net>
1439
1440         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
1441         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
1442         * modules/wctype (Makefile.am): Likewise.
1443         Reported by Chris McGuire.
1444
1445 2007-01-10  Jim Meyering  <jim@meyering.net>
1446
1447         fts.c: a small readability/maintainability improvement
1448         * lib/fts.c (fts_read): Make this code slightly more readable and
1449         maintainable by hoisting the "sp->fts_cur = p" assignments to
1450         immediately follow the statements that set P.  Derived from
1451         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
1452
1453 2007-01-10  Eric Blake  <ebb9@byu.net>
1454
1455         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
1456         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
1457         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1458         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
1459         Reported by Chris McGuire.
1460
1461 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1462
1463         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
1464         in sed script.
1465
1466 2007-01-09  Bruno Haible  <bruno@clisp.org>
1467
1468         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
1469         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
1470         variables.
1471         (func_module): Use them.
1472
1473 2007-01-09  Bruno Haible  <bruno@clisp.org>
1474
1475         * modules/unistr/base: New file.
1476         * lib/unistr.h: New file.
1477
1478         * modules/unistr/u8-to-u16: New file.
1479         * lib/unistr/u8-to-u16.c: New file.
1480
1481         * modules/unistr/u8-to-u32: New file.
1482         * lib/unistr/u8-to-u32.c: New file.
1483
1484         * modules/unistr/u16-to-u8: New file.
1485         * lib/unistr/u16-to-u8.c: New file.
1486
1487         * modules/unistr/u16-to-u32: New file.
1488         * lib/unistr/u16-to-u32.c: New file.
1489
1490         * modules/unistr/u32-to-u8: New file.
1491         * lib/unistr/u32-to-u8.c: New file.
1492
1493         * modules/unistr/u32-to-u16: New file.
1494         * lib/unistr/u32-to-u16.c: New file.
1495
1496         * modules/unistr/u8-check: New file.
1497         * modules/unistr/u16-check: New file.
1498         * modules/unistr/u32-check: New file.
1499         * lib/unistr/u8-check.c: New file.
1500         * lib/unistr/u16-check.c: New file.
1501         * lib/unistr/u32-check.c: New file.
1502
1503         * modules/unistr/u8-chr: New file.
1504         * modules/unistr/u16-chr: New file.
1505         * modules/unistr/u32-chr: New file.
1506         * lib/unistr/u8-chr.c: New file.
1507         * lib/unistr/u16-chr.c: New file.
1508         * lib/unistr/u32-chr.c: New file.
1509
1510         * modules/unistr/u8-cmp: New file.
1511         * modules/unistr/u16-cmp: New file.
1512         * modules/unistr/u32-cmp: New file.
1513         * lib/unistr/u8-cmp.c: New file.
1514         * lib/unistr/u16-cmp.c: New file.
1515         * lib/unistr/u32-cmp.c: New file.
1516
1517         * modules/unistr/u8-cpy: New file.
1518         * modules/unistr/u16-cpy: New file.
1519         * modules/unistr/u32-cpy: New file.
1520         * lib/unistr/u8-cpy.c: New file.
1521         * lib/unistr/u16-cpy.c: New file.
1522         * lib/unistr/u32-cpy.c: New file.
1523         * lib/unistr/u-cpy.h: New file.
1524
1525         * modules/unistr/u8-cpy-alloc: New file.
1526         * modules/unistr/u16-cpy-alloc: New file.
1527         * modules/unistr/u32-cpy-alloc: New file.
1528         * lib/unistr/u8-cpy-alloc.c: New file.
1529         * lib/unistr/u16-cpy-alloc.c: New file.
1530         * lib/unistr/u32-cpy-alloc.c: New file.
1531         * lib/unistr/u-cpy-alloc.h: New file.
1532
1533         * modules/unistr/u8-endswith: New file.
1534         * modules/unistr/u16-endswith: New file.
1535         * modules/unistr/u32-endswith: New file.
1536         * lib/unistr/u8-endswith.c: New file.
1537         * lib/unistr/u16-endswith.c: New file.
1538         * lib/unistr/u32-endswith.c: New file.
1539         * lib/unistr/u-endswith.h: New file.
1540
1541         * modules/unistr/u8-mblen: New file.
1542         * modules/unistr/u16-mblen: New file.
1543         * modules/unistr/u32-mblen: New file.
1544         * lib/unistr/u8-mblen.c: New file.
1545         * lib/unistr/u16-mblen.c: New file.
1546         * lib/unistr/u32-mblen.c: New file.
1547
1548         * modules/unistr/u8-mbtouc: New file.
1549         * modules/unistr/u16-mbtouc: New file.
1550         * modules/unistr/u32-mbtouc: New file.
1551         * lib/unistr/u8-mbtouc.c: New file.
1552         * lib/unistr/u16-mbtouc.c: New file.
1553         * lib/unistr/u32-mbtouc.c: New file.
1554
1555         * modules/unistr/u8-mbtouc-safe: New file.
1556         * modules/unistr/u16-mbtouc-safe: New file.
1557         * modules/unistr/u32-mbtouc-safe: New file.
1558         * lib/unistr/u8-mbtouc-safe.c: New file.
1559         * lib/unistr/u16-mbtouc-safe.c: New file.
1560         * lib/unistr/u32-mbtouc-safe.c: New file.
1561
1562         * modules/unistr/u8-move: New file.
1563         * modules/unistr/u16-move: New file.
1564         * modules/unistr/u32-move: New file.
1565         * lib/unistr/u8-move.c: New file.
1566         * lib/unistr/u16-move.c: New file.
1567         * lib/unistr/u32-move.c: New file.
1568         * lib/unistr/u-move.h: New file.
1569
1570         * modules/unistr/u8-next: New file.
1571         * modules/unistr/u16-next: New file.
1572         * modules/unistr/u32-next: New file.
1573         * lib/unistr/u8-next.c: New file.
1574         * lib/unistr/u16-next.c: New file.
1575         * lib/unistr/u32-next.c: New file.
1576
1577         * modules/unistr/u8-prev: New file.
1578         * modules/unistr/u16-prev: New file.
1579         * modules/unistr/u32-prev: New file.
1580         * lib/unistr/u8-prev.c: New file.
1581         * lib/unistr/u16-prev.c: New file.
1582         * lib/unistr/u32-prev.c: New file.
1583
1584         * modules/unistr/u8-set: New file.
1585         * modules/unistr/u16-set: New file.
1586         * modules/unistr/u32-set: New file.
1587         * lib/unistr/u8-set.c: New file.
1588         * lib/unistr/u16-set.c: New file.
1589         * lib/unistr/u32-set.c: New file.
1590         * lib/unistr/u-set.h: New file.
1591
1592         * modules/unistr/u8-startswith: New file.
1593         * modules/unistr/u16-startswith: New file.
1594         * modules/unistr/u32-startswith: New file.
1595         * lib/unistr/u8-startswith.c: New file.
1596         * lib/unistr/u16-startswith.c: New file.
1597         * lib/unistr/u32-startswith.c: New file.
1598         * lib/unistr/u-startswith.h: New file.
1599
1600         * modules/unistr/u8-stpcpy: New file.
1601         * modules/unistr/u16-stpcpy: New file.
1602         * modules/unistr/u32-stpcpy: New file.
1603         * lib/unistr/u8-stpcpy.c: New file.
1604         * lib/unistr/u16-stpcpy.c: New file.
1605         * lib/unistr/u32-stpcpy.c: New file.
1606         * lib/unistr/u-stpcpy.h: New file.
1607
1608         * modules/unistr/u8-stpncpy: New file.
1609         * modules/unistr/u16-stpncpy: New file.
1610         * modules/unistr/u32-stpncpy: New file.
1611         * lib/unistr/u8-stpncpy.c: New file.
1612         * lib/unistr/u16-stpncpy.c: New file.
1613         * lib/unistr/u32-stpncpy.c: New file.
1614         * lib/unistr/u-stpncpy.h: New file.
1615
1616         * modules/unistr/u8-strcat: New file.
1617         * modules/unistr/u16-strcat: New file.
1618         * modules/unistr/u32-strcat: New file.
1619         * lib/unistr/u8-strcat.c: New file.
1620         * lib/unistr/u16-strcat.c: New file.
1621         * lib/unistr/u32-strcat.c: New file.
1622         * lib/unistr/u-strcat.h: New file.
1623
1624         * modules/unistr/u8-strchr: New file.
1625         * modules/unistr/u16-strchr: New file.
1626         * modules/unistr/u32-strchr: New file.
1627         * lib/unistr/u8-strchr.c: New file.
1628         * lib/unistr/u16-strchr.c: New file.
1629         * lib/unistr/u32-strchr.c: New file.
1630
1631         * modules/unistr/u8-strcmp: New file.
1632         * modules/unistr/u16-strcmp: New file.
1633         * modules/unistr/u32-strcmp: New file.
1634         * lib/unistr/u8-strcmp.c: New file.
1635         * lib/unistr/u16-strcmp.c: New file.
1636         * lib/unistr/u32-strcmp.c: New file.
1637
1638         * modules/unistr/u8-strcpy: New file.
1639         * modules/unistr/u16-strcpy: New file.
1640         * modules/unistr/u32-strcpy: New file.
1641         * lib/unistr/u8-strcpy.c: New file.
1642         * lib/unistr/u16-strcpy.c: New file.
1643         * lib/unistr/u32-strcpy.c: New file.
1644         * lib/unistr/u-strcpy.h: New file.
1645
1646         * modules/unistr/u8-strcspn: New file.
1647         * modules/unistr/u16-strcspn: New file.
1648         * modules/unistr/u32-strcspn: New file.
1649         * lib/unistr/u8-strcspn.c: New file.
1650         * lib/unistr/u16-strcspn.c: New file.
1651         * lib/unistr/u32-strcspn.c: New file.
1652         * lib/unistr/u-strcspn.h: New file.
1653
1654         * modules/unistr/u8-strdup: New file.
1655         * modules/unistr/u16-strdup: New file.
1656         * modules/unistr/u32-strdup: New file.
1657         * lib/unistr/u8-strdup.c: New file.
1658         * lib/unistr/u16-strdup.c: New file.
1659         * lib/unistr/u32-strdup.c: New file.
1660         * lib/unistr/u-strdup.h: New file.
1661
1662         * modules/unistr/u8-strlen: New file.
1663         * modules/unistr/u16-strlen: New file.
1664         * modules/unistr/u32-strlen: New file.
1665         * lib/unistr/u8-strlen.c: New file.
1666         * lib/unistr/u16-strlen.c: New file.
1667         * lib/unistr/u32-strlen.c: New file.
1668         * lib/unistr/u-strlen.h: New file.
1669
1670         * modules/unistr/u8-strmblen: New file.
1671         * modules/unistr/u16-strmblen: New file.
1672         * modules/unistr/u32-strmblen: New file.
1673         * lib/unistr/u8-strmblen.c: New file.
1674         * lib/unistr/u16-strmblen.c: New file.
1675         * lib/unistr/u32-strmblen.c: New file.
1676
1677         * modules/unistr/u8-strmbtouc: New file.
1678         * modules/unistr/u16-strmbtouc: New file.
1679         * modules/unistr/u32-strmbtouc: New file.
1680         * lib/unistr/u8-strmbtouc.c: New file.
1681         * lib/unistr/u16-strmbtouc.c: New file.
1682         * lib/unistr/u32-strmbtouc.c: New file.
1683
1684         * modules/unistr/u8-strncat: New file.
1685         * modules/unistr/u16-strncat: New file.
1686         * modules/unistr/u32-strncat: New file.
1687         * lib/unistr/u8-strncat.c: New file.
1688         * lib/unistr/u16-strncat.c: New file.
1689         * lib/unistr/u32-strncat.c: New file.
1690         * lib/unistr/u-strncat.h: New file.
1691
1692         * modules/unistr/u8-strncmp: New file.
1693         * modules/unistr/u16-strncmp: New file.
1694         * modules/unistr/u32-strncmp: New file.
1695         * lib/unistr/u8-strncmp.c: New file.
1696         * lib/unistr/u16-strncmp.c: New file.
1697         * lib/unistr/u32-strncmp.c: New file.
1698
1699         * modules/unistr/u8-strncpy: New file.
1700         * modules/unistr/u16-strncpy: New file.
1701         * modules/unistr/u32-strncpy: New file.
1702         * lib/unistr/u8-strncpy.c: New file.
1703         * lib/unistr/u16-strncpy.c: New file.
1704         * lib/unistr/u32-strncpy.c: New file.
1705         * lib/unistr/u-strncpy.h: New file.
1706
1707         * modules/unistr/u8-strnlen: New file.
1708         * modules/unistr/u16-strnlen: New file.
1709         * modules/unistr/u32-strnlen: New file.
1710         * lib/unistr/u8-strnlen.c: New file.
1711         * lib/unistr/u16-strnlen.c: New file.
1712         * lib/unistr/u32-strnlen.c: New file.
1713         * lib/unistr/u-strnlen.h: New file.
1714
1715         * modules/unistr/u8-strpbrk: New file.
1716         * modules/unistr/u16-strpbrk: New file.
1717         * modules/unistr/u32-strpbrk: New file.
1718         * lib/unistr/u8-strpbrk.c: New file.
1719         * lib/unistr/u16-strpbrk.c: New file.
1720         * lib/unistr/u32-strpbrk.c: New file.
1721         * lib/unistr/u-strpbrk.h: New file.
1722
1723         * modules/unistr/u8-strrchr: New file.
1724         * modules/unistr/u16-strrchr: New file.
1725         * modules/unistr/u32-strrchr: New file.
1726         * lib/unistr/u8-strrchr.c: New file.
1727         * lib/unistr/u16-strrchr.c: New file.
1728         * lib/unistr/u32-strrchr.c: New file.
1729
1730         * modules/unistr/u8-strspn: New file.
1731         * modules/unistr/u16-strspn: New file.
1732         * modules/unistr/u32-strspn: New file.
1733         * lib/unistr/u8-strspn.c: New file.
1734         * lib/unistr/u16-strspn.c: New file.
1735         * lib/unistr/u32-strspn.c: New file.
1736         * lib/unistr/u-strspn.h: New file.
1737
1738         * modules/unistr/u8-strstr: New file.
1739         * modules/unistr/u16-strstr: New file.
1740         * modules/unistr/u32-strstr: New file.
1741         * lib/unistr/u8-strstr.c: New file.
1742         * lib/unistr/u16-strstr.c: New file.
1743         * lib/unistr/u32-strstr.c: New file.
1744         * lib/unistr/u-strstr.h: New file.
1745
1746         * modules/unistr/u8-strtok: New file.
1747         * modules/unistr/u16-strtok: New file.
1748         * modules/unistr/u32-strtok: New file.
1749         * lib/unistr/u8-strtok.c: New file.
1750         * lib/unistr/u16-strtok.c: New file.
1751         * lib/unistr/u32-strtok.c: New file.
1752         * lib/unistr/u-strtok.h: New file.
1753
1754         * modules/unistr/u8-uctomb: New file.
1755         * modules/unistr/u16-uctomb: New file.
1756         * modules/unistr/u32-uctomb: New file.
1757         * lib/unistr/u8-uctomb.c: New file.
1758         * lib/unistr/u16-uctomb.c: New file.
1759         * lib/unistr/u32-uctomb.c: New file.
1760
1761         * MODULES.html.sh (Unicode string functions): Add the new modules.
1762
1763 2007-01-08  Bruno Haible  <bruno@clisp.org>
1764
1765         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
1766         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
1767         subdirectories.
1768
1769 2007-01-08  Karl Berry  <karl@gnu.org>
1770
1771         * doc/error.texi: mention that main() fns must set program_name
1772         when progname is used.
1773
1774 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
1775
1776         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
1777         WCTYPE_H is empty, for the benefit of builds from non-distclean
1778         directories.  Problem reported by Eric Blake in
1779         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
1780
1781 2007-01-08  Bruno Haible  <bruno@clisp.org>
1782
1783         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
1784         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
1785         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
1786         PROVIDE_CANONICALIZE_FILENAME_MODE.
1787         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
1788
1789 2007-01-08  Bruno Haible  <bruno@clisp.org>
1790
1791         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
1792         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
1793         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
1794         * lib/fts.c: Likewise.
1795         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
1796
1797 2006-12-25  Bruno Haible  <bruno@clisp.org>
1798
1799         * modules/utf8-ucs4-safe: New file.
1800         * lib/utf8-ucs4-safe.h: New file.
1801         * lib/unistr/utf8-ucs4-safe.c: New file.
1802
1803         * modules/utf16-ucs4-safe: New file.
1804         * lib/utf16-ucs4-safe.h: New file.
1805         * lib/unistr/utf16-ucs4-safe.c: New file.
1806
1807         * MODULES.html.sh (Unicode string functions): Add the new modules.
1808
1809 2007-01-08  Bruno Haible  <bruno@clisp.org>
1810
1811         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
1812         (Depends-on): Add unitypes.
1813         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1814         (u8_mbtouc_aux): Move out to separate file.
1815         (u8_mbtouc): Use ucs4_t, uint8_t types.
1816         * lib/unistr/utf8-ucs4.c: New file.
1817
1818         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
1819         (Depends-on): Add unitypes.
1820         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1821         (u16_mbtouc_aux): Move out to separate file.
1822         (u16_mbtouc): Use ucs4_t, uint16_t types.
1823         * lib/unistr/utf16-ucs4.c: New file.
1824
1825         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
1826         (Depends-on): Add unitypes.
1827         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
1828         (u8_uctomb_aux): Move out to separate file.
1829         (u8_uctomb): Use ucs4_t, uint8_t types.
1830         * lib/unistr/ucs4-utf8.c: New file.
1831
1832         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
1833         (Depends-on): Add unitypes.
1834         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
1835         (u16_uctomb_aux): Move out to separate file.
1836         (u16_uctomb): Use ucs4_t, uint16_t types.
1837         * lib/unistr/ucs4-utf16.c: New file.
1838
1839 2006-12-25  Bruno Haible  <bruno@clisp.org>
1840
1841         * modules/unitypes: New file.
1842         * lib/unitypes.h: New file.
1843         * MODULES.html.sh (func_all_modules): New section "Unicode string
1844         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
1845         this section. Add unitypes.
1846
1847 2007-01-08  Bruno Haible  <bruno@clisp.org>
1848
1849         Avoid variable names that conflict with those from libtool.
1850         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
1851         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
1852         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
1853         library_names_spec to acl_library_names_spec, hardcode_* to
1854         acl_hardcode_*.
1855         Reported by Ralf Wildenhues.
1856
1857 2007-01-08  Bruno Haible  <bruno@clisp.org>
1858
1859         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
1860         definition.
1861         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
1862         definition.
1863         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
1864         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
1865         definition.
1866         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
1867         definition.
1868         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
1869         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
1870         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
1871         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
1872         definition.
1873         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
1874         definition.
1875         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
1876         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
1877         GC_USE_<algorithm>.
1878         * lib/gc-libgcrypt.c: Likewise.
1879         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
1880         * modules/gc-arctwo (configure.ac): Likewise.
1881         * modules/gc-des (configure.ac): Likewise.
1882         * modules/gc-hmac-md5 (configure.ac): Likewise.
1883         * modules/gc-hmac-sha1 (configure.ac): Likewise.
1884         * modules/gc-md2 (configure.ac): Likewise.
1885         * modules/gc-md4 (configure.ac): Likewise.
1886         * modules/gc-md5 (configure.ac): Likewise.
1887         * modules/gc-random (configure.ac): Likewise.
1888         * modules/gc-rijndael (configure.ac): Likewise.
1889         * modules/gc-sha1 (configure.ac): Likewise.
1890
1891 2007-01-08  Bruno Haible  <bruno@clisp.org>
1892
1893         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
1894         macro definition.
1895         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
1896         definition.
1897         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
1898         definition.
1899         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
1900         * modules/fcntl-safer (configure.ac): Likewise.
1901         * modules/fopen-safer (configure.ac): Likewise.
1902         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
1903         GNULIB_FWRITEERROR macro definition.
1904
1905 2007-01-08  Bruno Haible  <bruno@clisp.org>
1906
1907         * m4/gnulib-common.m4: New file.
1908         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
1909         (func_get_filelist): Add m4/gnulib-common.m4.
1910
1911 2007-01-08  Bruno Haible  <bruno@clisp.org>
1912
1913         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
1914         command.
1915
1916 2007-01-08  Jim Meyering  <jim@meyering.net>
1917
1918         Use a more robust test for a "can't happen" condition.
1919         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
1920         narrowed the st_size value.  Presuming the "can't happen" condition
1921         is true, that narrowing could conceivably convert an invalid st_size
1922         value into a valid one.  Instead, use a change based on Matthew
1923         Woehlke's original patch.
1924
1925         Slight readability improvement: use an assert-like macro
1926         in place of literal "abort ()" uses.
1927         * lib/fts.c (fts_assert): Define.
1928         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
1929         Use this macro instead of a bare 'abort'.
1930
1931 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1932
1933         Don't worry about using IRIX 5.3's wctype.h broken definitions;
1934         simply work around them.
1935         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
1936         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
1937         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
1938         Don't bother to define as macros, since the standard doesn't require it.
1939         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
1940         longer worry about IRIX 5.3.
1941         (HAVE_WCTYPE_CTMP_BUG): Remove.
1942
1943 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
1944
1945         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
1946         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
1947         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1948         Problems reported by Georg Schwarz for IRIX 5.3.
1949
1950         * gnulib-tool (autoconf_minversion): Take the maximum version number
1951         found, not the minimum.  Problem reported by James Youngman.
1952
1953 2007-01-03  Karl Berry  <karl@gnu.org>
1954
1955         * doc/error.texi: new file, explaining interaction with progname.
1956         * doc/gnulib.texi: include it.  Update copyright.
1957
1958 2007-01-03  Simon Josefsson  <simon@josefsson.org>
1959
1960         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
1961         AC_CANONICAL_HOST, to improve autobuild outputs.
1962
1963 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
1964             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1965
1966         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
1967         sockets, server sockets, and other file descriptors.  Count errors
1968         to compute the return value.  Reorder the code a bit to be easier
1969         to follow.  Don't set event bits that were not requested (except
1970         POLLERR and POLLHUP).
1971
1972 2007-01-01  Bruno Haible  <bruno@clisp.org>
1973
1974         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
1975
1976 2007-01-03  Jim Meyering  <jim@meyering.net>
1977
1978         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
1979
1980 2007-01-02  Bruno Haible  <bruno@clisp.org>
1981
1982         * modules/settime (Include): Require timespec.h.
1983         * modules/nanosleep (Include): Likewise.
1984
1985 2007-01-01  Bruno Haible  <bruno@clisp.org>
1986
1987         * gnulib-tool (func_emit_copyright_notice): Bump year.
1988         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
1989
1990 2007-01-01  Bruno Haible  <bruno@clisp.org>
1991
1992         Improve support for OpenBSD.
1993         * build-aux/config.rpath (libname_spec): Export.
1994         (library_names_spec): New variable. Export.
1995         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
1996         library_names_spec from the config.rpath output. Locate shared library
1997         through the name pattern in library_names_spec.
1998
1999 2007-01-01  Eric Blake  <ebb9@byu.net>
2000
2001         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
2002
2003 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2004
2005         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
2006         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
2007         assume the C locale, and avoid an "eval" that could cause trouble.
2008         Problem with SORT reported by Bob Proulx.
2009
2010         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
2011         Define.  Trivial patch from Henning Nielsen Lund, originally
2012         sent to bug-grep@gnu.org today.
2013
2014 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2015
2016         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
2017         struct stat.  Problem reported by Henning Nielsen Lund.
2018         * lib/acl.c: Include acl.h first, to check interface.  Don't
2019         bother to include sys/types.h and sys/stat.h again.
2020
2021 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
2022
2023         Import the following change from libc; problem reported by
2024         Sven Verdoolaege.
2025
2026         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
2027
2028         [BZ #1373]
2029         * lib/argp.h: Remove __NTH for __argp_usage inline function.
2030
2031 2006-12-28  Jim Meyering  <jim@meyering.net>
2032
2033         * build-aux/announce-gen: Do not assume that the package
2034         builds any of tar.gz, tar.bz2, and .xdelta files.
2035         Suggestion from Simon Josefsson.
2036
2037 2006-12-28  Simon Josefsson  <simon@josefsson.org>
2038
2039         * modules/announce-gen: New file.
2040
2041 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
2042
2043         * lib/mbchar.h: Just include <wctype.h>; the wctype module
2044         handles its gotchas now.
2045         * lib/mbswidth.c: Likewise.
2046         * lib/wcwidth.h: Likewise.
2047         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
2048         and iswcntrl; the wctype module does this stuff now.
2049         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
2050         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2051         * modules/mbchar (Depends-on): Add wctype.
2052         * modules/mbswidth (Depends-on): Likewise.
2053         * modules/wcwidth (Depends-on): Likewise.
2054
2055 2006-12-27  Eric Blake  <ebb9@byu.net>
2056
2057         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
2058         module uses more than what <wctype.h> is required to provide.
2059
2060 2006-12-26  Eric Blake  <ebb9@byu.net>
2061
2062         * gnulib-tool (sed_extract_prog): Avoid space-tab.
2063
2064 2006-12-26  Eric Blake  <ebb9@byu.net>
2065
2066         * modules/absolute-header: New module.
2067         * modules/fcntl (Depends-on): Depend on it.
2068         * modules/inttypes (Depends-on): Likewise.
2069         * modules/stdint (Depends-on): Likewise.
2070         * modules/sys_stat (Depends-on): Likewise.
2071         * modules/wctype (Depends-on): Likewise.
2072         * MODULES.html.sh (Support for building libraries and
2073         executables): Document it.
2074
2075 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
2076
2077         * gnulib-tool (SED): Remove, undoing previous change.
2078         The problem was that it broke coreutils on Solaris, because
2079         "sed --posix" leaked into a makefile.
2080         (sed): New alias, if 'alias' and GNU sed.
2081
2082 2006-12-24  Jim Meyering  <jim@meyering.net>
2083
2084         Work around an fchownat bug in glibc-2.4:
2085         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
2086         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
2087         in spite of the -P option.
2088         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
2089         New macros.
2090         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
2091         * modules/openat (Files): Add lib/fchownat.c.
2092         * lib/openat.c (fchownat): Don't define here.  Move to...
2093         * lib/fchownat.c: ...this new file.
2094
2095 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
2096
2097         Fix bug reported by Bruno Haible in
2098         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
2099         where quotearg.c didn't compile on Mac OS X 10.2 because it
2100         lacks <wchar.h> and wint_t.
2101         * lib/wctype_.h (__wctype_wint_t): New type.
2102         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
2103         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
2104         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
2105         Arg is now of type __wctype_wint_t, not wint_t.
2106         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
2107         substitute HAVE_WINT_T.
2108         * modules/wctype (Files): Add m4/wint_t.m4.
2109         (wctype.h): Substitute HAVE_WINT_T.
2110
2111 2006-12-23  Bruno Haible  <bruno@clisp.org>
2112
2113         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
2114
2115 2006-12-23  Bruno Haible  <bruno@clisp.org>
2116
2117         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
2118         S_ISLNK.
2119         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
2120         mingw.
2121
2122 2006-12-22  Bruno Haible  <bruno@clisp.org>
2123
2124         * lib/copy-file.c: Include acl.h.
2125         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
2126         Close the file descriptors only after being done with copy_acl.
2127         * modules/copy-file (Depends-on): Add acl.
2128
2129 2006-12-22  Bruno Haible  <bruno@clisp.org>
2130
2131         * gnulib-tool (SED): New variable.
2132         Use $SED instead of sed everywhere.
2133
2134 2006-12-22  Bruno Haible  <bruno@clisp.org>
2135
2136         * modules/no-c++: New file.
2137         * m4/no-c++.m4: New file.
2138         * MODULES.html.sh (Support for building libraries and executables):
2139         Add no-c++.
2140
2141 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
2142
2143         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
2144         Include <limits.h>, and use its INT_MAX to rewrite the
2145         j loop so that it does not overflow 'int'.  Problem reported by
2146         Ralf Wildenhues in
2147         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
2148         Play it safe by shifting left by 1 rather than multiplying by 2,
2149         as GCC is less likely to optimize this away when the value
2150         is signed (when it assumes overflow leads to undefined behavior).
2151         Also, don't assume time_t uses two's complement.
2152
2153 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2154
2155         * MODULES.html.sh: New module wctype.
2156         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
2157         * lib/fnmatch.c: Don't bother to include <wchar.h> before
2158         <wctype.h>, since the new wctype module should fix this.
2159         * lib/quotearg.c: Include <wctype.h> unconditionally, since
2160         the wctype module should arrange for it.
2161         * lib/regex_internal.h: Likewise.
2162         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
2163         since the wctype module should handle this now.
2164         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
2165         * modules/fnmatch (Depends-on): Add wctype.
2166         * modules/quotearg (Depends-on): Likewise.
2167         * modules/regex (Depends-on): Likewise.
2168
2169 2006-12-19  Bruno Haible  <bruno@clisp.org>
2170
2171         * lib/strdup.h [C++]: Wrap definitions in extern "C".
2172         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
2173
2174 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2175
2176         * modules/savewd (Depends-on): Fix dependency on fcntl.
2177
2178 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2179
2180         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
2181         conforms to C99, rather than relying on the user's environment
2182         setting of STDINT_H.
2183
2184 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2185         and Eric Blake  <ebb9@byu.net>
2186
2187         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
2188         This is more consistent with the other defines here.
2189         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
2190         Port to z/OS.  Problem reported by Paul Gilmartin.
2191         Change local vars to use gl_ prefix rather than ac_.
2192         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
2193         with other defines.
2194         * modules/double-slash-root: New module.
2195         * modules/dirname (Files): Remove m4/double-slash-root.m4.
2196         (Depends-on): Add double-slash-root.
2197         * MODULES.html.sh (File system functions): Mention new module.
2198
2199 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2200
2201         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
2202         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
2203         This is for the benefit of gzip, which doesn't do i18n.
2204
2205 2006-12-12  Jim Meyering  <jim@meyering.net>
2206
2207         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
2208         Reported by Andreas Schwab <schwab@suse.de>.
2209
2210 2006-12-12  Bruno Haible  <bruno@clisp.org>
2211
2212         Merge these changes.
2213         2006-09-05  Bruno Haible  <bruno@clisp.org>
2214         * lib/iconvme.c (iconv_string): No need to save and restore errno when
2215         iconv_alloc succeeded.
2216         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
2217         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
2218         test for " && dest " at the end - dest is always != NULL there. Call
2219         iconv with 4xNULL arguments initially, to reset the state. Call iconv
2220         with 2xNULL arguments, also to flush the state storage. Handle the
2221         IRIX iconv behaviour. Realloc the final result, to throw away unused
2222         memory.
2223
2224 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
2225
2226         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
2227         and fchmodat unconditionally, since glibc 2.4 has them.
2228         Problem reported by Arkadiusz Miskiewicz.
2229
2230 2006-12-10  Bruno Haible  <bruno@clisp.org>
2231
2232         * gnulib-tool (func_import): Show the include files only for those
2233         modules that are copied and specified.
2234         Reported by Karl Berry.
2235
2236 2006-12-08  Jim Meyering  <jim@meyering.net>
2237
2238         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
2239         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
2240
2241         * build-aux/announce-gen: Add two new options, both optional:
2242         --bootstrap-tools=TOOL_LIST
2243               a comma-separated list of tools, e.g.,
2244               autoconf,automake,bison,gnulib
2245         --gnulib-snapshot-date=DATE
2246               if gnulib is in the bootstrap tool list,
2247               then report this as the snapshot date.
2248               If not specified, use the current date/time.
2249               If you specify a date here, be sure it's UTC.
2250
2251 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2252
2253         * tests/test-argp-2.sh: Fix test to match actual output.
2254         (func_compare): Fix sed script to be portable.
2255
2256 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2257
2258         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
2259         workaround for this case.  It is not autoconfigured now; offhand
2260         it's hard to see how to autoconfigure it.
2261
2262 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
2263
2264         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
2265         a directory that is about to be chowned.  Such a directory's
2266         initial file permissions should permit the owner only and this
2267         should not be changed until after the chown, since the group and
2268         other bits would be incorrect if they granted permission before
2269         the chown.
2270
2271         Fix porting problem for iswctype reported by Georg Schwarz in:
2272         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
2273         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
2274         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
2275         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
2276         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2277
2278 2006-12-03  Jim Meyering  <jim@meyering.net>
2279
2280         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
2281         p->fts_statp may not yet be defined.
2282         (fts_read): Instead, set it in the caller, once p->fts_statp is
2283         sure to be defined, and corresponds to a top-level directory.
2284         This bug made du -x fail.  Here's the coreutils test case:
2285         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
2286         Reported by Mike Frysinger.
2287
2288 2006-12-01  Jim Meyering  <jim@meyering.net>
2289
2290         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
2291         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
2292         Reported by Simon Josefsson.
2293
2294 2006-11-30  Jim Meyering  <jim@meyering.net>
2295
2296         * m4/warning.m4: Use the all-permissive copyright notice
2297         recommended by RMS (rather than LGPL).
2298         * m4/vararrays.m4: Likewise.
2299         * m4/flexmember.m4: Likewise.
2300
2301 2006-11-29  Bruno Haible  <bruno@clisp.org>
2302
2303         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2304         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
2305         using +=.
2306         Reported by Simon Josefsson <simon@josefsson.org>.
2307
2308 2006-11-28  James Youngman <jay@gnu.org>
2309
2310         * README: Advise users that they might find the bug-gnulib@gnu.org
2311         and autotools-announce@gnu.org mailing lists useful.
2312
2313 2006-11-28  Bruno Haible  <bruno@clisp.org>
2314
2315         * m4/ptrdiff_max.m4: Remove file.
2316
2317 2006-11-21  Bruno Haible  <bruno@clisp.org>
2318
2319         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
2320         _AC_COMPUTE_INT.
2321         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2322         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
2323         _AC_COMPUTE_INT.
2324         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2325         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
2326         _AC_COMPUTE_INT.
2327         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2328
2329 2006-11-28  Jim Meyering  <jim@meyering.net>
2330
2331         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
2332         warning from "gcc -Wshadow" about shadowing the builtin.
2333
2334 2006-11-27  Bruno Haible  <bruno@clisp.org>
2335
2336         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
2337         _AC_COMPUTE_INT.
2338         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2339
2340 2006-11-27  Bruno Haible  <bruno@clisp.org>
2341             Paul Eggert  <eggert@cs.ucla.edu>
2342
2343         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
2344
2345 2006-11-26  Bruno Haible  <bruno@clisp.org>
2346
2347         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2348         noinst_LTLIBRARIES.
2349
2350 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2351             Bruno Haible  <bruno@clisp.org>
2352
2353         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
2354         if compiling with "gcc -ansi".
2355
2356 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2357
2358         Fix some incompatibilities with gcc -ansi -pedantic.
2359         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
2360         if compiling pedantically with GCC, unless it's C99 or later.
2361         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
2362         it mishandles gcc -ansi -pedantic as well.
2363         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
2364         if gcc -pedantic.
2365         * lib/regexec.c (check_node_accept_bytes): Don't use auto
2366         initializers for struct if -pedantic, unless it's C99 or later.
2367
2368 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
2369
2370         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
2371         Don't close an fd more than once. Identical atimes indicate
2372         success, not failure.
2373
2374 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
2375
2376         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
2377
2378 2006-11-23  Jim Meyering  <jim@meyering.net>
2379
2380         * build-aux/announce-gen: New file.  From coreutils.
2381
2382 2006-11-22  Jim Meyering  <jim@meyering.net>
2383
2384         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
2385         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
2386         (fts_read): Use a temporary to narrow the overused st_size member
2387         before using it in a switch statement.  Reported by Matthew Woehlke.
2388
2389         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
2390         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
2391
2392 2006-11-20  Bruno Haible  <bruno@clisp.org>
2393
2394         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
2395         changequote instead of pairs of brackets.
2396         Reported by Andreas Schwab <schwab@suse.de>.
2397
2398 2006-11-21  Jim Meyering  <jim@meyering.net>
2399
2400         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
2401         so as to remain compatible with older compilers.
2402         Patch from Michael Deutschmann.
2403
2404 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2405
2406         * MODULES.html.sh (File system functions): Add openat.
2407
2408         * lib/openat.h (rpl_fstatat): New macro, if
2409         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
2410         (fstatat): Define to rpl_fstatat under the same conditions,
2411         unless COMPILING_FSTATAT.
2412         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
2413         seems to have the bug.
2414         * lib/fstatat.c: New file.
2415         * modules/openat (Files): Add it.
2416
2417 2006-11-20  Bruno Haible  <bruno@clisp.org>
2418
2419         * Makefile: New file.
2420
2421 2006-11-20  Jim Meyering  <jim@meyering.net>
2422
2423         The beginnings of syntax-related checks for gnulib.
2424         * lib/Makefile: New file.
2425         * lib/t-idcache: New script.  Ensure that the two halves of
2426         idcache.c stay in sync.
2427
2428         * lib/idcache.c: Adjust comments in user- and group- portions to
2429         be more accurate, and to be consistent with one another.
2430
2431 2006-11-20  Jim Meyering  <jim@meyering.net>
2432
2433         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
2434         continue using the flexible array member (thus, this module performs
2435         half as many malloc calls), with the addition that...
2436         (getgroup, getuser): Consistently record a non-match via an empty
2437         "name" string, and map an empty string match to a NULL return value.
2438         * modules/idcache (Depends-on): Re-add flexmember.
2439
2440         * lib/idcache.c (getuser): Remove all uses of the register keyword.
2441         (getuidbyname, getgroup, getgidbyname): Likewise.
2442
2443         Use cleaner syntax: NULL rather than 0.
2444         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
2445
2446 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2447
2448         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
2449         It mishandled the case where the group was missing.
2450         Problem reported by Greg Schafer.
2451         * modules/idcache: Likewise.
2452
2453 2006-11-18  Jim Meyering  <jim@meyering.net>
2454
2455         * check-module (%exempt_header): Add exception for some
2456         conditionally-included headers.
2457
2458         * modules/i-ring (Depends-on): Add verify.
2459         (License): Change to LGPL.
2460
2461 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2462
2463         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
2464         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
2465         and inttostr.h.  Use snprintf rather than uinttostr, so that
2466         LGPLed code doesn't depend on GPLed.
2467
2468 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2469
2470         * modules/inline (License): Change from GPL to LGPL.
2471
2472 2006-11-17  Jim Meyering  <jim@meyering.net>
2473
2474         * modules/d-type (License): Switch to LGPL.
2475
2476 2006-11-15  Bruno Haible  <bruno@clisp.org>
2477
2478         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
2479
2480 2006-11-15  Eric Blake  <ebb9@byu.net>
2481
2482         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
2483         the module dependency.
2484
2485 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2486             Bruno Haible  <bruno@clisp.org>
2487
2488         * gnulib-tool (func_create_testdir): Add license consistency check.
2489
2490 2006-11-15  Eric Blake  <ebb9@byu.net>
2491
2492         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
2493         random "(cached)" in configure output.
2494
2495 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2496
2497         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
2498         test for conforming inttypes.h is both announced and cached.
2499
2500         * MODULES.html.sh (seen_modules, seen_files): New variables.
2501         (func_module): Rewrite to use a few less gnulib-tool and sed
2502         invocations.  Avoid a couple of quadratic algorithms for ...
2503         (missed_modules, missed_files): ... these, with ...
2504         (func_append, func_tmpdir): ... these new functions, from
2505         gnulib-tool.  Analogously, install traps for cleanup.
2506
2507         * tests/test-gc.c (main): Remove unused variables.
2508         * tests/test-read-file.c: Include stdlib.h, for 'free'.
2509
2510 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2511
2512         * modules/inttostr (License): Change to LGPL.
2513
2514 2006-11-14  Eric Blake  <ebb9@byu.net>
2515
2516         * modules/tempname (License): Change to LGPL.
2517
2518 2006-11-14  Eric Blake  <ebb9@byu.net>
2519
2520         * doc/functions.texi (Function Portability): *printf functions on
2521         Cygwin now understand all POSIX size specifiers.
2522
2523 2006-11-14  Bruno Haible  <bruno@clisp.org>
2524
2525         * modules/c-ctype (License): Change to LGPL.
2526
2527 2006-11-12  Bruno Haible  <bruno@clisp.org>
2528
2529         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
2530         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
2531         for GNOME libraries, for which the include files are installed in
2532         subdirectories of $prefix/include.
2533
2534 2006-11-12  Bruno Haible  <bruno@clisp.org>
2535
2536         * m4/lib-link.m4: Require at least autoconf-2.54.
2537         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
2538         name to underscores for the --with option.
2539
2540 2006-11-13  Bruno Haible  <bruno@clisp.org>
2541
2542         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
2543         the tests directory.
2544         Reported by Ralf Wildenhues.
2545
2546 2006-11-13  Bruno Haible  <bruno@clisp.org>
2547
2548         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
2549         (func_emit_initmacro_end): Undo the override here.
2550         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
2551         Works around the famous automake error in coreutils.
2552
2553 2006-11-13  Eric Blake  <ebb9@byu.net>
2554
2555         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
2556         element, not its node.
2557
2558 2006-11-12  Bruno Haible  <bruno@clisp.org>
2559
2560         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
2561         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
2562
2563 2006-11-12  Bruno Haible  <bruno@clisp.org>
2564
2565         * gnulib-tool: New option --local-symlink.
2566         (func_usage): Document it.
2567         (lsymbolic): New variable.
2568         (func_import, func_create_testdir): If --symlink was not specified,
2569         test whether --local-symlink was specified and the file comes from
2570         the local_gnulib_dir.
2571
2572 2006-11-12  Bruno Haible  <bruno@clisp.org>
2573
2574         * gnulib-tool (func_ln): New function.
2575         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
2576
2577 2006-11-12  Bruno Haible  <bruno@clisp.org>
2578
2579         Finish support for source files in subdirectories.
2580         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
2581         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
2582         AUTOMAKE_OPTIONS.
2583         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
2584
2585 2006-11-12  Bruno Haible  <bruno@clisp.org>
2586
2587         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2588         EXTRA_lib_SOURCES augmentation.
2589         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
2590
2591 2006-11-12  Jim Meyering  <jim@meyering.net>
2592
2593         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
2594         file descriptors.  This also averts a failure on systems with
2595         native openat support when a traversed directory lacks "x" access.
2596         * lib/fts_.h: Include "i-ring.h"
2597         (struct FTS) [fts_fd_ring]: New member.
2598         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
2599         (FCHDIR): Add parentheses.
2600         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
2601         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
2602         When descending, rather than simply closing the previous
2603         fts_cwd_fd value, push that file descriptor onto the ring.
2604         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
2605         (fts_open): Initialize the new fd_ring member.
2606         (fts_close): Clear the ring.
2607         (fts_safe_changedir): When possible, use our new fd_ring to skip
2608         the diropen and fstat and dev/ino comparison that would normally
2609         accompany a virtual `chdir ("..")'.
2610
2611         * modules/fts (Depends-on): Add i-ring.
2612         * modules/i-ring: New module.
2613         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
2614         * m4/i-ring.m4: New file.
2615
2616 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2617
2618         * gnulib-tool (func_create_testdir): Fix replacement of
2619         `build-aux' in configure.ac.  Run autotools in gltests
2620         subdirectory.
2621         (func_create_testdir, func_create_megatestdir, test): There is
2622         no need for '--force' in most autotool invocations in a new
2623         tree.  Actually fail the whole test if any of the tools, or the
2624         configure or make stages fail.
2625
2626         Sync from Automake.
2627         * build-aux/gnupload: Revert last change.  Add pointer to upload
2628         instructions of the GNU Maintenance Instructions.
2629         Suggestion by Karl Berry.
2630
2631 2006-11-10  Jim Meyering  <jim@meyering.net>
2632
2633         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
2634
2635 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2636
2637         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
2638         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
2639         (bind_textdomain_codeset) [! ENABLE_NLS]:
2640         Evaluate all the arguments.  That way, callers get compatible behavior
2641         if the arguments have side effects.  Also, it avoids some GCC
2642         diagnostics in some cases; Joel E. Denny reported problems when Bison
2643         was configured with --enable-gcc-warnigs.
2644
2645 2006-11-10  Jim Meyering  <jim@meyering.net>
2646
2647         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
2648         relevant options in CFLAGS (like -O, -fno-inline) are taken into
2649         account.
2650
2651 2006-11-10  Jim Meyering  <jim@meyering.net>
2652
2653         * modules/inline: New file/module.
2654         * modules/xalloc (Files): Remove m4/inline.m4.
2655         (Depends-on): Add inline, instead.
2656         * modules/oset: Likewise.
2657         * modules/list: Likewise.
2658
2659 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2660
2661         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
2662         Problem reported by Matthew Woehlke.
2663
2664 2006-11-09  Bruno Haible  <bruno@clisp.org>
2665
2666         * lib/tempname.c (gen_tempname): Remove variant that invokes
2667         __gen_tempname.
2668         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
2669         __gen_tempname.
2670
2671 2006-11-08  Bruno Haible  <bruno@clisp.org>
2672
2673         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
2674         to 'yes' instead of 'cross-compiling'.
2675
2676 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
2677
2678         * lib/quotearg.h (quotearg_free): New decl.
2679         * lib/quotearg.c (quotearg_free): New function.
2680         (slot0, nslots, slotvec0, slotvec):
2681         Now file-scope so that quotearg_free can get at them.
2682
2683 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2684
2685         Sync from Automake.
2686         * build-aux/gnupload: Add missing 'gnu' to example URL.
2687         Report by Karl Berry.
2688
2689 2006-11-08  Bruno Haible  <bruno@clisp.org>
2690
2691         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
2692         Suggested by Paul Eggert.
2693
2694 2006-11-08  Jim Meyering  <jim@meyering.net>
2695
2696         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
2697         It's already included if !_LIBC.
2698         (fts_safe_changedir): Add a comment.
2699
2700 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2701
2702         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
2703         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
2704         Matthew Woehlke.
2705
2706         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
2707         definitions up, to avoid colliding with change below.
2708         (static_inline) [HAVE_INLINE]: New macro.
2709         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
2710         Provide extern decls when !HAVE_INLINE.  Do not define unless
2711         static_inline is defined, either by us or by xmalloc.c.  Use
2712         static_inline rather than static inline.
2713         (XCALLOC): Optimize sizeof(T) = 1 case.
2714         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
2715
2716 2006-11-07  Bruno Haible  <bruno@clisp.org>
2717
2718         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
2719         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
2720         AC_C_INLINE.
2721         * modules/xalloc (Files): Add m4/inline.m4.
2722
2723 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2724
2725         * README: Fix typo.
2726         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
2727         (Miscellanous Notes): ...from this.
2728
2729 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2730
2731         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
2732         Mention that offsetof should be used instead of sizeof.
2733         From Bruno Haible.
2734
2735 2006-11-07  Bruno Haible  <bruno@clisp.org>
2736
2737         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
2738
2739 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2740
2741         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2742         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
2743         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2744         (gl_tree_add_before, gl_tree_add_after):
2745         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
2746         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
2747         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
2748         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
2749         (gl_linked_add_after, gl_linked_add_at): Likewise.
2750         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
2751         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2752         (gl_tree_add_before, gl_tree_add_after): Likewise.
2753         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
2754         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
2755         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
2756
2757 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2758
2759         * lib/gl_oset.h: Use C comment style, not C++ comment style.
2760
2761 2006-11-06  Bruno Haible  <bruno@clisp.org>
2762
2763         * m4/inline.m4: New file.
2764         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
2765         * modules/list (Files): Add m4/inline.m4.
2766         * modules/oset (Files): Likewise.
2767
2768 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2769
2770         * lib/idcache.c: Include <stddef.h>, for offsetof.
2771         (struct userid.name): Change from char * to a flexible array member.
2772         All uses changed.
2773         * modules/idcache (Depends-on): Add flexmember.
2774
2775         * MODULES.html.sh (Core language properties): New module flexmember.
2776         * modules/flexmember, m4/flexmember.m4: New files.
2777
2778         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
2779         inline functions that are identical with the old xnmalloc_inline,
2780         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
2781         that we can avoid some unnecessary integer multiplications and
2782         divisions in the common case where the element size is known at
2783         compile time.
2784         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
2785         needed.
2786         (xnboundedmalloc): Remove.
2787         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
2788         arguments, for consistency with rest of this header.
2789         (xcharalloc): Rewrite using XNMALLOC.
2790         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
2791         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
2792         versions have been moved to lib/xalloc.h and renamed to be the
2793         non-*_inline versions.
2794         (xmalloc, xrealloc): Implement without reference to the xnmalloc
2795         and xnrealloc functions, since those functions are now inline and
2796         now call us.
2797         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
2798         renaming described above.
2799         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
2800         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
2801         captures the dependency in AC_C_INLINE.
2802
2803         New module canonicalize-lgpl, proposed by Charles Wilson in
2804         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
2805         with a few small changes afterwards.
2806         * MODULES.html.sh (File system functions): New module
2807         canonicalize-lgpl.
2808         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
2809         and canonicalize_file_name.
2810         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
2811         * modules/canonicalize-lgpl: New files.
2812
2813 2006-11-05  Bruno Haible  <bruno@clisp.org>
2814
2815         * gnulib-tool (func_import, func_create_testdir): Create directories
2816         also for files in subdirectories of lib/.
2817
2818 2006-11-05  Bruno Haible  <bruno@clisp.org>
2819
2820         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
2821         ANSI C compliant.
2822
2823 2006-11-03  Bruno Haible  <bruno@clisp.org>
2824
2825         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2826         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
2827         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
2828         (xnboundedmalloc): New inline function.
2829         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
2830         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
2831         xmalloc.
2832         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
2833         xmalloc.
2834         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
2835         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
2836         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
2837         xmalloc.
2838         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2839         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
2840         xmalloc.
2841         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
2842         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2843         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
2844         xmalloc.
2845         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2846         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
2847         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2848         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
2849         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
2850         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
2851         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
2852
2853 2006-11-03  Bruno Haible  <bruno@clisp.org>
2854
2855         * lib/c-ctype.h [C++]: Define functions without name mangling.
2856         * lib/fwriteerror.h [C++]: Likewise.
2857         * lib/gcd.h [C++]: Likewise.
2858         * lib/linebreak.h [C++]: Likewise.
2859
2860 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
2861
2862         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
2863         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
2864         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
2865         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
2866         Check for functions and headers just once.
2867         Check for declaration of canonicalize_file_name.
2868         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
2869
2870 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2871
2872         * gnulib-tool (func_import): Fix typo in actioncmd.
2873
2874 2006-11-02  Bruno Haible  <bruno@clisp.org>
2875
2876         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
2877         newline sequence in the Makefile.am snippet as a space, like "make"
2878         does.
2879         Reported by Roger Persson <perrog@gmail.com>.
2880
2881 2006-11-01  Bruno Haible  <bruno@clisp.org>
2882
2883         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
2884         already declared in <string.h>.
2885         * lib/strcase.h (strncasecmp): Don't declare it if yes.
2886
2887 2006-11-01  Bruno Haible  <bruno@clisp.org>
2888
2889         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
2890         * lib/strcase.h: Include <string.h>.
2891         (strcasecmp): Define to rpl_strcasecmp here.
2892
2893 2006-11-01  Bruno Haible  <bruno@clisp.org>
2894
2895         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
2896
2897 2006-11-01  Eric Blake  <ebb9@byu.net>
2898
2899         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
2900
2901         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
2902
2903 2006-10-29  Bruno Haible  <bruno@clisp.org>
2904
2905         Make it compile in C++ mode.
2906         * lib/full-write.c (full_rw): Add a cast.
2907
2908 2006-11-01  Bruno Haible  <bruno@clisp.org>
2909
2910         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
2911         be POSIX compliant.
2912         Reported by Roger Persson <perrog@gmail.com>.
2913
2914 2006-11-01  Eric Blake  <ebb9@byu.net>
2915
2916         * lib/getopt_.h: Fix comments.
2917
2918 2006-10-31  Eric Blake  <ebb9@byu.net>
2919
2920         * modules/tmpdir (Depends-on): Add sys_stat.
2921         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
2922         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
2923         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
2924         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
2925         tempname.
2926
2927 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
2928
2929         Avoid some C++ diagnostics reported by Bruno Haible.
2930         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
2931         xmalloc.
2932         (quotearg_alloc): Use xcharalloc rather than xmalloc.
2933         (struct slotvec): Move to top level.
2934         (quotearg_n_options): Rewrite to avoid xmalloc.
2935         * lib/xalloc.h (xcharalloc): New function.
2936         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
2937         [defined __cplusplus]: Add function template that provides result
2938         type propagation.  This part of the change is from Bruno Haible.
2939
2940 2006-10-29  Bruno Haible  <bruno@clisp.org>
2941
2942         Make it compile in C++ mode.
2943         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
2944         * lib/strnlen1.c (strnlen1): Cast memchr result.
2945         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
2946         * lib/clean-temp.c (string_equals, string_hash): Add casts.
2947         (create_temp_dir): Rename local variable 'template'.
2948         (compile_csharp_using_sscli): Add cast.
2949         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
2950         * lib/findprog.c (find_in_path): Likewise.
2951         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
2952         * lib/wait-process.c (register_slave_subprocess): Likewise.
2953
2954 2006-10-22  Bruno Haible  <bruno@clisp.org>
2955
2956         * modules/tsearch: New file.
2957         * lib/tsearch.h: New file.
2958         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
2959         * m4/tsearch.m4: New file.
2960         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
2961
2962 2006-10-29  Eric Blake  <ebb9@byu.net>
2963
2964         * lib/arcfour.c: Assume config.h.
2965         * lib/arctwo.c: Likewise.
2966         * lib/base64.c: Likewise.
2967         * lib/check-version.c: Likewise.
2968         * lib/crc.c: Likewise.
2969         * lib/des.c: Likewise.
2970         * lib/gc-gnulib.c: Likewise.
2971         * lib/gc-libgcrypt.c: Likewise.
2972         * lib/gc-pbkdf2-sha1.c: Likewise.
2973         * lib/getaddrinfo.c: Likewise.
2974         * lib/getdelim.c: Likewise.
2975         * lib/getline.c: Likewise.
2976         * lib/hmac-md5.c: Likewise.
2977         * lib/hmac-sha1.c: Likewise.
2978         * lib/iconvme.c: Likewise.
2979         * lib/md2.c: Likewise.
2980         * lib/md4.c: Likewise.
2981         * lib/memxor.c: Likewise.
2982         * lib/read-file.c: Likewise.
2983         * lib/readline.c: Likewise.
2984         * lib/rijndael-alg-fst.c: Likewise.
2985         * lib/rijndael-api-fst.c: Likewise.
2986         * lib/xgetdomainname.c: Likewise.
2987
2988 2006-10-28  Eric Blake  <ebb9@byu.net>
2989
2990         * lib/xstrndup.c: Assume config.h.
2991
2992 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
2993
2994         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
2995         stat-macros.h is now for our own macros, whereas stat_h is for
2996         macros in the <sys/stat.h> name space.
2997         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
2998         (STAT_MACROS_H): Remove.
2999         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
3000         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
3001         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
3002         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
3003         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
3004         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
3005         Move these macros to ...
3006         * lib/stat_.h: here.  Don't include stat-macros.h.
3007         * lib/canonicalize.c: Don't include stat-macros.h.
3008         * lib/chown.c: Likewise.
3009         * lib/euidaccess.c: Likewise.
3010         * lib/file-type.c: Likewise.
3011         * lib/filemode.c: Likewise.
3012         * lib/glob.c: Likewise.
3013         * lib/isapipe.c: Likewise.
3014         * lib/lchown.c: Likewise.
3015         * lib/lstat.c: Likewise.
3016         * lib/mkdir-p.c: Likewise.
3017         * lib/rmdir.c: Likewise.
3018         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
3019         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
3020         unless mkdir isn't declared, to speed up 'configure'.
3021         Always create sys/stat.h, since it's unlikely any real sys/stat.h
3022         would define all the S_* symbols.
3023         * modules/canonicalize (Depends-on):
3024         Depend on sys_stat, not stat-macros.
3025         * modules/chown: Likewise.
3026         * modules/euidaccess: Likewise.
3027         * modules/filemode: Likewise.
3028         * modules/file-type: Likewise.
3029         * modules/glob: Likewise.
3030         * modules/isapipe: Likewise.
3031         * modules/lchown: Likewise.
3032         * modules/lstat: Likewise.
3033         * modules/mkancesdirs: Likewise.
3034         * modules/rmdir: Likewise.
3035         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
3036         * modules/modechange: Likewise.
3037         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
3038         (configure.ac): Remove gl_STAT_MACROS.
3039         * modules/sys_stat (Depends-on): Remove stat-macros.
3040
3041 2006-10-27  Bruno Haible  <bruno@clisp.org>
3042
3043         * m4/signed.m4: Remove file.
3044         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
3045         invocation.
3046         * modules/vasnprintf (Files): Remove m4/signed.m4.
3047
3048 2006-10-27  Bruno Haible  <bruno@clisp.org>
3049
3050         Update to GNU gettext 0.16.
3051         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
3052         m4/inttypes-h.m4, m4/signed.m4.
3053         * m4/gettext.m4: Update to GNU gettext 0.16.
3054         * m4/intl.m4: New file, from GNU gettext.
3055         * m4/intldir.m4: New file, from GNU gettext.
3056         * config/srclist.txt: Update
3057
3058 2006-10-27  Eric Blake  <ebb9@byu.net>
3059
3060         * MODULES.html.sh: Document tempname.
3061         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
3062         dependencies.
3063         (Files): Move lib/tempname.c...
3064         * modules/tempname: ...to this new module.
3065         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
3066         (gl_PREREQ_TEMPNAME): Move...
3067         * m4/tempname.m4: ...to this new file.
3068         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
3069         * modules/sys_stat (Depends-on): Add stat-macros.
3070         * lib/stat_.h (includes): Pick up stat macros.
3071         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
3072         if stat macros are broken.
3073         * lib/tempname.c (includes): No need to include "stat-macros.h".
3074         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
3075         (direxists, __path_search) [!_LIBC]: Don't compile these in
3076         gnulib; the tmpdir module covers that.
3077         * lib/tempname.h: New file.
3078
3079 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
3080
3081         * COPYING: Explain how gnulib-tool converts licence headers.
3082         Almost all wording by Eric Blake.
3083
3084 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
3085
3086         * lib/mbchar.h (is_basic_table): Make read-only.
3087         * lib/mbchar.c (is_basic_table): Likewise.
3088         Reported by John Darrington.
3089
3090 2006-10-25  Bruno Haible  <bruno@clisp.org>
3091
3092         * lib/progname.h (set_program_name): Undefine before defining.
3093
3094 2006-10-25  Bruno Haible  <bruno@clisp.org>
3095
3096         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
3097         false for non-gcc C++ compilers.
3098         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
3099
3100 2006-10-24  Bruno Haible  <bruno@clisp.org>
3101
3102         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
3103         iconv implementations like Irix iconv.
3104
3105 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3106
3107         * modules/vararrays: New file.
3108         * m4/vararrays.m4: New file, taken from diffutils.
3109         * MODULES.html.sh: New module vararrays.
3110
3111 2006-10-24  Karl Berry  <karl@gnu.org>
3112
3113         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
3114         Don't call GNU Unix.
3115
3116 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3117
3118         * users.txt: Add Libtool.
3119
3120         Sync from Libtool:
3121
3122         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3123
3124         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
3125         to gnulib's policy of including config.h unconditionally.
3126
3127 2006-10-24  Bruno Haible  <bruno@clisp.org>
3128
3129         * modules/wcwidth (Files): Add m4/wint_t.m4.
3130         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
3131         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
3132
3133 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3134
3135         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
3136         to pacify GCC with some -W flags enabled.  Problem reported by
3137         Bruno Haible.
3138
3139 2006-10-24  Jim Meyering  <jim@meyering.net>
3140
3141         * MODULES.html.sh: Remove uinttostr.  It's not a module.
3142         Reported by Karl Berry.
3143
3144 2006-10-23  Bruno Haible  <bruno@clisp.org>
3145
3146         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
3147
3148 2006-10-24  Bruno Haible  <bruno@clisp.org>
3149
3150         * lib/gl_list.h: Use C comment style, not C++ comment style.
3151
3152 2006-10-23  Eric Blake  <ebb9@byu.net>
3153
3154         * lib/getaddrinfo.c (includes): Add missing include.
3155
3156 2006-10-23  Bruno Haible  <bruno@clisp.org>
3157             Paul Eggert  <eggert@cs.ucla.edu>
3158
3159         Ability to rename obstack_free.
3160         * lib/obstack.h (__obstack_free): New macro. Declare instead of
3161         obstack_free.
3162         (obstack_free): Invoke the __obstack_free macro.
3163         * lib/obstack.c (obstack_free): Use __obstack_free macro.
3164
3165 2006-10-23  Bruno Haible  <bruno@clisp.org>
3166             Paul Eggert  <eggert@cs.ucla.edu>
3167
3168         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
3169         __argc, __argv from the declaration. (They are defined as macros on
3170         mingw.)
3171
3172 2006-10-22  Bruno Haible  <bruno@clisp.org>
3173
3174         * doc/gnulib-intro.texi: New file.
3175         * doc/gnulib.texi: Include it.
3176
3177 2006-10-21  Bruno Haible  <bruno@clisp.org>
3178
3179         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
3180         "Introduction", "Miscellanous Notes", "Particular Modules".
3181
3182 2006-10-21  Bruno Haible  <bruno@clisp.org>
3183
3184         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3185         Change mostlyclean-local rule to avoid sh syntax error from bash
3186         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
3187
3188 2006-10-23  Jim Meyering  <jim@meyering.net>
3189
3190         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
3191         in place of snprintf.
3192
3193         * modules/inttostr (Files): Add lib/uinttostr.c.
3194         * lib/uinttostr.c (inttostr): New file/function.
3195         * lib/inttostr.h (uinttostr): Declare.
3196         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
3197         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
3198         Add uinttostr.
3199         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
3200
3201 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3202
3203         * lib/canonicalize.c (ELOOP): Define if not already defined.
3204         Problem reported by Bruno Haible in
3205         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
3206
3207 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3208
3209         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
3210         Problem reported by Perry Smith and Ville Laurikari.
3211
3212         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
3213         uses.
3214
3215 2006-10-19  Bruno Haible  <bruno@clisp.org>
3216
3217         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
3218         for mingw.
3219
3220 2006-10-19  Bruno Haible  <bruno@clisp.org>
3221
3222         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
3223         Needed for mingw.
3224
3225 2006-10-19  Bruno Haible  <bruno@clisp.org>
3226
3227         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
3228
3229 2006-10-19  Bruno Haible  <bruno@clisp.org>
3230
3231         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
3232         it.
3233
3234 2006-10-19  Bruno Haible  <bruno@clisp.org>
3235
3236         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
3237         invocation.
3238
3239 2006-10-19  Bruno Haible  <bruno@clisp.org>
3240
3241         * gnulib-tool (func_create_testdir): Don't include ftruncate and
3242         mountlist by default.
3243
3244 2006-10-16  Bruno Haible  <bruno@clisp.org>
3245
3246         * lib/c-strstr.c: Include c-strstr.h.
3247
3248 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3249
3250         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
3251         in a slash.
3252
3253 2006-10-18  Bruno Haible  <bruno@clisp.org>
3254
3255         * lib/lock.h [C++]: Wrap definitions in extern "C".
3256
3257 2006-10-18  Bruno Haible  <bruno@clisp.org>
3258
3259         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
3260         gl_LIBOBJS list.
3261
3262 2006-10-18  Bruno Haible  <bruno@clisp.org>
3263
3264         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
3265
3266 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
3267
3268         * lib/xstrtol.h: Include gettext.h.
3269         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
3270         Problem reported by Eric Blake.
3271         * modules/xstrtol (Depends-on): Add gettext-h.
3272
3273 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
3274
3275         * lib/strftime.c (advance): New macro.
3276         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
3277         incomplete type, so you can't add 0 to it.  Problem and patch
3278         reported by Eelco Dolstra for dietlibc.
3279
3280 2006-10-18  Jim Meyering  <jim@meyering.net>
3281
3282         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
3283         type for a local, and rename it: s/up/user_proc/.
3284
3285 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
3286
3287         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
3288         READ_UTMP_USER_PROCESS.
3289         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
3290
3291 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
3292
3293         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
3294         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
3295
3296 2006-10-17  Eric Blake  <ebb9@byu.net>
3297
3298         * lib/sigprocmask.c (sigprocmask): Fix typo.
3299
3300         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
3301
3302         * modules/clean-temp (Makefile.am): Don't add to make output...
3303         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
3304         config.h.
3305
3306 2006-10-17  Bruno Haible  <bruno@clisp.org>
3307
3308         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
3309         differently if DEFAULT_TEXT_DOMAIN is set.
3310
3311 2006-10-16  Bruno Haible  <bruno@clisp.org>
3312
3313         * lib/clean-temp.c: Include fwriteerror.h.
3314
3315 2006-10-16  Bruno Haible  <bruno@clisp.org>
3316
3317         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
3318
3319 2006-10-16  Bruno Haible  <bruno@clisp.org>
3320
3321         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
3322         * lib/sigprocmask.h: Include <sys/types.h>.
3323         (sigset_t): Use the system's definition if present.
3324
3325 2006-10-17  Eric Blake  <ebb9@byu.net>
3326
3327         * lib/xvasprintf.c (includes): Assume config.h.
3328         * lib/xasprintf.c (includes): Likewise.
3329
3330 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
3331
3332         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
3333         at least as wide as intmax_t.
3334
3335 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
3336
3337         (Imported from Automake.)
3338         * build-aux/gnupload: Update to version 1.1 of directive file.
3339
3340 2006-10-16  Eric Blake  <ebb9@byu.net>
3341
3342         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
3343         match Automake 1.10a.
3344
3345 2006-10-14  Bruno Haible  <bruno@clisp.org>
3346
3347         * modules/sigprocmask: New file.
3348         * lib/sigprocmask.h: New file.
3349         * lib/sigprocmask.c: New file.
3350         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
3351         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
3352         request sigprocmask.o.
3353         (gl_PREREQ_SIGPROCMASK): New macro.
3354         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
3355         (Depends-on): Add sigprocmask.
3356         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
3357         gt_SIGNALBLOCKING. Test for 'raise' only once.
3358         * lib/fatal-signal.c: Include sigprocmask.h.
3359         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
3360         unblock_fatal_signals): Define always.
3361         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3362         sigprocmask.
3363
3364 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
3365
3366         Sync from Automake.
3367         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
3368         which incorrectly sets the mode of an existing destination
3369         directory.  In some cases the unpatched install-sh could do the
3370         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
3371         system.  We hope this is rare in practice, but it's clearly worth
3372         fixing.  Problem reported by Alex Unleashed in
3373         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
3374         Also, don't bother to check for -m bugs unless we're using -m;
3375         suggested by Stepan Kasal.
3376
3377 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3378
3379         Sync from Automake.
3380         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
3381         `-c' flag, so they appear at the same position as in %FASTDEP%
3382         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
3383         which ignores unknown options only after the first non-option.
3384         Bug report against M4 by Nelson H. F. Beebe.
3385
3386 2006-10-13  Jim Meyering  <jim@meyering.net>
3387
3388         Fix a bug in yesterday's change.
3389         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
3390         p->fts_statp->st_dev would be used uninitialized.
3391         Ensures that we always call fts_stat on the very first entry.
3392         Miklos Szeredi reported that find -xdev stopped working.
3393
3394 2006-10-12  Bruno Haible  <bruno@clisp.org>
3395
3396         * gnulib-tool (func_get_automake_snippet): Append an automatically
3397         computed EXTRA_DIST augmentation.
3398         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
3399         * modules/alloca-opt (Makefile.am): Likewise.
3400         * modules/allocsa (Makefile.am): Likewise.
3401         * modules/arcfour (Makefile.am): Likewise.
3402         * modules/arctwo (Makefile.am): Likewise.
3403         * modules/argmatch (Makefile.am): Likewise.
3404         * modules/argz (Makefile.am): Likewise.
3405         * modules/atexit (Makefile.am): Likewise.
3406         * modules/backupfile (Makefile.am): Likewise.
3407         * modules/byteswap (Makefile.am): Likewise.
3408         * modules/c-strtod (Makefile.am): Likewise.
3409         * modules/c-strtold (Makefile.am): Likewise.
3410         * modules/calloc (Makefile.am): Likewise.
3411         * modules/canon-host (Makefile.am): Likewise.
3412         * modules/canonicalize (Makefile.am): Likewise.
3413         * modules/chdir-long (Makefile.am): Likewise.
3414         * modules/chdir-safer (Makefile.am): Likewise.
3415         * modules/check-version (Makefile.am): Likewise.
3416         * modules/chown (Makefile.am): Likewise.
3417         * modules/cloexec (Makefile.am): Likewise.
3418         * modules/close-stream (Makefile.am): Likewise.
3419         * modules/closeout (Makefile.am): Likewise.
3420         * modules/crc (Makefile.am): Likewise.
3421         * modules/csharpexec (Makefile.am): Likewise.
3422         * modules/cycle-check (Makefile.am): Likewise.
3423         * modules/des (Makefile.am): Likewise.
3424         * modules/dev-ino (Makefile.am): Likewise.
3425         * modules/dirfd (Makefile.am): Likewise.
3426         * modules/dirname (Makefile.am): Likewise.
3427         * modules/dup2 (Makefile.am): Likewise.
3428         * modules/eealloc (Makefile.am): Likewise.
3429         * modules/error (Makefile.am): Likewise.
3430         * modules/euidaccess (Makefile.am): Likewise.
3431         * modules/exclude (Makefile.am): Likewise.
3432         * modules/exitfail (Makefile.am): Likewise.
3433         * modules/fcntl-safer (Makefile.am): Likewise.
3434         * modules/fcntl (Makefile.am): Likewise.
3435         * modules/file-type (Makefile.am): Likewise.
3436         * modules/fileblocks (Makefile.am): Likewise.
3437         * modules/filemode (Makefile.am): Likewise.
3438         * modules/filenamecat (Makefile.am): Likewise.
3439         * modules/fnmatch (Makefile.am): Likewise.
3440         * modules/fopen-safer (Makefile.am): Likewise.
3441         * modules/fpending (Makefile.am): Likewise.
3442         * modules/fprintftime (Makefile.am): Likewise.
3443         * modules/free (Makefile.am): Likewise.
3444         * modules/fsusage (Makefile.am): Likewise.
3445         * modules/ftruncate (Makefile.am): Likewise.
3446         * modules/fts (Makefile.am): Likewise.
3447         * modules/gc-arcfour (Makefile.am): Likewise.
3448         * modules/gc-des (Makefile.am): Likewise.
3449         * modules/gc-hmac-md5 (Makefile.am): Likewise.
3450         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
3451         * modules/gc-md4 (Makefile.am): Likewise.
3452         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3453         * modules/gc-sha1 (Makefile.am): Likewise.
3454         * modules/gc (Makefile.am): Likewise.
3455         * modules/getaddrinfo (Makefile.am): Likewise.
3456         * modules/getcwd (Makefile.am): Likewise.
3457         * modules/getdelim (Makefile.am): Likewise.
3458         * modules/getdomainname (Makefile.am): Likewise.
3459         * modules/getgroups (Makefile.am): Likewise.
3460         * modules/gethostname (Makefile.am): Likewise.
3461         * modules/gethrxtime (Makefile.am): Likewise.
3462         * modules/getline (Makefile.am): Likewise.
3463         * modules/getloadavg (Makefile.am): Likewise.
3464         * modules/getlogin_r (Makefile.am): Likewise.
3465         * modules/getndelim2 (Makefile.am): Likewise.
3466         * modules/getopt (Makefile.am): Likewise.
3467         * modules/getpagesize (Makefile.am): Likewise.
3468         * modules/getpass-gnu (Makefile.am): Likewise.
3469         * modules/getpass (Makefile.am): Likewise.
3470         * modules/getsubopt (Makefile.am): Likewise.
3471         * modules/gettime (Makefile.am): Likewise.
3472         * modules/gettimeofday (Makefile.am): Likewise.
3473         * modules/getugroups (Makefile.am): Likewise.
3474         * modules/getusershell (Makefile.am): Likewise.
3475         * modules/glob (Makefile.am): Likewise.
3476         * modules/group-member (Makefile.am): Likewise.
3477         * modules/hard-locale (Makefile.am): Likewise.
3478         * modules/hash (Makefile.am): Likewise.
3479         * modules/hmac-md5 (Makefile.am): Likewise.
3480         * modules/hmac-sha1 (Makefile.am): Likewise.
3481         * modules/human (Makefile.am): Likewise.
3482         * modules/idcache (Makefile.am): Likewise.
3483         * modules/imaxabs (Makefile.am): Likewise.
3484         * modules/imaxdiv (Makefile.am): Likewise.
3485         * modules/inet_ntop (Makefile.am): Likewise.
3486         * modules/inet_pton (Makefile.am): Likewise.
3487         * modules/intprops (Makefile.am): Likewise.
3488         * modules/inttostr (Makefile.am): Likewise.
3489         * modules/inttypes (Makefile.am): Likewise.
3490         * modules/isapipe (Makefile.am): Likewise.
3491         * modules/javaversion (Makefile.am): Likewise.
3492         * modules/lchmod (Makefile.am): Likewise.
3493         * modules/lchown (Makefile.am): Likewise.
3494         * modules/localcharset (Makefile.am): Likewise.
3495         * modules/long-options (Makefile.am): Likewise.
3496         * modules/lstat (Makefile.am): Likewise.
3497         * modules/malloc (Makefile.am): Likewise.
3498         * modules/mathl (Makefile.am): Likewise.
3499         * modules/mbchar (Makefile.am): Likewise.
3500         * modules/md2 (Makefile.am): Likewise.
3501         * modules/md4 (Makefile.am): Likewise.
3502         * modules/md5 (Makefile.am): Likewise.
3503         * modules/memcasecmp (Makefile.am): Likewise.
3504         * modules/memchr (Makefile.am): Likewise.
3505         * modules/memcmp (Makefile.am): Likewise.
3506         * modules/memcoll (Makefile.am): Likewise.
3507         * modules/memcpy (Makefile.am): Likewise.
3508         * modules/memmem (Makefile.am): Likewise.
3509         * modules/memmove (Makefile.am): Likewise.
3510         * modules/mempcpy (Makefile.am): Likewise.
3511         * modules/memrchr (Makefile.am): Likewise.
3512         * modules/memset (Makefile.am): Likewise.
3513         * modules/memxor (Makefile.am): Likewise.
3514         * modules/mkancesdirs (Makefile.am): Likewise.
3515         * modules/mkdir-p (Makefile.am): Likewise.
3516         * modules/mkdir (Makefile.am): Likewise.
3517         * modules/mkdtemp (Makefile.am): Likewise.
3518         * modules/mkstemp (Makefile.am): Likewise.
3519         * modules/mktime (Makefile.am): Likewise.
3520         * modules/modechange (Makefile.am): Likewise.
3521         * modules/mountlist (Makefile.am): Likewise.
3522         * modules/nanosleep (Makefile.am): Likewise.
3523         * modules/obstack (Makefile.am): Likewise.
3524         * modules/openat (Makefile.am): Likewise.
3525         * modules/pagealign_alloc (Makefile.am): Likewise.
3526         * modules/pathmax (Makefile.am): Likewise.
3527         * modules/physmem (Makefile.am): Likewise.
3528         * modules/poll (Makefile.am): Likewise.
3529         * modules/posixtm (Makefile.am): Likewise.
3530         * modules/posixver (Makefile.am): Likewise.
3531         * modules/putenv (Makefile.am): Likewise.
3532         * modules/quote (Makefile.am): Likewise.
3533         * modules/quotearg (Makefile.am): Likewise.
3534         * modules/raise (Makefile.am): Likewise.
3535         * modules/read-file (Makefile.am): Likewise.
3536         * modules/readline (Makefile.am): Likewise.
3537         * modules/readlink (Makefile.am): Likewise.
3538         * modules/readtokens (Makefile.am): Likewise.
3539         * modules/readutmp (Makefile.am): Likewise.
3540         * modules/realloc (Makefile.am): Likewise.
3541         * modules/regex (Makefile.am): Likewise.
3542         * modules/rename-dest-slash (Makefile.am): Likewise.
3543         * modules/rename (Makefile.am): Likewise.
3544         * modules/rijndael (Makefile.am): Likewise.
3545         * modules/rmdir (Makefile.am): Likewise.
3546         * modules/rpmatch (Makefile.am): Likewise.
3547         * modules/safe-read (Makefile.am): Likewise.
3548         * modules/safe-write (Makefile.am): Likewise.
3549         * modules/same-inode (Makefile.am): Likewise.
3550         * modules/same (Makefile.am): Likewise.
3551         * modules/save-cwd (Makefile.am): Likewise.
3552         * modules/savedir (Makefile.am): Likewise.
3553         * modules/setenv (Makefile.am): Likewise.
3554         * modules/settime (Makefile.am): Likewise.
3555         * modules/sha1 (Makefile.am): Likewise.
3556         * modules/sig2str (Makefile.am): Likewise.
3557         * modules/snprintf (Makefile.am): Likewise.
3558         * modules/stat-macros (Makefile.am): Likewise.
3559         * modules/stat-time (Makefile.am): Likewise.
3560         * modules/stdbool (Makefile.am): Likewise.
3561         * modules/stdint (Makefile.am): Likewise.
3562         * modules/stdlib-safer (Makefile.am): Likewise.
3563         * modules/stpcpy (Makefile.am): Likewise.
3564         * modules/stpncpy (Makefile.am): Likewise.
3565         * modules/strcase (Makefile.am): Likewise.
3566         * modules/strcasestr (Makefile.am): Likewise.
3567         * modules/strchrnul (Makefile.am): Likewise.
3568         * modules/strcspn (Makefile.am): Likewise.
3569         * modules/strdup (Makefile.am): Likewise.
3570         * modules/strerror (Makefile.am): Likewise.
3571         * modules/strftime (Makefile.am): Likewise.
3572         * modules/strndup (Makefile.am): Likewise.
3573         * modules/strnlen (Makefile.am): Likewise.
3574         * modules/strpbrk (Makefile.am): Likewise.
3575         * modules/strsep (Makefile.am): Likewise.
3576         * modules/strstr (Makefile.am): Likewise.
3577         * modules/strtod (Makefile.am): Likewise.
3578         * modules/strtoimax (Makefile.am): Likewise.
3579         * modules/strtok_r (Makefile.am): Likewise.
3580         * modules/strtol (Makefile.am): Likewise.
3581         * modules/strtoll (Makefile.am): Likewise.
3582         * modules/strtoul (Makefile.am): Likewise.
3583         * modules/strtoull (Makefile.am): Likewise.
3584         * modules/strtoumax (Makefile.am): Likewise.
3585         * modules/strverscmp (Makefile.am): Likewise.
3586         * modules/sys_socket (Makefile.am): Likewise.
3587         * modules/sys_stat (Makefile.am): Likewise.
3588         * modules/sysexits (Makefile.am): Likewise.
3589         * modules/time_r (Makefile.am): Likewise.
3590         * modules/timegm (Makefile.am): Likewise.
3591         * modules/timespec (Makefile.am): Likewise.
3592         * modules/tmpfile-safer (Makefile.am): Likewise.
3593         * modules/trim (Makefile.am): Likewise.
3594         * modules/unistd-safer (Makefile.am): Likewise.
3595         * modules/unlinkdir (Makefile.am): Likewise.
3596         * modules/unlocked-io (Makefile.am): Likewise.
3597         * modules/userspec (Makefile.am): Likewise.
3598         * modules/utime (Makefile.am): Likewise.
3599         * modules/utimecmp (Makefile.am): Likewise.
3600         * modules/utimens (Makefile.am): Likewise.
3601         * modules/vasnprintf (Makefile.am): Likewise.
3602         * modules/vasprintf (Makefile.am): Likewise.
3603         * modules/vsnprintf (Makefile.am): Likewise.
3604         * modules/xalloc (Makefile.am): Likewise.
3605         * modules/xgetcwd (Makefile.am): Likewise.
3606         * modules/xnanosleep (Makefile.am): Likewise.
3607         * modules/xreadlink (Makefile.am): Likewise.
3608         * modules/xstrtod (Makefile.am): Likewise.
3609         * modules/xstrtol (Makefile.am): Likewise.
3610         * modules/xstrtold (Makefile.am): Likewise.
3611         * modules/yesno (Makefile.am): Likewise.
3612         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
3613
3614 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3615
3616         * modules/error (Makefile.am): Distribute files through
3617         EXTRA_DIST, not lib_SOURCES.
3618
3619 2006-10-12  Eric Blake  <ebb9@byu.net>
3620
3621         * modules/error (Makefile.am): Distribute files in /lib.
3622         * modules/obstack (Makefile.am): Likewise.
3623
3624 2006-10-12  Bruno Haible  <bruno@clisp.org>
3625
3626         * modules/acl (Makefile.am): Distribute all files in lib/ through
3627         EXTRA_DIST.
3628         * modules/arcfour (Makefile.am): Likewise.
3629         * modules/arctwo (Makefile.am): Likewise.
3630         * modules/argmatch (Makefile.am): Likewise.
3631         * modules/argz (Makefile.am): Likewise.
3632         * modules/atexit (Makefile.am): Likewise.
3633         * modules/backupfile (Makefile.am): Likewise.
3634         * modules/c-strtod (Makefile.am): Likewise.
3635         * modules/c-strtold (Makefile.am): Likewise.
3636         * modules/calloc (Makefile.am): Likewise.
3637         * modules/canon-host (Makefile.am): Likewise.
3638         * modules/canonicalize (Makefile.am): Likewise.
3639         * modules/chdir-long (Makefile.am): Likewise.
3640         * modules/chdir-safer (Makefile.am): Likewise.
3641         * modules/check-version (Makefile.am): Likewise.
3642         * modules/chown (Makefile.am): Likewise.
3643         * modules/cloexec (Makefile.am): Likewise.
3644         * modules/close-stream (Makefile.am): Likewise.
3645         * modules/closeout (Makefile.am): Likewise.
3646         * modules/crc (Makefile.am): Likewise.
3647         * modules/cycle-check (Makefile.am): Likewise.
3648         * modules/des (Makefile.am): Likewise.
3649         * modules/dirfd (Makefile.am): Likewise.
3650         * modules/dirname (Makefile.am): Likewise.
3651         * modules/dup2 (Makefile.am): Likewise.
3652         * modules/euidaccess (Makefile.am): Likewise.
3653         * modules/exclude (Makefile.am): Likewise.
3654         * modules/exitfail (Makefile.am): Likewise.
3655         * modules/fcntl-safer (Makefile.am): Likewise.
3656         * modules/file-type (Makefile.am): Likewise.
3657         * modules/fileblocks (Makefile.am): Likewise.
3658         * modules/filemode (Makefile.am): Likewise.
3659         * modules/filenamecat (Makefile.am): Likewise.
3660         * modules/fnmatch (Makefile.am): Likewise.
3661         * modules/fopen-safer (Makefile.am): Likewise.
3662         * modules/fpending (Makefile.am): Likewise.
3663         * modules/fprintftime (Makefile.am): Likewise.
3664         * modules/free (Makefile.am): Likewise.
3665         * modules/fsusage (Makefile.am): Likewise.
3666         * modules/ftruncate (Makefile.am): Likewise.
3667         * modules/fts (Makefile.am): Likewise.
3668         * modules/gc (Makefile.am): Likewise.
3669         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3670         * modules/getaddrinfo (Makefile.am): Likewise.
3671         * modules/getcwd (Makefile.am): Likewise.
3672         * modules/getdelim (Makefile.am): Likewise.
3673         * modules/getdomainname (Makefile.am): Likewise.
3674         * modules/getgroups (Makefile.am): Likewise.
3675         * modules/gethostname (Makefile.am): Likewise.
3676         * modules/gethrxtime (Makefile.am): Likewise.
3677         * modules/getline (Makefile.am): Likewise.
3678         * modules/getloadavg (Makefile.am): Likewise.
3679         * modules/getlogin_r (Makefile.am): Likewise.
3680         * modules/getopt (Makefile.am): Likewise.
3681         * modules/getpass (Makefile.am): Likewise.
3682         * modules/getpass-gnu (Makefile.am): Likewise.
3683         * modules/getsubopt (Makefile.am): Likewise.
3684         * modules/gettime (Makefile.am): Likewise.
3685         * modules/gettimeofday (Makefile.am): Likewise.
3686         * modules/getugroups (Makefile.am): Likewise.
3687         * modules/getusershell (Makefile.am): Likewise.
3688         * modules/glob (Makefile.am): Likewise.
3689         * modules/group-member (Makefile.am): Likewise.
3690         * modules/hard-locale (Makefile.am): Likewise.
3691         * modules/hash (Makefile.am): Likewise.
3692         * modules/hmac-md5 (Makefile.am): Likewise.
3693         * modules/hmac-sha1 (Makefile.am): Likewise.
3694         * modules/human (Makefile.am): Likewise.
3695         * modules/idcache (Makefile.am): Likewise.
3696         * modules/imaxabs (Makefile.am): Likewise.
3697         * modules/imaxdiv (Makefile.am): Likewise.
3698         * modules/inet_ntop (Makefile.am): Likewise.
3699         * modules/inet_pton (Makefile.am): Likewise.
3700         * modules/inttostr (Makefile.am): Likewise.
3701         * modules/isapipe (Makefile.am): Likewise.
3702         * modules/lchown (Makefile.am): Likewise.
3703         * modules/long-options (Makefile.am): Likewise.
3704         * modules/lstat (Makefile.am): Likewise.
3705         * modules/malloc (Makefile.am): Likewise.
3706         * modules/mathl (Makefile.am): Likewise.
3707         * modules/mbchar (Makefile.am): Likewise.
3708         * modules/md2 (Makefile.am): Likewise.
3709         * modules/md4 (Makefile.am): Likewise.
3710         * modules/md5 (Makefile.am): Likewise.
3711         * modules/memcasecmp (Makefile.am): Likewise.
3712         * modules/memchr (Makefile.am): Likewise.
3713         * modules/memcmp (Makefile.am): Likewise.
3714         * modules/memcoll (Makefile.am): Likewise.
3715         * modules/memcpy (Makefile.am): Likewise.
3716         * modules/memmem (Makefile.am): Likewise.
3717         * modules/memmove (Makefile.am): Likewise.
3718         * modules/mempcpy (Makefile.am): Likewise.
3719         * modules/memrchr (Makefile.am): Likewise.
3720         * modules/memset (Makefile.am): Likewise.
3721         * modules/memxor (Makefile.am): Likewise.
3722         * modules/mkancesdirs (Makefile.am): Likewise.
3723         * modules/mkdir (Makefile.am): Likewise.
3724         * modules/mkdir-p (Makefile.am): Likewise.
3725         * modules/mkdtemp (Makefile.am): Likewise.
3726         * modules/mkstemp (Makefile.am): Likewise.
3727         * modules/mktime (Makefile.am): Likewise.
3728         * modules/modechange (Makefile.am): Likewise.
3729         * modules/mountlist (Makefile.am): Likewise.
3730         * modules/nanosleep (Makefile.am): Likewise.
3731         * modules/openat (Makefile.am): Likewise.
3732         * modules/pagealign_alloc (Makefile.am): Likewise.
3733         * modules/physmem (Makefile.am): Likewise.
3734         * modules/poll (Makefile.am): Likewise.
3735         * modules/posixtm (Makefile.am): Likewise.
3736         * modules/posixver (Makefile.am): Likewise.
3737         * modules/putenv (Makefile.am): Likewise.
3738         * modules/quote (Makefile.am): Likewise.
3739         * modules/quotearg (Makefile.am): Likewise.
3740         * modules/raise (Makefile.am): Likewise.
3741         * modules/read-file (Makefile.am): Likewise.
3742         * modules/readline (Makefile.am): Likewise.
3743         * modules/readlink (Makefile.am): Likewise.
3744         * modules/readtokens (Makefile.am): Likewise.
3745         * modules/readutmp (Makefile.am): Likewise.
3746         * modules/realloc (Makefile.am): Likewise.
3747         * modules/regex (Makefile.am): Likewise.
3748         * modules/rename (Makefile.am): Likewise.
3749         * modules/rename-dest-slash (Makefile.am): Likewise.
3750         * modules/rijndael (Makefile.am): Likewise.
3751         * modules/rmdir (Makefile.am): Likewise.
3752         * modules/rpmatch (Makefile.am): Likewise.
3753         * modules/safe-read (Makefile.am): Likewise.
3754         * modules/safe-write (Makefile.am): Likewise.
3755         * modules/same (Makefile.am): Likewise.
3756         * modules/save-cwd (Makefile.am): Likewise.
3757         * modules/savedir (Makefile.am): Likewise.
3758         * modules/setenv (Makefile.am): Likewise.
3759         * modules/settime (Makefile.am): Likewise.
3760         * modules/sha1 (Makefile.am): Likewise.
3761         * modules/sig2str (Makefile.am): Likewise.
3762         * modules/snprintf (Makefile.am): Likewise.
3763         * modules/stdlib-safer (Makefile.am): Likewise.
3764         * modules/stpcpy (Makefile.am): Likewise.
3765         * modules/stpncpy (Makefile.am): Likewise.
3766         * modules/strcase (Makefile.am): Likewise.
3767         * modules/strcasestr (Makefile.am): Likewise.
3768         * modules/strchrnul (Makefile.am): Likewise.
3769         * modules/strcspn (Makefile.am): Likewise.
3770         * modules/strdup (Makefile.am): Likewise.
3771         * modules/strerror (Makefile.am): Likewise.
3772         * modules/strftime (Makefile.am): Likewise.
3773         * modules/strndup (Makefile.am): Likewise.
3774         * modules/strnlen (Makefile.am): Likewise.
3775         * modules/strpbrk (Makefile.am): Likewise.
3776         * modules/strsep (Makefile.am): Likewise.
3777         * modules/strstr (Makefile.am): Likewise.
3778         * modules/strtod (Makefile.am): Likewise.
3779         * modules/strtoimax (Makefile.am): Likewise.
3780         * modules/strtok_r (Makefile.am): Likewise.
3781         * modules/strtol (Makefile.am): Likewise.
3782         * modules/strtoll (Makefile.am): Likewise.
3783         * modules/strtoul (Makefile.am): Likewise.
3784         * modules/strtoull (Makefile.am): Likewise.
3785         * modules/strtoumax (Makefile.am): Likewise.
3786         * modules/strverscmp (Makefile.am): Likewise.
3787         * modules/time_r (Makefile.am): Likewise.
3788         * modules/timegm (Makefile.am): Likewise.
3789         * modules/tmpfile-safer (Makefile.am): Likewise.
3790         * modules/unistd-safer (Makefile.am): Likewise.
3791         * modules/unlinkdir (Makefile.am): Likewise.
3792         * modules/userspec (Makefile.am): Likewise.
3793         * modules/utime (Makefile.am): Likewise.
3794         * modules/utimecmp (Makefile.am): Likewise.
3795         * modules/utimens (Makefile.am): Likewise.
3796         * modules/vasnprintf (Makefile.am): Likewise.
3797         * modules/vasprintf (Makefile.am): Likewise.
3798         * modules/vsnprintf (Makefile.am): Likewise.
3799         * modules/xalloc (Makefile.am): Likewise.
3800         * modules/xgetcwd (Makefile.am): Likewise.
3801         * modules/xnanosleep (Makefile.am): Likewise.
3802         * modules/xreadlink (Makefile.am): Likewise.
3803         * modules/xstrtod (Makefile.am): Likewise.
3804         * modules/xstrtol (Makefile.am): Likewise.
3805         * modules/xstrtold (Makefile.am): Likewise.
3806         * modules/yesno (Makefile.am): Likewise.
3807
3808 2006-10-12  Jim Meyering  <jim@meyering.net>
3809
3810         * m4/getloadavg.m4: Revert the change below.
3811
3812         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
3813         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
3814         fail with a symlink, which is what coreutils' ./bootstrap now
3815         creates by default.
3816
3817 2006-10-12  Bruno Haible  <bruno@clisp.org>
3818
3819         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
3820         mingw.
3821         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
3822         MSVC and mingw explicitly.
3823
3824 2006-10-11  Simon Josefsson  <jas@extundo.com>
3825             Bruno Haible  <bruno@clisp.org>
3826
3827         Add support for multiple gnulib-tool invocations in the scope of a
3828         single configure.ac file.
3829         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
3830         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
3831         with the same contents as the _LIBADD variable.
3832         (func_emit_initmacro_start, func_emit_initmacro_end,
3833         func_emit_initmacro_done): New functions.
3834         (func_import, func_create_testdir): Invoke them. Allow the identifiers
3835         gl_LIBOBJS and gl_LTLIBOBJS.
3836
3837 2006-10-11  Bruno Haible  <bruno@clisp.org>
3838
3839         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
3840         (func_create_testdir): Don't create po/Makefile.am, don't invoke
3841         autoreconf. Instead, invoke autopoint explicitly but move back the
3842         *.m4 files from gnulib.
3843
3844 2006-10-11  Bruno Haible  <bruno@clisp.org>
3845
3846         * gnulib-tool (func_usage): Make module names after --create-testdir
3847         optional.
3848         (func_create_testdir): If no module was specified, use nearly all
3849         modules.
3850
3851 2006-10-12  Jim Meyering  <jim@meyering.net>
3852
3853         Big performance improvement for fts-based tools that use FTS_NOSTAT.
3854         Avoid spurious inode-mismatch problems on non-POSIX file systems.
3855         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
3856         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
3857         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
3858         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
3859         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
3860         (fts_set_stat_required): New function.
3861         (fts_open): Defer the calls to fts_stat, if possible or requested.
3862         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
3863         into fts_stat itself.
3864         (fts_read): Perform any required (deferred) fts_stat call.
3865         (fts_build): Likewise, for the directory we're about to open and read.
3866         In the readdir loop, carefully decide whether each entry will require
3867         an eventual call to fts_stat, using dirent.d_type info if available.
3868         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
3869         a command line argument into this function.  Update all callers.
3870         Map a return value of FTS_DOT to FTS_D for a command line argument.
3871         * modules/fts (Depends-on): Add d-type.  Alphabetize.
3872         Thanks to Miklos Szeredi for his tenacity and for the initial
3873         bug report about "find" failing on a FUSE-based file system.
3874
3875         * lib/fts.c (fts_open): Use consistent indentation.
3876
3877 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3878
3879         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
3880         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
3881         reported by Jim Meyering.  All uses of cache variables renamed
3882         to match Autoconf's.
3883         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
3884         the other one.
3885
3886         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
3887         Fix misspelling in diagnostic.
3888
3889 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3890
3891         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
3892         defined.  Problem reported by Matthew Woehlke.
3893
3894         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
3895         Add support for Tandem NonStop R series.
3896         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
3897         Use new macro.
3898
3899         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
3900         (has_trailing_slash): Omit size arg; all callers changed.
3901         Omit 'inline', since it doesn't help performance and we'd
3902         need to configure it.
3903         Don't count //, ///, etc. as having a trailing slash.
3904         As a side effect, this removes a C99ism reported by Matthew Woehlke.
3905         (rpl_rename_dest_slash): On failure, use rename's errno rather
3906         than (in some cases) an incorrect or junk errno.
3907         Simplify code by removing need to compute length; this does
3908         cause it to make two passes instead of one over the file name,
3909         but it's worth it.
3910
3911         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
3912         change, since Autoconf's version may no longer be appropriate now
3913         that we are using CVS Autoconf's version.  Add support for Tandem.
3914
3915 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3916             Bruno Haible  <bruno@clisp.org>
3917
3918         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
3919         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
3920         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
3921         gl_AC_TYPE_LONG_LONG.
3922
3923         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
3924         instead of HAVE_LONG_LONG.
3925         * lib/printf-args.c (printf_fetchargs): Likewise.
3926         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
3927         * lib/vasnprintf.c (VASNPRINTF): Likewise.
3928         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
3929         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
3930         gl_AC_TYPE_LONG_LONG.
3931
3932 2006-10-11  Bruno Haible  <bruno@clisp.org>
3933
3934         * m4/longlong.m4: Add comments.
3935         * m4/ulonglong.m4: Likewise.
3936
3937 2006-10-10  Bruno Haible  <bruno@clisp.org>
3938
3939         Make it possible to #define stpcpy, strdup to aliases.
3940         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
3941         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
3942
3943 2006-10-10  Bruno Haible  <bruno@clisp.org>
3944
3945         Make it possible to #define gcd to an alias.
3946         * lib/gcd.c: Include config.h.
3947
3948 2006-10-10  Bruno Haible  <bruno@clisp.org>
3949
3950         Make it possible to #define c_isascii to an alias.
3951         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
3952         defined. Undefine the macros before defining them, to avoid gcc
3953         warnings.
3954         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
3955         define NO_C_CTYPE_MACROS early.
3956
3957 2006-10-10  Bruno Haible  <bruno@clisp.org>
3958
3959         Make it possible to #define set_program_name to an alias.
3960         * lib/progname.c: Don't undefine set_program_name; instead, undefine
3961         ENABLE_RELOCATABLE early.
3962
3963 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
3964
3965         Port to Tandem NSK OSS, which has 64-bit signed int but at most
3966         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
3967         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
3968         More generally, don't assume that 64-bit signed int is available
3969         if unsigned int is, and vice versa.
3970         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
3971         unsigned symbols, not on their signed counterparts.
3972         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
3973         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
3974         (UINT64_C, UINTMAX_C):
3975         Likewise.
3976         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
3977         unsigned counterparts.
3978         (Have_long_long, Unsigned): New macros.
3979         (Int): Renamed from INT.
3980         (strtoimax): Use the new macros.
3981         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
3982         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
3983         * modules/inttypes (inttypes.h): Substitute
3984         HAVE_UNSIGNED_LONG_LONG_INT.
3985         * modules/stdint (stdint.h): Likewise.
3986         (Files): Add m4/ulonglong.m4.
3987
3988 2006-10-10  Bruno Haible  <bruno@clisp.org>
3989
3990         Fix a gcc -Wshadow warning.
3991         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
3992         to 'bucket'.
3993         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
3994         gl_linked_indexof_from_to): Likewise.
3995         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
3996         Likewise.
3997         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
3998         Likewise.
3999         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
4000         Reported by Eric Blake.
4001
4002 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
4003
4004         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
4005         for NetBSD.  Problem reported by Bruno Haible.
4006
4007 2006-10-09  Jim Meyering  <jim@meyering.net>
4008
4009         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
4010         Patch from Bruno Haible.
4011
4012 2006-10-09  Jim Meyering  <jim@meyering.net>
4013
4014         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
4015         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
4016         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
4017
4018 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4019
4020         Don't include <config.h> twice; this doesn't work in some cases,
4021         e.g., when config.h has "#define intmax_t long long int" and
4022         we include <config.h>, <inttypes.h>, <config.h> in that order.
4023         Problem reported by Matthew Woehlke in:
4024         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
4025         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
4026         * lib/fts-cycle.c: Don't include config.h.
4027         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
4028         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
4029         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
4030         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
4031         inttypes.h.
4032         * lib/xstrtoumax.c: Likewise.
4033         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
4034         __strtol and the like, so that this module is more like its siblings.
4035         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
4036         Remove; no longer needed now that we assume gnulib inttypes.h.
4037
4038 2006-10-08  Bruno Haible  <bruno@clisp.org>
4039
4040         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
4041         option.
4042
4043 2006-10-07  Jim Meyering  <jim@meyering.net>
4044
4045         * modules/inttypes (inttypes.h): Revert what seems to have been
4046         an inadvertent part of today's change: use "|", not "/" in the
4047         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
4048
4049 2006-10-07  Bruno Haible  <bruno@clisp.org>
4050
4051         * modules/sublist: New file.
4052
4053 2006-10-07  Bruno Haible  <bruno@clisp.org>
4054
4055         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
4056         * modules/argz (argz.h): Likewise.
4057         * modules/arpa_inet (arpa/inet.h): Likewise.
4058         * modules/byteswap (byteswap.h): Likewise.
4059         * modules/configmake (configmake.h): Likewise.
4060         * modules/fcntl (fcntl.h): Likewise.
4061         * modules/fnmatch (fnmatch.h): Likewise.
4062         * modules/getopt (getopt.h): Likewise.
4063         * modules/glob (glob.h): Likewise.
4064         * modules/inttypes (inttypes.h): Likewise.
4065         * modules/netinet_in (netinet/in.h): Likewise.
4066         * modules/poll (poll.h): Likewise.
4067         * modules/stdbool (stdbool.h): Likewise.
4068         * modules/stdint (stdint.h): Likewise.
4069         * modules/sys_select (sys/select.h): Likewise.
4070         * modules/sys_socket (sys/socket.h): Likewise.
4071         * modules/sys_stat (sys/stat.h): Likewise.
4072         * modules/sysexits (sysexits.h): Likewise.
4073         * modules/unistd (unistd.h): Likewise.
4074         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4075         Add a "DO NOT EDIT" comment to the generated file.
4076         (func_import): Likewise for gnulib-comp.m4.
4077
4078 2006-10-07  Bruno Haible  <bruno@clisp.org>
4079
4080         * lib/gl_sublist.h: New file.
4081         * lib/gl_sublist.c: New file.
4082
4083 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
4084
4085         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
4086         name (relative to the original working directory) and the file
4087         name component (relative to the temporary working directory).  All
4088         callers changed.
4089         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
4090         * lib/mkdir-p.c (make_dir_parents): Likewise.
4091         * lib/mkdir-p.h (make_dir_parents): Likewise.
4092
4093 2006-10-06  Eric Blake  <ebb9@byu.net>
4094
4095         Define several macros for use by the clean-temp module.
4096         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
4097         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
4098         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
4099
4100         * lib/clean-temp.h (close_stream_temp): New declaration.
4101         * lib/clean-temp.c (includes): Pull in headers according to what
4102         other modules are in use.
4103         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
4104
4105 2006-10-06  Bruno Haible  <bruno@clisp.org>
4106
4107         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
4108         instead of fopen, fwriteerror.
4109
4110 2006-10-06  Bruno Haible  <bruno@clisp.org>
4111
4112         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
4113         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
4114         int.
4115         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
4116         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
4117         Return an error indicator.
4118         Suggested by Eric Blake.
4119
4120 2006-10-06  Bruno Haible  <bruno@clisp.org>
4121
4122         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
4123         Reported by Eric Blake.
4124
4125 2006-10-06  Bruno Haible  <bruno@clisp.org>
4126
4127         * modules/closeout (Description): Mention stderr too.
4128
4129 2006-10-06  Bruno Haible  <bruno@clisp.org>
4130         and Paul Eggert  <eggert@cs.ucla.edu>
4131
4132         * lib/closeout.c (close_stdout): Also close stderr.
4133         * lib/closeout.h: Update comment.
4134
4135 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
4136
4137         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
4138         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
4139         * lib/dirchownmod.c: Include lchown.h.
4140         * lib/lchown.c: Don't include files that lchown.h now includes.
4141         Don't declare chown, since lchown.h now does that.
4142         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
4143         (lchown): Define to rpl_chown if lchown is declared but
4144         does not exist.  Declare using a prototype if lchown is not
4145         declared.  Add a copyright notice.
4146         * lib/mkstemp.h: Include <unistd.h>.
4147         * lib/openat.c: Include lchown.h.
4148
4149         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
4150         we now test for that separately.
4151         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
4152         rather than O_NOFOLLOW, when testing whether it's possible to
4153         avoid a race condition reliably.
4154         * lib/savewd.c (savewd_chdir): Likewise.
4155
4156         Remove macros that are no longer needed now that stdint.h is
4157         reliable.
4158         * lib/fsusage.c (UINTMAX_MAX): Remove.
4159         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
4160         * lib/utimecmp.c (SIZE_MAX): Remove.
4161
4162         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
4163
4164         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
4165         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
4166         O_NOATIME works.
4167
4168 2006-10-05  Bruno Haible  <bruno@clisp.org>
4169
4170         * lib/gl_list.h (gl_sortedlist_search_from_to,
4171         gl_sortedlist_indexof_from_to): New declarations.
4172         (gl_list_implementation): New fields sortedlist_search_from_to,
4173         sortedlist_indexof_from_to.
4174         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
4175         inline functions.
4176         * lib/gl_list.c (gl_sortedlist_search_from_to,
4177         gl_sortedlist_indexof_from_to): New functions.
4178         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
4179         function.
4180         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
4181         (gl_array_sortedlist_search_from_to): New function.
4182         (gl_array_list_implementation): Update.
4183         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
4184         function.
4185         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
4186         (gl_carray_sortedlist_search_from_to): New function.
4187         (gl_carray_list_implementation): Update.
4188         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
4189         gl_linked_sortedlist_indexof_from_to): New functions.
4190         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4191         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4192         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
4193         gl_tree_sortedlist_indexof_from_to): New functions.
4194         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4195         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4196         Update.
4197         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4198         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
4199         Update.
4200
4201 2006-10-05  Bruno Haible  <bruno@clisp.org>
4202
4203         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
4204         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
4205         (struct gl_list_implementation): Add fields search_from_to,
4206         indexof_from_to. Remove fields search, indexof.
4207         (gl_list_search): Use the search_from_to method.
4208         (gl_list_search_from, gl_list_search_from_to): New functions.
4209         (gl_list_indexof): Use the indexof_from_to method.
4210         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4211         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
4212         (gl_list_search_from, gl_list_search_from_to): New functions.
4213         (gl_list_indexof): Use the indexof_from_to method.
4214         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4215         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
4216         gl_array_indexof. Add start_index, end_index arguments.
4217         (gl_array_search_from_to): Renamed from gl_array_search. Add
4218         start_index, end_index arguments.
4219         (gl_array_remove, gl_array_list_implementation): Update.
4220         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
4221         gl_carray_indexof. Add start_index, end_index arguments.
4222         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
4223         start_index, end_index arguments.
4224         (gl_carray_remove, gl_carray_list_implementation): Update.
4225         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
4226         gl_linked_search. Add start_index, end_index arguments.
4227         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
4228         start_index, end_index arguments.
4229         (gl_linked_remove): Update.
4230         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4231         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4232         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
4233         field to 'size_t'.
4234         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
4235         gl_tree_search. Add start_index, end_index arguments.
4236         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4237         start_index, end_index arguments.
4238         (gl_tree_remove): Update.
4239         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4240         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4241         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
4242         function.
4243         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
4244         gl_tree_search. Add start_index, end_index arguments.
4245         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4246         start_index, end_index arguments.
4247         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4248         Update.
4249         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
4250
4251 2006-10-05  Bruno Haible  <bruno@clisp.org>
4252
4253         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
4254
4255         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
4256         fwriteerror_temp): New declarations.
4257         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
4258         (descriptors): New variable.
4259         (cleanup): First, close the descriptors.
4260         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
4261         fclose_temp, fwriteerror_temp): New functions.
4262
4263 2006-10-04  Jim Meyering  <jim@meyering.net>
4264
4265         * lib/fts.c (fts_open): Tiny comment change.
4266
4267 2006-10-04  Bruno Haible  <bruno@clisp.org>
4268
4269         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
4270         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
4271         gl_LOCK_BODY.
4272         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
4273         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
4274         gl_LOCK_EARLY_BODY.
4275         (gl_LOCK): Require gl_LOCK_BODY.
4276
4277 2006-10-04  Bruno Haible  <bruno@clisp.org>
4278
4279         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
4280         (gl_oset_search_atleast): New declaration.
4281         (struct gl_oset_implementation): Add field 'search_atleast'.
4282         (gl_oset_search_atleast): New inline function.
4283         * lib/gl_oset.c (gl_oset_search_atleast): New function.
4284         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
4285         (gl_array_oset_implementation): Update.
4286         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
4287         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
4288         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
4289
4290 2006-10-04  Bruno Haible  <bruno@clisp.org>
4291
4292         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
4293
4294 2006-10-03  Bruno Haible  <bruno@clisp.org>
4295
4296         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
4297         from gl_avltreehash_list_implementation.
4298
4299 2006-10-03  Bruno Haible  <bruno@clisp.org>
4300
4301         * lib/gl_oset.c (gl_oset_add): Fix return type.
4302
4303 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
4304
4305         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
4306
4307 2006-10-02  Eric Blake  <ebb9@byu.net>
4308
4309         * modules/strnlen (Depends-on): Add extensions.
4310
4311 2006-10-02  Eric Blake  <ebb9@byu.net>
4312
4313         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
4314         definition in 2.60+.
4315
4316 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
4317
4318         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
4319         checks.
4320
4321 2006-10-02  Bruno Haible  <bruno@clisp.org>
4322
4323         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
4324         to the AUTOMAKE_OPTIONS.
4325         Reported by Jim Meyering.
4326
4327 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
4328
4329         Work around bug in Solaris 10 /proc file system:
4330         /proc/self/fd/NNN/.. isn't the parent directory of
4331         the directory whose file descriptor is NNN.  This needs to
4332         be worked around at run time, not compile time, since a
4333         program might be built on Solaris 8, where things work, and
4334         run on Solaris 10.
4335         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
4336         to use the following interface instead:
4337         (OPENAT_BUFFER_SIZE): New macro.
4338         (openat_proc_name): New function.
4339         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
4340         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
4341         Likewise.
4342         * lib/openat-proc.c: New file.
4343         * modules/openat (Files): Add lib/openat-proc.c.
4344         (Depends-on): Add same-inode, stdbool.
4345         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
4346
4347 2006-09-29  Bruno Haible  <bruno@clisp.org>
4348
4349         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
4350         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
4351         argument. Set stdout_closed before testing for ferror, not after.
4352         (fwriteerror, fwriteerror_no_ebadf): New functions.
4353
4354 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4355
4356         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
4357
4358 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
4359
4360         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
4361         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
4362
4363 2006-09-28  Jim Meyering  <jim@meyering.net>
4364
4365         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
4366         Include <unistd.h>.
4367
4368 2006-09-28  Bruno Haible  <bruno@clisp.org>
4369
4370         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
4371         * modules/linkedhash-list (Depends-on): Likewise.
4372         * modules/rbtreehash-list (Depends-on): Likewise.
4373
4374 2006-09-28  Bruno Haible  <bruno@clisp.org>
4375
4376         * lib/strndup.h: Simplify the redefinition of strndup.
4377         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
4378         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
4379
4380 2006-09-28  Bruno Haible  <bruno@clisp.org>
4381
4382         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
4383         * lib/gl_linkedhash_list.c: Likewise.
4384         * lib/gl_rbtreehash_list.c: Likewise.
4385
4386 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
4387
4388         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
4389         getaddrinfo.
4390
4391         * lib/__fpending.h: Don't include <stdio_ext.h> unless
4392         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
4393         it causes <stdio_ext.h> to cause a compile-time error.
4394         Problem reported by Nelson H. F. Beebe.
4395         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
4396         of HAVE_DECL___PENDING.
4397
4398         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
4399         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
4400         declaration.
4401
4402 2006-09-27  Jim Meyering  <jim@meyering.net>
4403
4404         This file could end up with a definition for a function
4405         named __strndup, rather than rpl_strndup on a system with
4406         incomplete weak_alias support.
4407         * lib/strndup.c (strndup): Rename from __strndup.
4408         Remove #defines that used to map __strndup to strndup.
4409         Don't use K&R prototypes.
4410         Remove LIBC-related code, since this file is not sync'd with glibc.
4411         * lib/strndup.h: Revamp, accordingly.
4412         * m4/strndup.m4: Modernize.
4413
4414 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
4415
4416         * modules/savewd (Depends-on): Add 'raise'.
4417         * lib/savewd.c: Include <signal.h>, for 'raise'.
4418
4419 2006-09-26  Jim Meyering  <jim@meyering.net>
4420
4421         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
4422         when we detect Darwin 8.7.0's acl_get_file bug.
4423         Rearrange to perform the new (below) run-test while $LIBS
4424         contains any acl-related library.  Set USE_ACL at the end.
4425         (gl_ACL_GET_FILE): New function.
4426
4427 2006-09-26  Eric Blake  <ebb9@byu.net>
4428
4429         * lib/verror.c: Include <config.h> unconditionally.
4430
4431 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
4432
4433         * modules/clock-time (Maintainer): Add self.
4434         * modules/getlogin_r (Depends-on): Add extensions.
4435
4436 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4437
4438         * modules/clock-time: New module.
4439         * modules/nanosleep (Depends-on): Add clock-time.
4440         * modules/gethrxtime (Depends-on): Likewise.
4441         * modules/gettime (Depends-on): Likewise.
4442         * modules/settime (Depends-on): Likewise.
4443
4444         * modules/fts-lgpl: Depend on openat.
4445         * modules/mkancesdirs: Depend on savewd.
4446         * modules/mkdir-p: Likewise.
4447
4448 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4449
4450         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
4451
4452         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
4453         `gl_have_arbitrary_file_name_length_limit' to
4454         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
4455         actually works between configure runs.
4456
4457 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4458             Bruno Haible  <bruno@clisp.org>
4459
4460         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
4461
4462 2006-09-25  Jim Meyering  <jim@meyering.net>
4463
4464         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
4465         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
4466
4467 2006-09-25  Eric Blake  <ebb9@byu.net>
4468
4469         * gnulib-tool (func_import, func_create_testdir): Fix typos in
4470         exec's in 2006-09-18 patch when shuffling fds.
4471
4472 2006-09-25  Bruno Haible  <bruno@clisp.org>
4473
4474         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
4475         Reported by Jim Meyering.
4476
4477 2006-09-24  Jim Meyering  <jim@meyering.net>
4478
4479         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
4480         compare a pointer against a literal "0".  That caused failures with
4481         at least HP-UX's hpcc.
4482
4483 2006-09-22  Simon Josefsson  <jas@extundo.com>
4484
4485         * modules/gc-sha1:
4486         * modules/gc-md4:
4487         * modules/gc-hmac-sha1:
4488         * modules/gc-hmac-md5:
4489         * modules/gc-des:
4490         * modules/gc-arcfour: Distribute more files.
4491
4492 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4493
4494         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
4495         (gl_linked_iterator_from_to): Initialize struct completely.
4496         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
4497         (gl_tree_iterator_from_to): Likewise
4498         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
4499         * lib/gl_array_list.c [lint] (gl_array_iterator)
4500         (gl_array_iterator_from_to): Likewise.
4501         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
4502         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
4503         (gl_carray_iterator_from_to): Likewise.
4504
4505         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
4506         * lib/md4.c (md4_process_block): Remove unused variable.
4507         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
4508         parentheses for clarity.
4509
4510 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4511
4512         * modules/bison-i18n (Depends-on): Add gettext.
4513
4514 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4515
4516         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
4517         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
4518         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
4519         also add missing comma that caused broken test.
4520         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
4521         stdlib.h, for `abort'.
4522         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
4523         variables.
4524         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
4525         include unistd.h if present, for `rmdir'.
4526         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
4527         variables.
4528         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
4529         in the process include standard headers for prototypes.
4530         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
4531         gets declared on GNU/Linux.
4532         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
4533         unistd.h, for `rmdir'.
4534         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
4535
4536         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
4537         always true.
4538         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
4539
4540         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
4541
4542 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4543
4544         * gnulib-tool (func_version): Create output all at once.  This
4545         may help avoid triggering unnecessary SIGPIPEs, and at any
4546         rate it doesn't hurt.
4547
4548 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4549             Bruno Haible  <bruno@clisp.org>
4550
4551         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
4552         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4553         * m4/signed.m4 (bh_C_SIGNED): Likewise.
4554
4555         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
4556         (gl_FUNC_VASPRINTF): Invoke it.
4557
4558 2006-09-22  Bruno Haible  <bruno@clisp.org>
4559
4560         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
4561         getloadavg.c as first argument.
4562
4563 2006-09-22  Bruno Haible  <bruno@clisp.org>
4564
4565         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
4566         at the beginning of the gl_INIT macro.
4567         * modules/getloadavg (configure.ac): Pass $gl_source_base to
4568         gl_GETLOADAVG.
4569
4570 2006-09-22  Bruno Haible  <bruno@clisp.org>
4571
4572         * gnulib-tool (func_create_megatestdir): Don't include the config-h
4573         module.
4574         Suggested by Ralf Wildenhues.
4575
4576 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
4577
4578         Import this patch from libc:
4579
4580         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
4581
4582         * lib/regex_internal.c (re_string_reconstruct): Handle
4583         offset < pstr->valid_raw_len && pstr->offsets_needed case.
4584         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
4585         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
4586         re_string_context_at.
4587
4588         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
4589         now requires it.
4590         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
4591         gl_REGEX now does it for us.
4592         (gl_REGEX): Add test taken from
4593         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
4594
4595         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
4596         Check that large offsets work.  Modernize Autoconf usages.
4597         Prefer "yes" to mean a good thing rather than a bad.
4598         Don't put "#define mkstemp" in config.h, as this might interfere
4599         with standard system headers that "#define mkstemp mkstemp64".
4600
4601         * modules/mkstemp (Depends-on): Add extensions, so that
4602         mkstemp is visible on some platforms.
4603         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
4604         (Include): Change to "mkstemp.h" from <stdlib.h>.
4605         (Files): Add mkstemp.h.
4606
4607         * lib/mkstemp.h: New file, since some standard headers
4608         #define mkstemp.
4609         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
4610         Include "mkstemp.h".
4611         Make the _LIBC code resemble glibc original more,
4612         e.g., use K&R style.
4613         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
4614         (mkstemp): Remove, since mkstemp.h does this for us.
4615         * lib/stdlib--.h: Include mkstemp.h.
4616
4617         Import this patch from libc:
4618
4619         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4620
4621         * lib/tempname.c (__gen_tempname): Change attempts_min
4622         into a macro.  Use preprocessor to decide how to initialize
4623         attempts [Coverity CID 67].
4624
4625 2006-09-20  Bruno Haible  <bruno@clisp.org>
4626
4627         * lib/mkdtemp.c: Import from libc.
4628         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4629                 * sysdeps/posix/tempname.c (__gen_tempname): Change
4630                 attempts_min into a macro.  Use preprocessor to decide how to
4631                 initialize attempts [Coverity CID 67].
4632         2001-11-27  Paul Eggert  <eggert@twinsun.com>
4633                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
4634                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
4635
4636 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4637
4638         * gnulib-tool (func_exit): New function, to allow to pass the
4639         exit status portably through the trap.  Use everywhere.
4640         (--help, --version): Signal a write error.
4641         (trap): catch SIGPIPE, for write errors.
4642         Exit at the end of the trap, with the correct exit status.
4643
4644 2006-09-19  Karl Berry  <karl@gnu.org>
4645
4646         * doc/gnulib.texi: note about the license texinfo files.
4647
4648 2006-09-19  Eric Blake  <ebb9@byu.net>
4649
4650         * gnulib-tool: Avoid space-tab.
4651
4652 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4653
4654         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
4655         that prevented coreutils 6.1 from building.  Problem reported
4656         by Petter Reinholdtsen.
4657
4658 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4659
4660         * gnulib-tool (avoidlist): Fix typo that broke options like
4661         --avoid=lock that are used by coreutils bootstrap.
4662
4663 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
4664
4665         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
4666         more systematically.
4667
4668 2006-09-18  Jim Meyering  <jim@meyering.net>
4669
4670         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
4671
4672 2006-09-18  Bruno Haible  <bruno@clisp.org>
4673
4674         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
4675
4676 2006-09-18  Bruno Haible  <bruno@clisp.org>
4677
4678         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
4679         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
4680         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
4681         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
4682         * m4/gettext.m4: Require autoconf >= 2.52.
4683         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
4684         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
4685         of gl_cv_header_inttypes_h.
4686
4687 2006-09-18  Bruno Haible  <bruno@clisp.org>
4688
4689         * lib/javaversion.c: Include configmake.h.
4690
4691 2006-09-18  Bruno Haible  <bruno@clisp.org>
4692
4693         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
4694         avoid that the while loops be executed in a subshell.
4695
4696 2006-09-18  Bruno Haible  <bruno@clisp.org>
4697
4698         * MODULES.html.sh (func_module): Break long lines.
4699         Suggested by Bruce Korb <bkorb@gnu.org>.
4700
4701 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4702
4703         Speed up by a factor of 1.12.
4704         * gnulib-tool (nl): New variable.
4705         (func_import): Rewrite include directive extraction to only read each
4706         directive once.
4707
4708 2006-09-17  Bruno Haible  <bruno@clisp.org>
4709
4710         * modules/javaversion (Makefile.am): Remove DEFS setting.
4711         (Depends-on): Add configmake, for PKGDATADIR definition.
4712
4713 2006-09-17  Bruno Haible  <bruno@clisp.org>
4714
4715         * gnulib-tool (func_create_testdir): Rewrite all files at once.
4716
4717 2006-09-17  Bruno Haible  <bruno@clisp.org>
4718
4719         * gnulib-tool (func_append): New function, stolen from libtool.m4.
4720         (func_modules_transitive_closure, func_modules_add_dummy,
4721         func_modules_to_filelist, func_import, func_create_testdir,
4722         func_create_megatestdir, ...): Use it wherever possible.
4723         Suggested by Ralf Wildenhues.
4724
4725 2006-09-16  Karl Berry  <karl@gnu.org>
4726
4727         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
4728         to avoid sectioning errors.
4729         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
4730         [ifinfo]: blank line after @center-ed titles.
4731         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
4732         Spell FSF address consistently with others.
4733         (These changes approved by rms.)
4734
4735 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4736
4737         Speed up by a factor of 1.61.
4738         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
4739         already checked module names again.
4740
4741 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4742
4743         Speed up by a factor of 1.13.
4744         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
4745         for new_files, and the input to func_add_or_update.
4746
4747 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4748
4749         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
4750         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
4751
4752 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4753
4754         * modules/mkancesdirs (Depends-on): Add fcntl.
4755         * modules/savewd: New file.
4756         * MODULES.html.sh (File system functions): Add savewd.
4757
4758         * modules/configmake (Makefile.am): Add support for the
4759         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
4760
4761 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4762
4763         * m4/savewd.m4: New file.
4764
4765 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4766
4767         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
4768         (dirchownmod): New arg FD.  All callers changed.
4769         Use FD rather than opening the directory ourself, as opening is
4770         now the caller's responsibility.
4771         * lib/dirchownmod.h: Likewise.
4772         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
4773         hosts that require <sys/types.h> before <sys/stat.h>.  Include
4774         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
4775         (test_dir): Remove.
4776         (mkancesdirs): Return length of prefix of FILE that has already
4777         been made, or -2 if there is a child doing the work.  Redo
4778         algorithm so that it is O(N) rather than O(N**2).  Optimize away
4779         ".", and treat ".." specially since it might stray back into
4780         already-created areas.  Use a subprocess if necessary.  New arg
4781         WD; all users changed.  MAKE_DIR function should now return 1
4782         if it creates a directory that is not readable.  Return -2 if
4783         a child process is spun off.
4784         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
4785         Adjust signature to match code.
4786         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
4787         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
4788         all users changed.
4789         * lib/savewd.c, lib/savewd.h: New files.
4790
4791 2006-09-15  Jim Meyering  <jim@meyering.net>
4792
4793         * modules/rename-dest-slash: New module.
4794         * MODULES.html.sh (posix_compat): Add it here.
4795
4796         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
4797
4798 2006-09-15  Jim Meyering  <jim@meyering.net>
4799
4800         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
4801         file.
4802
4803         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
4804
4805 2006-09-15  Jim Meyering  <jim@meyering.net>
4806
4807         * lib/rename-dest-slash.c (has_trailing_slash): Use
4808         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
4809         (rpl_rename_dest_slash): Perform the cheaper trailing slash
4810         test before testing whether SRC is a directory.
4811         Suggestions from Bruno Haible.
4812
4813         Avoid a warning about an unused variable.
4814         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
4815         into the #ifdef block where it's used.
4816
4817         * lib/rename-dest-slash.c: New file.
4818
4819 2006-09-14  Bruno Haible  <bruno@clisp.org>
4820
4821         * lib/allocsa.c: Include <config.h> unconditionally.
4822         * lib/asnprintf.c: Likewise.
4823         * lib/asprintf.c: Likewise.
4824         * lib/c-strcasecmp.c: Likewise.
4825         * lib/c-strcasestr.c: Likewise.
4826         * lib/c-strncasecmp.c: Likewise.
4827         * lib/c-strstr.c: Likewise.
4828         * lib/classpath.c: Likewise.
4829         * lib/clean-temp.c: Likewise.
4830         * lib/concatpath.c: Likewise.
4831         * lib/copy-file.c: Likewise.
4832         * lib/csharpcomp.c: Likewise.
4833         * lib/csharpexec.c: Likewise.
4834         * lib/execute.c: Likewise.
4835         * lib/fatal-signal.c: Likewise.
4836         * lib/findprog.c: Likewise.
4837         * lib/fwriteerror.c: Likewise.
4838         * lib/gl_array_list.c: Likewise.
4839         * lib/gl_array_oset.c: Likewise.
4840         * lib/gl_avltree_list.c: Likewise.
4841         * lib/gl_avltree_oset.c: Likewise.
4842         * lib/gl_avltreehash_list.c: Likewise.
4843         * lib/gl_carray_list.c: Likewise.
4844         * lib/gl_linked_list.c: Likewise.
4845         * lib/gl_linkedhash_list.c: Likewise.
4846         * lib/gl_list.c: Likewise.
4847         * lib/gl_oset.c: Likewise.
4848         * lib/gl_rbtree_list.c: Likewise.
4849         * lib/gl_rbtree_oset.c: Likewise.
4850         * lib/gl_rbtreehash_list.c: Likewise.
4851         * lib/imaxabs.c: Likewise.
4852         * lib/imaxdiv.c: Likewise.
4853         * lib/javacomp.c: Likewise.
4854         * lib/javaexec.c: Likewise.
4855         * lib/javaversion.c: Likewise.
4856         * lib/linebreak.c: Likewise.
4857         * lib/localcharset.c: Likewise.
4858         * lib/lock.c: Likewise.
4859         * lib/mbchar.c: Likewise.
4860         * lib/mbswidth.c: Likewise.
4861         * lib/mkdtemp.c: Likewise.
4862         * lib/pipe.c: Likewise.
4863         * lib/printf-args.c: Likewise.
4864         * lib/printf-parse.c: Likewise.
4865         * lib/progname.c: Likewise.
4866         * lib/progreloc.c: Likewise.
4867         * lib/readlink.c: Likewise.
4868         * lib/sh-quote.c: Likewise.
4869         * lib/stpcpy.c: Likewise.
4870         * lib/stpncpy.c: Likewise.
4871         * lib/strcasecmp.c: Likewise.
4872         * lib/strcasestr.c: Likewise.
4873         * lib/strcspn.c: Likewise.
4874         * lib/striconv.c: Likewise.
4875         * lib/strncasecmp.c: Likewise.
4876         * lib/strnlen1.c: Likewise.
4877         * lib/strstr.c: Likewise.
4878         * lib/strtok_r.c: Likewise.
4879         * lib/tls.c: Likewise.
4880         * lib/tmpdir.c: Likewise.
4881         * lib/unicodeio.c: Likewise.
4882         * lib/unsetenv.c: Likewise.
4883         * lib/vasnprintf.c: Likewise.
4884         * lib/vasprintf.c: Likewise.
4885         * lib/wait-process.c: Likewise.
4886         * lib/xallocsa.c: Likewise.
4887         * lib/xsetenv.c: Likewise.
4888         * lib/xstriconv.c: Likewise.
4889
4890 2006-09-13  Simon Josefsson  <jas@extundo.com>
4891
4892         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
4893         that internally, suggested by Ralf Wildenhues
4894         <Ralf.Wildenhues@gmx.de>.
4895
4896 2006-09-13  Simon Josefsson  <jas@extundo.com>
4897
4898         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
4899         @LIBOBJS@.
4900         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4901
4902 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
4903
4904         * lib/_fpending.c: Include <config.h> unconditionally, since we no
4905         longer worry about uses that don't define HAVE_CONFIG_H.
4906         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
4907         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
4908         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
4909         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
4910         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
4911         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
4912         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
4913         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
4914         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
4915         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
4916         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
4917         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
4918         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
4919         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
4920         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
4921         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
4922         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
4923         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
4924         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
4925         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
4926         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
4927         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
4928         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
4929         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
4930         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
4931         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
4932         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
4933         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
4934         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
4935         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
4936         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
4937         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
4938         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
4939         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
4940         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
4941         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
4942         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
4943         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
4944         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
4945         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
4946         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
4947         Likewise.
4948
4949 2006-09-13  Eric Blake  <ebb9@byu.net>
4950
4951         * lib/getopt.c: Fix typo in last commit.
4952
4953 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4954
4955         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
4956         dgettext.
4957
4958 2006-09-12  Jim Meyering  <jim@meyering.net>
4959
4960         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
4961         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
4962         Reported by Nelson H. F. Beebe.
4963
4964 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
4965
4966         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
4967         program_invocation_name and program_invocation_short_name are
4968         initialized.
4969         * lib/argp-namefrob.h: Move declarations of program_invocation_name
4970         and program_invocation_short_name to argp.h, so they are visible
4971         to user programs.
4972         * lib/argp.h: Likewise
4973
4974 2006-09-10  Bruno Haible  <bruno@clisp.org>
4975
4976         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
4977         m4/inttypes_h.m4, m4/uintmax_t.m4.
4978
4979 2006-09-10  Bruno Haible  <bruno@clisp.org>
4980
4981         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
4982         gl_AC_TYPE_UINTMAX_T.
4983
4984 2006-09-10  Bruno Haible  <bruno@clisp.org>
4985
4986         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
4987
4988 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
4989
4990         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
4991         convention.  Text proposed by Bruno Haible.
4992         (struct argp_option): Document the use of N_() wrappers.
4993
4994         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
4995         '\v', and translate the two parts separately, instead of feeding
4996         the whole string to gettext.  This allows to exclude
4997         '\v' from the strings visible to the translator by writing doc
4998         strings as N_("..") "\v" N_("..").
4999
5000 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
5001
5002         * config/srclist.txt: Undo latest change; the bug was fixed.
5003
5004 2006-09-09  Bruno Haible  <bruno@clisp.org>
5005
5006         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
5007         assignments if building a library without libtool.
5008         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
5009         in func_emit_lib_Makefile_am.
5010         (func_import): When building a static library libfoo.a, arrange to
5011         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
5012         (func_create_testdir): Likewise.
5013         * modules/gc (configure.ac, Makefile.am): If building statically,
5014         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
5015         * modules/iconvme (configure.ac, Makefile.am): Likewise.
5016         * modules/striconv (configure.ac, Makefile.am): Likewise.
5017         Based on a suggestion by Ralf Wildenhues.
5018
5019 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5020
5021         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5022         Check for unistd.h too, since Autoconf doesn't assume POSIX.
5023         Also:
5024
5025         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5026         Add year_2050_test to catch glibc bug 2821
5027         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5028
5029         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5030         Prefer #ifdef to #if.
5031
5032         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
5033         Return from 'main' instead of calling 'exit'.
5034
5035 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5036
5037         * lib/mktime.c (guess_time_tm): Fix bug where mktime
5038         returned the maximum time_t value rather than (time_t) -1.
5039         Problem originally reported by William Bardwell
5040         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5041
5042         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5043         Moved to here ...
5044         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5045         ... from here.
5046
5047 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5048
5049         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
5050         2821 is fixed.
5051
5052 2006-09-08  Jim Meyering  <jim@meyering.net>
5053
5054         Don't make generated files read-only.  That would bother too many
5055         people.  However, do retain the ability to work when targets are
5056         read-only: remove the destination and temporary files before writing
5057         them (when generated via sed or echo), or by using the -f option for
5058         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
5059         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5060         * modules/byteswap, modules/configmake, modules/fcntl:
5061         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5062         * modules/localcharset, modules/netinet_in, modules/poll:
5063         * modules/stdbool, modules/stdint, modules/sys_select:
5064         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5065
5066 2006-09-08  Jim Meyering  <jim@meyering.net>
5067
5068         Avoid new build failure on FreeBSD 6.0.
5069         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
5070         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
5071         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
5072
5073 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5074
5075         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
5076
5077 2006-09-07  Jim Meyering  <jim@meyering.net>
5078
5079         Fix global typo in last change: use chmod u-w, not chmod u-x.
5080         Spotted by Paul Eggert and Bruce Korb.
5081         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5082         * modules/byteswap, modules/configmake, modules/fcntl:
5083         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5084         * modules/localcharset, modules/netinet_in, modules/poll:
5085         * modules/stdbool, modules/stdint, modules/sys_select:
5086         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5087
5088 2006-09-06  Jim Meyering  <jim@meyering.net>
5089
5090         Make generated files be read-only.
5091         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
5092         Ensure that each generated file is now read-only.
5093         * modules/argz: Likewise.
5094         * modules/arpa_inet: Likewise.
5095         * modules/byteswap: Likewise.
5096         * modules/configmake: Likewise.
5097         * modules/fcntl: Likewise.
5098         * modules/fnmatch: Likewise.
5099         * modules/getopt: Likewise.
5100         * modules/glob: Likewise.
5101         * modules/inttypes: Likewise.
5102         * modules/netinet_in: Likewise.
5103         * modules/poll: Likewise.
5104         * modules/stdbool: Likewise.
5105         * modules/stdint: Likewise.
5106         * modules/sys_select: Likewise.
5107         * modules/sys_socket: Likewise.
5108         * modules/sys_stat: Likewise.
5109         * modules/sysexits: Likewise.
5110         * modules/localcharset: Same as above, but continue using temporary
5111         file named "t-$@" (why different?) rather than the "$@-t" used
5112         everywhere else.
5113
5114         * modules/sysexits (Makefile.am): Replace literal occurrences
5115         of "sysexit.h" more readable, and more consistent, "$@".
5116
5117 2006-09-06  Bruno Haible  <bruno@clisp.org>
5118
5119         * modules/striconv: New file.
5120         * modules/xstriconv: New file.
5121         * MODULES.html.sh (Internationalization functions): Add striconv,
5122         xstriconv.
5123
5124 2006-09-06  Bruno Haible  <bruno@clisp.org>
5125
5126         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
5127         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
5128         not using libtool correctly.
5129
5130 2006-09-06  Bruno Haible  <bruno@clisp.org>
5131
5132         * lib/striconv.h: New file.
5133         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
5134         iconvstring.c.
5135         * lib/xstriconv.h: New file.
5136         * lib/xstriconv.c: New file.
5137
5138 2006-09-06  Bruno Haible  <bruno@clisp.org>
5139
5140         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5141         lib_..._LDFLAGS.
5142
5143 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5144
5145         * lib/argz_.h: Sync from Libtool.
5146
5147         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
5148                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5149
5150         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
5151
5152 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5153
5154         * modules/trim: New file.
5155
5156 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5157
5158         * lib/trim.h: New file.
5159         * lib/trim.c: New file.
5160
5161 2006-09-05  Bruno Haible  <bruno@clisp.org>
5162
5163         * MODULES.html.sh (String handling): Add trim.
5164
5165 2006-09-04  Karl Berry  <karl@gnu.org>
5166
5167         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
5168         until next release.
5169
5170 2006-09-03  Bruno Haible  <bruno@clisp.org>
5171
5172         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
5173         correctly.
5174
5175 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5176
5177         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
5178         not gl_GETLOADAVG.  Omit unneeded semicolons.
5179         Problems reported by Ralf Wildenhues in
5180         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5181         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
5182         at the end, which is the usual gnulib style.
5183
5184         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
5185         of doing all the work ourselves.
5186         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
5187         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
5188
5189 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5190
5191         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
5192         Problem reported by Ralf Wildenhues in
5193         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5194
5195         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
5196         HAVE_STRUCT_STATFS_F_FSTYPENAME.
5197
5198 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5199
5200         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
5201         yesterday's patch by changing test -n to test -z.
5202
5203 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5204
5205         * modules/getloadavg (Files): Add m4/getloadavg.m4.
5206         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
5207         the former is now obsolescent.
5208
5209         * modules/chdir-long (Depends-on): Add fcntl.
5210
5211 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5212
5213         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
5214         obsolescent, and programs should use gnulib instead.
5215         * m4/getloadavg.m4: New file, with contents taken from Autoconf
5216         but with prefixes changed.
5217
5218 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5219
5220         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
5221         or stdbool.h, because they might not exist while configuring.
5222
5223         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
5224         Don't include unistd.h or limits.h; not needed, since chdir-long.h
5225         does that for us.
5226         (O_DIRECTORY): Remove.
5227
5228 2006-08-31  Eric Blake  <ebb9@byu.net>
5229
5230         * gnulib-tool: Don't let emacs change spaces to TAB.
5231
5232 2006-08-31  Bruno Haible  <bruno@clisp.org>
5233
5234         * gnulib-tool: When calling func_import more than once, do it in a
5235         subshell.
5236         Reported by Eric Blake <ebb9@byu.net>.
5237
5238 2006-08-31  Bruno Haible  <bruno@clisp.org>
5239
5240         * gnulib-tool (nl): Remove variable.
5241         (sed_transform_lib_file): Use more robust test for config-h module.
5242         (func_import): Fix typo in 2006-08-25 patch.
5243
5244 2006-08-31  Bruno Haible  <bruno@clisp.org>
5245
5246         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
5247         specified, augment Makefile.am variables instead of assigning them.
5248
5249 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5250
5251         Work around a bug in both the Linux and SunOS 64-bit kernels:
5252         nanosleep mishandles sleeps for longer than 2**31 seconds.
5253         Problem reported by Frank v Waveren in
5254         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5255         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
5256         Check for nanosleep bug.
5257         (LIB_NANOSLEEP): Append clock_gettime library if needed.
5258
5259 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5260
5261         Work around a bug in both the Linux and SunOS 64-bit kernels:
5262         nanosleep mishandles sleeps for longer than 2**31 seconds.
5263         Problem reported by Frank v Waveren in
5264         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5265         * lib/nanosleep.c (BILLION): New constant.
5266         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
5267         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
5268         implementation.
5269
5270 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5271
5272         * modules/nanosleep (Depends-on): Add gettime.
5273
5274 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5275         and Simon Josefsson  <jas@extundo.com>
5276         and Oskar Liljeblad  <oskar@osk.mine.nu>
5277
5278         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
5279         * gnulib-tool (func_import): New license type 'unmodifiable license
5280         text'.
5281         * modules/fdl: Use it.  Longer description.
5282         * module/gpl, module/lgpl: New files.
5283
5284 2006-08-30  Jim Meyering  <jim@meyering.net>
5285
5286         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
5287         shadowing the parameter.
5288
5289 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5290
5291         Sync from Libtool:
5292
5293         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5294
5295         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
5296         sharing with gnulib.  Report by Eric Blake.
5297
5298 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5299
5300         * modules/isapipe: New file.
5301         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
5302
5303 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5304
5305         * modules/configmake (Makefile.am): Add a comment, and omit
5306         the CONFIGMAKE_ prefix from generated macro names.  Suggested
5307         by Bruno Haible.
5308
5309 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5310
5311         * m4/isapipe.m4: New file.
5312
5313 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5314
5315         * lib/isapipe.c, lib/isapipe.h: New files.
5316
5317 2006-08-29  Jim Meyering  <jim@meyering.net>
5318
5319         * modules/configmake (Makefile.am): Make configmake.h depend on
5320         Makefile.  Otherwise, a stale configmake.h could hang around.
5321
5322 2006-08-29  Eric Blake  <ebb9@byu.net>
5323
5324         * lib/error.c (error_at_line, print_errno_message): Match libc, after
5325         resolution of upstream bug 3044.
5326
5327 2006-08-29  Bruno Haible  <bruno@clisp.org>
5328
5329         * modules/localcharset (Depends-on): Add configmake.
5330         (Makefile.am): Remove setting of LIBDIR through DEFS.
5331
5332 2006-08-29  Bruno Haible  <bruno@clisp.org>
5333
5334         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
5335         defined.
5336
5337 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5338
5339         * modules/fcntl: New file.
5340         * modules/chdir-safer (Depends-on): Add fcntl.
5341         * modules/fts: Likewise.
5342         * modules/mkdir-p: Likewise.
5343
5344         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
5345         This undoes the most recent change, since we're now addressing the
5346         problem in a different way.
5347
5348         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
5349         into output, since the output might be called Makefile.am even
5350         if $makefile_name is something different.
5351         (func_import): Use $makefile_am rather than
5352         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
5353         empty.
5354
5355         * modules/inttypes (Files): Add m4/inttypes-h.m4.
5356
5357 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5358
5359         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
5360         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
5361         recent change to stdint.m4, since we're now addressing the problem in a
5362         different way.
5363
5364 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5365
5366         * m4/fcntl_h.m4: New file.
5367
5368 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5369
5370         * lib/fcntl_.h: New file.
5371         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
5372         the fcntl module.
5373         * lib/dirchownmod.c: Likewise.
5374         * lib/fts.c: Likewise.
5375
5376         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
5377         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
5378         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
5379         just before including <inttypes.h>, to avoid circular inclusion.
5380
5381 2006-08-28  Jim Meyering  <jim@meyering.net>
5382
5383         * doc/visibility.texi: Actually read and correct the grammar of the
5384         sentence affected by yesterday's change.
5385
5386 2006-08-28  Eric Blake  <ebb9@byu.net>
5387
5388         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
5389         needs wrapper.
5390
5391 2006-08-28  Eric Blake  <ebb9@byu.net>
5392
5393         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
5394
5395 2006-08-28  Eric Blake  <ebb9@byu.net>
5396
5397         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
5398
5399 2006-08-28  Bruno Haible  <bruno@clisp.org>
5400
5401         * modules/c-strstr: New file, from GNU gettext.
5402         * MODULES.html.sh (String handling): Add c-strstr.
5403
5404 2006-08-28  Bruno Haible  <bruno@clisp.org>
5405
5406         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
5407         macros.
5408         Reported by Eric Blake.
5409
5410 2006-08-28  Bruno Haible  <bruno@clisp.org>
5411
5412         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
5413         (VASNPRINTF): Return a string of length > INT_MAX without failing.
5414         * lib/vasprintf.c: Include errno.h, limits.h.
5415         (EOVERFLOW): New fallback definition.
5416         (vasprintf): Test here whether the string length is > INT_MAX.
5417         * lib/vsnprintf.c: Include errno.h, limits.h.
5418         (EOVERFLOW): New fallback definition.
5419         (vsnprintf): Fix bug when generated string was too long for the buffer.
5420         Test here whether the string length is > INT_MAX.
5421
5422 2006-08-28  Bruno Haible  <bruno@clisp.org>
5423
5424         * lib/inttypes_.h (SCNX*): Remove definitions.
5425         Reported by Eric Blake.
5426
5427 2006-08-28  Bruno Haible  <bruno@clisp.org>
5428
5429         * lib/c-strstr.h: New file, from GNU gettext.
5430         * lib/c-strstr.c: New file, from GNU gettext.
5431
5432 2006-08-28  Bruno Haible  <bruno@clisp.org>
5433
5434         * gnulib-tool: Reorder some statements.
5435
5436 2006-08-28  Bruno Haible  <bruno@clisp.org>
5437
5438         * gnulib-tool: New option --makefile-name.
5439         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
5440         $makefile_name.
5441         (func_import): Write $makefile_name to the cache file, and read it from
5442         there unless explicitly specified. Use $makefile_name as file name
5443         instead of Makefile.am. Adjust the recommendations accordingly.
5444
5445 2006-08-28  Bruno Haible  <bruno@clisp.org>
5446
5447         * gnulib-tool (func_verify_module): Check against misapplying patch.
5448
5449 2006-08-28  Bruno Haible  <bruno@clisp.org>
5450
5451         * gnulib-tool (func_relativize, func_relconcat): New functions.
5452         Give an error if --local-dir is given with --update.
5453         Remove trailing slashes from $local_gnulib_dir.
5454         (func_import): Store the relativized $local_gnulib_dir in
5455         gnulib-cache.m4, and read it from there if not specified explicitly.
5456
5457 2006-08-28  Bruno Haible  <bruno@clisp.org>
5458
5459         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
5460         is the current directory. Respect also $local_gnulib_dir.
5461
5462 2006-08-28  Bruno Haible  <bruno@clisp.org>
5463             Simon Josefsson  <jas@extundo.com>
5464
5465         BeOS portability.
5466         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
5467
5468 2006-08-27  Jim Meyering  <jim@meyering.net>
5469
5470         * doc/visibility.texi: Remove duplicate word: "pointer".
5471
5472 2006-08-26  Bruno Haible  <bruno@clisp.org>
5473
5474         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
5475         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
5476         (Makefile.am): Create inttypes.h from inttypes_.h.
5477         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
5478
5479         * modules/imaxabs: New file.
5480
5481         * modules/imaxdiv: New file.
5482
5483 2006-08-26  Bruno Haible  <bruno@clisp.org>
5484
5485         * m4/inttypes.m4: New file.
5486         * m4/_inttypes_h.m4: Remove file.
5487         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
5488         PRI_MACROS_BROKEN.
5489         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
5490
5491         * m4/imaxabs.m4: New file.
5492
5493         * m4/imaxdiv.m4: New file.
5494
5495 2006-08-26  Bruno Haible  <bruno@clisp.org>
5496
5497         * lib/inttypes_.h: New file.
5498         * lib/inttypes.h: Remove file.
5499         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
5500
5501         * lib/imaxabs.c: New file.
5502
5503         * lib/imaxdiv.c: New file.
5504
5505 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5506
5507         New config-h module, so that "make" output needn't be cluttered
5508         by -DHAVE_CONFIG_H.
5509         * MODULES.html.sh (Support for building libraries and executables):
5510         Add config-h.
5511         * modules/config-h: New file.
5512         * gnulib-tool (nl, sed_transform_lib_file): New vars.
5513         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
5514         the config-h module is used.
5515
5516         New configmake module, so that "make" output needn't be cluttered
5517         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
5518         * MODULES.html.sh (Support for building libraries and executables):
5519         Add configmake.
5520         * modules/configmake: New file.
5521
5522 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5523
5524         * m4/config-h.m4: New file.
5525
5526 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5527
5528         * config/srclist.txt: Add elisp-comp.
5529
5530 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5531
5532         * MODULES.html.sh (Support for building libraries and executables):
5533         Add elisp-comp.
5534         * build-aux/elisp-comp: New file.
5535         * modules/elisp-comp: New file.
5536
5537 2006-08-24  Bruno Haible  <bruno@clisp.org>
5538
5539         * gnulib-tool (func_create_testdir): Use non-default values of
5540         sourcebase and m4base.
5541
5542 2006-08-24  Bruno Haible  <bruno@clisp.org>
5543
5544         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
5545         HTML structure.
5546
5547 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
5548
5549         * modules/openat (Depends-on): Add lchown.
5550
5551 2006-08-23  Bruno Haible  <bruno@clisp.org>
5552
5553         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
5554         of gl_LOCK_EARLY instead of gl_LOCK.
5555
5556 2006-08-23  Bruno Haible  <bruno@clisp.org>
5557
5558         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
5559         on OSF/1 to no.
5560         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
5561
5562 2006-08-23  Bruno Haible  <bruno@clisp.org>
5563
5564         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
5565         as unusable.
5566
5567         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
5568         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
5569         (gl_LOCK): New macro.
5570
5571 2006-08-22  Simon Josefsson  <jas@extundo.com>
5572
5573         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
5574         to md5 module.
5575
5576 2006-08-22  Simon Josefsson  <jas@extundo.com>
5577
5578         * MODULES.html.sh: Add "Support for maintaining and release
5579         projects".
5580
5581         * build-aux/gnupload: New file, from coreutils.
5582
5583 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5584
5585         Avoid the need for AC_LIBSOURCES in m4 macros.
5586         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
5587         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
5588         * modules/check-version (EXTRA_DIST): Add check-version.h.
5589         * modules/crc (EXTRA_DIST): Add crc.h.
5590         * modules/des (EXTRA_DIST): Add des.h.
5591         * modules/gc (EXTRA_DIST): Add gc.h.
5592         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
5593         * modules/getline (EXTRA_DIST): Add getline.h.
5594         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
5595         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
5596         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
5597         * modules/md2 (EXTRA_DIST): Add md2.h.
5598         * modules/md4 (EXTRA_DIST): Add md4.h.
5599         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
5600         * modules/read-file (EXTRA_DIST): Add read-file.h.
5601         * modules/readline (EXTRA_DIST): Add readline.h.
5602         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
5603         rijndael-api-fst.h.
5604
5605 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5606
5607         * m4/rijndael.m4 (gl_ARCFOUR):
5608         * m4/arctwo.m4 (gl_ARCTWO):
5609         * m4/check-version.m4 (gl_CHECK_VERSION):
5610         * m4/crc.m4 (gl_CRC):
5611         * m4/des.m4 (gl_DES):
5612         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
5613         * m4/gc.m4 (gl_GC):
5614         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
5615         * m4/getline.m4 (gl_FUNC_GETLINE):
5616         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
5617         * m4/hmac-md5.m4 (gl_HMAC_MD5):
5618         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
5619         * m4/md2.m4 (gl_MD2):
5620         * m4/md4.m4 (gl_MD4):
5621         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
5622         * m4/read-file.m4 (gl_FUNC_READ_FILE):
5623         * m4/readline.m4 (gl_FUNC_READLINE):
5624         * m4/rijndael.m4 (gl_RIJNDAEL):
5625         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5626         to get the necessary .h files and whatnot.
5627
5628 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5629
5630         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
5631         gnulib rather than the other way around.
5632         * config/srclistvars.sh (COREUTILS): Remove.
5633
5634 2006-08-22  Jim Meyering  <jim@meyering.net>
5635
5636         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
5637
5638         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
5639
5640 2006-08-22  Eric Blake  <ebb9@byu.net>
5641
5642         * modules/regexprops-generic: New file.
5643         * MODULES.html.sh (Support for building documentation): List it.
5644
5645 2006-08-22  Eric Blake  <ebb9@byu.net>
5646
5647         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
5648         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
5649         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
5650         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
5651
5652 2006-08-22  Bruno Haible  <bruno@clisp.org>
5653
5654         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
5655         and lib_LTLIBRARIES like the other lib_* variables.
5656
5657 2006-08-22  Bruno Haible  <bruno@clisp.org>
5658
5659         * build-aux/x-to-1.in: New file, from GNU gettext.
5660
5661 2006-08-22  Bruno Haible  <bruno@clisp.org>
5662
5663         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
5664         <utmpx.h> exists.
5665
5666 2006-08-22  Bruno Haible  <bruno@clisp.org>
5667
5668         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
5669         <utmpx.h> exists.
5670
5671 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5672
5673         BeOS portability.
5674         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
5675         exist.
5676         Problem reported by Bruno Haible.
5677
5678 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5679
5680         Avoid the need for AC_LIBSOURCES in m4 macros.
5681         * modules/acl (EXTRA_DIST): Add acl.h.
5682         * modules/argmatch (Files): Add m4/argmatch.m4.
5683         (configure.ac): Add gl_ARGMATCH.
5684         (EXTRA_DIST): Renamed from lib_SOURCES, for
5685         consistency with the other modules.  Remove argmatch.c.
5686         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
5687         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
5688         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
5689         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
5690         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
5691         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
5692         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
5693         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
5694         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
5695         * modules/closeout (EXTRA_DIST): Add closeout.h.
5696         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
5697         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
5698         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
5699         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
5700         dirname.h; remove basename.c and stripslash.c.
5701         * modules/exclude (EXTRA_DIST): Add exclude.h.
5702         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
5703         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
5704         * modules/file-type (EXTRA_DIST): Add file-type.h.
5705         * modules/filemode (EXTRA_DIST): Add filemode.h.
5706         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
5707         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5708         * modules/fpending (EXTRA_DIST): Add __fpending.h.
5709         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
5710         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
5711         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
5712         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
5713         * modules/getdate (EXTRA_DIST): Add getdate.c.
5714         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
5715         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
5716         * modules/getpass (EXTRA_DIST): Add getpass.h.
5717         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
5718         * modules/group-member (EXTRA_DIST): Add group-member.h.
5719         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
5720         * modules/hash (EXTRA_DIST): Add hash.h.
5721         * modules/human (EXTRA_DIST): Add human.h.
5722         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
5723         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
5724         * modules/lchown (EXTRA_DIST): Add lchown.h.
5725         * modules/long-options (EXTRA_DIST): Add long-options.h.
5726         * modules/lstat (EXTRA_DIST): Add lstat.h.
5727         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
5728         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
5729         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
5730         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
5731         * modules/memxor (EXTRA_DIST): Add memxor.h.
5732         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
5733         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
5734         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
5735         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
5736         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
5737         * modules/physmem (EXTRA_DIST): Add physmem.h.
5738         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
5739         * modules/posixver (EXTRA_DIST): Add posixver.h.
5740         * modules/quote (EXTRA_DIST): Add quote.h.
5741         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
5742         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
5743         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
5744         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
5745         regex_internal.h regexec.c.
5746         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
5747         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
5748         * modules/same (EXTRA_DIST): Add same.h.
5749         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
5750         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
5751         * modules/savedir (EXTRA_DIST): Add savedir.h.
5752         * modules/sha1 (EXTRA_DIST): Add sha1.h.
5753         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
5754         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
5755         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
5756         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
5757         * modules/strdup (EXTRA_DIST): Add strdup.h.
5758         * modules/strftime (EXTRA_DIST): Add strftime.h.
5759         * modules/strndup (EXTRA_DIST): Add strndup.h.
5760         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
5761         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
5762         * modules/time_r (EXTRA_DIST): Add time_r.h.
5763         * modules/timespec (EXTRA_DIST): Add timespec.h.
5764         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5765         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
5766         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
5767         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
5768         * modules/userspec (EXTRA_DIST): Add userspec.h.
5769         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
5770         * modules/utimens (EXTRA_DIST): Add utimens.h.
5771         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
5772         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
5773         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
5774         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
5775         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
5776         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
5777         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
5778         * modules/yesno (EXTRA_DIST): Add yesno.h.
5779
5780 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5781
5782         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
5783
5784         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
5785         * m4/dev-ino.m4, same-inode.m4: Remove.
5786
5787         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
5788         * m4/acl.m4 (AC_FUNC_ACL):
5789         * m4/backupfile.m4 (gl_BACKUPFILE):
5790         * m4/c-strtod.m4 (gl_C99_STRTOLD):
5791         * m4/canon-host.m4 (gl_CANON_HOST):
5792         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5793         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
5794         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
5795         * m4/cloexec.m4 (gl_CLOEXEC):
5796         * m4/close-stream.m4 (gl_CLOSE_STREAM):
5797         * m4/closeout.m4 (gl_CLOSEOUT):
5798         * m4/dirfd.m4 (gl_FUNC_DIRFD):
5799         * m4/dirname.m4 (gl_DIRNAME):
5800         * m4/exclude.m4 (gl_EXCLUDE):
5801         * m4/exitfail.m4 (gl_EXITFAIL):
5802         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
5803         * m4/file-type.m4 (gl_FILE_TYPE):
5804         * m4/filemode.m4 (gl_FILEMODE):
5805         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
5806         * m4/fpending.m4 (gl_FUNC_FPENDING):
5807         * m4/fprintftime.m4 (gl_FPRINTFTIME):
5808         * m4/fts.m4 (gl_FUNC_FTS):
5809         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
5810         * m4/getdate.m4 (gl_GETDATE):
5811         * m4/gethrxtime.m4 (gl_GETHRXTIME):
5812         * m4/getpagesize.m4 (gl_GETPAGESIZE):
5813         * m4/getpass.m4 (gl_FUNC_GETPASS):
5814         * m4/gettime.m4 (gl_GETTIME):
5815         * m4/getugroups.m4 (gl_GETUGROUPS):
5816         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
5817         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
5818         * m4/hard-locale.m4 (gl_HARD_LOCALE):
5819         * m4/hash.m4 (gl_HASH):
5820         * m4/idcache.m4 (gl_IDCACHE):
5821         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
5822         * m4/lchown.m4 (gl_FUNC_LCHOWN):
5823         * m4/long-options.m4 (gl_LONG_OPTIONS):
5824         * m4/lstat.m4 (gl_FUNC_LSTAT):
5825         * m4/md5.m4 (gl_MD5):
5826         * m4/memcasecmp.m4 (gl_MEMCASECMP):
5827         * m4/memcoll.m4 (gl_MEMCOLL):
5828         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
5829         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
5830         * m4/memxor.m4 (gl_MEMXOR):
5831         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
5832         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
5833         * m4/modechange.m4 (gl_MODECHANGE):
5834         * m4/mountlist.m4 (gl_MOUNTLIST):
5835         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5836         * m4/openat.m4 (gl_FUNC_OPENAT):
5837         * m4/pathmax.m4 (gl_PATHMAX):
5838         * m4/physmem.m4 (gl_PHYSMEM):
5839         * m4/posixtm.m4 (gl_POSIXTM):
5840         * m4/posixver.m4 (gl_POSIXVER):
5841         * m4/quote.m4 (gl_QUOTE):
5842         * m4/quotearg.m4 (gl_QUOTEARG):
5843         * m4/readtokens.m4 (gl_READTOKENS):
5844         * m4/readutmp.m4 (gl_READUTMP):
5845         * m4/regex.m4 (gl_REGEX):
5846         * m4/safe-read.m4 (gl_SAFE_READ):
5847         * m4/safe-write.m4 (gl_SAFE_WRITE):
5848         * m4/same.m4 (gl_SAME):
5849         * m4/save-cwd.m4 (gl_SAVE_CWD):
5850         * m4/savedir.m4 (gl_SAVEDIR):
5851         * m4/settime.m4 (gl_SETTIME):
5852         * m4/sha1.m4 (gl_SHA1):
5853         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
5854         * m4/stat-macros.m4 (gl_STAT_MACROS):
5855         * m4/stat-time.m4 (gl_STAT_TIME):
5856         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
5857         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
5858         * m4/strdup.m4 (gl_FUNC_STRDUP):
5859         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
5860         * m4/strndup.m4 (gl_FUNC_STRNDUP):
5861         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
5862         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
5863         * m4/time_r.m4 (gl_TIME_R):
5864         * m4/timespec.m4 (gl_TIMESPEC):
5865         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
5866         * m4/unlinkdir.m4 (gl_UNLINKDIR):
5867         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
5868         * m4/userspec.m4 (gl_USERSPEC):
5869         * m4/utimecmp.m4 (gl_UTIMECMP):
5870         * m4/utimens.m4 (gl_UTIMENS):
5871         * m4/xalloc.m4 (gl_XALLOC):
5872         * m4/xgetcwd.m4 (gl_XGETCWD):
5873         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
5874         * m4/xreadlink.m4 (gl_XREADLINK):
5875         * m4/xstrtod.m4 (gl_XSTRTOD):
5876         * m4/yesno.m4 (gl_YESNO):
5877         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5878         to get the necessary .h files and whatnot.
5879
5880 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
5881             Bruno Haible  <bruno@clisp.org>
5882
5883         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
5884         /bin/sh understanding of '!' conditional negation.
5885
5886 2006-08-21  Jim Meyering  <jim@meyering.net>
5887
5888         * modules/openat (Depends-on): Really alphabetize.
5889
5890         * modules/acl (Depends-on): Add error and quote.
5891
5892         * check-module (find_included_lib_files): Add at-func.c to the
5893         ok-to-include-more-than-once white list.
5894
5895         * modules/openat (Depends-on): Add lstat.  Alphabetize.
5896
5897 2006-08-21  Bruno Haible  <bruno@clisp.org>
5898
5899         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5900         Emit a pkgdata_DATA variable only if some snippets add contents to it.
5901         Reported by Martin Lambers <marlam@marlam.de>.
5902
5903 2006-08-21  Bruno Haible  <bruno@clisp.org>
5904
5905         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
5906         specify an installation location, don't emit a noinst_LIBRARIES or
5907         noinst_LTLIBRARIES assignment.
5908
5909 2006-08-21  Bruno Haible  <bruno@clisp.org>
5910
5911         BeOS portability.
5912         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
5913         BeOS has mbrtowc() but no <wctype.h>.
5914
5915 2006-08-21  Bruno Haible  <bruno@clisp.org>
5916
5917         BeOS portability.
5918         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
5919         exist.
5920
5921 2006-08-21  Bruno Haible  <bruno@clisp.org>
5922
5923         BeOS portability.
5924         * lib/mbchar.h: Include <wctype.h> only if it exists.
5925
5926 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5927
5928         Remove files that are no longer needed by their respective modules.
5929         * m4/obstack.m4: Remove.
5930         * m4/strerror_r.m4: Remove.
5931         * m4/uint32_t.m4: Remove.
5932         * m4/uintptr_t.m4: Remove.
5933         * m4/ullong_max.m4: Remove.
5934         * m4/xstrtoimax.m4: Remove.
5935         * m4/xstrtoumax.m4: Remove.
5936
5937         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
5938         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
5939         dependencies now capture this.
5940
5941         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
5942         Do not use AC_LIBSOURCES, since gnulib modules now do this.
5943         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
5944         * m4/human.m4 (gl_HUMAN): Likewise.
5945         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
5946         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
5947
5948         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
5949
5950         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
5951         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
5952         stdint.
5953         * m4/human.m4 (gl_HUMAN): Likewise.
5954         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
5955         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
5956         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5957         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5958         * m4/xstrtol (gl_XSTRTOL): Likewise.
5959
5960         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
5961         AC_TYPE_LONG_LONG_INT.
5962         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5963         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
5964         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
5965         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5966
5967         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
5968         on stdbool.
5969
5970         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
5971         (gl_PREREQ_XSTRTOUL): Remove.
5972
5973         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
5974
5975         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
5976         mode.
5977
5978 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5979
5980         Add and change modules to make it easier for coreutils to use
5981         gnulib-tool.
5982         * modules/backupfile (Files): Remove m4/d-ino.m4.
5983         (Depends-on): Add d-ino.
5984         * modules/cycle-check (Depends-on): Add stdint.
5985         (lib_SOURCES): Add cycle-check.h.
5986         * modules/d-ino: New module.
5987         * modules/d-type: New module.
5988         * modules/error (Files): Remove m4/strerror_r.m4.
5989         * modules/filemode (Files): Add m4/st_dm_mode.m4.
5990         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
5991         m4/inttypes_h.m4, m4/uintmax_t.m4.
5992         (Depends-on): Add stdint.
5993         (lib_SOURCES): Add fsusage.h.
5994         * modules/getcwd (Files): Remove d-ino.m4.
5995         (Depends-on): Add d-ino.
5996         * modules/getndelim2 (Depends-on): Add stdint.
5997         * modules/glob (Files): Remove m4/d-type.m4.
5998         (Depends-on): Add d-type.
5999         * modules/host-os: New module.
6000         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
6001         m4/inttypes_h.m4, m4/uintmax_t.m4.
6002         * Depends-on: Add stdint.
6003         (lib_SOURCES): Add human.h.
6004         * modules/inttostr (Files): Remove m4/intmax_t.m4,
6005         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
6006         m4/uintmax_t.m4, m4/ulonglong.m4.
6007         (Depends-on): Add stdint.
6008         (EXTRA_DIST): Add inttostr.h.
6009         * modules/lchmod: New module.
6010         * modules/link-follow: New module.
6011         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
6012         (Depends-on): Add lchmod.
6013         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
6014         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
6015         (Depends-on): Add stdint.
6016         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
6017         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
6018         (Depends-on): Add stdint.
6019         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
6020         * modules/perl: New module.
6021         * modules/regex (Depends-on): Add stdint.
6022         * modules/rmdir-errno: New module.
6023         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6024         m4/intmax_t.m4.
6025         (Depends-on): Add stdint.
6026         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6027         m4/uintmax_t.m4.
6028         (Depends-on): Add stdint.
6029         * modules/unlink-busy: New module.
6030         * modules/utimecmp (Depends-on): Add stdint.
6031         * modules/uptime: New module.
6032         * modules/winsz-ioctl: New module.
6033         * modules/winsz-termios: New module.
6034         * modules/xnanosleep (Depends-on): Add nanosleep.
6035         * modules/ullong_max: Remove.
6036         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
6037         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
6038         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
6039         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
6040         (Depends-on): Add inttypes.
6041         (lib_SOURCES): Add xstrtol.h.
6042         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
6043         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
6044         * MODULES.html.sh: Move 'assert' into the assert section.
6045         Move 'dummy' into the linking section.
6046         Remove ullong_max.
6047         Add section for compatibility checks for POSIX:2001 functions,
6048         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
6049         winsz-ioctl, and winsz-termios into it.
6050         Add lchmod.
6051         Add top-level Misc section and put host-os, perl, and uptime
6052         into it.
6053
6054 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6055
6056         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
6057         now assume the stdint module.  Do not include inttypes.h.
6058         * lib/fsusage.h: Likewise.
6059         * lib/getndelim2.c: Likewise.
6060         * lib/human.h: Likewise.
6061         * lib/inttostr.h: Likewise.
6062         * lib/obstack.c: Likewise.
6063         * lib/regex_internal.h: Likewise.
6064         * lib/tempname.c: Likewise.
6065         * lib/utimecmp.c: Likewise.
6066         * lib/xstrtol.h: Likewise.
6067
6068         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
6069
6070         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
6071         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
6072         * lib/xtime.h: Likewise.
6073
6074 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6075
6076         * modules/openat (Files): Add lib/fchmodat.c.
6077         Fixes problem reported by Jay Youngman.
6078
6079 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6080
6081         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
6082         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
6083
6084 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
6085             Bruno Haible  <bruno@clisp.org>
6086
6087         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
6088         and is a script that invokes bison. Tighten the code. Add comments.
6089
6090 2006-08-18  Jim Meyering  <jim@meyering.net>
6091
6092         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
6093         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
6094         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
6095         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
6096
6097 2006-08-18  Bruno Haible  <bruno@clisp.org>
6098
6099         * modules/bison-i18n: New file.
6100         * MODULES.html.sh (Internationalization functions): Add it.
6101
6102 2006-08-18  Bruno Haible  <bruno@clisp.org>
6103
6104         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
6105         sys/statvfs.h. When getmntinfo was found, check its declaration and
6106         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
6107
6108 2006-08-18  Bruno Haible  <bruno@clisp.org>
6109
6110         * m4/bison-i18n.m4: New file, from bison.
6111
6112 2006-08-18  Bruno Haible  <bruno@clisp.org>
6113
6114         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
6115         (ME_DUMMY): Treat "kernfs" as a dummy.
6116         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
6117
6118 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6119
6120         Update from coreutils.
6121
6122         2006-08-15  Jim Meyering  <jim@meyering.net>
6123
6124         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
6125
6126         2006-01-17  Jim Meyering  <jim@meyering.net>
6127
6128         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
6129
6130         2006-01-11  Jim Meyering  <jim@meyering.net>
6131
6132         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
6133         Check for the lchmod function.
6134
6135 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6136
6137         Update from coreutils.
6138
6139         * lib/__fpending.h: Add copyright notice.
6140         * lib/fprintftime.h: Likewise.
6141         * lib/savedir.c: Use (C) in copyright notice.
6142         * lib/savedir.h: Likewise.
6143
6144         2006-08-15  Jim Meyering  <jim@meyering.net>
6145
6146         * lib/at-func.c: New file, with the logic of all emulated at-functions.
6147         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
6148         in support of the EXPECTED_ERRNO macro.
6149         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
6150         definitions.  Instead, define the appropriate symbols and include
6151         "at-func.c".
6152         * lib/mkdirat.c (mkdirat): Likewise.
6153         * lib/fchmodat.c (fchmodat): Likewise.
6154         (ENOSYS): Remove definition.
6155         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
6156         it.  Don't include "unistd--.h" -- it wasn't ever used.
6157
6158         2006-01-17  Jim Meyering  <jim@meyering.net>
6159
6160         Rewrite fts.c not to change the current working directory,
6161         by using openat, fstatat, fdopendir, etc..
6162
6163         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
6164         (HAVE_OPENAT_SUPPORT): Define.
6165         [_LIBC] (fchdir): Don't undef or define; no longer used.
6166         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
6167         Now, this `function' always succeeds, and consumes its file descriptor
6168         parameter -- so callers must not close such FDs.  Update callers.
6169         (diropen_fd, opendirat, cwd_advance_fd): New functions.
6170         (diropen): Add parameter, SP.  Adjust all callers.
6171         Implement using diropen_fd, rather than open.
6172         (fts_open): Initialize new member, fts_cwd_fd.
6173         Remove fts_rft-setting code.
6174         (fts_close): Close fts_cwd_fd, if necessary.
6175         (__opendir2): Define in terms of opendir or opendirat,
6176         depending on whether the FST_NOCHDIR flag is set.
6177         (fts_build): Since fts_safe_changedir consumes its FD, and since
6178         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
6179         and close the dup'd file descriptor upon failure.
6180         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
6181         (fts_safe_changedir): Tweak semantics to reflect that this function
6182         now calls cwd_advance_fd and hence consumes its FD argument.
6183         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
6184         [struct FTS] (fts_rft): Remove now-unused member.
6185         [struct FTS] (fts_cycle.state): Improve comment.
6186
6187         * lib/openat.c (openat_needs_fchdir): New function.
6188         * lib/openat.h (openat_needs_fchdir): Declare it.
6189
6190 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
6191
6192         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
6193         Problem and fix reported by Pádraig Brady in
6194         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
6195
6196 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6197
6198         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
6199
6200 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6201
6202         * lib/memcoll.c (memcoll): Optimize for the common case where the
6203         arguments are bytewise equal.
6204
6205 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6206
6207         * doc/regexprops-generic.texi: Add a copyright notice.
6208
6209 2006-08-15  Bruno Haible  <bruno@clisp.org>
6210
6211         * modules/tmpdir (License): Change to LGPL.
6212
6213 2006-08-15  Bruno Haible  <bruno@clisp.org>
6214
6215         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
6216         module.
6217
6218 2006-08-14  Simon Josefsson  <jas@extundo.com>
6219
6220         * config/srclist.txt: Add gnupload.
6221
6222 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6223
6224         Change copyright notice from LGPL 2 to GPL 2, since that's the
6225         standard form used in the gnulib repository.
6226         * tests/test-lock.c: Likewise.
6227         * tests/test-stdint.c: Likewise.
6228         * tests/test-tls.c: Likewise.
6229
6230         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
6231         prelude-manager.  User shorter URLs for GNU projects, without '?'.
6232         Add copyright notice.
6233
6234         * check-module: Add copyright notice.  Output a copyright
6235         notice if "--version" is specified.
6236         * modules/COPYING: New file.
6237         * tests/test-getaddrinfo.c: Add copyright notice.
6238         * tests/test-verify.c: Likewise.
6239
6240 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6241
6242         Change copyright notice from LGPL 2 to GPL 2, since that's the
6243         standard form used in the gnulib repository.
6244         * lib/lock.c: LGPL -> GPL.
6245         * lib/lock.h: Likewise.
6246         * lib/strnlen1.c: Likewise.
6247         * lib/strnlen1.h: Likewise.
6248         * lib/tls.c: Likewise.
6249         * lib/tls.h: Likewise.
6250         * lib/tmpdir.c: Likewise.
6251
6252         * lib/TODO: Remove; this belongs only in coreutils.
6253
6254 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6255
6256         Add copyright notices to long-enough files that lack them, since
6257         otherwise the files aren't clearly free.  Use the same notice that
6258         getdate.texi already uses.
6259         * doc/alloca-opt.texi: Add copyright notice.
6260         * doc/alloca.texi: Likewise.
6261         * doc/ctime.texi: Likewise.
6262         * doc/functions.texi: Likewise.
6263         * doc/gcd.texi: Likewise.
6264         * doc/gnulib-tool.texi: Likewise.
6265         * doc/inet_ntoa.texi: Likewise.
6266         * doc/visibility.texi: Likewise.
6267
6268         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
6269         * doc/quote.texi: Add copyright notice.
6270
6271         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
6272         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
6273         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
6274         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
6275         is now obsolete, and give a pointer to the Sun list.
6276         Add copyright notice.
6277
6278 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6279
6280         * config/srclistvars.sh: Add copyright notice.
6281
6282 2006-08-14  Eric Blake  <ebb9@byu.net>
6283
6284         Import the following change from libc:
6285
6286         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
6287
6288         Upstream bug 2997.
6289         * lib/misc/error.c: Add space between program name and message if file
6290         name is missing.
6291
6292 2006-08-12  Karl Berry  <karl@gnu.org>
6293
6294         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
6295         remove, these originate in gnulib now.
6296
6297 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6298
6299         * doc/Makefile (standards.info standards.html standards.dvi):
6300         Also depend on make-stds.texi.
6301
6302 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6303
6304         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
6305         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
6306
6307         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
6308         in wchar_t.  Problem reported by Eric Blake.
6309
6310         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
6311         LEN is smaller than SIZE.  Suggested by Bruno Haible.
6312         Also, help the compiler to keep LEN in a register.
6313
6314 2006-08-11  Eric Blake  <ebb9@byu.net>
6315
6316         * users.txt: Sort.  Add tar.
6317
6318 2006-08-11  Bruno Haible  <bruno@clisp.org>
6319
6320         * users.txt: New file.
6321
6322 2006-08-11  Bruno Haible  <bruno@clisp.org>
6323
6324         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
6325         before <wchar.h>. Needed for OSF/1 and BSD/OS.
6326
6327 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6328
6329         * modules/snprintf (Depends-on): Remove minmax.
6330         (Maintainer): Add self and Bruno.
6331
6332 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6333
6334         * lib/.cppi-disable: Add snprintf.h, socket_.h.
6335         * lib/snprintf.c: Include <errno.h> and <limits.h>.
6336         (EOVERFLOW): Define if the system does not.
6337         Do not include "minmax.h"; it wasn't used.
6338         (snprintf): Don't assume size_t promotes to an unsigned type.
6339         Fix bug when generated string was too long for the buffer: the
6340         buffer's contents are supposed to be the initial prefix of the
6341         output.  Don't assume vasnprintf returns EOVERFLOW if the size
6342         exceeds INT_MAX; do the check ourselves.
6343
6344         Import the following changes from libc:
6345
6346         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
6347
6348         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
6349         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
6350         set wc to the byte which couldn't be converted.
6351         (re_string_reconstruct): Don't clear valid_raw_len before calling
6352         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
6353         tip_context using re_string_context_at.
6354
6355         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
6356
6357         * lib/posix/regex.h: g++ still cannot handled [restrict].
6358
6359         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
6360
6361         * lib/posix/regex.h: Remove special handling for VMS.
6362
6363 2006-08-10  Jim Meyering  <jim@meyering.net>
6364
6365         * modules/same-inode: New module.
6366         * modules/dev-ino: New module.
6367         * modules/cycle-check: Depend on these modules, rather than simply
6368         including their .h files.
6369         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
6370         required via m4/cycle-check.m4.
6371         * modules/same: Depend on new same-inode module, rather than
6372         including same-inode.h.
6373         * modules/chdir-safer: New file.
6374
6375         * modules/chown (Depends-on): Add stat-macros.
6376
6377 2006-08-10  Jim Meyering  <jim@meyering.net>
6378
6379         * m4/cycle-check.m4: New file.
6380         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
6381         * m4/dev-ino.m4, m4/same-inode.m4: New files.
6382
6383 2006-08-10  Eric Blake  <ebb9@byu.net>
6384
6385         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
6386         in from original proposal.
6387
6388 2006-08-10  Eric Blake  <ebb9@byu.net>
6389         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6390
6391         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
6392         namespace.
6393
6394 2006-08-10  Bruno Haible  <bruno@clisp.org>
6395
6396         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
6397         as well.
6398
6399 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6400
6401         Sync from coreutils.
6402
6403         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
6404
6405         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
6406         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
6407
6408 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6409
6410         * modules/restrict: Remove; no longer needed now that we assume
6411         Autoconf 2.59 or later.
6412         * MODULES.html.sh: Remove 'restrict'.
6413         * modules/argp (Depends-on): Remove 'restrict'.
6414         * modules/base64 (Depends-on): Likewise.
6415         * modules/gc (Depends-on): Likewise.
6416         * modules/getaddrinfo (Depends-on): Likewise.
6417         * modules/glob (Depends-on): Likewise.
6418         * modules/inet_ntop (Depends-on): Likewise.
6419         * modules/inet_pton (Depends-on): Likewise.
6420         * modules/memxor (Depends-on): Likewise.
6421         * modules/regex (Depends-on): Likewise.
6422         * modules/strtok_r (Depends-on): Likewise.
6423         * modules/time_r (Depends-on): Likewise.
6424
6425 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6426
6427         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
6428         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
6429         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6430         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
6431         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
6432         * m4/memxor.m4 (gl_MEMXOR): Likewise.
6433         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
6434         gl_C_RESTRICT replaced by AC_C_RESTRICT.
6435
6436         Merge from coreutils.
6437         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
6438         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
6439         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6440         * m4/time_r.m4 (gl_TIME_R): Likewise.
6441
6442 2006-08-09  Karl Berry  <karl@gnu.org>
6443
6444         * config/srclist.txt: no more gettext-tools, per Bruno.
6445
6446 2006-08-08  Eric Blake  <ebb9@byu.net>
6447
6448         * modules/verror: New module.
6449         * MODULES.html.sh: Document it.
6450
6451 2006-08-08  Eric Blake  <ebb9@byu.net>
6452
6453         * lib/verror.h, lib/verror.c: New files.
6454
6455 2006-08-08  Eric Blake  <ebb9@byu.net>
6456
6457         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
6458         verror_at_line output complies with GNU Coding Standards even when
6459         file is NULL.
6460
6461 2006-08-07  Bruno Haible  <bruno@clisp.org>
6462
6463         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
6464         versions of AIX.
6465         Reported by Ralf Wildenhues.
6466
6467 2006-08-07  Bruno Haible  <bruno@clisp.org>
6468
6469         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
6470         in an AC_DEFUN. Needed so that the autoconf snippets can use
6471         AC_REQUIRE.
6472
6473 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6474
6475         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6476         Initialize pkgdata_DATA.
6477         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
6478         overriding it.
6479
6480 2006-08-06  Eric Blake  <ebb9@byu.net>
6481
6482         * lib/error.h: Fold in some upstream changes from glibc.
6483         * lib/error.c: Likewise.
6484
6485 2006-08-04  Bruno Haible  <bruno@clisp.org>
6486
6487         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6488         Make the mostlyclean-local rule depend on mostlyclean-generic.
6489         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
6490
6491 2006-07-31  Bruno Haible  <bruno@clisp.org>
6492
6493         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
6494         <stdlib.h>, <string.h>.
6495
6496 2006-07-30  Bruno Haible  <bruno@clisp.org>
6497
6498         * modules/readlink (License): Change to LGPL.
6499
6500 2006-07-30  Bruno Haible  <bruno@clisp.org>
6501
6502         * modules/javaversion (Makefile.am): Distribute javaversion.java and
6503         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
6504         set PKGDATADIR to point to it.
6505
6506 2006-07-30  Bruno Haible  <bruno@clisp.org>
6507
6508         * modules/csharpexec (configure.ac): Comment out macro invocation.
6509         * modules/javaexec (configure.ac): Likewise.
6510         * modules/javacomp-script (configure.ac): Likewise.
6511
6512         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
6513
6514 2006-07-30  Bruno Haible  <bruno@clisp.org>
6515
6516         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
6517         linked-list.
6518
6519 2006-07-30  Bruno Haible  <bruno@clisp.org>
6520
6521         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
6522
6523 2006-07-30  Bruno Haible  <bruno@clisp.org>
6524
6525         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6526         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
6527         get removed.
6528
6529 2006-07-29  Bruno Haible  <bruno@clisp.org>
6530
6531         Make it possible for gnulib-tool to work with locally modified or
6532         augmented gnulib repositories.
6533         * gnulib-tool (func_usage): Document --local-dir option.
6534         (local_gnulib_dir): New variable.
6535         Handle --local-dir option.
6536         (func_lookup_file): New function.
6537         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
6538         (func_get_description, func_get_filelist, func_get_description,
6539         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
6540         func_get_automake_snippet, func_get_include_directive,
6541         func_get_license, func_get_maintainer): Use func_lookup_file.
6542         (func_import, func_create_testdir): Use func_lookup_file.
6543
6544 2006-07-29  Bruno Haible  <bruno@clisp.org>
6545
6546         * modules/setenv (Depends-on): Add unistd.
6547
6548 2006-07-29  Bruno Haible  <bruno@clisp.org>
6549
6550         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
6551
6552 2006-07-29  Bruno Haible  <bruno@clisp.org>
6553
6554         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
6555
6556 2006-07-29  Bruno Haible  <bruno@clisp.org>
6557
6558         * gnulib-tool (import, update): If there is no Makefile.am, look at
6559         aclocal.m4, instead of bailing out.
6560
6561 2006-07-29  Bruno Haible  <bruno@clisp.org>
6562
6563         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
6564         Categorize the options by when they are useful.
6565
6566 2006-07-29  Bruno Haible  <bruno@clisp.org>
6567
6568         * gnulib-tool (func_usage): Document option --no-libtool.
6569         Handle option --no-libtool.
6570         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
6571         for changed semantics of $libtool variable.
6572         (func_import): Likewise. If libtool is not used, show this through
6573         an option --no-libtool.
6574         (func_create_testdir): Update.
6575
6576 2006-07-29  Bruno Haible  <bruno@clisp.org>
6577
6578         * gnulib-tool (func_import): Extend error message about missing
6579         --doc-base.
6580
6581 2006-07-29  Bruno Haible  <bruno@clisp.org>
6582
6583         * gnulib-tool (func_import): Don't create the $docbase directory if
6584         there is no file to store there.
6585
6586 2006-07-29  Bruno Haible  <bruno@clisp.org>
6587
6588         * gnulib-tool (autoconf_minversion): If a --dir option is given and
6589         relevant, look for configure.ac there, not in the current directory.
6590         Also use a simple search for AC_PREREQ, not "autoconf --trace".
6591
6592 2006-07-29  Bruno Haible  <bruno@clisp.org>
6593
6594         * gnulib-tool (SORT): New variable.
6595         (func_usage): Undocument --assume-autoconf option.
6596         Remove --assume-autoconf option handling.
6597         (autoconf_minversion): Determine from the contents of configure.ac.
6598         (func_import): Remove autoconf_minversion handling.
6599         Suggested by Eric Blake.
6600
6601 2006-07-29  Bruno Haible  <bruno@clisp.org>
6602
6603         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
6604
6605 2006-07-29  Bruno Haible  <bruno@clisp.org>
6606
6607         * config/srclist.txt (*setenv.[ch]): Remove rules.
6608
6609 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6610
6611         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
6612
6613 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6614
6615         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
6616         arpa/inet.h.
6617
6618 2006-07-28  Simon Josefsson  <jas@extundo.com>
6619
6620         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
6621         * modules/inet_pton (Depends-on): Likewise.
6622
6623 2006-07-28  Simon Josefsson  <jas@extundo.com>
6624
6625         * m4/netinet_in_h.m4: New file.
6626
6627 2006-07-28  Simon Josefsson  <jas@extundo.com>
6628
6629         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
6630         #include's.
6631
6632 2006-07-28  Simon Josefsson  <jas@extundo.com>
6633
6634         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
6635         #include's.
6636
6637 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
6638
6639         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
6640         setgid on directories only if they set these bits.
6641         * lib/modechange.h: Remove obsolete comment about masks.
6642
6643 2006-07-28  Eric Blake  <ebb9@byu.net>
6644
6645         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
6646         macro expansion.
6647
6648 2006-07-28  Bruno Haible  <bruno@clisp.org>
6649
6650         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
6651
6652 2006-07-28  Bruno Haible  <bruno@clisp.org>
6653
6654         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
6655
6656 2006-07-28  Bruno Haible  <bruno@clisp.org>
6657
6658         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
6659         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
6660         Define fallbacks.
6661         Avoids link error on FreeBSD 4.x.
6662         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
6663
6664         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
6665         encoding.
6666         * lib/mbswidth.c (iswcntrl): Likewise.
6667
6668 2006-07-27  Bruno Haible  <bruno@clisp.org>
6669
6670         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
6671         test.
6672
6673 2006-07-27  Bruno Haible  <bruno@clisp.org>
6674
6675         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
6676         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
6677         defined.
6678
6679 2006-07-26  Eric Blake  <ebb9@byu.net>
6680
6681         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
6682
6683 2006-07-26  Eric Blake  <ebb9@byu.net>
6684
6685         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
6686         like mingw that lack mkstemp.
6687         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
6688         avoid compilation warning on mingw.
6689
6690 2006-07-26  Bruno Haible  <bruno@clisp.org>
6691
6692         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
6693         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
6694         INT_FAST*_MIN, INTPTR_MIN.
6695
6696 2006-07-25  Bruno Haible  <bruno@clisp.org>
6697
6698         * modules/version-etc (Depends-on): Add stdarg.
6699
6700 2006-07-25  Bruno Haible  <bruno@clisp.org>
6701
6702         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
6703         complex commands.
6704
6705 2006-07-25  Bruno Haible  <bruno@clisp.org>
6706
6707         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
6708         defined in <stdarg.h> or config.h.
6709
6710 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6711
6712         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
6713         (gl_STDIO_SAFER): Remove.
6714
6715 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6716
6717         * MODULES.html.sh (File stream based Input/Output):
6718         Add fopen-safer, tmpfile-safer; remove stdio-safer.
6719         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
6720         * modules/fopen-safer, modules/tmpfile-safer: New files.
6721         * modules/stdio-safer: Remove.
6722
6723 2006-07-24  Bruno Haible  <bruno@clisp.org>
6724
6725         * modules/tmpdir: New file.
6726         * MODULES.html.sh (File system functions): Add it.
6727
6728 2006-07-24  Bruno Haible  <bruno@clisp.org>
6729
6730         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
6731         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
6732
6733 2006-07-24  Bruno Haible  <bruno@clisp.org>
6734
6735         * modules/clean-temp: New file.
6736
6737 2006-07-24  Bruno Haible  <bruno@clisp.org>
6738
6739         * m4/tmpdir.m4: New file, from GNU gettext.
6740
6741 2006-07-24  Bruno Haible  <bruno@clisp.org>
6742
6743         * lib/tmpdir.h: New file, from GNU gettext.
6744         * lib/tmpdir.c: New file, from GNU gettext.
6745
6746 2006-07-24  Bruno Haible  <bruno@clisp.org>
6747
6748         * lib/clean-temp.h: New file, from GNU gettext.
6749         * lib/clean-temp.c: New file, from GNU gettext.
6750
6751 2006-07-23  Eric Blake  <ebb9@byu.net>
6752
6753         * modules/stdio-safer (Files): Add tmpfile-safer.c.
6754         (Depends-on): Add binary-io.
6755
6756 2006-07-23  Eric Blake  <ebb9@byu.net>
6757
6758         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
6759
6760 2006-07-23  Eric Blake  <ebb9@byu.net>
6761
6762         * lib/tmpfile-safer.c: New file.
6763         * lib/stdio-safer.h (fopen_safer): Add prototype.
6764         * lib/stdio--.h (tmpfile): Make safer.
6765
6766 2006-07-23  Bruno Haible  <bruno@clisp.org>
6767
6768         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
6769         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
6770         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
6771         gl_linked_remove_at): Use it.
6772
6773 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6774         and Simon Josefsson <jas@extundo.com>
6775
6776         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
6777
6778         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
6779
6780 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6781
6782         * modules/close-stream: New file.
6783         * modules/closeout (Description): Make it clear that it exits
6784         with a diagnostic on error.
6785         (Depends-on): Add close-stream.  Remove fpending, stdbool.
6786         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
6787
6788 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6789
6790         * m4/close-stream.m4: New file.
6791
6792 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6793
6794         * lib/close-stream.c, lib/close-stream.h: New files.
6795
6796 2006-07-22  Bruno Haible  <bruno@clisp.org>
6797
6798         Merge from GNU gettext 0.15.
6799
6800         2006-05-01  Bruno Haible  <bruno@clisp.org>
6801
6802                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
6803
6804         2006-07-22  Bruno Haible  <bruno@clisp.org>
6805
6806                 * modules/javaversion: New file.
6807                 * MODULES.html.sh (Java): Add javaversion.
6808
6809         2006-03-12  Bruno Haible  <bruno@clisp.org>
6810
6811                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
6812
6813         2005-12-04  Bruno Haible  <bruno@clisp.org>
6814
6815                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
6816                 (untested).
6817
6818         2006-06-21  Bruno Haible  <bruno@clisp.org>
6819
6820                 Avoid warnings from recent versions of mcs.
6821                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
6822                 -o, -L, -r any more. Use options documented since mcs-1.0
6823                 instead. Similarly for -g.
6824
6825         2005-12-04  Bruno Haible  <bruno@clisp.org>
6826
6827                 * build-aux/csharpcomp.sh.in: Suffix for resources is
6828                 .resources, not .resource.
6829
6830         2005-07-09  Bruno Haible  <bruno@clisp.org>
6831
6832                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
6833                 add a .dll suffix.
6834                 Reported by Mark Junker <mjscod@gmx.de>.
6835
6836         2006-07-22  Bruno Haible  <bruno@clisp.org>
6837
6838                 * modules/gettext: Upgrade to gettext-0.15.
6839                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
6840                 m4/visibility.m4.
6841                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
6842
6843 2006-07-22  Bruno Haible  <bruno@clisp.org>
6844
6845         Merge from GNU gettext 0.15.
6846
6847         2006-03-25  Bruno Haible  <bruno@clisp.org>
6848
6849                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
6850
6851         2006-07-21  Bruno Haible  <bruno@clisp.org>
6852
6853                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
6854                 "1.1".
6855
6856         2006-05-09  Bruno Haible  <bruno@clisp.org>
6857
6858                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
6859                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
6860                 for the conftestver execution.
6861
6862         2006-05-01  Bruno Haible  <bruno@clisp.org>
6863
6864                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
6865                 optional target-version argument. Verify that the compiler
6866                 groks source of the specified source-version, or add -source
6867                 option as necessary. Verify that the compiler produces
6868                 bytecode in the specified target-version, or add -target and
6869                 -source options as necessary. Make the result of the test
6870                 available as variable CONF_JAVAC. Also log error output in
6871                 config.log.
6872
6873         2006-03-11  Bruno Haible  <bruno@clisp.org>
6874
6875                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
6876
6877         2006-05-09  Bruno Haible  <bruno@clisp.org>
6878
6879                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
6880                 CLASSPATH_SEPARATOR to a semicolon.
6881
6882         2006-03-12  Bruno Haible  <bruno@clisp.org>
6883
6884                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
6885                 available as variable CONF_JAVA, for subsequent autoconf
6886                 tests. Also log error output in config.log.
6887
6888         2006-07-19  Bruno Haible  <bruno@clisp.org>
6889
6890                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
6891                 that getline works on glibc2 systems. Needed to avoid trouble
6892                 in relocatable.c.
6893                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
6894
6895         2005-12-04  Bruno Haible  <bruno@clisp.org>
6896
6897                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
6898                 launcher (untested).
6899
6900         2005-12-04  Bruno Haible  <bruno@clisp.org>
6901
6902                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
6903
6904         2006-07-22  Bruno Haible  <bruno@clisp.org>
6905
6906                 * gettext.m4: Update from GNU gettext-0.15.
6907                 * nls.m4: Likewise.
6908                 * po.m4: Likewise.
6909                 * inttypes-pri.m4: Likewise.
6910                 * inttypes-h.m4: Renamed from inttypes.m4.
6911                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
6912
6913 2006-07-22  Bruno Haible  <bruno@clisp.org>
6914
6915         Merge from GNU gettext 0.15.
6916
6917         2005-07-05  Bruno Haible  <bruno@clisp.org>
6918
6919                 * printf-args.c (printf_fetchargs): Work around broken
6920                 definition of wint_t on mingw.
6921
6922         2005-02-12  Bruno Haible  <bruno@clisp.org>
6923
6924                 * xallocsa.h: Add extern "C" for C++.
6925
6926         2006-05-17  Bruno Haible  <bruno@clisp.org>
6927
6928                 Cygwin portability.
6929                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
6930
6931         2006-04-30  Bruno Haible  <bruno@clisp.org>
6932
6933                 * progreloc.c: Include <mach-o/dyld.h> if available.
6934                 (find_executable): Use _NSGetExecutablePath when possible.
6935
6936         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6937
6938                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
6939                 function.
6940
6941         2005-12-29  Bruno Haible  <bruno@clisp.org>
6942
6943                 * progreloc.c (set_program_name_and_installdir): Fix
6944                 compilation error.
6945
6946         2005-12-04  Bruno Haible  <bruno@clisp.org>
6947
6948                 Cygwin portability.
6949                 * progreloc.c: Include <windows.h> also on Cygwin.
6950                 (find_executable): Add support for Cygwin.
6951                 (set_program_name_and_installdir): Handle also platforms with
6952                 nonempty EXEEXT.
6953
6954         2006-07-11  Bruno Haible  <bruno@clisp.org>
6955
6956                 * javacomp.c: Fix a comment.
6957                 Reported by Jim Meyering.
6958
6959         2006-04-30  Bruno Haible  <bruno@clisp.org>
6960
6961                 * javacomp.h (compile_java_class): Add source_version,
6962                 target_version arguments.
6963                 * javacomp.c: Rewritten to choose only a compiler that
6964                 respects the specified source_version and target_version.
6965
6966         2006-06-27  Bruno Haible  <bruno@clisp.org>
6967
6968                 Assume correct S_ISDIR macro.
6969                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
6970
6971         2006-07-22  Bruno Haible  <bruno@clisp.org>
6972
6973                 * javaversion.h: New file, from GNU gettext.
6974                 * javaversion.c: New file, from GNU gettext.
6975                 * javaversion.java: New file, from GNU gettext.
6976                 * javaversion.class: New file, from GNU gettext.
6977
6978         2006-05-17  Bruno Haible  <bruno@clisp.org>
6979
6980                 Cygwin portability.
6981                 * javaexec.c (execute_java_class): Test for jview program
6982                 also on Cygwin.
6983
6984         2006-04-09  Bruno Haible  <bruno@clisp.org>
6985
6986                 * fatal-signal.c: Don't include string.h.
6987                 (at_fatal_signal): Use a copying loop instead of memcpy.
6988
6989         2005-12-04  Bruno Haible  <bruno@clisp.org>
6990
6991                 * csharpexec.c: Add support for 'clix' launcher (untested).
6992                 (execute_csharp_using_sscli): New function.
6993                 (execute_csharp_program): Call it.
6994
6995         2006-06-21  Bruno Haible  <bruno@clisp.org>
6996
6997                 Avoid warnings from recent versions of mcs.
6998                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
6999                 -o, -L, -r any more. Use options documented since mcs-1.0
7000                 instead. Similarly for -g.
7001
7002         2005-07-09  Bruno Haible  <bruno@clisp.org>
7003
7004                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
7005                 add a .dll suffix.
7006                 Reported by Mark Junker <mjscod@gmx.de>.
7007
7008         2006-06-17  Bruno Haible  <bruno@clisp.org>
7009
7010                 * config.charset: Update for NetBSD 3.0.
7011
7012         2006-05-17  Bruno Haible  <bruno@clisp.org>
7013
7014                 Cygwin portability.
7015                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
7016
7017         2006-05-16  Bruno Haible  <bruno@clisp.org>
7018
7019                 * localcharset.c [CYGWIN]: Include <windows.h>.
7020                 (get_charset_aliases): For Cygwin, return the same CPxxx
7021                 aliases list as under WIN32.
7022                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
7023                 the environment variables. Fall back to GetACP().
7024
7025         2006-04-05  Bruno Haible  <bruno@clisp.org>
7026
7027                 * config.charset: Update Juan Manuel Guerrero's address.
7028
7029         2005-02-12  Bruno Haible  <bruno@clisp.org>
7030
7031                 * allocsa.h: Add extern "C" for C++.
7032
7033         2005-02-10  Bruno Haible  <bruno@clisp.org>
7034
7035                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
7036                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
7037
7038         2006-07-22  Bruno Haible  <bruno@clisp.org>
7039
7040                 * gettext.h: Update to GNU gettext-0.15.
7041
7042 2006-07-22  Bruno Haible  <bruno@clisp.org>
7043
7044         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
7045         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
7046         lib-prefix.m4, longdouble.m4, ssize_t.m4.
7047
7048 2006-07-21  Eric Blake  <ebb9@byu.net>
7049
7050         * modules/stdlib-safer: New file.
7051         * MODULES.html.sh (File stream based Input/Output): Add
7052         stdlib-safer.
7053
7054 2006-07-21  Eric Blake  <ebb9@byu.net>
7055
7056         * lib/stdlib-safer.h: New file from coreutils, required by
7057         stdlib--.h.
7058
7059 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
7060
7061         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
7062
7063 2006-07-20  Bruno Haible  <bruno@clisp.org>
7064
7065         * gnulib-tool: Recognize new option --assume-autoconf.
7066         (autoconf_minversion): New variable.
7067         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
7068
7069 2006-07-20  Bruno Haible  <bruno@clisp.org>
7070
7071         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
7072
7073 2006-07-19  Derek R. Price  <derek@ximbiot.com>
7074
7075         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
7076         Reindent and repaginate.
7077
7078 2006-07-19  Derek Price  <derek@ximbiot.com>
7079
7080         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
7081         Correct grammar.
7082
7083 2006-07-17  Bruno Haible  <bruno@clisp.org>
7084
7085         * modules/list: New file.
7086         * modules/array-list: New file.
7087         * modules/carray-list, modules/carray-list-tests: New files.
7088         * modules/linked-list, modules/linked-list-tests: New files.
7089         * modules/avltree-list, modules/avltree-list-tests: New files.
7090         * modules/rbtree-list, modules/rbtree-list-tests: New files.
7091         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
7092         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
7093         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
7094         * modules/oset: New file.
7095         * modules/array-oset: New file.
7096         * modules/avltree-oset, modules/avltree-oset-tests: New files.
7097         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
7098         * tests/test-carray_list.c: New file.
7099         * tests/test-linked_list.c: New file.
7100         * tests/test-avltree_list.c: New file.
7101         * tests/test-rbtree_list.c: New file.
7102         * tests/test-linkedhash_list.c: New file.
7103         * tests/test-avltreehash_list.c: New file.
7104         * tests/test-rbtreehash_list.c: New file.
7105         * tests/test-avltree_oset.c: New file.
7106         * tests/test-rbtree_oset.c: New file.
7107         * MODULES.html.sh (Container data structures): New section.
7108
7109 2006-07-17  Bruno Haible  <bruno@clisp.org>
7110
7111         * m4/gl_list.m4: New file.
7112
7113 2006-07-17  Bruno Haible  <bruno@clisp.org>
7114
7115         * lib/gl_list.h: New file.
7116         * lib/gl_list.c: New file.
7117         * lib/gl_array_list.h: New file.
7118         * lib/gl_array_list.c: New file.
7119         * lib/gl_carray_list.h: New file.
7120         * lib/gl_carray_list.c: New file.
7121         * lib/gl_linked_list.h: New file.
7122         * lib/gl_linked_list.c: New file.
7123         * lib/gl_anylinked_list1.h: New file.
7124         * lib/gl_anylinked_list2.h: New file.
7125         * lib/gl_avltree_list.h: New file.
7126         * lib/gl_avltree_list.c: New file.
7127         * lib/gl_anyavltree_list1.h: New file.
7128         * lib/gl_anyavltree_list2.h: New file.
7129         * lib/gl_rbtree_list.h: New file.
7130         * lib/gl_rbtree_list.c: New file.
7131         * lib/gl_anyrbtree_list1.h: New file.
7132         * lib/gl_anyrbtree_list2.h: New file.
7133         * lib/gl_anytree_list1.h: New file.
7134         * lib/gl_anytree_list2.h: New file.
7135         * lib/gl_linkedhash_list.h: New file.
7136         * lib/gl_linkedhash_list.c: New file.
7137         * lib/gl_anyhash_list1.h: New file.
7138         * lib/gl_anyhash_list2.h: New file.
7139         * lib/gl_avltreehash_list.h: New file.
7140         * lib/gl_avltreehash_list.c: New file.
7141         * lib/gl_rbtreehash_list.h: New file.
7142         * lib/gl_rbtreehash_list.c: New file.
7143         * lib/gl_anytreehash_list1.h: New file.
7144         * lib/gl_anytreehash_list2.h: New file.
7145
7146         * lib/gl_oset.h: New file.
7147         * lib/gl_oset.c: New file.
7148         * lib/gl_array_oset.h: New file.
7149         * lib/gl_array_oset.c: New file.
7150         * lib/gl_avltree_oset.h: New file.
7151         * lib/gl_avltree_oset.c: New file.
7152         * lib/gl_rbtree_oset.h: New file.
7153         * lib/gl_rbtree_oset.c: New file.
7154         * lib/gl_anytree_oset.h: New file.
7155
7156 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7157
7158         * m4/mkancesdirs.m4: New file.
7159         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
7160         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
7161         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
7162         it.
7163
7164 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7165
7166         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
7167         * lib/mkancesdirs.h: New files.
7168         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
7169         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
7170         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
7171         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
7172         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
7173         callers changed.  Revamp internals significantly, by not
7174         attempting to create directories that are temporarily more
7175         permissive than the final results.  Do not attempt to use
7176         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
7177         This removes some race conditions, fixes some bugs, and simplifies
7178         things.  Use new dirchownmod function to do owner and mode changes.
7179         * lib/mkdir-p.h: Likewise.
7180         * lib/modechange.c (octal_to_mode): New function.
7181         (struct mode_change): New member mentioned.
7182         (make_node_op_equals): New arg mentioned.  All callers changed.
7183         (mode_compile): Keep track of which mode bits the user has explicitly
7184         mentioned.
7185         (mode_adjust): New arg DIR, so that we implement the X op correctly.
7186         New arg PMODE_BITS, to keep track of which mode bits the user
7187         mentioned; it treats S_ISUID and S_ISGID speciall.
7188         All callers changed.
7189         * lib/modechange.h: Likewise.
7190
7191 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7192
7193         * MODULES.html.sh: Add mkancestors.
7194         * modules/mkancesdirs: New module.
7195         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
7196         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
7197         The chdir-safer and afs files are now orphans; I'll remove them
7198         unless someone speaks up.
7199         Add lib/dirchownmod.c, lib/dirchownmod.h.
7200         (Depends-on): Remove alloca, chown, save-cwd, dirname.
7201         Add lchown, mkancesdirs.
7202         (Maintainer): Add self.
7203
7204 2006-07-15  Karl Berry  <karl@gnu.org>
7205
7206         * gnulib-tool: help message wording/arrangement.
7207
7208 2006-07-14  Simon Josefsson  <jas@extundo.com>
7209
7210         * doc/gnulib.texi (Libtool and Windows): New section.
7211
7212 2006-07-12  Simon Josefsson  <jas@extundo.com>
7213
7214         * modules/gendocs (License): Fix license, approved by Karl.
7215
7216 2006-07-12  Eric Blake  <ebb9@byu.net>
7217
7218         * MODULES.html.sh: Add gendocs.
7219
7220 2006-07-11  Eric Blake  <ebb9@byu.net>
7221
7222         * modules/fdl: New module, to install doc/fdl.texi.
7223         * MODULES.html.sh: Add new section for documentation modules.
7224         * gnulib-tool: Avoid space-tab.
7225         (--doc-base): New option, to manage files from doc.
7226
7227 2006-07-11  Eric Blake  <ebb9@byu.net>
7228
7229         * m4/absolute-header.m4: Fix comments to match recent change.
7230
7231 2006-07-11  Eric Blake  <ebb9@byu.net>
7232
7233         * gnulib-tool: List --doc-base before --tests-base.
7234
7235 2006-07-11  Derek R. Price  <derek@ximbiot.com>
7236
7237         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
7238
7239 2006-07-11  Bruno Haible  <bruno@clisp.org>
7240
7241         * README: Mention where to put documentation.
7242
7243 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7244
7245         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
7246
7247 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7248
7249         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
7250         to stdint.m4.
7251
7252 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7253
7254         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
7255         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
7256         "no/such/file/stdint.h" when there is no such file, so that
7257         the resulting C code can be parsed by dodgy compilers.
7258         Problems reported by Bob Proulx.
7259
7260 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7261
7262         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
7263         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7264         macros into the GNU _D_EXACT_NAMLEN.
7265         * lib/savedir.c:  Likewise.
7266         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
7267
7268 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7269         and Paul Eggert  <eggert@cs.ucla.edu>
7270
7271         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
7272         * m4/savedir.m4:
7273         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7274         macros into the GNU _D_EXACT_NAMLEN.
7275
7276 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7277
7278         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
7279         around the absolute name, to work around a problem with the HP-UX
7280         11.23 native C compiler, reported by Bob Proulx.
7281
7282 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7283
7284         * doc/maintain.texi, make-stds.texi: Sync from
7285         <http://savannah.gnu.org/projects/gnustandards>.
7286
7287 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7288
7289         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
7290
7291 2006-07-09  Jim Meyering  <jim@meyering.net>
7292
7293         * m4/glob.m4: Remove a doubled word in a comment.
7294
7295 2006-07-09  Jim Meyering  <jim@meyering.net>
7296
7297         * lib/argp-pv.c: Remove a doubled word in a comment.
7298         * lib/check-version.c (check_version): Likewise.
7299         * lib/javacomp.c (compile_java_class): Likewise.
7300
7301 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
7302
7303         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
7304         for the benefit of people using Autoconf 2.60.  If you want to
7305         support older Autoconf versions you can copy m4/onceonly_2_57.m4
7306         (or m4/onceonly.m4, if pre-2.57) manually.
7307
7308 2006-07-08  Jim Meyering  <jim@meyering.net>
7309
7310         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
7311         comment.
7312         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
7313         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
7314         comment.
7315
7316 2006-07-08  Jim Meyering  <jim@meyering.net>
7317
7318         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
7319
7320 2006-07-07  Simon Josefsson  <jas@extundo.com>
7321
7322         * tests/test-crc.c: Change expected crc value, the test vector
7323         were probably computed using the old broken crc.c?
7324
7325 2006-07-06  Simon Josefsson  <jas@extundo.com>
7326
7327         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
7328         now the canonical place for the M4 file).
7329
7330         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
7331         from the sys_socket dependency now.
7332
7333         * modules/inet_pton (Files): Ditto.
7334
7335         * modules/inet_ntop (Files): Ditto.
7336
7337 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7338
7339         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
7340         not gl_PREREQ_GETUSERSHELL.
7341
7342 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7343
7344         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
7345         with only one argument, for Autoconf 2.60.
7346         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
7347         expand to nothing, so add a shell command to avoid syntax error.
7348         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7349
7350 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7351
7352         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
7353
7354 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7355
7356         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
7357         no longer needed.  Check for isblank decl.
7358         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
7359         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
7360         of existence.
7361
7362 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7363
7364         * lib/getloadavg.c: Use __VMS, not VMS.
7365         * lib/getopt.c: Likewise.
7366         * lib/getpagesize.h: Likewise.
7367         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
7368         and probably does not work.
7369
7370 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7371
7372         * lib/.cppi-disable: Add wcwidth.
7373         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
7374         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
7375         (ISGRAPH): Remove.  All uses changed to isgraph.
7376         (FOLD) [!defined _LIBC]: Remove special case.
7377         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
7378         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
7379         HAVE_ISBLANK.
7380         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
7381         case.
7382
7383 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7384
7385         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
7386         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
7387         brackets.  Other minor changes to suppress some compiler
7388         warnings.
7389
7390 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7391         and Paul Eggert  <eggert@cs.ucla.edu>
7392
7393         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
7394         of invoking obsolescent AC_HEADER_DIRENT macro.
7395         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
7396         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
7397         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
7398         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
7399         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
7400         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7401         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
7402         * m4/readdir.m4: Remove; no longer needed.
7403
7404 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7405         and Paul Eggert  <eggert@cs.ucla.edu>
7406
7407         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
7408         Don't worry about this obsolete case any more.
7409         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
7410         directories.
7411         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
7412         worry about this obsolete case any more.
7413         * lib/fts.c: Likewise.
7414         * lib/getcwd.c: Likewise.
7415         * lib/glob.h: Likewise.
7416         * lib/savedir.c: Likewise.
7417
7418 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7419
7420         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
7421         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
7422         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
7423         needed.
7424         All uses removed.
7425         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7426         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7427         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
7428         needed.
7429         * m4/getdate.m4 (gl_GETDATE): Likewise.
7430         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7431         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7432         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7433         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7434         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7435         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7436         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
7437         needed.
7438
7439 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7440
7441         * lib/memcasecmp.c: Include <limits.h>.
7442         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
7443         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
7444         Don't assume isdigit succeeds only on '0' through '9'.
7445
7446 2006-07-05  Eric Blake  <ebb9@byu.net>
7447
7448         * modules/getaddrinfo (Depends-on): Add snprintf.
7449
7450 2006-07-05  Eric Blake  <ebb9@byu.net>
7451
7452         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
7453         to avoid 'header present but could not be compiled' on cygwin.
7454
7455 2006-07-05  Eric Blake  <ebb9@byu.net>
7456
7457         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
7458         missing from netdb.h.
7459         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
7460
7461 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7462
7463         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
7464         no longer needed.
7465         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
7466         * m4/getdate.m4 (gl_GETDATE): Likewise.
7467         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7468         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7469         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7470         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7471         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7472
7473 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7474
7475         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
7476         All uses of is_space replaced by isspace.
7477         * lib/exit.h: Don't talk about STDC_HEADERS.
7478         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
7479         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
7480         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
7481         replaced by isprint etc.
7482         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
7483         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7484         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
7485         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
7486         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
7487         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7488
7489 2006-07-05  Bruno Haible  <bruno@clisp.org>
7490
7491         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
7492         the function exists, before testing against AIX.
7493         Reported by Martin Lambers <marlam@marlam.de>.
7494
7495 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7496
7497         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
7498         From Mark D. Baushke.
7499
7500 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7501
7502         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
7503         to the absolute name, not just one, to bypass Sun C 5.8's
7504         "warning: #include of /usr/include/... may be non-portable".
7505
7506 2006-07-04  Eric Blake  <ebb9@byu.net>
7507
7508         * modules/dirname-tests: New test module.
7509         * tests/test-dirname.c: New file, replacing dirname.c
7510         TEST_DIRNAME section that was recently deleted.
7511
7512 2006-07-04  Bruno Haible  <bruno@clisp.org>
7513
7514         Assume ANSI C header files and <ctype.h> functions.
7515         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
7516         (mbsnwidth): Use isprint, iscntrl instead.
7517
7518 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7519
7520         Merge from coreutils.
7521         * MODULES.html.sh: Add xstrtold.
7522         * modules/xstrtold: New file.
7523         * modules/cycle-check (Files): Add lib/same-inode.h.
7524         * modules/dirname (Files): Add m4/double-slash-root.m4.
7525         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
7526         * modules/mkdir-p (Files): Add lib/same-inode.h.
7527         * modules/same (Files): Add lib/same-inode.h.
7528
7529 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7530
7531         * m4/absolute-header.m4: Renamed from full-header-path.m4.
7532         This is to keep the terminology clean; POSIX talks about
7533         "absolute pathnames", not "full pathnames", but the GNU
7534         Coding Standards say to use "path" for something else;
7535         so use "absolute" to keep both sides happy.
7536         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
7537         Set gl_absolute_header, not gl_full_header_path.
7538         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
7539         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
7540         All uses changed.
7541
7542         Merge from coreutils.
7543
7544         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7545
7546         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
7547         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
7548         want to require the building of c-strtod.o.
7549         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
7550         needs -lm directly.
7551         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
7552
7553         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7554
7555         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
7556         --as-needed option if available.  Problem reported by Albert Chin in
7557         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
7558         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
7559         cc merely issues a bunch of annoying warnings for --as-needed
7560         (this problem was reported by Bob Proulx).  Also, try linking with
7561         -lm to detect a bug in binutils 2.16 (this problem was reported
7562         by Ralf Wildenhues).
7563
7564         2006-06-18  Jim Meyering  <jim@meyering.net>
7565
7566         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
7567         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
7568         macro.
7569         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
7570         also check for glibc-2.4's abort-inducing bug.
7571
7572         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
7573         Low-probability clean-up should be to use rmdir to get rid of
7574         the just-created directory, not unlink.
7575
7576         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
7577         configure fail, and request a bug report to inform us about it.
7578         Add a comment that, barring reports to the contrary, in 2007 we'll
7579         assume ftruncate is universally available.
7580
7581         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7582
7583         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
7584
7585         2006-03-12  Jim Meyering  <jim@meyering.net>
7586
7587         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
7588         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
7589         * m4/same.m4 (gl_SAME): Likewise.
7590         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
7591
7592         2006-03-11  Eric Blake  <ebb9@byu.net>
7593
7594         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
7595         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
7596         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
7597         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
7598
7599 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7600
7601         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
7602         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
7603         reported by Mark D. Baushke, one in
7604         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
7605
7606         Merge from coreutils.
7607
7608         * lib/.cppi-disable: Add stdint_.h.
7609         * lib/.cvsignore: Add stdint.h.
7610
7611         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7612
7613         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
7614         both double and long double versions.
7615         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
7616         * lib/xstrtold.c: New file.
7617         * lib/xstrtod.h (xstrtold): New decl.
7618
7619         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
7620
7621         * lib/filemode.c (setst): Remove.
7622         (strmode): Rewrite to avoid setst.  This makes the code shorter,
7623         (arguably) clearer, and the generated code is a bit smaller on my
7624         Debian GNU/Linux stable x86 host.
7625
7626         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7627
7628         * lib/filemode.c: Include "filemode.h" first, to test the interface.
7629         Assume that filemode.h includes sys/types.h and sys/stat.h.
7630         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
7631         (ftypelet): Reorder to put common cases first, for efficiency.
7632         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
7633         to do 'M'.
7634         (strmode): Renamed from mode_string, and now stores 12 bytes instead
7635         of 10, for compatibility with FreeBSD.  All callers changed.
7636         (filemodestring): Now stores 12 bytes instead of 10, and sets file
7637         types that can't be deduced solely from st_mode.  First arg is now a
7638         const pointer.
7639         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
7640         (strmode): Renamed from mode_string.
7641         (filemodestring): New decl.
7642         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
7643         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
7644         needed.
7645         (S_ISPORT, S_ISWHT): New macros, if not already defined.
7646
7647         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
7648
7649         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
7650         fsusage.h now does that.  Include fsusage.h first, to test interface.
7651         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
7652         at most one method (the old code could have generated decls that
7653         didn't conform to C89, not that this was ever exercised).
7654         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
7655
7656         2006-03-19  Jim Meyering  <jim@meyering.net>
7657
7658         Work even in a chroot where d_ino values for entries in "/"
7659         don't match the stat.st_ino values for the same names.
7660         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
7661         number, iterate through all entries again, using lstat instead.
7662         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
7663         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
7664
7665         * lib/getcwd.c (__getcwd): Clarify a comment.
7666         Use memcpy in place of a call to strcpy.
7667
7668         2006-03-12  Jim Meyering  <jim@meyering.net>
7669
7670         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
7671         matches that of the current directory (which we're about to chdir ".."
7672         out of), then save the dev-ino of the parent, instead.
7673
7674         * lib/same-inode.h (SAME_INODE): New file/macro.
7675         * lib/chdir-safer.c (SAME_INODE): Remove definition.
7676         Include "same-inode.h", instead.
7677         * lib/same.c: Likewise.
7678         * lib/cycle-check.h: Include "same-inode.h".
7679         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
7680         * lib/cycle-check.c (SAME_INODE): Remove definition.
7681         * lib/root-dev-ino.h: Include "same-inode.h".
7682
7683         2006-03-11  Eric Blake  <ebb9@byu.net>
7684
7685         * lib/same.c (same_name): s/base_name/last_component/
7686         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
7687         * lib/filenamecat.c (file_name_concat): Likewise.
7688
7689         2006-03-11  Eric Blake  <ebb9@byu.net>,
7690                     Paul Eggert  <eggert@cs.ucla.edu>
7691
7692         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
7693         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
7694         drive prefix.
7695         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
7696         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
7697         (last_component): New method.
7698         * lib/dirname.c (dir_len): Determine when drive letters need a
7699         subsequent slash.  Preserve // when it is special.
7700         (dir_name): Don't append dot when drive letter is absolute.
7701         [TEST_DIRNAME]: Move into a full-blown gnulib test.
7702         * lib/basename.c (base_name): New semantics - malloc the result.
7703         Preserve // when it is special.  Preserve relative files that look
7704         like drive letters.
7705         (base_len): Preserve // when it is special.
7706         (last_component): New method, similar to old base_name semantics.
7707         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
7708         base_name.  Strip redundant slashes from ///.
7709
7710 2006-07-03  Jim Meyering  <jim@meyering.net>
7711
7712         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
7713         macro is used before the first cycle_check call.
7714
7715 2006-07-03  Eric Blake  <ebb9@byu.net>
7716
7717         * modules/dirname (Depends-on): Add xstrndup.
7718
7719 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7720
7721         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
7722         test cases, so that config.log is a bit easier to follow.
7723
7724 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7725
7726         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
7727         both are 64 bits, since this seems to be the tradition, and this
7728         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
7729         we ever run into a host that prefers long long to long in this
7730         case, we'll need another configure-time test.  Problem reported by
7731         Jim Meyering.
7732
7733 2006-07-02  Eric Blake  <ebb9@byu.net>
7734
7735         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
7736
7737 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7738
7739         * modules/inttypes (Depends-on): No longer depends on stdint.
7740         * modules/stdint (Description): Say more about assumptions.
7741         Say that the fast types might differ.  Say macros are used.
7742         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
7743         (Makefile.am): Revise list of substituted symbols to match
7744         new stdint.m4.
7745         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
7746         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
7747         * tests/test-stdint.c (verify_same_types)
7748         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
7749         the code conforms to C99/C89.
7750         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
7751         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
7752
7753 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7754
7755         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
7756         but fix a bug, by requiring at least 64 bits.
7757         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
7758         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
7759         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
7760         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
7761
7762         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
7763         changes.  Make 2.59 a prerequisite.  Check and substitute for
7764         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
7765         inttypes.h.  Do not use special include files; just use the
7766         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
7767         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
7768         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
7769         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
7770         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
7771         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
7772         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
7773         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
7774         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
7775         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
7776         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
7777         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
7778         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
7779         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
7780         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
7781         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
7782         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
7783         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
7784         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
7785         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
7786         WINT_MAX.  Check for C99 conformance more strictly, by detecting
7787         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
7788         not check for things that C99 does not require, e.g., int8_t.  If
7789         a test isn't needed unless <stdint.h> isn't working, and is
7790         unlikely to be needed for any other reason, then don't do it
7791         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
7792         size_t, since we assume C89 freestanding at least.  Do not check
7793         for sig_atomic_t, wchar_t, or wint_t, since the code now does
7794         the right thing even if the types are not defined.  Instead use:
7795         (gl_STDINT_TYPE_PROPERTIES): New macro.
7796         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
7797         testing whether <sys/types.h> clashes, as Autoconf does this for
7798         us now.  All uses removed.
7799         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
7800         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
7801         (gl_CHECK_TYPE_SAME):
7802         Remove; no longer needed.
7803         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
7804         exists, since we'll return 0 anyway in that case.
7805         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
7806
7807 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7808
7809         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
7810         possible collision with system files.
7811         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
7812         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
7813         WCHAR_MIN and WCHAR_MAX in this case.
7814         (<stddef.h>): Do not include; no longer needed.
7815         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
7816         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
7817         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
7818         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
7819         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
7820         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
7821         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
7822         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
7823         !defined(__c99))]: Include in this case too, since it's harmless
7824         now.
7825         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
7826         dangerous to do so.
7827         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
7828         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
7829         (_STDINT_MIN, _STDINT_MAX): New macros.
7830         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
7831         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
7832         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
7833         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
7834         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
7835         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
7836         macros, not typedefs; this simplifies things quite a bit.
7837         Use long int for all types narrower than int64_t.
7838         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
7839         Define in terms of long long int or int64_t or long int,
7840         not int64_t or int32_t.  This saves some compile-time testing.
7841         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
7842         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
7843         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
7844         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
7845         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
7846         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
7847         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
7848         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
7849         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
7850         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
7851         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7852         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7853         undef any previous version and define our own version, for
7854         simplicity and consistency with the new macros for types.
7855         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7856         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7857         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
7858         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
7859         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
7860         @WINT_T_SUFFIX@ to keep things simple here.
7861         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
7862         Simplify by assuming typical 8/16/32/64 host, since we're
7863         already doing that elsewhere anyway.
7864         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
7865         and assume long long int is 64 bits if available.  This
7866         speeds up 'configure'.
7867
7868 2006-07-01  Eric Blake  <ebb9@byu.net>
7869
7870         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
7871         Reported by Andreas Buening.
7872
7873 2006-07-01  Eric Blake  <ebb9@byu.net>
7874
7875         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
7876
7877 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7878
7879         * lib/getaddrinfo.c: fixed typo
7880
7881 2006-06-29  Jim Meyering  <jim@meyering.net>
7882
7883         * modules/strftime (Maintainer): Add my name, since with the
7884         FPRINTFTIME changes strftime.c has forked from glibc.
7885
7886 2006-06-29  Eric Blake  <ebb9@byu.net>
7887
7888         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
7889
7890 2006-06-29  Eric Blake  <ebb9@byu.net>
7891
7892         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
7893
7894 2006-06-29  Eric Blake  <ebb9@byu.net>
7895
7896         * lib/stat_.h: New file.
7897
7898 2006-06-29  Eric Blake  <ebb9@byu.net>
7899
7900         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
7901         unused static function.
7902
7903 2006-06-29  Eric Blake  <ebb9@byu.net>
7904
7905         * doc/functions.texi (Function Portability): Document missing lstat
7906         on mingw.
7907
7908 2006-06-29  Eric Blake  <ebb9@byu.net>
7909
7910         * MODULES.html.sh: Add sys_stat.
7911         * modules/sys_stat: New module.
7912         * modules/mkstemp (Depends-on): Add sys_stat.
7913
7914 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7915
7916         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
7917
7918 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7919
7920         * m4/c-bs-a.m4: Removed.
7921
7922 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7923
7924         * lib/strftime.c: Assume strftime() exists.
7925
7926 2006-06-29  Derek Price  <derek@ximbiot.com>
7927
7928         * modules/c-bs-a: Removed - \a is C89.
7929         * MODULES.html.sh: Remove c-bs-a.
7930
7931 2006-06-29  Bruno Haible  <bruno@clisp.org>
7932
7933         * modules/wcwidth (License): Change to LGPL.
7934
7935 2006-06-28  Simon Josefsson  <jas@extundo.com>
7936
7937         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
7938         on _WIN32.
7939
7940         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
7941         getnameinfo.
7942
7943 2006-06-28  Simon Josefsson  <jas@extundo.com>
7944
7945         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
7946
7947 2006-06-28  Simon Josefsson  <jas@extundo.com>
7948
7949         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
7950         functions there.  It will succeed on Windows XP, but on Windows
7951         2000 and (presumably) earlier, it will fail, and use the internal
7952         re-implementation.
7953         (use_win32_p): New function.
7954         (getaddrinfo): Use strtoul on servname, to support numeric ports.
7955         Support AI_NUMERICSERV to disable getservbyname.
7956         (getnameinfo): New function, only supports
7957         NI_NUMERICHOST|NI_NUMERICSERV for now.
7958
7959         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
7960         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
7961         getnameinfo.
7962
7963 2006-06-28  Eric Blake  <ebb9@byu.net>
7964
7965         * modules/wcwidth: New file.
7966         * modules/mbchar (Depends-on): Add wcwidth.
7967         * modules/mbswidth (Depends-on): Add wcwidth.
7968         * MODULES.html.sh: Add wcwidth.
7969
7970 2006-06-28  Eric Blake  <ebb9@byu.net>
7971
7972         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
7973         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
7974
7975 2006-06-28  Eric Blake  <ebb9@byu.net>
7976
7977         * lib/xvasprintf.h: Fix comments.
7978
7979 2006-06-28  Eric Blake  <ebb9@byu.net>
7980
7981         * lib/mbchar.h (wcwidth): Include wcwidth.h.
7982         * lib/mbswidth.c (wcwidth): Move from here...
7983         * lib/wcwidth.h: ...to this new file.
7984
7985 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7986
7987         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
7988
7989         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
7990         it's obsolete.
7991         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
7992
7993 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7994
7995         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
7996         Autoconf 2.60 says this stuff was obsolete.
7997
7998 2006-06-28  Bruno Haible  <bruno@clisp.org>
7999
8000         * modules/wcwidth (Files): Add m4/wchar_t.m4.
8001
8002 2006-06-28  Bruno Haible  <bruno@clisp.org>
8003
8004         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
8005         gt_TYPE_WCHAR_T.
8006
8007 2006-06-28  Bruno Haible  <bruno@clisp.org>
8008
8009         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
8010         declaration for wcwidth.
8011         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
8012
8013 2006-06-28  Bruno Haible  <bruno@clisp.org>
8014
8015         * lib/mkdtemp.c [MINGW]: Include <io.h>.
8016         (mkdir): Define using _mkdir.
8017
8018 2006-06-28  Bruno Haible  <bruno@clisp.org>
8019
8020         * lib/getaddrinfo.h: Fix POSIX URL.
8021         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
8022         _WIN32.
8023         (use_win32_p): Make static.
8024         (getaddrinfo): Reject service name if it is empty or does not consist
8025         solely of decimal digits, or if its value is > 65535.
8026         (getnameinfo): Remove useless casts.
8027
8028 2006-06-27  Simon Josefsson  <jas@extundo.com>
8029
8030         * modules/sys_select: New file, suggested by Bruno Haible, Paul
8031         Eggert and Martin Lambers.
8032
8033 2006-06-27  Simon Josefsson  <jas@extundo.com>
8034
8035         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
8036         Eggert and Martin Lambers.
8037
8038 2006-06-27  Bruno Haible  <bruno@clisp.org>
8039
8040         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
8041         result to 0, not to empty.
8042         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
8043
8044 2006-06-27  Bruno Haible  <bruno@clisp.org>
8045
8046         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
8047
8048 2006-06-26  Simon Josefsson  <jas@extundo.com>
8049
8050         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
8051         present.
8052
8053 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8054
8055         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
8056         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
8057         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
8058
8059 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
8060
8061         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
8062
8063 2006-06-26  Bruno Haible  <bruno@clisp.org>
8064
8065         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
8066
8067 2006-06-26  Bruno Haible  <bruno@clisp.org>
8068
8069         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
8070
8071 2006-06-26  Bruno Haible  <bruno@clisp.org>
8072
8073         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
8074         SGI C compiler in pre-C99 mode.
8075         Suggested by Mark D. Baushke and Larry Jones.
8076
8077 2006-06-26  Bruno Haible  <bruno@clisp.org>
8078
8079         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
8080         WCHAR_MAX.
8081         Reported by Mark D. Baushke and Larry Jones.
8082
8083 2006-06-26  Bruno Haible  <bruno@clisp.org>
8084
8085         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
8086         in pre-C99 mode.
8087         Suggested by Mark D. Baushke and Larry Jones.
8088
8089 2006-06-23  Simon Josefsson  <jas@extundo.com>
8090             Bruno Haible  <bruno@clisp.org>
8091
8092         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
8093         Emit mostlyclean-local rule.
8094         (func_emit_tests_Makefile_am): Likewise.
8095         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
8096
8097 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
8098
8099         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
8100
8101 2006-06-23  Bruno Haible  <bruno@clisp.org>
8102
8103         * tests/test-stdint.c: Update to match ISO C 99 Technical
8104         Corrigendum 1.
8105
8106 2006-06-23  Bruno Haible  <bruno@clisp.org>
8107
8108         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
8109
8110 2006-06-23  Bruno Haible  <bruno@clisp.org>
8111
8112         * lib/stdint_.h: Treat IRIX like OpenBSD.
8113
8114 2006-06-23  Bruno Haible  <bruno@clisp.org>
8115
8116         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
8117         ISO C 99 Technical Corrigendum 1.
8118
8119 2006-06-22  Simon Josefsson  <jas@extundo.com>
8120
8121         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
8122         MinGW.
8123
8124 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
8125
8126         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
8127         needed.  Some compiler complained about some of them.  Problem reported
8128         by Larry Jones in
8129         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
8130
8131 2006-06-21  Simon Josefsson  <jas@extundo.com>
8132
8133         * tests/test-getaddrinfo.c: New file.
8134
8135         * modules/getaddrinfo-tests: New file.
8136
8137         * MODULES.html.sh: Add inet_pton.
8138
8139         * modules/inet_pton: New file.
8140
8141 2006-06-21  Simon Josefsson  <jas@extundo.com>
8142
8143         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
8144         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
8145         of using the (limited) gnulib implementation on Windows XP.
8146
8147         * m4/inet_pton.m4: New file.
8148
8149 2006-06-21  Simon Josefsson  <jas@extundo.com>
8150
8151         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
8152         variable.
8153
8154         * lib/socket_.h: Don't define WINVER.
8155
8156         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
8157         slightly modified to work in gnulib.
8158
8159 2006-06-21  Simon Josefsson  <jas@extundo.com>
8160
8161         * doc/gnulib.texi (Windows sockets): Add.
8162
8163 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
8164
8165         * lib/read-file.c (fread_file): Start with buffer allocation of
8166         0 bytes rather than 1 byte; this simplifies the code.
8167         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
8168         code to free buffer and save/restore errno.
8169         (internal_read_file): Remove unused local.
8170
8171 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
8172
8173         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
8174         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
8175         Problem reported by Denis Excoffier in
8176         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
8177
8178 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8179
8180         * modules/sys_socket, modules/socklen: Include sys/types since
8181         FreeBSD 4.x's sys/socket.h needs it.
8182
8183 2006-06-19  Simon Josefsson  <jas@extundo.com>
8184
8185         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
8186
8187 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8188
8189         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
8190
8191 2006-06-19  Bruno Haible  <bruno@clisp.org>
8192
8193         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
8194         and FULL_PATH_INTTYPES_H in angle brackets.
8195         Reported by Mark D. Baushke <mdb@gnu.org>.
8196
8197 2006-06-17  Eric Blake  <ebb9@byu.net>
8198
8199         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
8200         errno.
8201
8202 2006-06-17  Bruno Haible  <bruno@clisp.org>
8203
8204         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
8205         <sys/inttypes.h>.
8206
8207 2006-06-17  Bruno Haible  <bruno@clisp.org>
8208
8209         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
8210         whether errno is declared. Assume <errno.h> declares errno.
8211
8212 2006-06-17  Bruno Haible  <bruno@clisp.org>
8213
8214         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
8215
8216 2006-06-17  Bruno Haible  <bruno@clisp.org>
8217
8218         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
8219         problem on Solaris 2.5.1.
8220
8221 2006-06-16  Eric Blake  <ebb9@byu.net>
8222
8223         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
8224         * lib/unicodeio.c [!defined errno]: Likewise.
8225         * lib/strtol.c [!defined errno]: Likewise.
8226         * lib/strtod.c [!defined errno]: Likewise.
8227
8228 2006-06-15  Eric Blake  <ebb9@byu.net>
8229
8230         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
8231
8232 2006-06-15  Eric Blake  <ebb9@byu.net>
8233
8234         * config/srclist.txt (ssize_t.m4): Lose sync.
8235
8236 2006-06-15  Bruno Haible  <bruno@clisp.org>
8237
8238         * modules/stdint (Files): Include m4/full-header-path.m4,
8239         m4/size_max.m4, m4/wchar_t.m4.
8240         (Makefile.am): Many more substitutions.
8241         * modules/stdint-tests: New file.
8242         * tests/test-stdint.c: New file.
8243
8244 2006-06-15  Bruno Haible  <bruno@clisp.org>
8245
8246         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
8247         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
8248         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
8249         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
8250         gl_CHECK_TYPE_SAME): New macros.
8251
8252 2006-06-15  Bruno Haible  <bruno@clisp.org>
8253
8254         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
8255
8256 2006-06-15  Bruno Haible  <bruno@clisp.org>
8257
8258         * lib/stdint_.h: Rewritten to be fully auto-configured.
8259         Fixes bug on HP-UX/IA64.
8260
8261 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
8262
8263         * lib/getdate.y (__attribute__): Don't define if already defined.
8264         Problem reported by Larry Jones.
8265         * lib/utimens.c (__attribute__): Likewise.
8266
8267 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
8268
8269         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
8270         reported by Andreas Schwab.
8271
8272 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8273             Bruno Haible  <bruno@clisp.org>
8274
8275         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
8276         check for the declaration of strnlen and a run test that exposes the
8277         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
8278         rpl_strndup.
8279
8280 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8281             Bruno Haible  <bruno@clisp.org>
8282
8283         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
8284
8285 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8286
8287         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
8288         compile test, for Tru64 4.0D.
8289
8290 2006-05-28  Karl Berry  <karl@gnu.org>
8291
8292         * config/srclist.txt (printf-args.c): lose sync.
8293
8294 2006-05-26  Martin Lambers  <marlam@marlam.de>
8295
8296         * lib/getpass.c: Updates the test for the native W32 API, and adds
8297         missing includes, thus fixing compilation warnings.
8298
8299 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8300
8301         * lib/exclude.c (exclude_fnmatch): New function.
8302         (excluded_file_name): Call exclude_fnmatch.
8303         * lib/exclude.h (excluded_file_name): New prototype
8304
8305 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
8306
8307         * lib/tempname.c (small_open, large_open): New macros.
8308         (__open, __open64) [!_LIBC]: Remove.
8309         (__gen_tempname): Use small_open and large_open instead of __open
8310         and __open64.  This fixes a portability bug on HP-UX 11.11i
8311         reported by Simon Wing-Tang in
8312         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
8313
8314 2006-05-24  Bruno Haible  <bruno@clisp.org>
8315
8316         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
8317         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
8318         Reported by Thorsten Maerz <torte@netztorte.de> via
8319         Aaron Stone <aaron@serendipity.cx>.
8320
8321 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8322
8323         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
8324         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
8325         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
8326         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
8327         not really conditional on the cache.
8328         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
8329
8330 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8331
8332         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
8333         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
8334         (my_usleep): Don't mishandle maximum value.
8335
8336 2006-05-19  Jim Meyering  <jim@meyering.net>
8337
8338         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
8339
8340 2006-05-17  Bruno Haible  <bruno@clisp.org>
8341
8342         Cygwin portability.
8343         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
8344
8345 2006-05-17  Bruno Haible  <bruno@clisp.org>
8346
8347         * lib/stdint_.h: Fix recognition of Cygwin.
8348
8349 2006-05-15  Bruno Haible  <bruno@clisp.org>
8350
8351         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
8352         on libtool patch by Ralf Wildenhues.
8353
8354 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
8355
8356         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
8357         test for C99 conformance; (bool) 0.5 is an integer constant
8358         expression, but (bool) -0.5 is not.  Problem reported by Fedor
8359         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
8360
8361 2006-05-11  Simon Josefsson  <jas@extundo.com>
8362
8363         * m4/xvasprintf.m4: Fix obvious typo.
8364
8365 2006-05-11  Jim Meyering  <jim@meyering.net>
8366
8367         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
8368         James Lemley.
8369
8370 2006-05-10  Simon Josefsson  <jas@extundo.com>
8371
8372         * lib/md4.c: Typo fix, update copyright years.
8373         (K1, K2): Don't use L because it turn computations into 64-bit on
8374         64-bit platforms.
8375
8376 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
8377
8378         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
8379         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
8380         unwanted sign propagation, e.g., on hosts with 64-bit int.
8381         There still are some problems with reeelly weird theoretical hosts
8382         (e.g., 33-bit int) but it's not worth worrying about now.
8383         * lib/sha1.c (rol): Likewise.
8384         (K1, K2, K3, K4): Remove unnecessary L suffix.
8385
8386 2006-05-10  Bruno Haible  <bruno@clisp.org>
8387
8388         * lib/des.c: Cast to avoid warnings.
8389
8390 2006-05-09  Bruno Haible  <bruno@clisp.org>
8391
8392         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
8393         (Depends-on): Depend also on xsize, stdarg.
8394         (configure.ac): Add gl_XVASPRINTF.
8395
8396 2006-05-09  Bruno Haible  <bruno@clisp.org>
8397
8398         * m4/xvasprintf.m4: New file.
8399
8400 2006-05-09  Bruno Haible  <bruno@clisp.org>
8401
8402         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
8403         (EOVERFLOW): Define fallback value.
8404         (xstrcat): New function.
8405         (xvasprintf): Recognize the special case of a string concatenation.
8406
8407 2006-05-08  Eric Blake  <ebb9@byu.net>
8408
8409         * gnulib-tool (func_version): Base copyright year on CVS date.
8410         (func_emit_copyright_notice): New function.
8411         (func_emit_lib_Makefile_am): Use it.
8412         (func_emit_tests_Makefile_am): Likewise.
8413         (func_import): Likewise.
8414
8415 2006-05-08  Bruno Haible  <bruno@clisp.org>
8416
8417         * modules/stdarg: New file.
8418         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
8419
8420 2006-05-08  Bruno Haible  <bruno@clisp.org>
8421
8422         * m4/stdarg.m4: New file, from GNU gettext.
8423
8424 2006-05-08  Bruno Haible  <bruno@clisp.org>
8425
8426         * config/srclist.txt (build-aux/config.rpath): different from latest
8427         release.
8428
8429 2006-05-08  Bruno Haible  <bruno@clisp.org>
8430
8431         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
8432
8433 2006-05-05  Jim Meyering  <jim@meyering.net>
8434
8435         * m4/warning.m4: New file, derived from bison's file by the same name.
8436
8437 2006-05-03  Bruno Haible  <bruno@clisp.org>
8438
8439         * lib/stdint_.h: Shorter URL.
8440         * lib/inttypes.h: Likewise.
8441
8442 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8443
8444         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
8445
8446 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8447
8448         * lib/verify.h: Document the internals better.  Most of this change
8449         was written by Bruno Haible.
8450
8451 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8452
8453         * doc/verify.texi: New file, partly based on a proposal by
8454         Bruno Haible.
8455
8456 2006-05-02  Bruno Haible  <bruno@clisp.org>
8457
8458         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
8459         test from here...
8460         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
8461
8462 2006-04-29  Bruno Haible  <bruno@clisp.org>
8463
8464         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
8465         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
8466
8467 2006-04-29  Bruno Haible  <bruno@clisp.org>
8468
8469         * gnulib-tool: Make --update option actually work.
8470
8471 2006-04-29  Bruno Haible  <bruno@clisp.org>
8472
8473         * doc/gcd.texi: New file.
8474         * doc/gnulib.texi: Include it.
8475
8476 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
8477
8478         * lib/getdate.y (get_date): When adding relative date, start with the
8479         initial time, not with the result of the first mktime call.
8480
8481 2006-04-25  Bruno Haible  <bruno@clisp.org>
8482
8483         * gnulib-tool (func_import): Output the include directives in three
8484         blocks, sorted separately.
8485         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8486
8487 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8488
8489         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
8490         to define main with arguments, for C++.  Reported by Eric Blake.
8491         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
8492         Prefer 'int main ()' to 'int main (void)', for C++.
8493         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
8494         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
8495         for 'main', for C99 and C++.
8496
8497 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8498
8499         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
8500         Don't assume that exit status -1 is valid.
8501         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8502         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
8503         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
8504         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
8505         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
8506         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
8507         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
8508         functions can be used without declaring them, or that you can
8509         exit with status -1.
8510         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
8511
8512 2006-04-24  Karl Berry  <karl@gnu.org>
8513
8514         * config/srclist.txt (longdouble.m4): sync lost.
8515
8516 2006-04-24  Eric Blake  <ebb9@byu.net>
8517
8518         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
8519
8520 2006-04-24  Bruno Haible  <bruno@clisp.org>
8521
8522         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
8523         poll() implementation in AIX.
8524         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8525
8526 2006-04-24  Bruno Haible  <bruno@clisp.org>
8527
8528         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
8529         assigned exactly once.
8530
8531 2006-04-23  Claudio Fontana  <claudio@gnu.org>
8532             Bruno Haible  <bruno@clisp.org>
8533
8534         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
8535         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
8536         for AM_CPPFLAGS.
8537
8538 2006-04-23  Bruno Haible  <bruno@clisp.org>
8539
8540         * modules/copy-file: Depend on unistd.
8541         * modules/execute: Likewise.
8542         * modules/fatal-signal: Likewise.
8543         * modules/findprog: Likewise.
8544         * modules/mkdtemp : Likewise.
8545         * modules/pipe: Likewise.
8546         * modules/wait-process: Likewise.
8547
8548 2006-04-23  Bruno Haible  <bruno@clisp.org>
8549
8550         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
8551         condition was already detected.
8552         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8553
8554 2006-04-23  Bruno Haible  <bruno@clisp.org>
8555
8556         * lib/copy-file.c: Include <unistd.h> unconditionally.
8557         * lib/execute.c: Likewise.
8558         * lib/fatal-signal.c: Likewise.
8559         * lib/findprog.c: Likewise.
8560         * lib/mkdtemp.c: Likewise.
8561         * lib/pipe.h: Likewise.
8562         * lib/pipe.c: Likewise.
8563         * lib/wait-process.h: Likewise.
8564
8565 2006-04-23  Bruno Haible  <bruno@clisp.org>
8566
8567         * gnulib-tool (func_usage): Fix --import description. Document
8568         --update.
8569         (func_import): Create temporary file in a temporary directory, if
8570         --dry-run is specified. Silence errors from 'grep' when there are no
8571         m4 files in $m4dir.
8572         (func_create_testdir): Silence errors from 'grep' when there are no
8573         m4 files in $m4dir.
8574         Reported by Karl Berry <karl@freefriends.org>.
8575
8576 2006-04-20  Bruno Haible  <bruno@clisp.org>
8577
8578         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
8579         one argument, so that the code will be portable to Autoconf 2.60.
8580         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
8581         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8582         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
8583
8584 2006-04-19  Derek Price  <derek@ximbiot.com>
8585             Eric Blake  <ebb9@byu.net>
8586
8587         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
8588         rather than "/full/path.h".  Update comment to match.  Shorten &
8589         generalize m4_translit call via AS_TR_CPP.
8590
8591 2006-04-19  Derek Price  <derek@ximbiot.com>
8592             Eric Blake  <ebb9@byu.net>
8593
8594         * lib/inttypes.h: Correct grammar in comment.
8595
8596 2006-04-18  Derek Price  <derek@ximbiot.com>
8597             Paul Eggert  <eggert@cs.ucla.edu>
8598
8599         * modules/inttypes: New file.
8600         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
8601
8602 2006-04-18  Derek Price  <derek@ximbiot.com>
8603             Paul Eggert  <eggert@cs.ucla.edu>
8604
8605         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
8606         New files.
8607
8608 2006-04-18  Derek Price  <derek@ximbiot.com>
8609             Paul Eggert  <eggert@cs.ucla.edu>
8610
8611         * lib/inttypes.h: New file.
8612         * lib/strtoimax.c: Assume <inttypes.h>.
8613
8614 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
8615
8616         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
8617         isn't mounted.  Problem reported by Kir Kolyshkin.
8618
8619 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
8620
8621         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
8622         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
8623         Derek R. Price.
8624         * lib/regex.h (RE_DUP_MAX): Update comment to match current
8625         implementation.
8626
8627 2006-04-12  Eric Blake  <ebb9@byu.net>
8628
8629         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
8630         is now done automatically by the corresponding Autoconf macro.
8631
8632 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
8633
8634         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
8635         time_r.h.
8636
8637 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8638
8639         Merge regex changes from libc, removing some of our
8640         POSIX-conformance changes that were rejected and redoing them in a
8641         less-intrusive way.
8642
8643         * lib/regcomp.c (re_compile_internal, init_dfa):
8644         Length arg is now size_t, not Idx.  All uses changed.
8645         (peek_token): Forward decl now says internal_function.
8646         (__re_error_msgid, __re_error_msgid_idx):
8647         Now static rather than extern with attribute_hidden.
8648         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
8649         For some reason libc prefers K&R style defns for external functions.
8650         (regerror) [!defined _LIBC]: Likewise.
8651         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
8652         (seek_collating_symbol_entry, lookup_collation_sequence_value):
8653         (build_range_exp, build_collating_symbol):
8654         Use K&R-style defn.
8655         (re_compile_fastmap): Use '\0' to memset, not 0.
8656         (utf8_sb_map): Make the calculations more obvious.
8657         (init_dfa, parse_bracket_exp, build_charclass_op):
8658         Call calloc and cast result, as glibc does.
8659         (init_word_char, fetch_token, peek_token, peek_token_bracket):
8660         (build_range_exp, build_collating_symbol):
8661         Now internal functions.
8662
8663         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
8664
8665         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
8666         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
8667         Don't depend on VMS; depend on __VMS instead, for POSIX
8668         namespace cleanness.
8669         (regoff_t): Define to ssize_t, not long int.
8670
8671         Remove the REG_ macros named below.  Instead, make the old names
8672         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
8673         __USE_GNU_REGEX.
8674         (REG_BACKSLASH_ESCAPE_IN_LISTS):
8675         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
8676         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
8677         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
8678         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
8679         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
8680         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
8681         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
8682         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
8683         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
8684         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
8685         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
8686         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
8687         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
8688         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
8689         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
8690         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
8691         (REG_NREGS):
8692         Remove.  All uses replaced by the old RE_* names.
8693         (RE_BACKSLASH_ESCAPE_IN_LISTS):
8694         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
8695         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
8696         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
8697         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
8698         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
8699         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
8700         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
8701         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
8702         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
8703         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
8704         Don't bother having these macros be independent of each others'
8705         values, since they no longer exist in the POSIX name space.
8706
8707         Rename the following member names back to their old names,
8708         unless !__USE_GNU_REGEX.  All uses changed back.
8709         (buffer): Renamed from re_buffer.
8710         (allocated): Renamed from re_allocated.
8711         (used): Renamed from re_used.
8712         (syntax): Renamed from re_syntax.
8713         (fastmap): Renamed from re_fastmap.
8714         (translate): Renamed from re_translate.
8715         (can_be_null): Renamed from re_can_be_null.
8716         (regs_allocated): Renamed from re_regs_allocated.
8717         (fastmap_accurate): Renamed from re_fastmap_accurate.
8718         (no_sub): Renamed from re_no_sub.
8719         (not_bol): Renamed from re_not_bol.
8720         (not_eol): Renamed from re_not_eol.
8721         (newline_anchor): Renamed from re_newline_anchor.
8722         (num_regs): Renamed from rm_num_regs.
8723         (start): Renamed from rm_start.
8724         (end): Renamed from rm_end.
8725
8726         (free_state): Move up a bit.
8727
8728         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
8729         #define to be empty.
8730         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
8731         when that is what is intended.
8732         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
8733         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
8734         (MAX): New macro.
8735         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
8736         All uses changed back to re_malloc, etc.  It's now the caller's
8737         responsibility to check for overflow; all callers changed.
8738         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
8739         (re_x2nrealloc): Remove.
8740         (free_state): Remove decl.
8741
8742         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
8743         (re_set_registers, re_exec):
8744         Use K&R-style defn.
8745
8746         2006-01-31  Roland McGrath  <roland@redhat.com>
8747
8748         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
8749         Reported by Mike Frysinger <vapier@gentoo.org>.
8750
8751         2006-01-15  Andreas Jaeger  <aj@suse.de>
8752
8753         [BZ #1950]
8754         * lib/regex_internal.c (re_string_reconstruct): Adjust for
8755         build_wcs_upper_buffer change.
8756         (build_wcs_upper_buffer): Change return type.
8757
8758         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
8759
8760         * lib/regex_internal.h: Include <stdint.h> if available.
8761
8762         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
8763
8764         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
8765
8766         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
8767
8768         * lib/regcomp.c: Adjust for changed secondary hash function.
8769
8770         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
8771
8772         * lib/regex.h: Pretty printing.
8773         Clean up namespace a bit.
8774
8775         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
8776
8777         * lib/regexec.c (update_cur_sifted_state, check_arrival,
8778         check_arrival_add_next_nodes): Avoid using uninitialized variable.
8779
8780         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8781                     Ulrich Drepper  <drepper@redhat.com>
8782
8783         [BZ #1302]
8784         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
8785         changed.
8786         (bitset_word_t): Renamed from bitset_word.  All uses changed.
8787
8788         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
8789
8790         [BZ #281]
8791         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
8792         * lib/regcomp.c: Remove unnecessary uses of
8793         unsigned RE_TRANSLATE_TYPE.
8794         * lib/regex_internal.h: Likewise.
8795         * lib/regex_internal.c: Likewise.
8796         * lib/regexec.c: Likewise.
8797         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
8798
8799         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
8800
8801         * lib/regexec.c (find_recover_state): Remove unnecessary
8802         initialization.
8803         (transit_state_bkref): Make DFA a const pointer.
8804         (get_subexp): Likewise.
8805         (check_arrival): Likewise.
8806         (update_cur_sifted_state): Likewise.
8807         (re_search_internal): Likewise.
8808         (prune_impossible_nodes): Likewise.
8809         (acquire_init_state_context): Likewise.
8810         (proceed_next_node): Likewise.
8811         (set_regs): Likewise.
8812         (free_fail_stack_return): Likewise.
8813         (check_arrival_expand_ecl): Mark DFA parameter as const.
8814         (check_arrival_expand_ecl_sub): Likewise.
8815         (check_subexp_limits): Likewise.
8816         (sub_epsilon_src_nodes):  Likewise.
8817         (add_epsilon_src_nodes):  Likewise.
8818         (merge_state_array): Likewise.
8819         (update_regs): Likewise.
8820         (build_trtable): Likewise.
8821         (sift_states_backward): Mark MCTX parameter as const.
8822         (build_sifted_states): Likewise.
8823         (update_cur_sifted_state): Likewise.
8824         (sift_states_mkref): Likewise.
8825         (check_arrival_expand_ecl): Mark eclosure as const.
8826         (check_dst_limits_calc_pos_1): Likewise.
8827         * lib/regex_internal.h (re_match_context_t): Make dfa a const
8828         pointer.
8829
8830         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
8831
8832         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
8833         (transit_state_sb): Likewise.
8834         (transit_state_mb): Likewise.
8835         (sift_states_iter_mb): Likewise.
8836         (check_arrival_add_next_nodes): Likewise.
8837         (check_node_accept_bytes): Change first parameter to pointer-to-const.
8838         [_LIBC] (re_search_2_stub): Use mempcpy.
8839
8840         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
8841         mbrtowc for very simple UTF-8 case.
8842
8843         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
8844         a pointer-to-const.
8845         (re_acquire_state_context): Likewise.
8846         * lib/regex_internal.h: Adjust prototypes.
8847
8848         * lib/regex.c: Prevent using C++ compilers.
8849
8850         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
8851         (re_acquire_state_context): Likewise.
8852
8853 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8854
8855         * modules/regex (Depends-on): Add ssize_t.
8856
8857 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8858
8859         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
8860         translation table.
8861
8862 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8863
8864         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
8865
8866 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
8867             Bruno Haible  <bruno@clisp.org>
8868
8869         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
8870         <sys/types.h> and <inttypes.h>.
8871
8872 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8873
8874         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
8875         `__error_t_defined', so argp.h will not typedef the former.
8876
8877 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
8878
8879         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
8880         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
8881         glibc names.  Even if glibc is changed to conform to POSIX, the
8882         traditional names will be available anyway, since regex depends on
8883         the extensions module.  Also, fix a longstanding typo in the
8884         implementation of Spencer ERE test #75 from grep 2.3.  Problems
8885         reported by Emanuele Giaquinta.  Also, change sense of cached
8886         variable, so that the message makes sense.
8887
8888 2006-03-24  Simon Josefsson  <jas@extundo.com>
8889
8890         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
8891         including some doc fixes.
8892         (base64_encode_alloc): Fix +1 bug on allocation failures.
8893
8894 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8895
8896         * lib/base64.c (base64_encode): Do not read past end of array with
8897         unsanitized input on systems with CHAR_BIT > 8.
8898
8899 2006-03-24  Eric Blake  <ebb9@byu.net>
8900
8901         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
8902
8903 2006-03-22  Karl Berry  <karl@gnu.org>
8904
8905         * config/srclist.txt (*setenv.[ch]): get from coreutils.
8906         * config/srclistvars.sh (COREUTILS): new var.
8907
8908 2006-03-17  Jim Meyering  <jim@meyering.net>
8909
8910         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
8911         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
8912
8913 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8914
8915         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
8916         no longer needs it.  Instead, check that regoff_t is as least
8917         as wide as ptrdiff_t.
8918
8919         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
8920         so that our regex.h stays compatible with the installed regex.
8921         This is helpful for installers who configure --without-included-regex.
8922         Problem reported by Emanuele Giaquinta.
8923
8924 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8925
8926         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
8927         Typedef to long int, not to off_, as POSIX will likely change
8928         in that direction.
8929
8930 2006-03-15  Eric Blake  <ebb9@byu.net>
8931
8932         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
8933
8934 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
8935
8936         * lib/argp-help.c (validate_uparams): Fix typo
8937         * lib/argp-parse.c (argp_default_options): Consistently begin help
8938         messages with a lowercase letter.
8939
8940 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
8941
8942         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
8943         overrun buffers and shouldn't be used (much as gets shouldn't be
8944         used).
8945         * lib/time_r.c (asctime_r, ctime_r): Likewise.
8946
8947 2006-03-08  Simon Josefsson  <jas@extundo.com>
8948
8949         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
8950         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8951
8952 2006-03-08  Simon Josefsson  <jas@extundo.com>
8953
8954         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
8955         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8956
8957 2006-03-08  Simon Josefsson  <jas@extundo.com>
8958
8959         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
8960         signal that configure disabled the device.
8961
8962 2006-03-08  Simon Josefsson  <jas@extundo.com>
8963
8964         * build-aux/maint.mk: Fix refresh-po, to handle no translated
8965         languages.
8966
8967 2006-03-07  Simon Josefsson  <jas@extundo.com>
8968
8969         * modules/getopt (Depends-on): Add unistd.
8970
8971         * modules/unistd: New file.
8972
8973 2006-03-07  Simon Josefsson  <jas@extundo.com>
8974
8975         * modules/gc-random: New file.
8976
8977 2006-03-07  Simon Josefsson  <jas@extundo.com>
8978
8979         * m4/unistd_h.m4: New file.
8980
8981 2006-03-07  Simon Josefsson  <jas@extundo.com>
8982
8983         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
8984         test to be side-effect free by storing the result in the cache
8985         variable gl_cv_lib_readline, and moving the assignment of
8986         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
8987         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8988
8989 2006-03-07  Simon Josefsson  <jas@extundo.com>
8990
8991         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
8992         error on missing devices (the functions will return an error).
8993
8994         * m4/gc.m4: Move random stuff to gc-random.m4
8995
8996 2006-03-07  Simon Josefsson  <jas@extundo.com>
8997
8998         * lib/unistd_.h: New file.
8999
9000 2006-03-07  Simon Josefsson  <jas@extundo.com>
9001
9002         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
9003
9004 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9005
9006         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
9007         Problem reported by Juan Manuel Guerrero.
9008
9009 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9010
9011         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
9012         the unistd module.
9013         * lib/getlogin_r.c: Likewise.
9014         * lib/getlogin_r.h: Likewise.
9015         * lib/glob.c: Likewise.
9016         * lib/pagealign_alloc.c: Likewise.
9017         * lib/unistd_.h: Remove; no longer needed.
9018
9019 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9020
9021         * MODULES.html.sh (Support for systems lacking POSIX:2001):
9022         Add unistd.
9023         * modules/c-stack (Depends-on): Add unistd.
9024         * modules/getlogin_r: Likewise.
9025         * modules/glob: Likewise.
9026         * modules/pagealign_alloc: Likewise.
9027         * modules/unistd (Files): Remove lib/unistd_.h.
9028         (EXTRA_DIST): Remove.
9029         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
9030         need unistd_.h.
9031         (MOSTLYCLEANFILES): Remove unistd.h-t.
9032
9033 2006-03-03  Simon Josefsson  <jas@extundo.com>
9034
9035         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
9036
9037 2006-03-03  Simon Josefsson  <jas@extundo.com>
9038
9039         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
9040         libidn and bison.
9041
9042 2006-03-03  Simon Josefsson  <jas@extundo.com>
9043
9044         * build-aux/maint.mk: Add indent target.
9045
9046 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
9047
9048         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
9049         our replacement poll.h in any case, to avoid a differing
9050         declaration from a system header.  Seen on AIX.
9051
9052 2006-03-01  Simon Josefsson  <jas@extundo.com>
9053
9054         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
9055         <kasal@ucw.cz>.
9056
9057 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9058
9059         * modules/gettime (Depends-on): Add extensions module.
9060         * modules/nanosleep (Depends-on): Likewise.
9061         * modules/settime (Depends-on): Likewise.
9062
9063 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9064
9065         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
9066         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
9067         pedantically.
9068         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9069         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
9070
9071         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
9072         not "==".  Reported by Ralf Wildenhues.
9073
9074 2006-03-01  Karl Berry  <karl@gnu.org>
9075
9076         * doc/Copyright/request-*: new files, synced from gnuorg.
9077
9078 2006-03-01  Karl Berry  <karl@gnu.org>
9079
9080         * config/srclist.txt (Copyright/*): new entries.
9081
9082 2006-02-28  Simon Josefsson  <jas@extundo.com>
9083
9084         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
9085
9086 2006-02-27  Simon Josefsson  <jas@extundo.com>
9087
9088         * lib/base64.h: Indent #define's.  From Jim Meyering
9089         <jim@meyering.net>.
9090
9091 2006-02-27  Jim Meyering  <jim@meyering.net>
9092
9093         Revert the change of 2006-02-24, so these files can continue
9094         to be sync'd from gettext.
9095         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
9096         of `config.h'.
9097
9098 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
9099
9100         * modules/intprops: New file.
9101         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9102         Add intprops.
9103         * modules/getloadavg (Files): Remove lib/intprops.h.
9104         (Depends-on): Add intprops.
9105         * modules/human: Likewise.
9106         * modules/inttostr: Likewise.
9107         * modules/openat: Likewise.
9108         * modules/sig2str: Likewise.
9109         * modules/userspec: Likewise.
9110         * modules/utimecmp: Likewise.
9111         * modules/xnanosleep: Likewise.
9112         * modules/xstrtol: Likewise.
9113
9114 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
9115
9116         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
9117         * modules/lock-tests (TESTS): Use $(EXEEXT).
9118         * modules/tls-tests: Likewise.
9119         * modules/argp-tests: Likewise.
9120         (check_PROGRAMS): New var, replacing...
9121         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
9122
9123 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9124
9125         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
9126         `config.h'.
9127
9128 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
9129
9130         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
9131
9132 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9133
9134         Sync from coreutils.
9135         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
9136         gl_CHDIR_SAFER.
9137
9138 2006-02-22  Jim Meyering  <jim@meyering.net>
9139
9140         Sync from coreutils.
9141         * m4/chdir-safer.m4: New file.
9142
9143 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
9144
9145         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
9146         AT_FDCWD exceeds INT_MAX.
9147         * lib/openat.h (AT_FDCWD): Likewise.
9148
9149 2006-02-17  Eric Blake  <address@hidden>
9150
9151         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
9152
9153 2006-02-16  Simon Josefsson  <jas@extundo.com>
9154
9155         * modules/getaddrinfo (Depends-on): Add sys_socket.
9156
9157 2006-02-15  Simon Josefsson  <jas@extundo.com>
9158
9159         * build-aux/maint.mk: Add dsyntax-check rule.
9160
9161 2006-02-15  Eric Blake  <ebb9@byu.net>
9162
9163         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
9164         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
9165         'present but cannot compile' warnings on cygwin.
9166         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
9167         use ws2tcpip.h if sys/socket.h works.
9168         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
9169         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
9170
9171 2006-02-14  Simon Josefsson  <jas@extundo.com>
9172
9173         * modules/maintainer-makefile (Files): Rename.
9174
9175         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
9176         and (the local) Makefile.cfg to maint-cfg.mk.
9177
9178         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
9179         to the latter.
9180
9181         * modules/maintainer-makefile: New module.
9182
9183         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
9184         severaly stripped to make it possible to build it up from scratch
9185         with reliable tests.
9186
9187         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
9188         fixes to permit overriding the default actions when configure and
9189         makefile are not available.
9190
9191 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
9192
9193         Sync from coreutils.
9194         * modules/lstat (Depends-on): Don't depend on xalloc.
9195         (License): Change from GPL to LGPL, since this is now simply a
9196         replacement for a libc function.
9197
9198 2006-02-14  Jim Meyering  <jim@meyering.net>
9199
9200         Sync from coreutils.
9201
9202         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
9203         failure on deficient systems, and simplify gnulib lgpl dependencies.
9204         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
9205         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
9206
9207         * lib/xalloc-die.c: Remove unused definition of N_.
9208
9209 2006-02-14  Jim Meyering  <jim@meyering.net>
9210
9211         Sync from coreutils.
9212         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
9213         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
9214         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
9215         double-quote uses of that variable, to accommodate the rare case in
9216         which getmntent is available in none of the libraries checked.  This
9217         happens at least on FreeBSD 5.0.
9218
9219 2006-02-13  Simon Josefsson  <jas@extundo.com>
9220
9221         * gnulib-tool (Usage): Fix --import, from
9222         karl@freefriends.org (Karl Berry).
9223
9224 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9225
9226         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
9227
9228 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
9229
9230         * lib/argp-namefrob.h: Restore changes accidentally lost during the
9231         "autoupdate" on 2005-12-12.
9232
9233 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9234
9235         * modules/closeout (Depends-on): Remove atexit.
9236
9237 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9238
9239         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
9240         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
9241
9242 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
9243
9244         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
9245         __EXTENSIONS__ if this causes compilation to fail.  Problem
9246         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
9247         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
9248
9249 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
9250
9251         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
9252         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
9253         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
9254         All uses changed.
9255
9256 2006-01-26  Simon Josefsson  <jas@extundo.com>
9257
9258         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
9259         prototype is visible on mingw32.
9260
9261         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
9262         for mingw32.
9263
9264         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
9265         mingw32).
9266
9267 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
9268
9269         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
9270         attempt to open for write; this always fails, at least on POSIX
9271         hosts.  This reinstates the 2006-01-09 change, which was
9272         inadvertently removed.
9273
9274 2006-01-26  Bruno Haible  <bruno@clisp.org>
9275
9276         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
9277         Reported by Paul Eggert.
9278
9279 2006-01-26  Bruno Haible  <bruno@clisp.org>
9280             Paul Eggert  <eggert@cs.ucla.edu>
9281
9282         * lib/stdbool_.h (_Bool)
9283         [(! (defined __cplusplus || defined __BEOS__)
9284           && !defined __GNUC__
9285           && !(defined __HP_cc || defined __xlc__
9286                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
9287                || defined __sgi))]:
9288         #define to signed char in these cases too; this simplifies
9289         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
9290         etc., separately) and makes it more conservative.
9291
9292 2006-01-25  Simon Josefsson  <jas@extundo.com>
9293
9294         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
9295         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
9296         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
9297
9298 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9299
9300         * lib/argp-namefrob.h: Bugfix. Remove stray #
9301
9302 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
9303
9304         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
9305         so that we test the test.
9306         Check for yet another HP-UX cc bug involving *bool |= bool.
9307
9308 2006-01-25  Karl Berry  <karl@gnu.org>
9309
9310         * config/srclist.txt (vasnprintf.c): sync lost.
9311
9312 2006-01-25  Jim Meyering  <jim@meyering.net>
9313
9314         Sync from the stable (b5) branch of coreutils:
9315
9316         * lib/fts.c (fts_children): Don't let close() clobber errno from
9317         failed fchdir().
9318
9319         * lib/fts.c (fts_stat): When following a symlink-to-directory,
9320         don't necessarily interpret stat-fails+lstat-succeeds as indicating
9321         a dangling symlink.  That can also happen at least for ELOOP.
9322         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
9323         FYI, this bug predates the inclusion of fts.c in coreutils.
9324
9325         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
9326         in their own block, so pre-c99 compilers don't object.
9327
9328         Avoid the double-free (first in fts_read, second in fts_close) that
9329         would occur when an `active' directory is made inaccessible (e.g.,
9330         via chmod a-x) during a traversal.
9331         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9332         before returning.  Reproduce this failure by
9333         mkdir -p a/b; cd a; chmod a-x . b
9334         Reported by Stavros Passas.
9335
9336 2006-01-25  Jim Meyering  <jim@meyering.net>
9337
9338         * lib/fileblocks.c: Remove more useless parentheses.
9339         * lib/readutmp.h: Likewise.
9340
9341 2006-01-25  Bruno Haible  <bruno@clisp.org>
9342
9343         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
9344         warnings.
9345         Reported by Paul Eggert.
9346
9347 2006-01-25  Bruno Haible  <bruno@clisp.org>
9348
9349         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
9350         rid of a trap command. For Solaris sh.
9351         Reported by Mark D. Baushke <mdb@gnu.org>.
9352
9353 2006-01-24  Simon Josefsson  <jas@extundo.com>
9354
9355         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
9356         Bruno.
9357
9358 2006-01-24  Karl Berry  <karl@gnu.org>
9359
9360         * config/srclist.txt (argp-namefrob.h): sync lost.
9361
9362 2006-01-24  Jim Meyering  <jim@meyering.net>
9363
9364         * modules/openat (Files): Add lib/intprops.h.
9365         From Mark D. Baushke.
9366
9367 2006-01-24  Jim Meyering  <jim@meyering.net>
9368
9369         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
9370         Reported by Mark D. Baushke.
9371
9372 2006-01-24  Jim Meyering  <jim@meyering.net>
9373
9374         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
9375
9376 2006-01-24  Bruno Haible  <bruno@clisp.org>
9377
9378         * modules/strnlen (Maintainer): Change from glibc to all.
9379
9380 2006-01-24  Bruno Haible  <bruno@clisp.org>
9381
9382         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
9383         Patch by Paul Eggert.
9384
9385 2006-01-24  Bruno Haible  <bruno@clisp.org>
9386
9387         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
9388         already has it.
9389         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
9390         2005-11-26.
9391
9392         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
9393         'signed char' to avoid problems with the built-in _Bool type.
9394         Reported by Paul Eggert on 2005-11-26.
9395
9396 2006-01-24  Bruno Haible  <bruno@clisp.org>
9397
9398         * gnulib-tool (func_import): Avoid constructing complicated sed
9399         expressions inside backquote.
9400         Report and solution by Mark D. Baushke <mdb@gnu.org>.
9401
9402 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
9403
9404         These changes imported from libc.
9405         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
9406         test and two separate function calls.
9407         * lib/strndup.c (__strndup): Add libc_hidden_def.
9408
9409 2006-01-23  Simon Josefsson  <jas@extundo.com>
9410
9411         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
9412         Remove the test_*_SOURCES variable: automake infers it by default.
9413         * modules/tls-tests: Likewise.
9414
9415 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9416
9417         Work around porting bugs reported by Dieter in
9418         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
9419         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
9420         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
9421         Include "getopt.h" first, to check interface.
9422         (getenv): Declare only if defined HAVE_DECL_GETENV &&
9423         !HAVE_DECL_GETENV.
9424         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
9425         (__strndup): Revert to K&R-style function dfns, the glibc style.
9426         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
9427         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
9428         Include strnlen.h first, to get prototype properly.
9429         (strnlen): Renamed from __strnlen.
9430         Remove weak alias.
9431
9432 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9433
9434         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
9435
9436 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9437
9438         * config/srclist.txt: Adjust to reflect glibc reorganization.
9439         This affects only comments.
9440
9441 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9442
9443          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
9444          Reported by Bruce Korb <bkorb@gnu.org>.
9445
9446 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9447
9448         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
9449         to pacify gcc -Wswitch-default.
9450
9451 2006-01-22  Bruno Haible  <bruno@clisp.org>
9452
9453         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
9454         temporary buffer for sprintf, take into account the precision also
9455         for 'd', 'i', 'u', 'o', 'x', 'X'.
9456
9457 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9458
9459         * modules/argp-tests: New module
9460         * tests/test-argp.c: New file
9461         * tests/test-argp-2.sh: New file
9462
9463 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9464
9465         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
9466         (__argp_base_name): Removed
9467         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
9468         typo.
9469         (__argp_base_name): Provide macro definition or extern declaration
9470         depending on the configuration
9471
9472 2006-01-20  Simon Josefsson  <jas@extundo.com>
9473
9474         * modules/inet_ntop (Depends-on): Depend on sys_socket.
9475
9476 2006-01-20  Simon Josefsson  <jas@extundo.com>
9477
9478         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
9479
9480 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
9481
9482         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
9483         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
9484         Suggested by Bruno Haible.
9485
9486 2006-01-20  Karl Berry  <karl@gnu.org>
9487
9488         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
9489         until changes propagate, I guess.
9490
9491 2006-01-19  Simon Josefsson  <jas@extundo.com>
9492
9493         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
9494
9495 2006-01-19  Simon Josefsson  <jas@extundo.com>
9496
9497         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
9498
9499 2006-01-19  Simon Josefsson  <jas@extundo.com>
9500
9501         * gnulib-tool: Set check_PROGRAMS.
9502
9503         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9504         modules/des-tests, modules/gc-arcfour-tests,
9505         modules/gc-arctwo-tests, modules/gc-des-tests,
9506         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9507         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9508         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9509         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9510         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9511         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
9512         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
9513         test_*_SOURCES.
9514
9515 2006-01-18  Simon Josefsson  <jas@extundo.com>
9516
9517         * modules/socklen (Depends-on): Depend on sys_socket.
9518
9519 2006-01-18  Simon Josefsson  <jas@extundo.com>
9520
9521         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9522         modules/des-tests, modules/gc-arcfour-tests,
9523         modules/gc-arctwo-tests, modules/gc-des-tests,
9524         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9525         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9526         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9527         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9528         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9529         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
9530         $(EXEEXT) to automake TESTS variable, for mingw32.
9531
9532 2006-01-17  Simon Josefsson  <jas@extundo.com>
9533
9534         * modules/socklen (Include): Need sys/socket.h.
9535
9536 2006-01-17  Bruno Haible  <bruno@clisp.org>
9537
9538         * modules/ssize_t (Include): Add <sys/types.h>.
9539
9540 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
9541
9542         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
9543         it's not portable and it doesn't work with cross-compiles.
9544         Problem reported by Bruno Haible.  Fix missing-$ typo in
9545         'test "gl_cv_ignore_unused_libraries" ...' that prevented
9546         -zignore from being used with Sun's C compiler.
9547
9548 2006-01-12  Simon Josefsson  <jas@extundo.com>
9549
9550         * lib/base64.c: Fix warning, reported by Bruno Haible
9551         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
9552
9553 2006-01-12  Bruno Haible  <bruno@clisp.org>
9554
9555         * modules/ldd: New file.
9556         * build-aux/ldd.sh.in: New file.
9557         * MODULES.html.sh (Support for building libraries and executables): Add
9558         ldd.
9559
9560 2006-01-12  Bruno Haible  <bruno@clisp.org>
9561
9562         * m4/ldd.m4: New file.
9563
9564 2006-01-12  Bruno Haible  <bruno@clisp.org>
9565
9566         * gnulib-tool (func_import, func_create_testdir): Don't go into an
9567         endless loop while replacing $auxdir with build-aux.
9568
9569 2006-01-11  Simon Josefsson  <jas@extundo.com>
9570
9571         * lib/stdint_.h (SIZE_MAX): Add missing (.
9572
9573 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
9574
9575         Sync from coreutils.
9576         * lib/md5.c: Fix commentary typos.
9577         (alignof, UNALIGNED_P): No need for a GCC-specific version.
9578         * lib/md5.h (__attribute__): Remove; unused.
9579         * lib/sha1.c: Fix commentary to match md5 better.
9580         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
9581         so that we don't need to worry about alignment.  All uses changed.
9582         This merges the 2005-10-28 md5 change into sha1.
9583
9584 2006-01-11  Jim Meyering  <jim@meyering.net>
9585
9586         Sync from coreutils.
9587         * lib/md5.c (OP): Fix spacing.
9588
9589 2006-01-11  Bruno Haible  <bruno@clisp.org>
9590
9591         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9592         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
9593         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
9594
9595 2006-01-11  Bruno Haible  <bruno@clisp.org>
9596
9597         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9598         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
9599         the "early" section as well.
9600
9601 2006-01-11  Bruno Haible  <bruno@clisp.org>
9602
9603         Avoid "ar: no archive members specified" error on MacOS X.
9604         * gnulib-tool (func_modules_add_dummy): New function.
9605         (func_import, func_create_testdir): Invoke it.
9606
9607 2006-01-11  Bruno Haible  <bruno@clisp.org>
9608
9609         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
9610         with $auxdir in AC_CONFIG_FILES statements.
9611
9612 2006-01-11  Bruno Haible  <bruno@clisp.org>
9613
9614         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9615         Initialize also noinst_HEADERS to empty.
9616
9617 2006-01-11  Bruno Haible  <bruno@clisp.org>
9618
9619         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
9620         variables.
9621         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
9622         autoreconf.
9623
9624 2006-01-11  Bruno Haible  <bruno@clisp.org>
9625
9626         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
9627         overridable by the user.
9628         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9629
9630 2006-01-10  Simon Josefsson  <jas@extundo.com>
9631
9632         * modules/sys_socket: New file.
9633
9634 2006-01-10  Simon Josefsson  <jas@extundo.com>
9635
9636         * m4/sys_socket_h.m4: New file.
9637
9638 2006-01-10  Simon Josefsson  <jas@extundo.com>
9639
9640         * lib/socket_.h: New file.
9641
9642 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9643
9644         * modules/readutmp (Maintainer): Add myself.
9645
9646 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9647
9648         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
9649         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
9650         People who are still concerned with buggy memcmp implementations
9651         can invoke gl_FUNC_MEMCMP themselves.
9652
9653 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9654
9655         * lib/regex_internal.h (BITSET_WORD_BITS):
9656         Work around a bug in 64-bit PGC (before version 6.1-2), where the
9657         preprocessor mishandles large unsigned values as if they were signed.
9658         Problem reported by Claudio Fontana in
9659         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
9660
9661 2006-01-10  Jim Meyering  <jim@meyering.net>
9662
9663         Avoid the double-free (first in fts_read, second in fts_close) that
9664         would occur when an `active' directory is made inaccessible (e.g.,
9665         via chmod a-x) during a traversal.
9666         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9667         before returning.  Reproduce this failure by
9668         mkdir -p a/b; cd a; chmod a-x . b
9669         Reported by Stavros Passas.
9670
9671         Sync from coreutils.
9672         * lib/sha1.c: Tweak grammar in a comment.
9673
9674 2006-01-10  Jim Meyering  <jim@meyering.net>
9675
9676         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
9677         Patch by Joerg Sonnenberger.
9678
9679 2006-01-10  Bruno Haible  <bruno@clisp.org>
9680
9681         * modules/readutmp: Depend on module free.
9682         * modules/strtok_r: Depend on module restrict.
9683
9684 2006-01-10  Bruno Haible  <bruno@clisp.org>
9685
9686         * modules/gettext (configure.ac): Add an invocation of
9687         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
9688
9689 2006-01-10  Bruno Haible  <bruno@clisp.org>
9690
9691         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
9692         Reported by Werner Lemberg <wl@gnu.org>.
9693
9694 2006-01-10  Bruno Haible  <bruno@clisp.org>
9695
9696         * lib/localcharset.c: Update from GNU gettext.
9697
9698 2006-01-10  Bruno Haible  <bruno@clisp.org>
9699
9700         * lib/argp.h (__const): Remove macro. Use const instead.
9701         * lib/argp-fmtstream.h (__const): Likewise.
9702         * lib/glob_.h (__const): Remove macro.
9703         * lib/glob-libc.h: Use const instead of __const.
9704
9705 2006-01-10  Bruno Haible  <bruno@clisp.org>
9706
9707         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
9708         variable.
9709         Needed to avoid an automake error regarding the 'gettext' module.
9710
9711 2006-01-09  Simon Josefsson  <jas@extundo.com>
9712
9713         * modules/inet_ntop (Depends-on): Add restrict.
9714
9715 2006-01-09  Simon Josefsson  <jas@extundo.com>
9716
9717         * modules/gc-rijndael-tests (License): Put under LGPL.
9718
9719         * modules/gc-des-tests (License): Likewise.
9720
9721         * modules/gc-arcfour-tests (License): Likewise.
9722
9723         * modules/gc-arctwo-tests (License): Likewise.
9724
9725         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
9726
9727         * modules/gc-hmac-sha1-tests (Files): Likewise.
9728
9729         * modules/gc-hmac-md5-tests (License): Likewise.
9730
9731         * modules/gc-sha1-tests (License): Likewise.
9732
9733         * modules/gc-md5-tests (License): Likewise.
9734
9735         * modules/gc-md4-tests (License): Likewise.
9736
9737         * modules/gc-md2-tests (License): Likewise.
9738
9739         * modules/gc-tests (License): Likewise.
9740
9741         * modules/des-tests (License): Likewise.
9742
9743         * modules/md4-tests (License): Likewise.
9744
9745         * modules/md2-tests (License): Likewise.
9746
9747 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9748
9749         Sync from coreutils:
9750
9751         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
9752         * modules/lib-ignore: New file.
9753         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
9754         chdir-safer.m4, lchmod.m4.
9755         * modules/openat: Add mkdirat.c, openat-priv.h.
9756
9757 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9758
9759         Sync from coreutils.
9760         * m4/lib-ignore.m4: New file.
9761         * m4/lchmod.m4: New file.
9762
9763 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9764
9765         Sync from coreutils.
9766         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
9767         for write access: POSIX says that must fail.
9768         * lib/fts.c (diropen): Likewise.
9769         * lib/save-cwd.c (save_cwd): Likewise.
9770         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
9771         well, for minor improvements on hosts that lack O_DIRECTORY.
9772         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
9773         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
9774         Fall back on chown if open failed with EACCES.
9775
9776         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
9777         Report an error at compile-time if only a 1-second nominal clock
9778         resolution is found.
9779
9780         * lib/lchmod.h: New file.
9781         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
9782         (make_dir_parents): Use lchown rather than chown, and
9783         lchmod rather than chmod.
9784
9785         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
9786         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
9787         "proc" reported by n0dalus.
9788
9789         * lib/mountlist.c: Include <limits.h>.
9790         (dev_from_mount_options)
9791         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
9792         New function.  It no longer assumes "dev=" has the System V meaning
9793         on Linux (since it doesn't).  It also parses "dev=" more carefully.
9794         (read_file_system_list)
9795         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
9796         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
9797         dev= in that case.
9798
9799         * lib/posixtm.h (PDS_PRE_2000): New macro.
9800         * lib/posixtm.c (year): Arg is now syntax_bits rather than
9801         allow_century.  All usages changed.  Reject dates outside the range
9802         1969-1999 if PDS_PRE_2000 is used.
9803
9804 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9805
9806         Sync from coreutils.
9807         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
9808         (Time of day items): Mention the possibility of leap seconds.
9809         Problem reported by Dr. David Alan Gilbert.
9810
9811 2006-01-09  Jim Meyering  <jim@meyering.net>
9812
9813         Sync from coreutils.
9814
9815         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
9816
9817         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
9818
9819         * lib/modechange.c (mode_compile): Reject an invalid mode string
9820         that starts with an octal digit.  From Andreas Gruenbacher.
9821
9822         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
9823         and dup to open_safer and dup_safer, respectively.
9824         (openat_permissive): Fix typo in comment.
9825
9826         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
9827         "gettext.h"; either no longer needed or are guaranteed by openat.h.
9828         (_): Remove; no longer needed.
9829         (openat): Renamed from rpl_openat; no need for rpl_openat
9830         since openat.h renames openat for us.
9831         Replace most of the body with a call to openat_permissive,
9832         to avoid duplicate code.
9833         Port to (probably hypothetical) environments were mode_t is
9834         wider than int.
9835         (openat_permissive): Require mode arg, so that we can check
9836         types better.  Put it just after flags.  Change cwd failure
9837         indicator from pointer-to-bool to pointer-to-errno-value.
9838         All callers changed.
9839         Invoke openat_save_fail and/or openat_restore_fail if
9840         cwd_errno is null, so that openat can call us.
9841         (openat_permissive, fdopendir, fstatat, unlinkat):
9842         Simplify errno handling to avoid some duplicate code,
9843         as it's OK to set errno on success.
9844         * lib/openat.h: Revamp code so that function macros depend on
9845         __OPENAT_PREFIX only, not also on AT_FDCWD.
9846         (openat_ro): Remove.  Caller changed to use openat_permissive.
9847         (openat_permissive): Now a macro, if not a function.
9848         (openat_restore_fail, openat_save_fail): Now always functions,
9849         since mkdirat needs them even if __OPENAT_PREFIX is defined.
9850
9851         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
9852         and openat.c.
9853         * lib/mkdirat.c: Include openat-priv.h.
9854         Remove definitions of macros defined therein.
9855         * lib/openat.c: Likewise.
9856
9857         * lib/mkdirat.c (mkdirat): New file and function.
9858         * lib/openat.h (mkdirat): Declare.
9859
9860         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
9861
9862         * lib/openat.h (openat_permissive): Declare.
9863         (openat_ro): Define.
9864
9865         * lib/openat.c (EXPECTED_ERRNO): New macro.
9866         (openat_permissive): New function -- used in remove.c rewrite.
9867         (all functions): Set errno just before returning, only if there
9868         was an actual failure.
9869         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
9870
9871         Emulate openat-family functions using Linux's procfs, if possible.
9872         Idea and some code based on Ulrich Drepper's glibc changes.
9873
9874         * lib/openat.c: (BUILD_PROC_NAME): New macro.
9875         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
9876         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
9877         before falling back on save_cwd and restore_cwd.
9878         (fdopendir, fstatat, unlinkat): Likewise.
9879
9880         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
9881         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
9882
9883         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
9884         as second argument to va_arg.  Otherwise, some versions of gcc
9885         warn that `if this code is reached, the program will abort'.
9886
9887 2006-01-09  Jim Meyering  <jim@meyering.net>
9888
9889         Sync from coreutils.
9890         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
9891         Require openat-priv.h.
9892
9893 2006-01-09  Bruno Haible  <bruno@clisp.org>
9894
9895         * modules/strnlen (Include): Use strnlen.h.
9896
9897 2006-01-09  Bruno Haible  <bruno@clisp.org>
9898
9899         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
9900
9901 2006-01-09  Bruno Haible  <bruno@clisp.org>
9902
9903         * lib/sysexit_.h (EX_OK): New macro.
9904         Suggested by Martin Lambers <marlam@marlam.de>.
9905
9906 2006-01-09  Bruno Haible  <bruno@clisp.org>
9907
9908         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
9909         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
9910
9911 2006-01-09  Bruno Haible  <bruno@clisp.org>
9912
9913         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
9914         numbers.
9915
9916 2006-01-09  Bruno Haible  <bruno@clisp.org>
9917
9918         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
9919         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
9920         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
9921         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
9922
9923 2006-01-09  Bruno Haible  <bruno@clisp.org>
9924
9925         * build-aux/javacomp.sh.in: New file, moved from lib/.
9926         * modules/javacomp-script (Files): Update.
9927         (configure.ac): Add AC_CONFIG_FILES invocation.
9928         (EXTRA_DIST): Remove variable.
9929
9930         * build-aux/javaexec.sh.in: New file, moved from lib/.
9931         * modules/javaexec (Files): Update.
9932         (configure.ac): Add AC_CONFIG_FILES invocation.
9933         (EXTRA_DIST): Remove javaexec.sh.in.
9934
9935         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
9936         * modules/csharpcomp-script (Files): Update.
9937         (configure.ac): Add AC_CONFIG_FILES invocation.
9938         (EXTRA_DIST): Remove variable.
9939
9940         * build-aux/csharpexec.sh.in: New file, moved from lib/.
9941         * modules/csharpexec (Files): Update.
9942         (configure.ac): Add AC_CONFIG_FILES invocation.
9943         (EXTRA_DIST): Remove csharpexec.sh.in.
9944
9945 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9946
9947         Sync from coreutils.
9948
9949         Add POSIX ACL support
9950         * lib/acl.h (copy_acl, set_acl): Add declarations.
9951         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
9952         systems other than Linux.
9953         (chmod_or_fchmod): New function: use fchmod when possible,
9954         and chmod otherwise.
9955         (file_has_acl): Add a POSIX ACL implementation, with a
9956         Linux-specific subcase.
9957         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
9958         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
9959         acls are unsupported.
9960         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
9961         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
9962         are unsupported.
9963
9964 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9965
9966         Sync from coreutils.
9967         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
9968
9969 2006-01-07  Bruno Haible  <bruno@clisp.org>
9970
9971         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
9972         gl_EARLY.
9973
9974 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9975
9976         * lib/strftime.c (tzname): Don't declare if it is already #defined.
9977         Problem reported for Mingw by Mark Junker.
9978
9979 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9980
9981         * README: Gnulib normally doesn't generate a tarball.
9982
9983 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
9984
9985         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
9986         long int, not int, for nanosecond counts, so that people who are
9987         used to POSIX struct timespec won't be surprised.  Reported by Jim
9988         Meyering.
9989
9990 2005-12-28  Bruno Haible  <bruno@clisp.org>
9991
9992         * build-aux/config.rpath: Update from GNU gettext.
9993
9994 2005-12-16  Jim Meyering  <jim@meyering.net>
9995
9996         * modules/fprintftime: New module.
9997         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
9998
9999 2005-12-16  Jim Meyering  <jim@meyering.net>
10000
10001         * m4/fprintftime.m4: New file.
10002
10003 2005-12-16  Jim Meyering  <jim@meyering.net>
10004
10005         * lib/fprintftime.c, lib/fprintftime.h: New files.
10006
10007 2005-12-15  Simon Josefsson  <jas@extundo.com>
10008
10009         * modules/socklen (configure.ac): Fix M4 macro name, to align with
10010         new m4/socklen.m4.
10011
10012 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10013
10014         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
10015         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
10016
10017 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10018
10019         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
10020         * lib/argp-help.c (fill_in_uparams): Check if the constructed
10021         struct uparams is valid. Fall back to the default values if it is
10022         not.
10023
10024 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10025
10026         * modules/argp (Files): Add argp-pin.c
10027         (Depends-on): dirname
10028         (lib_SOURCES): Add argp-pin.c
10029
10030 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10031
10032         * m4/argp.m4:  Check if program_invocation_name and
10033         program_invocation_short_name are declared and define appropriate
10034         macros if they are not.
10035
10036 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10037
10038         * lib/argp-help.c (__argp_base_name): New function
10039         (__argp_short_program_name): Rewrite using __argp_base_name
10040         * lib/argp-namefrob.h: Define program_invocation_name and
10041         program_invocation_short_name if requested
10042         (__argp_base_name): Add prototype
10043         * lib/argp-parse.c (argp_def): Use gettext wrappers
10044         (argp_default_parser): Use __argp_base_name
10045         * lib/argp-pin.c: New file. Defines program_invocation_name and
10046         program_invocation_short_name on systems that lack them.
10047
10048 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10049
10050         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
10051         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10052         porting problem reported by Georg Schwarz in
10053         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10054
10055 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10056
10057         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
10058         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10059         porting problem reported by Georg Schwarz in
10060         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10061
10062 2005-12-05  Bruno Haible  <bruno@clisp.org>
10063
10064         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
10065         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
10066         Reported by Mark Junker <mjscod@gmx.de>.
10067
10068 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
10069
10070         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
10071         Use implementation from Albert Chin, with some
10072         comments/corrections by Stepan Kasal and myself.
10073
10074 2005-12-02  Bruno Haible  <bruno@clisp.org>
10075
10076         * gnulib-tool (func_import): Accept GPLed build tool modules when
10077         --lgpl is given.
10078         * modules/csharpcomp-script: New file.
10079         * modules/csharpcomp: Depend on it.
10080         * modules/javacomp-script: New file.
10081         * modules/javacomp: Depend on it.
10082         Suggested by Simon Josefsson.
10083
10084 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
10085
10086         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
10087         statement, to work around an HP-UX 10.20 compiler bug reported by
10088         Peter O'Gorman.
10089
10090 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10091
10092         * modules/savedir (Depends-on): Add openat.
10093
10094 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10095
10096         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
10097         (uintmax_t) [defined uintmax_t]: Do not declare.
10098         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
10099         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
10100         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
10101         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
10102         sake of portability to weird hosts that C allows (though we don't
10103         know of any practical examples).
10104
10105         * lib/savedir.h (fdsavedir): New decl.
10106         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
10107         contains most of the former guts of savedir.
10108         (savedir): Use savedirstream.
10109         Include "openat.h".
10110
10111 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
10112
10113         * modules/obstack (Files): Add m4/ulonglong.m4.
10114         Problem reported by Davide Angelocola.
10115
10116 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
10117
10118         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
10119         coreutils no longer futzes with rounding modes.
10120
10121 2005-11-14  Jim Meyering  <jim@meyering.net>
10122
10123         * lib/mkstemp-safer.c: Include <config.h>, required for possible
10124         replacement of mkstemp.
10125
10126 2005-11-10  Simon Josefsson  <jas@extundo.com>
10127
10128         * lib/readline.c: Remove EOL.
10129
10130 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10131
10132         * modules/gethrxtime (Depends-on): Add gettime.
10133
10134 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10135
10136         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
10137         or gettimeofday; no longer needed.
10138
10139 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10140
10141         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
10142         time business.
10143         (gethrxtime) [! (HAVE_NANOUPTIME
10144         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
10145         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
10146         our own approximation.
10147
10148 2005-11-08  Eric Blake  <ebb9@byu.net>
10149
10150         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10151
10152 2005-11-08  Eric Blake  <ebb9@byu.net>
10153
10154         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10155
10156 2005-11-04  Bruno Haible  <bruno@clisp.org>
10157
10158         * gnulib-tool: Implement --update mode.
10159
10160 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10161
10162         Fix porting problem reported by Theodoros V. Kalamatianos.
10163         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
10164         Don't assume that futimes failing means we must fail.
10165
10166 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10167
10168         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
10169         variables to suggest the intended function of the PATH_MAX check.
10170
10171 2005-10-30  Kean Johnston  <jkj@sco.com>
10172
10173         Trivial changes to support SCO systems.
10174         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
10175         as PATH_MAX.
10176         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
10177         where __ptr is null when no I/O is pending.
10178
10179 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
10180
10181         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
10182         leave errno alone.  Problem reported by Dmitry V. Levin.
10183
10184 2005-10-28  Simon Josefsson  <jas@extundo.com>
10185
10186         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
10187         Test more.
10188
10189         * tests/test-gc-md2.c, tests/test-md2.c: New files.
10190
10191         * modules/md2, modules/md2-tests: New files.
10192
10193 2005-10-28  Simon Josefsson  <jas@extundo.com>
10194
10195         * m4/inet_ntop.m4: More tests.
10196
10197         * m4/gc-md2.m4, md2.m4: New file.
10198
10199 2005-10-28  Simon Josefsson  <jas@extundo.com>
10200
10201         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
10202         "restrict" keywords, as per POSIX.  Protect the function
10203         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
10204         Don't use K&R prototypes.  Check the sprintf return values.
10205         Re-define EAFNOSUPPORT if not present.  Indent.
10206
10207         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
10208         suggested by Bruno Haible <bruno@clisp.org>.
10209
10210         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
10211
10212         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
10213
10214         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
10215         libgcrypt).
10216
10217         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
10218
10219         * lib/md2.h, lib/md2.c: New files.
10220
10221 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
10222
10223         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
10224         errno alone.  Problem reported by Frederic Jolliton.
10225
10226 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
10227
10228         * modules/verify (License): Change from GPL to LGPL.  This is a
10229         tiny module and there are apparently near-equivalents that are
10230         under the BSD license.
10231
10232 2005-10-24  Simon Josefsson  <jas@extundo.com>
10233
10234         * modules/sha1: Relicense to LGPL.
10235
10236 2005-10-24  Simon Josefsson  <jas@extundo.com>
10237
10238         * lib/md4.h: Shrink buffer size, now that we changed the type.
10239
10240 2005-10-23  Simon Josefsson  <jas@extundo.com>
10241
10242         * gnulib-tool (func_import): Fix --tests-base.
10243
10244 2005-10-22  Simon Josefsson  <jas@extundo.com>
10245
10246         * modules/arcfour (Depends-on): Need stdint.
10247
10248 2005-10-22  Simon Josefsson  <jas@extundo.com>
10249
10250         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
10251         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
10252
10253 2005-10-22  Simon Josefsson  <jas@extundo.com>
10254
10255         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
10256         suggested by Bruno Haible <bruno@clisp.org>.
10257
10258 2005-10-22  Simon Josefsson  <jas@extundo.com>
10259
10260         * lib/crc.h: Include stddef.h, for size_t.
10261
10262 2005-10-22  Simon Josefsson  <jas@extundo.com>
10263
10264         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
10265         arcfour_context struct (simplify test vector testing in GNU
10266         Shishi).
10267
10268 2005-10-21  Simon Josefsson  <jas@extundo.com>
10269
10270         * modules/des, modules/des-tests: New files.
10271
10272         * modules/gc-des, modules/gc-des-tests: New files.
10273
10274         * tests/test-des.c, tests/test-gc-des.c: New file.
10275
10276 2005-10-21  Simon Josefsson  <jas@extundo.com>
10277
10278         * modules/arctwo, modules/arctwo-tests: New files.
10279
10280         * tests/test-arctwo.c: New file.
10281
10282         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
10283
10284         * tests/test-gc-arctwo.c: New file.
10285
10286 2005-10-21  Simon Josefsson  <jas@extundo.com>
10287
10288         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
10289         Bruno Haible <bruno@clisp.org>.
10290
10291         * m4/gc-des.m4: New file.
10292
10293 2005-10-21  Simon Josefsson  <jas@extundo.com>
10294
10295         * m4/arctwo.m4: New file.
10296
10297         * m4/gc-arctwo.m4: New file.
10298
10299 2005-10-21  Simon Josefsson  <jas@extundo.com>
10300
10301         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
10302         block.
10303
10304 2005-10-21  Simon Josefsson  <jas@extundo.com>
10305
10306         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
10307         <bruno@clisp.org>.
10308
10309         * lib/hmac-sha1.c (hmac_sha1): Likewise.
10310
10311         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
10312         Bruno Haible <bruno@clisp.org>.
10313
10314         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
10315         <bruno@clisp.org>.
10316
10317 2005-10-21  Simon Josefsson  <jas@extundo.com>
10318
10319         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
10320
10321 2005-10-21  Simon Josefsson  <jas@extundo.com>
10322
10323         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
10324
10325 2005-10-21  Simon Josefsson  <jas@extundo.com>
10326
10327         * lib/des.h, lib/des.c: New files.
10328
10329         * lib/gc-gnulib.c: Support DES.c
10330
10331 2005-10-21  Simon Josefsson  <jas@extundo.com>
10332
10333         * lib/arctwo.h, lib/arctwo.c: New files.
10334
10335         * lib/gc-gnulib.c: Support ARCTWO.
10336
10337 2005-10-21  Simon Josefsson  <jas@extundo.com>
10338
10339         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
10340         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10341
10342 2005-10-21  Simon Josefsson  <jas@extundo.com>
10343
10344         * gnulib-tool (func_import, func_create_testdir): Define automake
10345         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
10346         Makefile.am snippet),
10347         suggested by Bruno Haible <bruno@clisp.org>.
10348
10349         * modules/gc (Makefile.am): Use it.
10350
10351 2005-10-21  Bruno Haible  <bruno@clisp.org>
10352
10353         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
10354         patch.
10355
10356 2005-10-19  Simon Josefsson  <jas@extundo.com>
10357
10358         * tests/test-gc-rijndael.c: New file.
10359
10360         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
10361
10362 2005-10-19  Simon Josefsson  <jas@extundo.com>
10363
10364         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
10365         interface too.
10366
10367 2005-10-19  Simon Josefsson  <jas@extundo.com>
10368
10369         * tests/test-gc-arcfour.c: New file.
10370
10371         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
10372
10373 2005-10-19  Simon Josefsson  <jas@extundo.com>
10374
10375         * modules/gc-md4, modules/gc-md4-tests: New file.
10376
10377         * tests/test-gc-md4.c: New file.
10378
10379 2005-10-19  Simon Josefsson  <jas@extundo.com>
10380
10381         * m4/gc-md4.m4: New file.
10382
10383 2005-10-19  Simon Josefsson  <jas@extundo.com>
10384
10385         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
10386         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
10387         <kasal@ucw.cz>.
10388
10389 2005-10-19  Simon Josefsson  <jas@extundo.com>
10390
10391         * m4/gc-arcfour.m4: New file.
10392
10393         * m4/gc-rijndael.m4: New file.
10394
10395 2005-10-19  Simon Josefsson  <jas@extundo.com>
10396
10397         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
10398
10399 2005-10-19  Simon Josefsson  <jas@extundo.com>
10400
10401         * lib/gc-gnulib.c: Support ARCFOUR.
10402
10403 2005-10-19  Simon Josefsson  <jas@extundo.com>
10404
10405         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
10406         support.
10407
10408         * lib/gc.h: Add ECB enum type.
10409
10410         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
10411
10412 2005-10-18  Simon Josefsson  <jas@extundo.com>
10413
10414         * tests/test-md5.c: New file.
10415
10416         * modules/md5-tests: New file.
10417
10418 2005-10-18  Simon Josefsson  <jas@extundo.com>
10419
10420         * tests/test-md4.c: New file.
10421
10422         * modules/md4, modules/md4-tests: New files.
10423
10424 2005-10-18  Simon Josefsson  <jas@extundo.com>
10425
10426         * m4/md4.m4: New file.
10427
10428 2005-10-18  Simon Josefsson  <jas@extundo.com>
10429
10430         * lib/md4.h, lib/md4.c: New files, based on md5.?.
10431
10432 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
10433
10434         * gnulib-tool (func_create_testdir): Omit the second check whether
10435         BUILT_SOURCES in nonempty.
10436
10437 2005-10-17  Simon Josefsson  <jas@extundo.com>
10438
10439         * tests/test-rijndael.c: New file.
10440
10441 2005-10-17  Simon Josefsson  <jas@extundo.com>
10442
10443         * modules/sha1: Depend on stdint instead of md5.
10444
10445         * modules/md5: Depend on stdint, remove uint32_t.
10446
10447 2005-10-17  Simon Josefsson  <jas@extundo.com>
10448
10449         * modules/gc-sha1-tests: New file.
10450
10451         * tests/test-gc-sha1.c: New file.
10452
10453 2005-10-17  Simon Josefsson  <jas@extundo.com>
10454
10455         * m4/md5.m4: Remove call to uint32_t.m4.
10456
10457 2005-10-17  Simon Josefsson  <jas@extundo.com>
10458
10459         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
10460
10461         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
10462         md5.h.
10463
10464         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
10465
10466         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
10467
10468 2005-10-17  Simon Josefsson  <jas@extundo.com>
10469
10470         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
10471
10472 2005-10-17  Simon Josefsson  <jas@extundo.com>
10473
10474         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
10475
10476 2005-10-17  Simon Josefsson  <jas@extundo.com>
10477
10478         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
10479
10480         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
10481
10482 2005-10-17  Bruno Haible  <bruno@clisp.org>
10483
10484         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
10485         that it can also be used in a test.
10486
10487 2005-10-16  Bruno Haible  <bruno@clisp.org>
10488
10489         * gnulib-tool (func_emit_tests_Makefile_am): Also define
10490         TESTS_ENVIRONMENT, so that individual tests can augment it.
10491
10492         * gnulib-tool (func_create_testdir): Use an intermediate target for
10493         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
10494         macros, like $(ALLOCA_H), which cannot be passed through the command
10495         line.
10496
10497 2005-10-15  Simon Josefsson  <jas@extundo.com>
10498
10499         * modules/rijndael-tests: New file.
10500
10501         * modules/rijndael: New file.
10502
10503 2005-10-15  Simon Josefsson  <jas@extundo.com>
10504
10505         * m4/rijndael.m4: New file.
10506
10507 2005-10-15  Simon Josefsson  <jas@extundo.com>
10508
10509         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
10510
10511         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
10512
10513 2005-10-14  Simon Josefsson  <jas@extundo.com>
10514
10515         * tests/test-arcfour.c: New file.
10516
10517         * modules/arcfour, modules/arcfour-tests: New files.
10518
10519 2005-10-14  Simon Josefsson  <jas@extundo.com>
10520
10521         * m4/arcfour.m4: New file.
10522
10523 2005-10-14  Simon Josefsson  <jas@extundo.com>
10524
10525         * lib/arcfour.h, lib/arcfour.c: New files.
10526
10527 2005-10-14  Roland McGrath  <roland@redhat.com>
10528
10529         Import from libc.  [BZ #1331]
10530         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
10531         macro argument.
10532         Reported by Matej Vela <vela@debian.org>.
10533
10534 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10535
10536         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
10537         include <wchar.h>; no longer needed.
10538
10539 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10540
10541         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
10542
10543 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
10544         and  Ulrich Drepper  <drepper@redhat.com>
10545
10546         Import from libc.
10547         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
10548         instead of inline stream orientation test and two separate
10549         function calls.  Pay no attention to USE_IN_LIBIO.
10550
10551 2005-10-13  Simon Josefsson  <jas@extundo.com>
10552
10553         * modules/gc-hmac-md5-tests: New file.
10554
10555         * tests/test-gc-hmac-sha1.c: New file.
10556
10557         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
10558
10559         * modules/gc-hmac-md5-tests: New file.
10560
10561         * tests/test-gc-md5.c: New file.
10562
10563         * modules/gc-md5-tests: New file.
10564
10565 2005-10-13  Simon Josefsson  <jas@extundo.com>
10566
10567         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
10568         Move memory allocation outside of loop.
10569
10570 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
10571
10572         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
10573         intermediate directory is in a read-only file system.  Problem
10574         reported by Eric Blake.
10575
10576 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
10577
10578         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
10579
10580 2005-10-12  Simon Josefsson  <jas@extundo.com>
10581
10582         * tests/test-hmac-sha1.c: New file.
10583
10584         * modules/hmac-sha1-tests: New file.
10585
10586         * modules/hmac-sha1: New file.
10587
10588 2005-10-12  Simon Josefsson  <jas@extundo.com>
10589
10590         * modules/gc-sha1: New file.
10591
10592 2005-10-12  Simon Josefsson  <jas@extundo.com>
10593
10594         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
10595
10596         * tests/test-gc-pbkdf2-sha1.c: New file.
10597
10598 2005-10-12  Simon Josefsson  <jas@extundo.com>
10599
10600         * modules/gc-md5, modules/gc-hmac-md5: New files.
10601
10602         * modules/gc (Files): Remove md5, memxor and hmac files.
10603
10604 2005-10-12  Simon Josefsson  <jas@extundo.com>
10605
10606         * m4/gc-pbkdf2-sha1.m4: New file.
10607
10608         * m4/gc-hmac-sha1.m4: New file.
10609
10610         * m4/gc-sha1: New file.
10611
10612         * m4/hmac-sha1.m4: New file.
10613
10614 2005-10-12  Simon Josefsson  <jas@extundo.com>
10615
10616         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
10617
10618         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
10619
10620 2005-10-12  Simon Josefsson  <jas@extundo.com>
10621
10622         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
10623         suggested by Bruno Haible <bruno@clisp.org>.
10624
10625 2005-10-12  Simon Josefsson  <jas@extundo.com>
10626
10627         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
10628
10629 2005-10-12  Simon Josefsson  <jas@extundo.com>
10630
10631         * lib/gc-pbkdf2-sha1.c: New file.
10632
10633         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
10634
10635 2005-10-12  Simon Josefsson  <jas@extundo.com>
10636
10637         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
10638
10639         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
10640
10641 2005-10-12  Simon Josefsson  <jas@extundo.com>
10642
10643         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
10644         GC_USE_HMAC_MD5, respectively.
10645
10646         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
10647         (gc_md5): Fix typo.
10648
10649         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
10650
10651         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
10652
10653         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
10654
10655 2005-10-12  Bruno Haible  <bruno@clisp.org>
10656
10657         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
10658         Reported by Stepan Kasal <kasal@ucw.cz>.
10659
10660 2005-10-11  Simon Josefsson  <jas@extundo.com>
10661
10662         * tests/test-crc.c: New file.
10663
10664         * modules/crc, modules/crc-tests: New files.
10665
10666 2005-10-11  Simon Josefsson  <jas@extundo.com>
10667
10668         * m4/crc.m4: New file.
10669
10670 2005-10-11  Simon Josefsson  <jas@extundo.com>
10671
10672         * lib/gc.h: Add gc_hash and gc_hash_buffer.
10673
10674         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
10675
10676         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
10677
10678 2005-10-11  Simon Josefsson  <jas@extundo.com>
10679
10680         * lib/crc.h, lib/crc.c: New files.
10681
10682         * lib/gc.h (gc_hash_buffer): Add doc.
10683
10684 2005-10-11  Bruno Haible  <bruno@clisp.org>
10685
10686         * modules/c-strcasestr: New file.
10687         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
10688
10689 2005-10-11  Bruno Haible  <bruno@clisp.org>
10690
10691         * modules/c-strcase: New file.
10692         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
10693
10694 2005-10-11  Bruno Haible  <bruno@clisp.org>
10695
10696         * lib/strcasecmp.c: Include limits.h.
10697         (strcasecmp): Avoid integer overflow on exotic platforms.
10698         * lib/strncasecmp.c: Include limits.h.
10699         (strncasecmp): Avoid integer overflow on exotic platforms.
10700         Reported by Paul Eggert.
10701
10702 2005-10-11  Bruno Haible  <bruno@clisp.org>
10703
10704         * lib/c-strcasestr.h: New file, from GNU gettext.
10705         * lib/c-strcasestr.c: New file, from GNU gettext.
10706
10707 2005-10-11  Bruno Haible  <bruno@clisp.org>
10708
10709         * lib/c-strcase.h: New file, from GNU gettext.
10710         * lib/c-strcasecmp.c: New file, from GNU gettext.
10711         * lib/c-strncasecmp.c: New file, from GNU gettext.
10712
10713 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10714
10715         * modules/mempcpy (License): GPL -> LGPL.
10716         * modules/strchrnul (License): Likewise.
10717         * modules/sysexits (License): Likewise.
10718
10719 2005-10-08  Simon Josefsson  <jas@extundo.com>
10720
10721         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
10722
10723 2005-10-07  Simon Josefsson  <jas@extundo.com>
10724
10725         * m4/memxor.m4: Remove gl_C_RESTRICT call.
10726
10727 2005-10-06  Simon Josefsson  <jas@extundo.com>
10728
10729         * tests/test-hmac-md5.c: New file.
10730
10731         * modules/hmac-md5-tests: New file.
10732
10733         * modules/hmac-md5: New file.
10734
10735 2005-10-06  Simon Josefsson  <jas@extundo.com>
10736
10737         * m4/hmac-md5.m4: New file.
10738
10739         * m4/memxor.m4: Require gl_C_RESTRICT.
10740
10741 2005-10-06  Simon Josefsson  <jas@extundo.com>
10742
10743         * lib/memxor.c (memxor): Avoid casts and warnings.
10744
10745 2005-10-06  Simon Josefsson  <jas@extundo.com>
10746
10747         * lib/hmac-md5.c: New file.
10748
10749         * lib/hmac.h: New file.
10750
10751 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10752
10753         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
10754         promotes to int, not unsigned int, to catch the AIX 5.3
10755         compiler bug.
10756
10757 2005-10-05  Simon Josefsson  <jas@extundo.com>
10758
10759         * modules/memxor: New file.
10760
10761         * modules/iconv (Files): Move config.rpath to havelib, it is used
10762         there.
10763
10764         * modules/havelib (Files): Add config.rpath.
10765
10766 2005-10-05  Simon Josefsson  <jas@extundo.com>
10767
10768         * m4/memxor.m4: New file.
10769
10770 2005-10-05  Simon Josefsson  <jas@extundo.com>
10771
10772         * lib/memxor.c (memxor): Fix compiler error.
10773
10774         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
10775         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
10776
10777         * lib/memxor.h, lib/memxor.c: New files.
10778
10779         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
10780         we assume all systems have it, suggested by Jim Meyering
10781         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
10782         any systems lack sys/socket.h; mingw32 is known to lack it, but we
10783         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
10784         same reasons.
10785
10786 2005-10-05  Simon Josefsson  <jas@extundo.com>
10787
10788         * config/srclist.txt: Add glibc bug 1423 for md5.h.
10789
10790 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10791
10792         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
10793         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
10794         needed, since the source code now assumes these .h files.
10795
10796 2005-10-05  Derek Price  <derek@ximbiot.com>
10797
10798         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
10799
10800 2005-10-05  Bruno Haible  <bruno@clisp.org>
10801
10802         * modules/stdint (License): Change to LGPL.
10803
10804 2005-10-04  Simon Josefsson  <jas@extundo.com>
10805
10806         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
10807         D. Baushke" <mdb@gnu.org>.
10808
10809 2005-10-04  Bruno Haible  <bruno@clisp.org>
10810
10811         * lib/verify.h (verify_true): Provide alternative definition for C++.
10812
10813 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
10814
10815         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
10816         (SSIZE_MAX): New macro, if not already defined.
10817         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
10818         than 2 GiB.
10819
10820 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10821
10822         Sync from coreutils.
10823         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
10824         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
10825         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
10826         ULLONG_MAX doesn't work with 2.7.2.1.
10827
10828 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10829
10830         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
10831         From Ben Pfaff.
10832
10833         * modules/exclude (Depends-on): Depend on verify.
10834         * modules/strtoimax (Depends-on): Likewise.
10835         * modules/utimecmp (Depends-on): Likewise.
10836
10837 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10838
10839         * lib/exclude.c: Include verify.h.
10840         (verify): Remove.  All callers changed to use verify.h's version.
10841         * lib/strtoimax.c: Likewise.
10842         * lib/utimecmp.c: Likewis.e
10843
10844         Sync from coreutils.
10845         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
10846         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
10847         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
10848         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
10849         bother returning ENOSYS if settimeofday or stime fails; just let
10850         them return whatever errno they want to return.
10851         * lib/utimens.c: Include unistd.h, for dup2.
10852         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
10853         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
10854
10855 2005-10-02  Jim Meyering  <jim@meyering.net>
10856
10857         Sync from coreutils.
10858         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
10859         from glibc-2.2.5 that fails for read-only files.
10860
10861 2005-10-02  Jim Meyering  <jim@meyering.net>
10862
10863         Sync from coreutils.
10864         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
10865         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
10866         `#if HAVE_CONFIG_H'.
10867         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
10868         Remove AT_FDCWD test.
10869         Do not consume the fd unless successful.
10870         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
10871         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
10872         block, so that we don't even try to compile it if settimeofday is
10873         available.  This works around a compilation failure on OSF1 V5.1,
10874         due to stime requiring a `long int*' while tv_sec is `int'.
10875
10876 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
10877
10878         Sync from coreutils.
10879         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
10880         against `yes', rather than just testing for nonempty.
10881
10882 2005-10-01  Simon Josefsson  <jas@extundo.com>
10883
10884         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
10885         and Darwin.
10886
10887         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
10888         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
10889         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
10890         freeaddrinfo and gai_strerror are declared by the POSIX headers.
10891         Check if struct addrinfo is declared.
10892
10893 2005-10-01  Simon Josefsson  <jas@extundo.com>
10894
10895         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
10896         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
10897         AI_* and EAI_* definitions.  Protect function declarations.
10898
10899 2005-10-01  Jim Meyering  <jim@meyering.net>
10900
10901         Sync from coreutils.
10902
10903         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
10904         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
10905         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
10906         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10907         in the inet and nsl libraries.  Required on Solaris 5.7.
10908
10909 2005-10-01  Jim Meyering  <jim@meyering.net>
10910
10911         Sync from coreutils.
10912         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10913         in the inet and nsl libraries.  Required on Solaris 5.7.
10914
10915 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
10916
10917         * lib/getdelim.c (getdelim): Remove unused variables.
10918
10919 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10920
10921         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
10922         so that the code works even with ancient cpp.  Portability problem
10923         with GCC 2.7.2.1 reported by Thomas M.Ott.
10924
10925 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10926
10927         * modules/regex (Depends-on): Add strcase.
10928
10929         * modules/gethostname (Licence): Change from GPL to LGPL, since
10930         gethostname.c is a trivial implementation of a standard library
10931         function.
10932         * modules/poll (License): Change from GPL to LGPL, since it's
10933         derived from LGPL code.
10934
10935 2005-09-27  Jim Meyering  <jim@meyering.net>
10936
10937         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
10938         HAVE_CONFIG_H.
10939
10940         * lib/intprops.h (signed_type_or_expr__): Define.
10941         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
10942         for unsigned types.
10943
10944 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10945
10946         * lib/verify.h (verify_expr): Remove, replacing with:
10947         (verify_true): New macro that returns true instead of void.
10948         (verify_type__): Remove.
10949         (verify): Use verify_true rather than verify_type__.
10950
10951 2005-09-26  Bruno Haible  <bruno@clisp.org>
10952
10953         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
10954         is necessary.
10955         (lib_SOURCES): Remove mbchar.c.
10956         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
10957         (Files): Add m4/mbrtowc.m4.
10958         * modules/mbiter: Likewise.
10959         * modules/mbuiter: Likewise.
10960
10961 2005-09-26  Bruno Haible  <bruno@clisp.org>
10962
10963         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
10964         compile mbchar.c if they are not both present.
10965         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
10966         * m4/mbiter.m4 (gl_MBITER): Likewise.
10967         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
10968         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
10969         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
10970
10971 2005-09-25  Jim Meyering  <jim@meyering.net>
10972
10973         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
10974         also uses socklen_t.
10975
10976 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
10977
10978         * lib/utimens.c (ENOSYS): Define if not already defined.
10979         (futimens): Support having a null PATH if the file descriptor
10980         is nonnegative.
10981
10982         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
10983         Remove.
10984         (__attribute): Define to empty unless GCC 3.1 or later.
10985         This works around a core dump on OpenBSD 3.4, which has GCC
10986         2.95.3, which dumps core when given __attribute__(()).  It also
10987         simplifies other tests, since we really don't want to bother with
10988         worrying about which ancient version of GCC supported what.
10989         Original problem reported by Yoann Vandoorselaere, with part of
10990         the fix suggested by Derek Price.
10991
10992 2005-09-24  Jim Meyering  <jim@meyering.net>
10993
10994         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
10995         so we can once again use a positive bitfield width of 1 -- now we
10996         don't have to explain why we were using a bitfield width of 2.
10997
10998 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10999
11000         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
11001         and similarly for the other external symbols.  Problem reported
11002         by James Gallager.
11003
11004         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
11005         bug reported by Jim Meyering.
11006
11007         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
11008         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
11009         not needed, since socklen is a prerequisite module.
11010
11011 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
11012
11013         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
11014         Problem reported by Eric Blake.
11015         (getaddrinfo): Initialize se so that it's not garbage.
11016         Redo internal storage allocation so that it doesn't make unportable
11017         assumptions about alignment.
11018         Fix a memory leak.
11019
11020         * lib/utimens.c (futimens): Use futimesat if available.
11021         Prefer it to futimes since it doesn't have the futimes bug.
11022
11023         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
11024         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
11025         Instead, declare a function that returns a pointer to an array,
11026         and use verify_type__ to declare the size of the array.
11027         Problem and germ of a solution reported by Bruno Haible.
11028         (verify_type__): Use 2, not 1, for bitfield size, to avoid
11029         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
11030
11031 2005-09-23  Jim Meyering  <jim@meyering.net>
11032
11033         Sync from coreutils.
11034         Correct build failure (socklen_t not defined) on at least
11035         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
11036         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
11037
11038 2005-09-23  Jim Meyering  <jim@meyering.net>
11039
11040         * modules/getaddrinfo (Depends-on): Add socklen.
11041
11042 2005-09-23  Bruno Haible  <bruno@clisp.org>
11043
11044         * tests/test-verify.c: New file.
11045
11046 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11047
11048         Sync from coreutils.
11049
11050         * modules/argmatch (Depends-on): Add verify.
11051         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
11052         unistd-safer.
11053         * modules/save-cwd (Depends-on): Likewise.
11054
11055         * modules/openat (Files): Add lib/openat-die.c.
11056         (Depends-on): Remove error, exitfail.
11057         Add dirname.
11058
11059         * modules/verify: New file.
11060         * MODULES.html.sh (Diagnostics <assert.h>): New section,
11061         with "verify" module.
11062
11063 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11064
11065         Sync from coreutils.
11066
11067         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
11068         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
11069         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
11070         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
11071         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
11072         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
11073         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
11074         Don't bother checking for string.h, stdlib.h, unistd.h.
11075         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
11076         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
11077         module's job.
11078         * m4/jm-macros.m4 (gl_MACROS): Likewise.
11079         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
11080
11081         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
11082         (gl_GETDATE): Use it.
11083
11084         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
11085
11086 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11087
11088         Sync from coreutils.
11089
11090         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
11091         stat-time.h.
11092         * lib/argmatch.h: Include verify.h
11093         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
11094         (ARGMATCH_ASSERT): Remove; unused.
11095         * lib/canonicalize.c: Assume STDC_HEADERS.
11096         * lib/exclude.c: Include "strcase.h".
11097         * lib/regex_internal.h [!defined _LIBC]: Likewise.
11098         * lib/getusershell.c: Include stdio--.h rather than stdio.h
11099         and stdio-safer.h.
11100         (getusershell): Call fopen, not fopen_safer.
11101         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
11102         Do not include unistd-safer.h.
11103         (save_cwd): Don't call fd_safer; no longer needed
11104         now that we include fcntl--.h.
11105
11106         * lib/getdate.y (relative_time): New type.
11107         (RELATIVE_TIME_0): New constant.
11108         (parser_control): Use relative_time instead of doing it ourselves.
11109         (%union): Add new relative_time rel member.
11110         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
11111         Now typeless.
11112         (relunit, relunit_snumber): Now of type rel.
11113         (zone, rel, relunit, get_date): Adjust to above changes.
11114
11115         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
11116         Do not include unistd-safer.h.
11117         (getloadavg): Don't call fd_safer; no longer needed
11118         now that we include fcntl--.h.
11119
11120         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
11121         (make_dir_parents): Treat ENOSYS like EEXIST.
11122
11123         Improve quality of diagnostics on restore_cwd failure.
11124         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
11125         (make_dir_parents): Last arg is now int * (for errno), not bool *.
11126         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
11127         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
11128         each time through the loop.  Do not diagnose restore_cwd failure;
11129         that is the caller's job (and perhaps the caller does not care).
11130
11131         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
11132         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
11133         If the file already exists but is not a directory, don't bother
11134         to try to make its parents.
11135         Close potential file descriptor leak if we can't chdir("/") (!).
11136         Don't always return true if chdir($PWD) fails; return true only
11137         if the requested action was done successfully (except for the
11138         chdir($PWD)).
11139         Don't log final directory unless we actually made it.
11140         Refactor to avoid duplicate code to fix up permissions.
11141         Don't attempt to fix up parent permissions if chdir($PWD) fails.
11142
11143         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
11144         to make it a bit faster and (I hope) clearer.
11145         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
11146         Fix bug in formats like %2N.
11147
11148         * lib/verify.h: New file.
11149
11150 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11151
11152         Sync from coreutils.
11153         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
11154
11155 2005-09-22  Jim Meyering  <jim@meyering.net>
11156
11157         Sync from coreutils.
11158
11159         * m4/lstat.m4 (gl_FUNC_LSTAT):
11160         Use AC_LIBSOURCES to require lstat.c and lstat.h.
11161         Remove obsolete comment.
11162         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
11163         * m4/xstrtod.m4: Likewise.
11164
11165         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
11166
11167 2005-09-22  Jim Meyering  <jim@meyering.net>
11168
11169         Sync from coreutils.
11170
11171         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
11172
11173         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
11174         the .tm_year member, since otherwise gcc-4.0 would now warn about
11175         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
11176
11177         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
11178         order to avoid an unsuppressible warning from gcc on 64-bit systems.
11179
11180         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
11181         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
11182         when run in a time zone for which daylight savings time is in effect
11183         for the starting date.
11184
11185         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
11186         stop us from restricting permissions of just-created absolute-named
11187         directories.
11188         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
11189         to restore initial working directory.
11190         * lib/mkdir-p.c (make_dir_parents): New parameter:
11191         different_working_dir, to tell caller if/when we change the working
11192         directory and are unable to return to the initial one.
11193         * lib/mkdir-p.h (make_dir_parents): Update prototype.
11194         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
11195         `return false'.  This fixes a bug introduced on 2004-07-30.
11196
11197         * lib/openat.c (fdopendir): Be sure to close the supplied
11198         file descriptor before returning.  This makes our replacement
11199         implementation a little closer to Solaris's, where fdopendir
11200         ties the file descriptor to the returned DIR* pointer.
11201         * lib/openat.c (unlinkat): New function.
11202         * lib/openat.h (unlinkat): Add prototype.
11203         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
11204         (openat_restore_fail): Rename from openat_restore_die.
11205         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
11206
11207         Provide an alternative to exiting immediately upon save_cwd or
11208         restore_cwd failure.  Now, an application can arrange e.g.,
11209         to perform a longjump in that case.
11210         * lib/openat.c: Include dirname.h.
11211         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
11212         (rpl_openat, fdopendir, fstatat): Call openat_save_die
11213         and openat_restore_die rather than calling error directly.
11214         Don't include "error.h" or "exitfail.h"; they're no longer needed.
11215
11216         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
11217         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
11218         define.
11219
11220         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
11221         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
11222                             int utc, int nanoseconds);
11223         Background:
11224         date should not have to allocate a megabyte of virtual memory to
11225         handle a format argument like +%1048575T.  When implemented with
11226         strftime, it must allocate such a buffer, use strftime to fill it
11227         in, print it, then free it.
11228         With fprintftime, it simply prints everything and exits.
11229         With no need for memory allocation, that's one fewer way to fail.
11230         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
11231         optional field width, not before, so we accept %9:z, not %:9z.
11232         (my_strftime): Be sure to use L_('x') for literals.
11233
11234         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
11235         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
11236         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
11237         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
11238         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
11239         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
11240         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
11241         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
11242         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
11243         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
11244         * lib/xgethostname.c, lib/xreadlink.c:
11245         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
11246
11247         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
11248         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
11249         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
11250         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
11251         and don't include <sys/file.h>).
11252
11253 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
11254
11255         Sync from coreutils.
11256
11257         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
11258         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
11259         [!LDAV_DONE]: Avoid unused variable warning.
11260
11261 2005-09-21  Bruno Haible  <bruno@clisp.org>
11262
11263         * lib/unicodeio.h (unicode_to_mb): New declaration.
11264
11265 2005-09-20  Derek Price  <derek@ximbiot.com>
11266
11267         * lib/getaddrinfo.c: Don't include <netdb.h> included from
11268         getaddrinfo.h.
11269
11270 2005-09-20  Bruno Haible  <bruno@clisp.org>
11271
11272         * gnulib-tool: Remove trailing slashes from the values specified for
11273         --source-base, --m4-base, --tests-base, --aux-dir.
11274         Suggested by Simon Josefsson <jas@extundo.com>.
11275
11276 2005-09-20  Bruno Haible  <bruno@clisp.org>
11277
11278         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
11279         func_modules_to_filelist, func_import, func_create_testdir): Make all
11280         sorting results locale-independent, so that gnulib-cache.m4 doesn't
11281         change when gnulib-tool is invoked in a different locale.
11282
11283 2005-09-19  Simon Josefsson  <jas@extundo.com>
11284
11285         * m4/socklen.m4: Fix typo.
11286
11287 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11288
11289         Use a consistent style for including <config.h>.
11290         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
11291         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
11292         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
11293         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
11294         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
11295         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
11296         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
11297         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
11298         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
11299         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
11300         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
11301         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
11302         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
11303         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
11304         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
11305         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
11306         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
11307         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
11308         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
11309         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
11310         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
11311         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
11312         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
11313         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
11314         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
11315         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
11316         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
11317         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
11318         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
11319         lib/xstrtoumax.c, lib/yesno.c:
11320         Standardize inclusion of config.h.
11321         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
11322         lib/inttostr.h:  Removed inclusion of config.h from header files.
11323         * lib/inttostr.c:  Adjusted in-tree users.
11324         * lib/timespec.h: Remove superfluous warning to include config.h.
11325         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
11326         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
11327         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
11328         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
11329         config.h with HAVE_CONFIG_H.
11330
11331 2005-09-19  Jim Meyering  <jim@meyering.net>
11332
11333         * modules/pathmax (License): Change to LGPL.
11334
11335 2005-09-19  Derek Price  <derek@ximbiot.com>
11336
11337         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
11338
11339 2005-09-19  Bruno Haible  <bruno@clisp.org>
11340
11341         * gnulib-tool (import): Provide default for --tests-base.
11342
11343 2005-09-19  Bruno Haible  <bruno@clisp.org>
11344
11345         * doc/quote.texi: New file, extracted from gnulib.texi.
11346         * doc/ctime.texi: New file, extracted from gnulib.texi.
11347         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
11348         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
11349         * doc/gnulib.texi: Include them.
11350
11351 2005-09-18  Bruno Haible  <bruno@clisp.org>
11352
11353         Portability fix.
11354         * gnulib-tool (func_readlink): New function.
11355         (func_ln_if_changed): Use it.
11356
11357 2005-09-18  Bruno Haible  <bruno@clisp.org>
11358
11359         * gnulib-tool: Support --with-tests also with --import.
11360         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
11361         (func_import): Use variables $testsbase and $inctests. Emit a
11362         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
11363         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
11364         SUBDIRS += $testsdir.
11365         (func_create_testdir): Update.
11366
11367 2005-09-18  Bruno Haible  <bruno@clisp.org>
11368
11369         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
11370         instead of $dry_run.
11371         (func_cp_if_changed, func_mv_if_changed): Remove functions.
11372         (func_ln_if_changed): Don't handle dry-run here.
11373         (func_import): In dry-run mode, detect more precisely which actions
11374         would be performed, and don't use "...ing" verbs.
11375
11376 2005-09-18  Bruno Haible  <bruno@clisp.org>
11377
11378         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
11379         (func_import): Use join on two temporary files instead of three nested
11380         loops, in order to determine which files are new or old.
11381
11382 2005-09-18  Bruno Haible  <bruno@clisp.org>
11383
11384         * gnulib-tool (func_import): Comment out code that spits out the
11385         new files with --dry-run.
11386
11387 2005-09-18  Bruno Haible  <bruno@clisp.org>
11388
11389         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
11390
11391 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11392
11393         * lib/stat-time.h: New file.
11394         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
11395         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
11396         in a different way.
11397         (timespec_cmp): New function.
11398         * lib/utimecmp.c: Include stat-time.h.
11399         (SYSCALL_RESOLUTION): Depend on whether various struct stat
11400         members exist, not on the obsolescent ST_MTIM_NSEC.
11401         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
11402
11403 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11404
11405         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
11406
11407 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11408
11409         * MODULES.html.sh (File system functions): Add stat-time.
11410         * modules/stat-time: New file.
11411         * modules/timespec (Files): Remove m4/st_mtim.m4; this
11412         is now done in a different way, by the stat-time module.
11413         * modules/utimecmp (Depends-on): Add stat-time.
11414
11415 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11416
11417         * m4/st_mtim.m4: Remove.  Superseded by...
11418         * m4/stat-time.m4: New file.
11419         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
11420         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
11421
11422 2005-09-15  Derek Price  <derek@ximbiot.com>
11423
11424         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
11425
11426 2005-09-15  Derek Price  <derek@ximbiot.com>
11427
11428         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
11429         * lib/regex_internal.c: Ditto, using this...
11430         (__GNUC_PREREQ): ...new macro.
11431         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
11432         using...
11433         (__GNUC_PREREQ): ...this new macro.
11434
11435         * lib/strstr.h: Include string.h. Define strstr as a macro here.
11436
11437 2005-09-15  Derek Price  <derek@ximbiot.com>
11438             Paul Eggert  <eggert@cs.ucla.edu>
11439
11440         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
11441         changes, consolidating in...
11442         * lib/regex_internal.h: ...this file.
11443
11444 2005-09-13  Jim Meyering  <jim@meyering.net>
11445
11446         * lib/canon-host.c: Filter through gnu indent and reword comments
11447         slightly.
11448         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
11449
11450 2005-09-13  Derek Price  <derek@ximbiot.com>
11451
11452         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
11453         failure.
11454         Reported by Jim Meyering  <jim@meyering.net>.
11455
11456 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11457
11458         * lib/base64.c: Typo.
11459         (base64_encode): Put b64str in initialized data section.
11460
11461 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
11462
11463         Merge glibc and coreutils changes into gnulib, plus a few
11464         extra fixes.
11465         * lib/md5.c: Use #error rather than a string.
11466         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
11467         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
11468         (__attribute__): Define to empty for non recent-GCC.
11469         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
11470         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
11471         Renamed from their non-__ counterparts, with new macros replacing
11472         them if not _LIBC.  Add __THROW attribute.
11473         (rol): Remove.
11474         (struct md5_ctx): Align buffer if using GCC.
11475         * lib/sha1.h (struct sha1_ctx): Likewise.
11476         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
11477         The old name was backwards.
11478         (NOTSWAP): Remove; not used.
11479         (rol): New macro, moved here from md5.h.
11480         (sha1_process_block): Remove a FIXME that doesn't make sense.
11481
11482 2005-09-12  Derek Price  <derek@ximbiot.com>
11483
11484         Return usable errors from canon-host.
11485         * lib/canon-host.h: New file.
11486         * lib/canon-host.c (canon_host): Wrap...
11487         (canon_host_r): ...this new function, which now relies exclusively on
11488         getaddrinfo.
11489         (ch_strerror): New function.
11490         (last_cherror): New global.
11491         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
11492         interface.
11493         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
11494         void *.
11495         (freeaddrinfo): Free ai->ai_canonname when set.
11496
11497 2005-09-12  Derek Price  <derek@ximbiot.com>
11498
11499         Make canon-host require getaddrinfo.
11500         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
11501         AC_LIBSOURCE canon-host.h.  Call...
11502         (gl_PREREQ_CANON_HOST): ...this new function, which requires
11503         gl_GETADDRINFO.
11504         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
11505
11506 2005-09-12  Derek Price  <derek@ximbiot.com>
11507
11508         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
11509         LGPL.
11510         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
11511
11512 2005-09-12  Derek Price  <derek@ximbiot.com>
11513
11514         * lib/gai_strerror.c: Include config.h when available.  Include
11515         getaddrinfo.h before other headers to test interface.
11516         Reported by Larry Jones <lawrence.jones@ugs.com>.
11517
11518 2005-09-12  Derek Price  <derek@ximbiot.com>
11519             Paul Eggert  <eggert@cs.ucla.edu>
11520
11521         * modules/glob (Files): Add glob-libc.h.
11522
11523 2005-09-12  Derek Price  <derek@ximbiot.com>
11524             Paul Eggert  <eggert@cs.ucla.edu>
11525
11526         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
11527         glob_.h, glob-libc.h.
11528         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
11529
11530 2005-09-12  Derek Price  <derek@ximbiot.com>
11531             Paul Eggert  <eggert@cs.ucla.edu>
11532
11533         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
11534         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
11535         protecting things that should be done only in gnulib contexts.
11536         * lib/glob_.h: New file, containing only the glob things needed for
11537         gnulib.
11538         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
11539         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
11540         (glob, globfree, glob_pattern_p): Now defined simply in terms of
11541         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
11542         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
11543         and to respect the namespace rules better.
11544
11545 2005-09-08  Simon Josefsson  <jas@extundo.com>
11546
11547         * modules/socklen: New file.
11548
11549 2005-09-08  Simon Josefsson  <jas@extundo.com>
11550
11551         * m4/socklen.m4: New file.
11552
11553 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11554
11555         * modules/utimens (Files): Add m4/utimbuf.m4, since
11556         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
11557         Reported by Sergey Poznyakoff.
11558
11559 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11560
11561         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
11562         definitions, since that's the preferred style in glibc.
11563         Fix a minor spacing issue, and update copyright notice to match
11564         glibc's.
11565
11566 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11567
11568         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
11569
11570 2005-09-06  Simon Josefsson  <jas@extundo.com>
11571
11572         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
11573         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
11574
11575 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11576
11577         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
11578         warning.
11579
11580 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11581
11582         * config/srclist.txt: Add glibc bug 1302.
11583
11584 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
11585
11586         Change bitset word type from unsigned int to unsigned long int,
11587         as this has better performance on typical 64-bit hosts.
11588         Port bitset code to hosts with unusual word sizes.
11589         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
11590         (build_collating_symbol):
11591         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
11592         argument is a bitset.  This is merely a style issue, but it makes
11593         it clearer that an entire array is expected.
11594         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
11595         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
11596         Port to the case where bitset_word is not the same as unsigned int.
11597         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11598         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
11599         Likewise.
11600         * lib/regexec.c (check_dst_limits_calc_pos_1,
11601         check_subexp_matching_top):
11602         (build_trtable, group_nodes_into_DFAstates):
11603         Likewise.
11604         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
11605         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
11606         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
11607         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
11608         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
11609         * lib/regcomp.c (optimize_subexps, lower_subexp):
11610         Work even if bitset_word has holes in its bitwise representation.
11611         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
11612         * lib/regexec.c (check_dst_limits_calc_pos_1,
11613         check_subexp_matching_top):
11614         Likewise.
11615         * lib/regex_internal.c (re_string_reconstruct):
11616         Don't assume UCHAR_MAX == 255.
11617         * lib/regex_internal.h (bitset_set_all): Likewise.
11618         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
11619         All uses changed.
11620         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
11621         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
11622         All uses changed.
11623         (BITSET_WORD_MAX): New macro.
11624         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
11625         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
11626         (bitset_empty, bitset_copy):
11627         Prefer sizeof (bitset) to multiplying it out ourselves.
11628         (bitset_not_merge): Remove; unused.
11629         (bitset_contain): Return bool, not unsigned int with one bit on.
11630         All callers changed.
11631         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
11632         alignment than re_node_set; do this by defining a new internal
11633         type struct dests_alloc and using it to allocate memory.
11634
11635 2005-09-05  Bruno Haible  <bruno@clisp.org>
11636
11637         * gnulib-tool (func_import): Fix comparison in handling of symbolic
11638         links.
11639
11640 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
11641
11642         * modules/size_max (Makefile.am): Add size_max.h
11643
11644 2005-09-04  Derek Price  <derek@ximbiot.com>
11645
11646         * gnulib-tool (func_import): Fix reversed $symbolic logic.
11647
11648 2005-09-03  Simon Josefsson  <jas@extundo.com>
11649
11650         * gnulib-tool: Fix typo.
11651
11652 2005-09-03  Simon Josefsson  <jas@extundo.com>
11653
11654         * config/srclist.txt: Add glibc bug 1293.
11655
11656 2005-09-03  Derek Price  <derek@ximbiot.com>
11657
11658         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
11659         From Larry Jones <lawrence.jones@ugs.com>.
11660
11661 2005-09-02  Simon Josefsson  <jas@extundo.com>
11662
11663         * modules/socklen: New file.
11664
11665 2005-09-02  Simon Josefsson  <jas@extundo.com>
11666
11667         * modules/havelib: New module.
11668
11669         * modules/gettext, modules/iconv, modules/lock, modules/readline:
11670         Use havelib.
11671
11672 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11673
11674         Check for arithmetic overflow when calculating sizes, to prevent
11675         some buffer-overflow issues.  These patches are conservative, in the
11676         sense that when I couldn't determine whether an overflow was possible,
11677         I inserted a run-time check.
11678         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
11679         macros.
11680         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
11681         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
11682         (re_xnrealloc, re_x2nrealloc): New inline functions.
11683         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
11684         parse_bracket_exp):
11685         (build_equiv_class, build_charclass): Check for arithmetic overflow
11686         in size expression calculations.
11687         * lib/regex_internal.c (re_string_realloc_buffers):
11688         (build_wcs_upper_buffer, re_node_set_add_intersect):
11689         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
11690         (re_dfa_add_node, register_state): Likewise.
11691         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
11692         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
11693         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
11694         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
11695
11696 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11697
11698         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
11699         m4/ulonglong.m4.  Problem reported by Martin Lambers.
11700
11701 2005-09-02  Bruno Haible  <bruno@clisp.org>
11702
11703         Support for lib vs. lib64 distinction on biarch platforms.
11704         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
11705         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
11706         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
11707
11708 2005-09-02  Bruno Haible  <bruno@clisp.org>
11709
11710         * gnulib-tool (import): In the other first-use case, provide defaults
11711         as well.
11712
11713 2005-09-02  Bruno Haible  <bruno@clisp.org>
11714
11715         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
11716         patches not yet found in the latest gettext release.
11717
11718 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11719
11720         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
11721         to avoid a collision with bits/local_lim.h in glibc.
11722         All uses changed.  Problem reported by Dmitry V. Levin in
11723         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
11724
11725         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
11726         bugs in int versus size_t comparisons.
11727         (re_string_context_at): Fix bug where the code assumed that
11728         Idx is signed.
11729
11730         Use bool where appropriate.
11731         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
11732         All callers changed.
11733         (calc_eclosure_iter): Likewise, for ROOT arg.
11734         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
11735         (build_charclass_op): Likewise, for NON_MATCH arg.
11736         * lib/regex_internal.c (re_string_allocate, re_string_construct):
11737         (re_string_construct_common): Likewise, for ICASE arg.
11738         * lib/regexec.c (re_search_2_stub, re_search_stub):
11739         Likewise, for RET_LEN arg.
11740         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
11741         (set_regs): Likewise, for FL_BACKTRACK arg.
11742         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
11743         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
11744         (calc_eclosure_iter, parse_bracket_exp):
11745         Use bool for internal variables that are booleans.
11746         * lib/regexec.c (re_search_internal, check_matching,
11747         proceed_next_node):
11748         (set_regs, build_sifted_states, sift_states_bkref):
11749         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
11750         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
11751         (find_collation_sequence_value):
11752         Likewise.
11753         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
11754         (re_node_set_compare):
11755         Return bool, not int. All callers changed.
11756         * lib/regexec.c (check_halt_node_context, check_dst_limits):
11757         (build_trtable, check_node_accept): Likewise.
11758         * lib/regex_internal.h: Include stdbool.h.
11759
11760         Fix bugs uncovered when converting to bool.
11761         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
11762         failure instead of charging ahead blindly.
11763         * lib/regex_internal.c (register_state): Likewise.
11764         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
11765         for freeing internal storage.
11766         (group_nodes_into_DFA_states): Use unsigned int, not int, for
11767         bitset pieces used as boolean, to avoid undefined behavior
11768         on hosts that do int overflow checking.
11769
11770 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11771
11772         * config/srclist.txt: Add glibc bugs 1285-1287.
11773
11774 2005-09-01  Jim Meyering  <jim@meyering.net>
11775
11776         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
11777         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
11778         Require gl_STAT_MACROS, too.
11779
11780 2005-09-01  Bruno Haible  <bruno@clisp.org>
11781
11782         * gnulib-tool (import): In the first-use case, provide defaults.
11783
11784 2005-09-01  Bruno Haible  <bruno@clisp.org>
11785
11786         * gnulib-tool (func_import): Remove the .tmp files.
11787
11788 2005-09-01  Bruno Haible  <bruno@clisp.org>
11789
11790         * gnulib-tool (func_import): Fix handling of symbolic links.
11791
11792 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11793
11794         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
11795         old glibc regex code mishandles strings longer than 2**31 bytes.
11796         This patch fixes this when the regex code is used in gnulib
11797         (i.e., outside glibc).
11798
11799         This patch should not affect the use of the regex code inside
11800         glibc.  No doubt this problem also needs to be handled for glibc
11801         as well, but the result will be an incompatible change to the
11802         glibc ABI, and the old ABI will have to be supported too.  That
11803         can be the the subject for another patch.
11804
11805         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
11806         governing whether the rest of this patch is active.  By default,
11807         the macro is disabled and the patch has no effect.
11808         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
11809         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
11810         (struct re_pattern_buffer, re_search, re_search_2, re_match):
11811         (re_match_2, re_set_registers): Use the new types.
11812         * lib/regex_internal.h (Idx, re_hashval_t): New types.
11813         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
11814         New macros.
11815         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
11816         (re_string_context_at, bin_tree_t, re_dfastate_t):
11817         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
11818         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
11819         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
11820         (re_string_char_size_at, re_string_wchar_at):
11821         (re_string_elem_size_at):
11822         Use the new types and macros to port to 64-bit hosts.
11823         Use unsigned types for internal values, so that the code
11824         mostly works even for arrays larger than SSIZE_MAX.
11825         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
11826         (search_duplicated_node, calc_eclosure_iter, fetch_number):
11827         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
11828         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
11829         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
11830         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
11831         (calc_inveclosure, parse_dup_op, build_range_exp):
11832         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
11833         (fetch_number, create_token_tree, mark_opt_subexp):
11834         Likewise.
11835         * lib/regex_internal.c (re_string_construct_common,
11836         create_ci_newstate):
11837         (create_cd_newstate, re_string_allocate, re_string_construct):
11838         (re_string_realloc_buffers, build_wcs_upper_buffer):
11839         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
11840         (re_string_reconstruct, re_string_peek_byte_case):
11841         (re_string_fetch_byte_case, re_string_context_at):
11842         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
11843         (re_node_set_init_copy, re_node_set_add_intersect):
11844         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11845         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11846         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
11847         (re_acquire_state, re_acquire_state_context, register_state):
11848         Likewise.
11849         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
11850         search_cur_bkref_entry):
11851         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
11852         (re_search_internal, re_search_2_stub, re_search_stub)
11853         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
11854         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
11855         (update_cur_sifted_state, check_dst_limits):
11856         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11857         (check_subexp_limits, sift_states_bkref, merge_state_array):
11858         (check_subexp_matching_top, get_subexp, get_subexp_sub):
11859         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
11860         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
11861         (expand_bkref_cache, check_node_accept_bytes):
11862         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
11863         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
11864         (acquire_init_state_context, check_halt_node_context):
11865         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
11866         (sift_states_backward, clean_state_log_if_needed):
11867         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
11868         (find_recover_state, transit_state_sb, transit_state_mb):
11869         (transit_state_bkref, build_trtable, match_ctx_clean):
11870         Likewise.
11871         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
11872         to work around an assumption that REG_MISSING is negative.
11873
11874         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
11875         (seek_collating_symbol_entry) [defined _LIBC]:
11876         (lookup_collation_sequence_value) [defined _LIBC]:
11877         (build_range_exp, build_collating_symbol) [defined _LIBC]:
11878         Use prototypes rather than old-style function definitions.
11879         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
11880         (transit_state_sb) [0]:
11881         (find_collation_sequence_value) [defined _LIBC]: Likewise.
11882
11883         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
11884         rm_eo.
11885
11886         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
11887         (optimize_subexps, lower_subexp):
11888         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
11889         since the signed shift might overflow.  Use 1u<<31 instead.
11890         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11891         Likewise.
11892         * lib/regexec.c (check_dst_limits_calc_pos_1,
11893         check_subexp_matching_top): Likewise.
11894
11895         * lib/regcomp.c (optimize_subexps, lower_subexp):
11896         Use CHAR_BIT rather than 8, for clarity.
11897         * lib/regexec.c (check_dst_limits_calc_pos_1):
11898         (check_subexp_matching_top): Likewise.
11899         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
11900         have to worry about portability issues when shifting it left.
11901         Remove no-longer-needed test for table_size > 0.
11902         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
11903         in a word, as the resulting behavior is undefined.
11904         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
11905         in one case, a <= should have been an <, and in another case the
11906         whole test was missing.
11907         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
11908         the standard name CHAR_BIT.
11909         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
11910         this is not true on one's complement and signed-magnitude hosts.
11911
11912         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
11913         next_last_offset.
11914         (struct re_dfa_t): Remove unused member states_alloc.
11915         * lib/regcomp.c (init_dfa): Don't initialize unused members.
11916
11917 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11918
11919         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
11920         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
11921         and large-file glibc and in 32-bit large-file Solaris.
11922
11923 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11924
11925         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
11926         lengths fit in regoff_t; this isn't true if regoff_t is the same
11927         width as size_t.
11928         * lib/regex.c (re_search_internal): 5th arg is LAST_START
11929         (= START + RANGE) instead of RANGE.  This avoids overflow
11930         problems when regoff_t is the same width as size_t.
11931         All callers changed.
11932         (re_search_2_stub): Check for overflow when adding the
11933         sizes of the two strings.
11934         (re_search_stub): Check for overflow when adding START
11935         to RANGE; if it occurs, substitute the extreme value.
11936
11937 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11938
11939         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
11940
11941 2005-08-31  Jim Meyering  <jim@meyering.net>
11942
11943         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
11944         a pointer-to-const.
11945         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
11946         (register_state): Likewise.
11947         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
11948         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11949         (group_nodes_into_DFAstates): Likewise.
11950
11951 2005-08-31  Jim Meyering  <jim@meyering.net>
11952
11953         * check-module: Add a FIXME comment.
11954
11955 2005-08-31  Eric Blake  <ebb9@byu.net>
11956
11957         * modules/unistd-safer (Files): Add unistd--.h.
11958         * modules/stdio-safer (Files): Add stdio--.h.
11959
11960 2005-08-31  Derek Price  <derek@ximbiot.com>
11961
11962         * lib/getdelim.c (getdelim): Return EOF on EOF.
11963         Reported by Larry Jones <lawrence.jones@ugs.com>.
11964
11965 2005-08-31  Bruno Haible  <bruno@clisp.org>
11966
11967         Avoid unnecessary diffs in the generated lib/Makefile.am.
11968         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
11969         the generated files.
11970         (func_import): Don't set cmd.
11971
11972 2005-08-31  Bruno Haible  <bruno@clisp.org>
11973
11974         * lib/strstr.c: Include <stddef.h>, for NULL.
11975         * lib/strcasestr.c: Likewise.
11976         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11977
11978 2005-08-31  Bruno Haible  <bruno@clisp.org>
11979
11980         * gnulib-tool: New option --macro-prefix.
11981         (func_import): Use macro_prefix.
11982         (import): Handle option --macro-prefix.
11983
11984 2005-08-31  Bruno Haible  <bruno@clisp.org>
11985
11986         * gnulib-tool (import): Rename most ac_* variables to cached_*.
11987         Also use new variables cached_lgpl, cached_libtool.
11988
11989 2005-08-31  Bruno Haible  <bruno@clisp.org>
11990
11991         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
11992         always instantiating them.
11993
11994 2005-08-31  Bruno Haible  <bruno@clisp.org>
11995
11996         * gnulib-tool (func_import): Read the previous cached settings
11997         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
11998         earlier added by gnulib but are now dropped. Warn when a gnulib file
11999         overwrites a non-gnulib file.
12000
12001 2005-08-31  Bruno Haible  <bruno@clisp.org>
12002
12003         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
12004         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
12005         projects that don't keep autogenerated files in CVS. Put into
12006         actioncmd only the specified modules, not the transitive closure.
12007
12008 2005-08-31  Bruno Haible  <bruno@clisp.org>
12009
12010         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
12011         Create directories that shall be filled.
12012         (import): Don't look for gl_* macros in configure.ac. Recurse across
12013         all directories containing a gnulib-cache.m4 files, if meaningful.
12014
12015 2005-08-31  Bruno Haible  <bruno@clisp.org>
12016
12017         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
12018         (import): Set seen_libtool when we see gl_LIBTOOL.
12019
12020 2005-08-31  Bruno Haible  <bruno@clisp.org>
12021
12022         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
12023         declaration macro definitions from generated gnulib.m4.
12024
12025 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
12026
12027         * lib/iconvme.h: Add prototype for iconv_alloc.
12028
12029 2005-08-29  Simon Josefsson  <jas@extundo.com>
12030
12031         * lib/iconvme.c: Fix errno.
12032
12033 2005-08-29  Bruno Haible  <bruno@clisp.org>
12034
12035         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
12036         that it works when the directory contains spaces.
12037
12038 2005-08-29  Bruno Haible  <bruno@clisp.org>
12039
12040         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
12041
12042 2005-08-29  Bruno Haible  <bruno@clisp.org>
12043
12044         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
12045         Emit more advice.
12046
12047 2005-08-29  Bruno Haible  <bruno@clisp.org>
12048         and Stepan Kasal  <kasal@ucw.cz>
12049
12050         * check-module: If more parameters are given, check each of them
12051         separately; add more exceptions, as noted by Jim Meyering.
12052         (check_module): New procedure.
12053         (%exempt_header): Now contains all exceptions.
12054
12055 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
12056
12057         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
12058
12059 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
12060
12061         * lib/iconvme.c: Split iconv_string into iconv_alloc.
12062
12063 2005-08-28  Bruno Haible  <bruno@clisp.org>
12064
12065         * m4/gnulib-tool.m4: New file.
12066
12067 2005-08-27  Jim Meyering  <jim@meyering.net>
12068
12069         * modules/unistd-safer (Files): Add pipe-safer.c.
12070         * modules/fcntl-safer (Files): Add creat-safer.c.
12071
12072 2005-08-27  Jim Meyering  <jim@meyering.net>
12073
12074         * m4/stdlib-safer.m4: New file.  From coreutils.
12075         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
12076         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
12077         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
12078         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
12079         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
12080
12081 2005-08-27  Jim Meyering  <jim@meyering.net>
12082
12083         * lib/fopen-safer.c: Merge minor changes from coreutils.
12084         * lib/dup-safer.c: Likewise.
12085         * lib/fd-safer.c: Likewise.
12086
12087         Merge from coreutils.
12088         * lib/stdio--.h: New file.
12089         * lib/stdlib--.h: New file.
12090         * lib/mkstemp-safer.c: New file.
12091
12092         GNU tar needs these.
12093         * lib/pipe-safer.c: New file.
12094         * lib/creat-safer.c: New file.
12095         * lib/fcntl--.h (creat): Define to creat_safer.
12096         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
12097         * lib/unistd--.h (pipe): Define to pipe_safer.
12098         * lib/unistd-safer.h: Declare pipe_safer.
12099
12100 2005-08-26  Simon Josefsson  <jas@extundo.com>
12101
12102         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
12103         Haible <bruno@clisp.org>.
12104
12105 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
12106
12107         * lib/regex_internal.h: Remove all references to
12108         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
12109         or better.
12110         (bitset_not, bitset_merge, bitset_not_merge):
12111         (bitset_mask, re_string_allocate, re_string_construct):
12112         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
12113         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
12114         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
12115         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
12116         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12117         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12118         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
12119         (re_acquire_state_context):
12120         Remove unnecessary forward decls.
12121         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
12122         Put __attribute at function definition,
12123         now that the function decl has been removed.
12124         * lib/regex_internal.c (re_string_peek_byte_case):
12125         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
12126         Likewise.
12127
12128 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
12129
12130         * m4/regex.m4: Add AC_PREREQ(2.50).
12131         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
12132
12133 2005-08-25  Simon Josefsson  <jas@extundo.com>
12134
12135         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
12136         __fsetlocking.
12137
12138 2005-08-25  Simon Josefsson  <jas@extundo.com>
12139
12140         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
12141         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
12142         GLIBC specific code.
12143
12144 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12145
12146         Make regex safe for g++.  This fixes one real bug (an "err"
12147         that should have been "*err").  g++ problem reported by
12148         Sam Steingold.
12149         * lib/regex_internal.h (re_calloc): New macro, consistent with
12150         re_malloc etc.  All callers of calloc changed to use re_calloc.
12151         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
12152         not int.  All callers changed.
12153         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
12154         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
12155         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
12156         (find_recover_state): Change "err" to "*err"; this fixes what
12157         appears to be a real bug.
12158         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
12159         versus int.
12160
12161 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12162
12163         * modules/regex (Depends-on): Add malloc, since the code
12164         assumes that !malloc(0) means failure.
12165
12166 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12167
12168         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
12169
12170         alloca modernization/simplification for regex.
12171         * lib/regex.c: Remove portability cruft for alloca.  This no longer
12172         needs to be at the start of the file, and can be moved into
12173         regex_internal.h and simplified.
12174         * lib/regex_internal.h: Include <alloca.h>.
12175         (__libc_use_alloca) [!defined _LIBC]: New macro.
12176         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
12177         now works outside glibc.
12178
12179 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12180
12181         * config/srclist.txt: Add glibc bugs 1241, 1245.
12182
12183 2005-08-25  Jim Meyering  <jim@meyering.net>
12184
12185         * lib/open-safer.c: Include <config.h>.
12186         Otherwise, we'd lose LARGEFILE support in any file using
12187         e.g. "fcntl--.h"
12188
12189 2005-08-25  Bruno Haible  <bruno@clisp.org>
12190
12191         * m4/minmax.m4: Require autoconf 2.52.
12192         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
12193         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
12194         alternatives of translit over the alphabet.
12195         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
12196
12197 2005-08-24  Simon Josefsson  <jas@extundo.com>
12198
12199         * tests/test-getpass.c: New file.
12200
12201 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12202
12203         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
12204         for GNU regex features.
12205
12206 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12207
12208         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
12209         * lib/regex.h (regerror): Likewise.
12210
12211         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
12212         requires this.  (The code never needed it.)
12213
12214         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
12215         All uses of recently-renamed identifiers changed to use the new,
12216         POSIX-compliant names.  The code will build and run just fine
12217         without these changes, but it's better to eat our own dog food
12218         and use the standard-conforming names.
12219
12220         * lib/regex.h: Fix a multitude of POSIX name space violations.
12221         These changes have an effect only for programs that define
12222         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
12223         do not change anything for programs compiled in the normal way.
12224         Also, there is no effect on the ABI.
12225
12226         (_REGEX_SOURCE): New macro.
12227         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
12228         defined and _GNU_SOURCE is not; this fixes a name space violation.
12229
12230         Rename the following macros to obey POSIX requirements.
12231         The old names are still visible as macros if _REGEX_SOURCE is defined.
12232         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
12233         RE_BACKSLASH_ESCAPE_IN_LISTS.
12234         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
12235         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
12236         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
12237         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
12238         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
12239         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
12240         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
12241         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
12242         (REG_INTERVALS): renamed from RE_INTERVALS.
12243         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
12244         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
12245         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
12246         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
12247         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
12248         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
12249         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
12250         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
12251         RE_UNMATCHED_RIGHT_PAREN_ORD.
12252         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
12253         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
12254         (REG_DEBUG): renamed from RE_DEBUG.
12255         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
12256         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
12257         unusual, since we can't clash with the POSIX REG_ICASE.
12258         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
12259         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
12260         (REG_NO_SUB): renamed from RE_NO_SUB.
12261         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
12262         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
12263         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
12264         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
12265         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
12266         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
12267         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
12268         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
12269         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
12270         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
12271         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
12272         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
12273         RE_SYNTAX_POSIX_MINIMAL_BASIC.
12274         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
12275         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
12276         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
12277         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
12278         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
12279         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
12280         (REG_FIXED): Renamed from REGS_FIXED.
12281         (REG_NREGS): Renamed from RE_NREGS.
12282
12283         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
12284         of other REG_* macros, since POSIX says the user is allowed to
12285         #undef these macros selectively.
12286
12287         (reg_errcode_t): Update comment stating what other tables need
12288         to be consistent.
12289
12290         Rename the following enum values to obey POSIX requirements.
12291         The old names are still visible as macros.
12292         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
12293         is not defined, since GNU is supposed to be a superset of POSIX as
12294         much as possible, and since we want reg_errcode_t to be a signed
12295         type for implementation consistency.
12296         (_REG_NOERROR): Renamed from REG_NOERROR.
12297         (_REG_NOMATCH): Renamed from REG_NOMATCH.
12298         (_REG_BADPAT): Renamed from REG_BADPAT.
12299         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
12300         (_REG_ECTYPE): Renamed from REG_ECTYPE.
12301         (_REG_EESCAPE): Renamed from REG_EESCAPE.
12302         (_REG_ESUBREG): Renamed from REG_ESUBREG.
12303         (_REG_EBRACK): Renamed from REG_EBRACK.
12304         (_REG_EPAREN): Renamed from REG_EPAREN.
12305         (_REG_EBRACE): Renamed from REG_EBRACE.
12306         (_REG_BADBR): Renamed from REG_BADBR.
12307         (_REG_ERANGE): Renamed from REG_ERANGE.
12308         (_REG_ESPACE): Renamed from REG_ESPACE.
12309         (_REG_BADRPT): Renamed from REG_BADRPT.
12310         (_REG_EEND): Renamed from REG_EEND.
12311         (_REG_ESIZE): Renamed from REG_ESIZE.
12312         (_REG_ERPAREN): Renamed from REG_ERPAREN.
12313         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
12314         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
12315         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
12316         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
12317
12318         (_REG_RE_NAME, _REG_RM_NAME): New macros.
12319         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
12320         changed.  But support the old name if the new one is not defined
12321         and if _REGEX_SOURCE.
12322
12323         Change the following member names in struct re_pattern_buffer.
12324         The old names are still supported if !_REGEX_SOURCE.
12325         The new names are always supported, regardless of _REGEX_SOURCE.
12326         (re_buffer): Renamed from buffer.
12327         (re_allocated): Renamed from allocated.
12328         (re_used): Renamed from used.
12329         (re_syntax): Renamed from syntax.
12330         (re_fastmap): Renamed from fastmap.
12331         (re_translate): Renamed from translate.
12332         (re_can_be_null): Renamed from can_be_null.
12333         (re_regs_allocated): Renamed from regs_allocated.
12334         (re_fastmap_accurate): Renamed from fastmap_accurate.
12335         (re_no_sub): Renamed from no_sub.
12336         (re_not_bol): Renamed from not_bol.
12337         (re_not_eol): Renamed from not_eol.
12338         (re_newline_anchor): Renamed from newline_anchor.
12339
12340         Change the following member names in struct re_registers.
12341         The old names are still supported if !_REGEX_SOURCE.
12342         The new names are always supported, regardless of _REGEX_SOURCE.
12343         (rm_num_regs): Renamed from num_regs.
12344         (rm_start): Renamed from start.
12345         (rm_end): Renamed from end.
12346
12347         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
12348         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
12349         Prepend __ to parameter names.
12350
12351         Undo yesterday's changes.
12352
12353 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12354
12355         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
12356         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
12357         lib/regex.c.
12358
12359 2005-08-24  Jim Meyering  <jim@meyering.net>
12360
12361         Sync from coreutils.
12362         * m4/fcntl-safer.m4: New file.
12363
12364         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
12365         and object files for this module.
12366
12367 2005-08-24  Jim Meyering  <jim@meyering.net>
12368
12369         Sync from coreutils.
12370         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
12371
12372 2005-08-24  Jim Meyering  <jim@meyering.net>
12373
12374         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
12375         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
12376
12377 2005-08-24  Jim Meyering  <jim@meyering.net>
12378
12379         * modules/fcntl-safer: New module.
12380         * modules/fts (Depends-on): Add fcntl-safer.
12381         * MODULES.html.sh (File descriptor based Input/Output):
12382         Add fcntl-safer.
12383
12384 2005-08-24  Bruno Haible  <bruno@clisp.org>
12385
12386         Support for unit test modules.
12387         * modules/README: Mention tests modules.
12388         * modules/TEMPLATE-TESTS: New file.
12389         * gnulib-tool: New options --extract-tests-module, --with-tests and
12390         --tests-base (unused for the moment).
12391         (testsbase, inctests): New variables.
12392         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
12393         (func_verify_module): Exclude TEMPLATE-TESTS.
12394         (func_verify_nontests_module, func_verify_tests_module): New functions.
12395         (func_get_dependencies): Add implicit dependency for tests modules.
12396         (func_get_tests_module): New function.
12397         (func_modules_transitive_closure): When --with-tests was specified,
12398         include the unit tests as well, unless explicitly avoided.
12399         (func_emit_lib_Makefile_am): Ignore the tests modules here.
12400         (func_emit_tests_Makefile_am): New function.
12401         (func_create_testdir): When --with-tests was specified, emit a
12402         tests/ directory.
12403         * MODULES.html.sh (Future developments): Update.
12404
12405 2005-08-24  Bruno Haible  <bruno@clisp.org>
12406
12407         * modules/tls-tests: New file.
12408         * tests/test-tls.c: New file, from GNU gettext.
12409
12410 2005-08-24  Bruno Haible  <bruno@clisp.org>
12411
12412         * modules/lock-tests: New file.
12413         * tests/test-lock.c: New file, from GNU gettext.
12414
12415 2005-08-24  Bruno Haible  <bruno@clisp.org>
12416
12417         * lib/lock.h: Add multiple inclusion guard.
12418         * lib/tls.h: Add multiple inclusion guard.
12419
12420 2005-08-24  Bruno Haible  <bruno@clisp.org>
12421
12422         * gnulib-tool: Add support for the --aux-dir option to
12423         --create-testdir, --create-megatestdir, --test, --megatest.
12424         (func_create_testdir, func_create_megatestdir): Optionally emit a
12425         AC_CONFIG_AUX_DIR directive.
12426         (create-testdir, create-megatestdir, test, megatest): Provide a
12427         default value for $auxdir.
12428
12429 2005-08-24  Bruno Haible  <bruno@clisp.org>
12430
12431         * gnulib-tool (import): Use compound statement instead of subshell
12432         where possible.
12433
12434 2005-08-24  Bruno Haible  <bruno@clisp.org>
12435
12436         * gnulib-tool (import): Change --aux-dir default to "build-aux".
12437
12438 2005-08-24  Bruno Haible  <bruno@clisp.org>
12439
12440         * gnulib-tool (func_version): Update.
12441
12442 2005-08-24  Bruno Haible  <bruno@clisp.org>
12443
12444         * gnulib-tool (func_import, func_create_testdir,
12445         func_create_megatestdir): Quote all autoconf macro arguments.
12446
12447 2005-08-24  Bruno Haible  <bruno@clisp.org>
12448
12449         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
12450         option --force, because --force causes the aclocal.m4 of each
12451         subdirectory to be newer than the corresponding config.h.in.
12452
12453 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12454
12455         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
12456         All contents moved to gl_REGEX.
12457         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
12458         assume that it does.
12459
12460 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12461
12462         * lib/regex.h (REG_NOSYS)
12463         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
12464         Define, since POSIX requires it as of 2001.
12465         (_REG_ENOSYS)
12466         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
12467         New private symbol, used to keep the enum signed in all cases.
12468         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
12469         Youngman in
12470         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
12471
12472         * lib/regex_internal.c (re_string_skip_chars, register_state):
12473         (calc_state_hash):
12474         Remove forward decls; no longer needed now that we use prototypes.
12475         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
12476         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
12477         (clean_state_log_if_needed): Likewise.
12478
12479 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12480
12481         * config/srclist.txt: Add glibc bugs 1231-1233.
12482
12483 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12484
12485         Fix problems reported by Sam Steingold in
12486         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
12487         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
12488         assumed that reg_errcode_t is a signed type, which is not
12489         necessarily true if _XOPEN_SOURCE is not defined.
12490         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
12491         since some compilers warn about it otherwise.
12492
12493 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12494
12495         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
12496         (init_word_char, create_initial_state, duplicate_node_closure):
12497         (fetch_token, peek_token_bracket, build_range_exp):
12498         (build_collating_symbol): Remove forward decls; no longer needed
12499         now that we use prototypes.
12500
12501         * lib/regcomp.c:
12502         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
12503         (re_compile_fastmap_iter, regcomp, regerror, regfree):
12504         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
12505         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
12506         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
12507         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
12508         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
12509         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
12510         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
12511         (build_range_exp, build_collating_symbol, parse_bracket_exp):
12512         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
12513         (build_charclass, build_charclass_op, fetch_number, create_tree):
12514         (create_token_tree, mark_opt_subexp, duplicate_tree):
12515         Use prototypes rather than old-style definitions.
12516
12517         * lib/regex_internal.c:
12518         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
12519         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
12520         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12521         (re_string_reconstruct, re_string_peek_byte_case):
12522         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
12523         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12524         (re_node_set_init_copy, re_node_set_add_intersect):
12525         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12526         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12527         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12528         (re_acquire_state, re_acquire_state_context, register_state):
12529         (create_ci_newstate, create_cd_newstate, free_state):
12530         Likewise.
12531         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
12532         re_search_2):
12533         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
12534         (re_search_internal, prune_impossible_nodes):
12535         (acquire_init_state_context, check_matching, static):
12536         (check_halt_node_context, check_halt_state_context, proceed_next_node):
12537         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
12538         (update_regs, sift_states_backward, build_sifted_states):
12539         (clean_state_log_if_needed, merge_state_array):
12540         (update_cur_sifted_state, add_epsilon_src_nodes):
12541         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
12542         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
12543         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
12544         (find_recover_state, check_subexp_matching_top, transit_state_mb):
12545         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
12546         (check_arrival, check_arrival_add_next_nodes):
12547         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12548         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12549         (check_node_accept_bytes, check_node_accept, extend_buffers):
12550         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
12551         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
12552         (sift_ctx_init):
12553         Likewise.
12554
12555         * lib/regex_internal.h:
12556         (re_string_allocate, re_string_construct, re_string_reconstruct):
12557         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
12558         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
12559         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
12560         (re_string_context_at, re_string_peek_byte_case):
12561         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
12562         is defined, since we now use prototypes always.
12563
12564         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
12565         C89 or better.  All uses removed.
12566
12567 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12568
12569         * config/srclist.txt: Add glibc bugs 1220-1227.
12570
12571 2005-08-20  Jim Meyering  <jim@meyering.net>
12572
12573         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
12574         of unused local, dfa.
12575
12576 2005-08-20  Bruno Haible  <bruno@clisp.org>
12577
12578         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
12579
12580 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12581
12582         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
12583         (re_node_set_insert_last, re_dfa_add_node):
12584         Rename local variables to avoid GCC shadowing warnings.
12585
12586 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12587
12588         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
12589         [defined lint]: Suppress bogus uninitialized-variable warnings.
12590
12591         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
12592         and let the caller return REG_ESPACE if out of space.  This
12593         removes an uninitialied-variable warning with GCC 4.0.1, and also
12594         avoids taking the address of a local variable.  All callers
12595         changed.
12596
12597 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12598
12599         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
12600         $LIBCSRC/posix/regexec.c.
12601         Add glibc bug 1217 for regcomp.c.
12602
12603 2005-08-19  Jim Meyering  <jim@meyering.net>
12604
12605         * lib/regexec.c (proceed_next_node): Redo local variables to
12606         avoid GCC shadowing warnings.
12607
12608 2005-08-18  Bruno Haible  <bruno@clisp.org>
12609
12610         * lib/strstr.c (strstr): Fix return value in multibyte case.
12611         * lib/strcasestr.c (strcasestr): Likewise.
12612
12613 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12614
12615         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
12616
12617 2005-08-17  Jim Meyering  <jim@meyering.net>
12618
12619         Make the %s format (seconds since the epoch) work for a negative
12620         number and when used with a zero-padded field width, e.g. %015s.
12621
12622         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
12623         label so that it precedes the code to set `digits'.  Otherwise,
12624         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
12625         print `00-22'.  Now, it prints `-0022', as it should.
12626
12627 2005-08-17  Bruno Haible  <bruno@clisp.org>
12628
12629         * modules/strstr (Files): Add m4/mbrtowc.m4.
12630         (Depends-on): Add mbuiter.
12631
12632 2005-08-17  Bruno Haible  <bruno@clisp.org>
12633
12634         * modules/strcasestr: New file.
12635         * MODULES.html.sh (String handling, based on ANSI C 89): Add
12636         strcasestr.
12637
12638 2005-08-17  Bruno Haible  <bruno@clisp.org>
12639
12640         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
12641
12642 2005-08-17  Bruno Haible  <bruno@clisp.org>
12643
12644         * modules/mbuiter: New file.
12645         * MODULES.html.sh (Extended multibyte and wide character utilities):
12646         Add mbuiter.
12647
12648 2005-08-17  Bruno Haible  <bruno@clisp.org>
12649
12650         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
12651         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
12652
12653 2005-08-17  Bruno Haible  <bruno@clisp.org>
12654
12655         * m4/strcasestr.m4: New file.
12656
12657 2005-08-17  Bruno Haible  <bruno@clisp.org>
12658
12659         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
12660         * lib/strstr.c: Completely rewritten, with multibyte locale support.
12661
12662 2005-08-17  Bruno Haible  <bruno@clisp.org>
12663
12664         * lib/strcasestr.h: New file.
12665         * lib/strcasestr.c: New file.
12666
12667 2005-08-17  Bruno Haible  <bruno@clisp.org>
12668
12669         * lib/strcasecmp.c: Use mbuiter.h.
12670
12671 2005-08-17  Bruno Haible  <bruno@clisp.org>
12672
12673         * lib/mbuiter.h: New file.
12674
12675 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12676
12677         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
12678         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
12679         and gl_GETOPT are both invoked via different paths (as happens
12680         with GNU tar CVS because it uses both argp and getopt), the former
12681         wins.
12682
12683 2005-08-16  Bruno Haible  <bruno@clisp.org>
12684
12685         * modules/tls: New file.
12686         * MODULES.html.sh (Multithreading): Add tls.
12687
12688 2005-08-16  Bruno Haible  <bruno@clisp.org>
12689
12690         * modules/strnlen1: New file.
12691         * MODULES.html.sh (String handling): Add strnlen1.
12692
12693 2005-08-16  Bruno Haible  <bruno@clisp.org>
12694
12695         * modules/strcase (Files): Add m4/mbrtowc.m4.
12696         (Depends-on): Add strnlen1, mbchar.
12697
12698 2005-08-16  Bruno Haible  <bruno@clisp.org>
12699
12700         * modules/mbiter: New file.
12701         * MODULES.html.sh (Extended multibyte and wide character utilities):
12702         Add mbiter.
12703
12704 2005-08-16  Bruno Haible  <bruno@clisp.org>
12705
12706         * modules/mbfile: New file.
12707         * MODULES.html.sh (Extended multibyte and wide character utilities):
12708         Add mbfile.
12709
12710 2005-08-16  Bruno Haible  <bruno@clisp.org>
12711
12712         * modules/mbchar: New file.
12713         * MODULES.html.sh (Extended multibyte and wide character utilities):
12714         New section.
12715
12716 2005-08-16  Bruno Haible  <bruno@clisp.org>
12717
12718         * m4/tls.m4: New file, from GNU gettext.
12719
12720 2005-08-16  Bruno Haible  <bruno@clisp.org>
12721
12722         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
12723         always.
12724         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
12725
12726 2005-08-16  Bruno Haible  <bruno@clisp.org>
12727
12728         * m4/mbiter.m4: New file.
12729
12730 2005-08-16  Bruno Haible  <bruno@clisp.org>
12731
12732         * m4/mbfile.m4: New file.
12733
12734 2005-08-16  Bruno Haible  <bruno@clisp.org>
12735
12736         * m4/mbchar.m4: New file.
12737
12738 2005-08-16  Bruno Haible  <bruno@clisp.org>
12739
12740         * lib/tls.h: New file, from GNU gettext.
12741         * lib/tls.c: New file, from GNU gettext.
12742
12743 2005-08-16  Bruno Haible  <bruno@clisp.org>
12744
12745         * lib/strnlen1.h: New file.
12746         * lib/strnlen1.c: New file.
12747
12748 2005-08-16  Bruno Haible  <bruno@clisp.org>
12749
12750         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
12751         (mbi_init): Update.
12752         (mbi_avail, mbi_advance): Let the iteration end before the terminating
12753         NUL byte, not after it.
12754
12755 2005-08-16  Bruno Haible  <bruno@clisp.org>
12756
12757         * lib/strcase.h (strcasecmp): Add note in comments.
12758         * lib/strncasecmp.c: Use code from strcasecmp.c.
12759         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
12760         (strcasecmp): Work correctly in multibyte locales.
12761
12762 2005-08-16  Bruno Haible  <bruno@clisp.org>
12763
12764         * lib/mbiter.h: New file.
12765
12766 2005-08-16  Bruno Haible  <bruno@clisp.org>
12767
12768         * lib/mbfile.h: New file.
12769
12770 2005-08-16  Bruno Haible  <bruno@clisp.org>
12771
12772         * lib/mbchar.h: New file.
12773         * lib/mbchar.c: New file.
12774
12775 2005-08-16  Bruno Haible  <bruno@clisp.org>
12776
12777         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
12778         the valid ones. Makes the comparison operations transitive:
12779         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
12780         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
12781
12782 2005-08-15  Simon Josefsson  <jas@extundo.com>
12783
12784         * modules/ssize_t (License): Change to 'unlimited'.
12785
12786         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
12787
12788 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12789
12790         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
12791         Add comments for each pending glibc patch.
12792
12793 2005-08-15  Bruno Haible  <bruno@clisp.org>
12794
12795         * lib/regex.h (__restrict_arr): Don't define to __restrict if
12796         __cplusplus is defined.
12797
12798 2005-08-14  Jim Meyering  <jim@meyering.net>
12799
12800         Sync from coreutils.
12801
12802         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
12803         Use the hash-table-based cycle-detection code not just when
12804         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
12805         Reported by James Youngman in
12806         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
12807         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
12808         FTS_TIGHT_CYCLE_CHECK.
12809         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
12810         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
12811         once again.
12812         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
12813         * lib/fts.c (fd_safer): Remove decl.
12814         Include fcntl--.h rather than unistd-safer.h
12815         (fts_safe_changedir): Don't call fd_safer; no longer needed
12816         now that we include fcntl--.h.
12817
12818 2005-08-12  Simon Josefsson  <jas@extundo.com>
12819
12820         * modules/getndelim2: Use ssize_t module.
12821         * modules/getnline: Likewise.
12822         * modules/safe-read: Likewise.
12823         * modules/xreadlink: Likewise.
12824
12825         * modules/ssize_t: New file.
12826
12827 2005-08-12  Simon Josefsson  <jas@extundo.com>
12828
12829         * m4/readline.m4: Look for termcap, curses or ncurses if required.
12830
12831 2005-08-12  Simon Josefsson  <jas@extundo.com>
12832
12833         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12834         ssize_t.
12835
12836 2005-08-12  Simon Josefsson  <jas@extundo.com>
12837
12838         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
12839         readline, getdelim and check_version.
12840         (Support for systems lacking ISO C 99: Sizes of integer types):
12841         Add size_max.
12842
12843 2005-08-12  Bruno Haible  <bruno@clisp.org>
12844
12845         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
12846
12847 2005-08-11  Simon Josefsson  <jas@extundo.com>
12848
12849         * modules/readline: New file.
12850
12851         * modules/strnlen (Files): Add strnlen.h.
12852
12853 2005-08-11  Simon Josefsson  <jas@extundo.com>
12854
12855         * m4/readline.m4: New file.
12856
12857 2005-08-11  Simon Josefsson  <jas@extundo.com>
12858
12859         * lib/readline.h, readline.c: New file.
12860
12861 2005-08-11  Simon Josefsson  <jas@extundo.com>
12862
12863         * doc/gnulib.texi (Initial import, Finishing touches): Mention
12864         gl_AVOID.
12865
12866 2005-08-11  Bruno Haible  <bruno@clisp.org>
12867
12868         * lib/strnlen.h (strnlen): Change parameter name to match comment.
12869
12870 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
12871
12872         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
12873
12874 2005-08-10  Simon Josefsson  <jas@extundo.com>
12875
12876         * tests/test-iconvme.c: New file.
12877
12878 2005-08-10  Simon Josefsson  <jas@extundo.com>
12879
12880         * m4/strnlen.m4: New file.
12881
12882         * m4/strndup.m4: Don't check for strnlen declaration, done in
12883         strnlen.m4.
12884
12885 2005-08-10  Simon Josefsson  <jas@extundo.com>
12886
12887         * lib/strndup.c: Use strnlen.h.
12888
12889         * lib/strnlen.h: New file.
12890
12891 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12892
12893         * README: Typos.
12894
12895 2005-08-02  Simon Josefsson  <jas@extundo.com>
12896
12897         * modules/readline: New file.
12898
12899 2005-08-02  Simon Josefsson  <jas@extundo.com>
12900
12901         * modules/getdelim: New file.
12902
12903         * modules/getline: Rewrite, don't use getndelim2.
12904
12905 2005-08-02  Simon Josefsson  <jas@extundo.com>
12906
12907         * m4/getline.m4: Separate out getdelim stuff into separate module.
12908
12909         * m4/getdelim.m4: New file.
12910
12911 2005-08-02  Simon Josefsson  <jas@extundo.com>
12912
12913         * lib/getline.h, getline.c: Rewrite.
12914
12915         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
12916
12917 2005-07-31  Bruno Haible  <bruno@clisp.org>
12918
12919         * lib/lock.h (gl_lock_initializer): New macro.
12920         (gl_lock_define_initialized): Use it.
12921         (gl_rwlock_initializer): New macro.
12922         (gl_rwlock_define_initialized): Use it.
12923         (gl_recursive_lock_initializer): New macro.
12924         (gl_recursive_lock_define_initialized): Use it.
12925
12926 2005-07-30  Karl Berry  <karl@gnu.org>
12927
12928         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
12929         Report from Ben Pfaff, regarding getopt.
12930
12931 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
12932
12933         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
12934         normal way.
12935         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
12936         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
12937         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
12938         (gl_GETOPT): Use the new macros.  Most of the implementation
12939         is moved to the new macros.  This is for programs like Emacs
12940         that don't want all the functionality of gl_GETOPT.
12941
12942 2005-07-26  Bruno Haible  <bruno@clisp.org>
12943
12944         * m4/lock.m4: Update from GNU gettext.
12945
12946 2005-07-26  Bruno Haible  <bruno@clisp.org>
12947
12948         * lib/lock.h: Update from GNU gettext.
12949         * lib/lock.c: Update from GNU gettext.
12950
12951 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
12952
12953         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
12954         obsolescent AC_TRY_RUN.  Include the default includes files, for
12955         'exit'.
12956
12957 2005-07-24  Bruno Haible  <bruno@clisp.org>
12958
12959         * modules/visibility: New file.
12960         * MODULES.html.sh (Misc): Add visibility.
12961
12962 2005-07-24  Bruno Haible  <bruno@clisp.org>
12963
12964         * m4/visibility.m4: New file.
12965
12966 2005-07-24  Bruno Haible  <bruno@clisp.org>
12967
12968         * doc/visibility.texi: New file.
12969
12970 2005-07-22  Bruno Haible  <bruno@clisp.org>
12971
12972         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
12973         $(ALLOCA_H), redundant through BUILT_SOURCES.
12974         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
12975         redundant through BUILT_SOURCES.
12976         * modules/byteswap (Makefile.am): Remove explicit dependency on
12977         $(BYTESWAP_H), redundant through BUILT_SOURCES.
12978         * modules/fnmatch (Makefile.am): Remove explicit dependency on
12979         $(FNMATCH_H), redundant through BUILT_SOURCES.
12980         * modules/getopt (Makefile.am): Remove explicit dependency on
12981         $(GETOPT_H), redundant through BUILT_SOURCES.
12982         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
12983         redundant through BUILT_SOURCES.
12984         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
12985         redundant through BUILT_SOURCES.
12986         * modules/stdbool (Makefile.am): Remove explicit dependency on
12987         $(STDBOOL_H), redundant through BUILT_SOURCES.
12988         * modules/stdint (Makefile.am): Remove explicit dependency on
12989         $(STDINT_H), redundant through BUILT_SOURCES.
12990         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
12991         Remove explicit dependency on $(SYSEXITS_H).
12992         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
12993
12994 2005-07-18  Simon Josefsson  <jas@extundo.com>
12995
12996         * lib/check-version.c (check_version): Accept identical versions too.
12997
12998 2005-07-18  Bruno Haible  <bruno@clisp.org>
12999
13000         * modules/lock: New file.
13001         * MODULES.html.sh (Multithreading): New section.
13002
13003 2005-07-18  Bruno Haible  <bruno@clisp.org>
13004
13005         * m4/lock.m4: New file, from GNU gettext.
13006
13007 2005-07-18  Bruno Haible  <bruno@clisp.org>
13008
13009         * lib/lock.h: New file, from GNU gettext.
13010         * lib/lock.c: New file, from GNU gettext.
13011
13012 2005-07-18  Bruno Haible  <bruno@clisp.org>
13013
13014         * lib/lock.h (gl_once_t): New type.
13015         (gl_once_define, gl_once): New macros.
13016         * lib/lock.c (fresh_once): New variable.
13017         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
13018         functions.
13019
13020 2005-07-16  Simon Josefsson  <jas@extundo.com>
13021
13022         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
13023         workaround, suggested by Bruno.
13024
13025 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13026
13027         * modules/xalloc (Depends-on): Add xalloc-die.
13028         * modules/xvasprintf (Depends-on): Add xalloc-die.
13029
13030 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13031
13032         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
13033         with a minor change.
13034
13035 2005-07-15  Bruno Haible  <bruno@clisp.org>
13036
13037         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
13038         When using lib/poll.c, define poll as rpl_poll.
13039
13040 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
13041
13042         * modules/argp (Depends-on): Remove unlocked-io.
13043
13044 2005-07-14  Derek Price  <derek@ximbiot.com>
13045
13046         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
13047         for glob symlink bug.
13048
13049 2005-07-14  Bruno Haible  <bruno@clisp.org>
13050
13051         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
13052         Instead, test for *_unlocked function declarations directly.
13053
13054 2005-07-11  Simon Josefsson  <jas@extundo.com>
13055
13056         * modules/size_max: New file.
13057
13058         * modules/xsize: Depend on size_max module for size_max.m4.
13059
13060 2005-07-11  Simon Josefsson  <jas@extundo.com>
13061
13062         * lib/size_max.h: New file.
13063
13064 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
13065
13066         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
13067         copyright symbol and the year.
13068         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
13069         (version_etc_va): Use parameterized copyright notice.
13070         Reword to conform to the current GNU coding standards.
13071
13072 2005-07-11  Karl Berry  <karl@gnu.org>
13073
13074         * doc/gnulib.texi (Quoting): new node.
13075         (Initial import): more info, from Patrice.
13076
13077 2005-07-11  Bruno Haible  <bruno@clisp.org>
13078
13079         * gnulib-tool (func_usage): Document option --avoid.
13080         (Command line options): Handle --avoid.
13081         (func_acceptable): New function.
13082         (func_modules_transitive_closure): Use it.
13083
13084 2005-07-11  Bruno Haible  <bruno@clisp.org>
13085
13086         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
13087         Reported by Jim Meyering.
13088
13089 2005-07-10  Bruno Haible  <bruno@clisp.org>
13090
13091         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
13092         Needed when size_t is smaller than 'unsigned int'.
13093         Reported by Paul Eggert.
13094
13095 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13096
13097         * modules/argp (Depends-on): Add unlocked-io
13098
13099 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13100
13101         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
13102         block of defines.
13103
13104 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13105
13106         * config/srclist.txt: Comment out regcomp.c, since we have a porting
13107         fix now.
13108
13109 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
13110         and Paul Eggert  <eggert@cs.ucla.edu>
13111
13112         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
13113         in wint_t, not wchar_t.  Remove now-unnecessary cast.
13114
13115 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13116
13117         * modules/regex (Files): Add lib/regex_internal.c,
13118         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
13119         (Depends-on): Add extensions.
13120         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
13121
13122 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13123
13124         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
13125         pathconf.
13126         * m4/same.m4 (gl_SAME): Likewise.
13127         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
13128
13129         * m4/regex.m4: Adjust to new libc regex implementation.
13130         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
13131         all the .c and .h parts of (the new) regex.
13132         Quote the m4 stuff better.
13133         Check for RE_ICASE bug of old gnulib.
13134         Check for REG_STARTEND of recent libc.
13135         Rename local variables from jm_* to gl_*.
13136         Quote operand of "test -f".
13137         Say "recent enough" version of libc, not "version 2".
13138         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
13139         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
13140         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
13141         Remove check for btowc, isascii.
13142         Require AM_LANGINFO_CODESET.
13143
13144 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13145
13146         * lib/regex.c, regex.h: Sync from libc.
13147         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
13148         * lib/regexec.c:
13149         New files, synced from libc, except that regex_internal.h
13150         currently has a small porting fix.
13151
13152 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13153
13154         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
13155         regex_internal.c, regexec.c.
13156         Add regex_internal.h too, but as a comment, since the libc version
13157         is currently broken in gnulib mode.
13158
13159 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13160
13161         Support programs like Emacs that use gnulib but not gettext.
13162         * MODULES.html.sh (Internationalization functions): Add gettext-h.
13163         * modules/gettext-h: New file.
13164         * modules/gettext (Files): Remove lib/gettext.h.
13165         (Depends-on): Add gettext-h.
13166         (Makefile.am): Remove lib_SOURCES.
13167         * modules/argmatch, modules/c-stack, modules/closeout:
13168         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
13169         * modules/execute, modules/file-type, modules/getaddrinfo:
13170         * modules/getopt, modules/human, modules/javacomp:
13171         * modules/javaexec, modules/mkdir-p, modules/obstack:
13172         * modules/openat, modules/pagealign_alloc, modules/pipe:
13173         * modules/quotearg, modules/regex, modules/rpmatch:
13174         * modules/unicodeio, modules/userspec, modules/version-etc:
13175         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
13176         * modules/xsetenv:
13177         Depend on gettext-h, not gettext.
13178
13179 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13180
13181         * gnulib-tool (func_import): Add support for 'public domain' license.
13182         * modules/alloca, modules/atexit, modules/memmove:
13183         Now public domain, not GPL.
13184         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
13185         * modules/realloc, modules/strerror, modules/strtod:
13186         Now LGPL, not GPL.
13187
13188 2005-07-05  Bruno Haible  <bruno@clisp.org>
13189
13190         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
13191         autoconf CVS. Needed for mingw.
13192
13193 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13194
13195         Remove the dependency of the strftime module on the tzset module.
13196         * modules/strftime (Depends-on): Remove dependency on tzset.
13197
13198 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13199
13200         Remove the dependency of the strftime module on the tzset module.
13201         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
13202         gl_FUNC_TZSET_CLOBBER.
13203
13204 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13205
13206         Remove the dependency of the strftime module on the tzset module.
13207         * lib/strftime.c (my_strftime)
13208         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
13209         Copy the input structure, to work around some of the bug with
13210         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
13211         Solaris releases, you should also use the tzset module, but we won't
13212         require it as a dependency any more since we don't want LGPLed code
13213         to depend on GPLed code.
13214
13215 2005-07-02  Jim Meyering  <jim@meyering.net>
13216
13217         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
13218         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
13219         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
13220         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
13221
13222 2005-07-02  Jim Meyering  <jim@meyering.net>
13223
13224         * lib/backupfile.c (backup_args): Change a `0' to NULL.
13225
13226 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13227
13228         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
13229         declares only 'struct timespec;' (!).
13230
13231 2005-07-01  Jim Meyering  <jim@meyering.net>
13232
13233         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
13234         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
13235         * lib/save-cwd.c, tempname.c:
13236         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13237         and don't include <sys/file.h>).
13238
13239 2005-06-29  Jim Meyering  <jim@meyering.net>
13240
13241         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
13242         type name.  Use the variable name instead.
13243         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
13244         Likewise.
13245
13246 2005-06-28  Simon Josefsson  <jas@extundo.com>
13247
13248         * modules/check-version (Files): Add check-version.m4.
13249
13250 2005-06-28  Simon Josefsson  <jas@extundo.com>
13251
13252         * m4/check-version.m4: New file, suggested by Jim Meyering
13253         <jim@meyering.net>.
13254
13255 2005-06-28  Simon Josefsson  <jas@extundo.com>
13256
13257         * lib/check-version.h, lib/check-version.c: New files.
13258
13259 2005-06-28  Simon Josefsson  <jas@extundo.com>
13260
13261         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
13262         collision with global variable.  Better indentation.  Don't
13263         increment buffer pointer beyond buffer end.  Based on comments
13264         from Paul Eggert <eggert@cs.ucla.edu>.
13265
13266         * lib/base64.h: Indent.
13267
13268 2005-06-28  Simon Josefsson  <jas@extundo.com>
13269
13270         * doc/gnulib.texi (Library version handling): New section.
13271
13272 2005-06-28  Jim Meyering  <jim@meyering.net>
13273
13274         * check-module (find_included_lib_files): Hard-code another
13275         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
13276         but modules/fts-lgpl (correctly) does not list those files.
13277
13278         * modules/canonicalize (Files): Add lib/pathmax.h.
13279
13280 2005-06-25  Simon Josefsson  <jas@extundo.com>
13281
13282         * modules/check-version: New file.
13283
13284 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
13285
13286         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
13287         initializer of struct addrinfo, as an indication that we don't
13288         care how many members the structure has.
13289
13290 2005-06-24  Derek Price  <derek@ximbiot.com>
13291         and Bruno Haible  <bruno@clisp.org>
13292
13293         Remove stat module & update lstat.
13294         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
13295         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
13296         * m4/stat.m4: Remove this file.
13297
13298 2005-06-24  Derek Price  <derek@ximbiot.com>
13299         and Bruno Haible  <bruno@clisp.org>
13300
13301         Remove stat module & update lstat.
13302         * lib/stat.c: Remove this file...
13303         (slash_aware_lstat): ...moving this content and its support...
13304         * lib/lstat.c (rpl_lstat): ...into here.
13305         * lib/lstat.h: New file.
13306
13307 2005-06-24  Derek Price  <derek@ximbiot.com>
13308         and Bruno Haible  <bruno@clisp.org>
13309
13310         Remove stat module & update lstat.
13311         * config/srclist.txt (libc sources): Remove stat.
13312
13313 2005-06-24  Derek Price  <derek@ximbiot.com>
13314         and Bruno Haible  <bruno@clisp.org>
13315
13316         Remove stat module & update lstat.
13317         * MODULES.html.sh (stat): Remove.
13318         * MODULES.html: Regenerated.
13319         * modules/lstat (Description): Correct function name.
13320         (Files): Add "lstat.h".
13321         (Depends-on): Remove stat, add xalloc, stat-macros.
13322         * modules/stat: Remove this file.
13323         (Include): Add "lstat.h", remove <sys/stat.h>.
13324
13325 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13326
13327         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
13328         (ranged_convert): Don't save conversion in a temporary struct.
13329         This causes a warning with GCC 4.0.0, and anyway in the typical
13330         case it's not worth the extra 100 bytes or so of code.
13331         (ranged_convert, __mktime_internal): When calling a function via a
13332         pointer P, use P () rather than (*P) (), as we now assume C89 or
13333         better.
13334
13335 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13336
13337         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
13338         "who -r" failed to give output.  Problem reported by Tim Waugh.
13339
13340         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
13341         (xcalloc): Use it to avoid needless tests.
13342         Problem reported by Jim Meyering.
13343
13344 2005-06-20  Derek Price  <derek@ximbiot.com>
13345
13346         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
13347         unnecessary for Autoconfs > 2.59c.
13348
13349 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13350
13351         * lib/argp.h (__option_is_short): Check upper limit of
13352         __key. Isprint() requires its argument to have the value
13353         of an unsigned char or EOF.
13354
13355 2005-06-16  Jim Meyering  <jim@meyering.net>
13356
13357         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
13358         when either N or S is zero.
13359
13360 2005-06-16  Derek Price  <derek@ximbiot.com>
13361
13362         * m4/bison.m4: Declare YACC & YFLAGS precious.
13363
13364 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
13365
13366         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
13367         multibyte string or pattern, fall back on unibyte matching.
13368         Problem reported by James Youngman.
13369
13370 2005-06-08  Bruno Haible  <bruno@clisp.org>
13371
13372         * modules/csharpcomp: New file.
13373         * MODULES.html.sh (C#): Add csharpcomp.
13374
13375 2005-06-08  Bruno Haible  <bruno@clisp.org>
13376
13377         * m4/csharpcomp.m4: New file, from GNU gettext.
13378
13379 2005-06-08  Bruno Haible  <bruno@clisp.org>
13380
13381         * lib/csharpcomp.h: New file, from GNU gettext.
13382         * lib/csharpcomp.c: New file, from GNU gettext.
13383         * lib/csharpcomp.sh.in: New file, from GNU gettext.
13384
13385 2005-06-08  Bruno Haible  <bruno@clisp.org>
13386
13387         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
13388         warning on mingw.
13389
13390 2005-06-07  Derek Price  <derek@ximbiot.com>
13391
13392         Sync from CVS.
13393         * lib/glob_.h: Indent nested #ifdef.
13394
13395 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13396
13397         Sync from coreutils.
13398         Use "file name" when talking about file names, instead of "filename"
13399         or "path", as per the GNU coding standards.
13400         * lib/mkdir-p.c: Renamed from makepath.c.
13401         (make_dir_parents): Renamed from make_path.  All callers changed.
13402         * lib/mkdir-p.h: Likewise.  All includers changed.
13403         * lib/filenamecat.c: Renamed from path-concat.c.
13404         (file_name_concat): Renamed from path_concat.  All callers changed.
13405         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
13406         * lib/filenamecat.h: Likewise.  All includers changed.
13407         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
13408         in comments or local variable names.
13409         * lib/basename.c: Likewise.
13410         * lib/canonicalize.c, canonicalize.h: Likewise.
13411         * lib/dirname.c, dirname.h: Likewise.
13412         * lib/euidaccess.c: Likewise.
13413         * lib/exclude.c: Likewise
13414         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
13415         * lib/fsusage.c, fsuage.h: Likewise.
13416         * lib/fts.c, fts_.h: Likewise.
13417         * lib/getcwd.c: Likewise.
13418         * lib/getloadavg.c: Likewise.
13419         * lib/mkstemp.c: Likewise.
13420         * lib/mountlist.c, mountlist.h: Likewise.
13421         * lib/openat.c, openat.h: Likewise.
13422         * lib/readlink-stub.c: Likewise.
13423         * lib/readutmp.c, readutmp.h: Likewise.
13424         * lib/rename.c: Likewise.
13425         * lib/rmdir.c: Likewise.
13426         * lib/same.c: Likewise.
13427         * lib/savedir.c: Likewise.
13428         * lib/stripslash.c: Likewise.
13429         * lib/tempname.c: Likewise.
13430         * lib/xreadlink.c: Likewise.
13431         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
13432         All uses changed.
13433         * lib/exclude.h: Likewise.
13434
13435         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
13436         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13437         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
13438         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13439         * lib/pathmax.h: Include <limits.h> unconditionally, since other
13440         files have been getting away with it for years (MORE/BSD 4.3
13441         is extinct now).
13442         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
13443         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13444
13445         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
13446         Define to 256, not 255, as per modern POSIX.
13447
13448 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13449
13450         Sync from coreutils.
13451         Use "file name" when talking about file names, instead of "filename"
13452         or "path", as per the GNU coding standards.
13453         * MODULES.html.sh: mkdir-p renamed from makepath.
13454         filenamecat renamed from path-concat.
13455         * modules/filenamecat: Renamed from modules/path-concat.
13456         (Files): filenamecat.h and filenamecat.c renamed from
13457         path-concat.h and path-concat.c.
13458         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
13459         (Include): filenamecat.h, not path-concat.h.
13460         * modules/mkdir-p: Renamed from modules/makepath.
13461         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
13462         makepath.c.
13463         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
13464         (Include): mkdir-p.h, not makepath.h.
13465
13466 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13467
13468         Sync from coreutils.
13469         * m4/mkdir-p.m4: Renamed from makepath.m4.
13470         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
13471         Rename files from makepath.c to mkdir-p.c, and from
13472         makepath.h to mkdir-p.h.
13473         * m4/filenamecat.m4: Renamed from path-concat.m4.
13474         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
13475         Rename files from path-concat.c to filenamecat.c,
13476         and from path-concat.h to filenamecat.h.
13477         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
13478         "file name" in local variables or comments.
13479         * m4/rename.m4: Likewise.
13480
13481 2005-06-01  Bruno Haible  <bruno@clisp.org>
13482
13483         * modules/csharpexec: New file.
13484         * MODULES.html.sh (C#): New section.
13485
13486 2005-06-01  Bruno Haible  <bruno@clisp.org>
13487
13488         * m4/csharp.m4: New file, from GNU gettext.
13489         * m4/csharpexec.m4: New file, from GNU gettext.
13490
13491 2005-06-01  Bruno Haible  <bruno@clisp.org>
13492
13493         * lib/csharpexec.h: New file, from GNU gettext.
13494         * lib/csharpexec.c: New file, from GNU gettext.
13495         * lib/csharpexec.sh.in: New file, from GNU gettext.
13496
13497 2005-05-31  Derek Price  <derek@ximbiot.com>
13498             Paul Eggert  <eggert@cs.ucla.edu>
13499
13500         Sync from cvs.
13501         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13502
13503 2005-05-31  Derek Price  <derek@ximbiot.com>
13504             Paul Eggert  <eggert@cs.ucla.edu>
13505
13506         Sync from cvs.
13507         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13508
13509 2005-05-29  Derek Price  <derek@ximbiot.com>
13510
13511         * config/srclist.txt (glob_.h, glob.c): Add these files.
13512
13513 2005-05-29  Derek Price  <derek@ximbiot.com>
13514
13515         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
13516         * modules/glob: New file.
13517         * modules/getlogin_r: Add link to POSIX spec in description.
13518
13519 2005-05-29  Derek Price  <derek@ximbiot.com>
13520             Paul Eggert  <eggert@cs.ucla.edu>
13521
13522         * m4/glob.m4: New file.
13523
13524 2005-05-29  Derek Price  <derek@ximbiot.com>
13525             Paul Eggert  <eggert@cs.ucla.edu>
13526
13527         * lib/glob_.h, lib/glob.c: New files.
13528
13529 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13530
13531         * modules/fts (Files): Remove m4/inttypes-pri.m4.
13532         * modules/fts-lgpl (Depends-on): Remove gettext.
13533
13534 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13535
13536         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
13537         and don't require gt_INTTYPES_PRI.
13538
13539 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13540
13541         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
13542
13543         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
13544         the configuration hassle isn't worth it.
13545         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
13546         (LONGEST_MODIFIER, PRIuMAX): Remove.
13547
13548 2005-05-27  Bruno Haible  <bruno@clisp.org>
13549
13550         * lib/getlogin_r.h: Remove second include of <stddef.h>.
13551
13552 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
13553
13554         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
13555         _POSIX_PTHREAD_SEMANTICS for Solaris.
13556
13557 2005-05-25  Derek Price  <derek@ximbiot.com>
13558
13559         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
13560
13561 2005-05-25  Derek Price  <derek@ximbiot.com>
13562             Paul Eggert  <eggert@cs.ucla.edu>
13563
13564         * modules/getlogin_r, m4/getlogin_r.m4: New files.
13565         * lib/getlogin_r.c, getlogin_r.h: New files.
13566
13567 2005-05-25  Bruno Haible  <bruno@clisp.org>
13568             Derek Price  <derek@ximbiot.com>
13569
13570         * lib/getlogin_r.h: Simplify API documentation.
13571
13572 2005-05-23  Derek Price  <derek@ximbiot.com>
13573
13574         * modules/minmax (Files): Add m4/minmax.m4.
13575         (configure.ac): Add gl_MINMAX.
13576
13577 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13578
13579         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
13580         so that unistd-safer.h (GPL'ed code) need not be included.
13581
13582 2005-05-22  Bruno Haible  <bruno@clisp.org>
13583
13584         * m4/minmax.m4: New file.
13585         Based on a patch by Derek Price <derek@ximbiot.com>.
13586
13587 2005-05-22  Bruno Haible  <bruno@clisp.org>
13588
13589         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
13590         (INT64_MIN): Fix definition.
13591         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
13592
13593         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
13594         NEED_SIGNED_INT_TYPES.
13595
13596         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
13597         HAVE_SYSTEM_INTTYPES.
13598
13599 2005-05-22  Bruno Haible  <bruno@clisp.org>
13600
13601         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
13602         Also include <sys/param.h> if it defines MIN, MAX.
13603         Based on a patch by Derek Price <derek@ximbiot.com>.
13604
13605 2005-05-21  Jim Meyering  <jim@meyering.net>
13606
13607         * modules/fts (Files): Add m4/inttypes-pri.m4.
13608         (Depends-on): Add lstat and remove gettext.  Alphabetize.
13609
13610 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13611
13612         New fts module.
13613         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
13614         (setup_dir, free_dir): New functions.
13615         (enter_dir, leave_dir): Define trivial
13616         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
13617         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
13618         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
13619         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
13620         Move to fts-cycle.c.
13621         (fts_open): Use setup_dir.
13622         (fts_close): Use free_dir.
13623         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
13624         This adds a label and some gotos, but the alternatives were messier.
13625         Check for memory allocation failure when entering a dir.
13626         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
13627         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
13628         (FTS): New member fts_cycle, that is a union that contains the
13629         old active_dir_ht and cycle_state.  All uses changed to mention
13630         fts_cycle.ht and fts_cycle.state.
13631         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
13632         fts.c, with the following changes:
13633         (setup_dir, free_dir): New functions.
13634         (enter_dir): Now returns bool.  Return true if successful, false
13635         if memory exhausted.  All callers changed.
13636         Do not bother partly cleaning up on
13637         memory allocation failure; that is free_dir's job.
13638         However, free ad if hash_insert fails, to avoid memory leak.
13639         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
13640         fts->fts_options to see which union member to use.
13641
13642 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13643
13644         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
13645         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
13646
13647 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13648
13649         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
13650
13651 2005-05-20  Jim Meyering  <jim@meyering.net>
13652
13653         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
13654         Now a macro, to pacify GCC.
13655
13656 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13657
13658         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
13659         of -1.
13660
13661 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13662
13663         * lib/chown.c (rpl_chown): Return -1 on failure.
13664
13665 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13666
13667         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
13668         Don't check for stddef.h.
13669         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
13670         don't use its results.
13671         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
13672         since we include them unconditionally.  Don't require
13673         AM_STDBOOL_H, since stdbool is a prerequisite.
13674         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
13675         since we assume C89 or better.
13676         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
13677         as we don't use their results.
13678         Don't check for fchdir, memmove, memset, strrchr, as we use
13679         them unconditionally.
13680         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
13681         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
13682
13683 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13684
13685         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
13686         Include <stddef.h> unconditionally, since we assume C89 now.
13687         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
13688         * lib/fts.c: Include fts_.h first, to check interface.
13689         Do not include intprops.h; no longer needed.
13690         Include cycle-check.h and hash.h, since fts_.h no longer does.
13691         Remove unnecessary casts of closedir to void.
13692         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
13693         decide whether to decrement nlinks.
13694         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
13695         (FTS): Use struct hash_table * instead of Hash_table, so that
13696         we no longer need to include hash.h here.
13697
13698 2005-05-18  Jim Meyering  <jim@meyering.net>
13699
13700         * modules/dirfd (License): Change to LGPL.  Most of the code
13701         is already in the public domain.
13702
13703 2005-05-18  Jim Meyering  <jim@meyering.net>
13704
13705         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
13706         Reported by Yoann Vandoorselaere.
13707
13708 2005-05-17  Jim Meyering  <jim@meyering.net>
13709
13710         * m4/fts.m4: New file, from coreutils.
13711
13712 2005-05-17  Jim Meyering  <jim@meyering.net>
13713
13714         * lib/fts.c, lib/fts_.h: New files, from coreutils.
13715
13716 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13717
13718         Sync from coreutils.
13719         * m4/unlinkdir.m4: New file.
13720
13721 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13722
13723         Sync from coreutils.
13724         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
13725         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
13726         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
13727         White space changes only.
13728         * lib/makepath.c (make_path): Port to hosts where leading "//" is
13729         special.
13730         * lib/yesno.c: Include getline.h, not ctype.h.
13731         (yesno): Don't remove leading white space; POSIX doesn't allow it.
13732         Use getline to remove arbitrary restriction on response length.
13733
13734 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13735
13736         * config/srclist-update: Spell out "Street" in FSF postal
13737         mail address; this is the style the FSF seems to prefer.
13738
13739         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
13740         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
13741         this updates FSF postal mail address.
13742
13743         Sync from coreutils.
13744         * modules/unlinkdir: New file.
13745         * modules/yesno (Depends-on): Add getline.
13746         * MODULES.html.sh (File system functions): Add unlinkdir.
13747
13748 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13749
13750         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
13751         lib/strsep.h:
13752         Change the initial comment to refer to GPL, not LGPL.
13753         gnulib-tool will change it to LGPL as needed.
13754
13755         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
13756         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
13757         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
13758         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
13759         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
13760         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
13761         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
13762         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
13763         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
13764         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
13765         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
13766         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
13767         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
13768         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
13769         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
13770         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
13771         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
13772         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
13773         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
13774         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
13775         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
13776         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
13777         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
13778         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
13779         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
13780         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
13781         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
13782         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
13783         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
13784         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
13785         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
13786         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
13787         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
13788         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
13789         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
13790         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
13791         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
13792         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
13793         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
13794         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
13795         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
13796         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
13797         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
13798         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
13799         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
13800         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
13801         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
13802         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
13803         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
13804         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
13805         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
13806         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
13807         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
13808         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
13809         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
13810         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
13811         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
13812         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
13813         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
13814         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
13815         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
13816         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
13817         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
13818         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
13819         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
13820         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
13821         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
13822         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
13823         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
13824         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
13825         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
13826         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
13827         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
13828         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
13829         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
13830         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
13831         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
13832         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
13833         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
13834         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
13835         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
13836         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
13837         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
13838         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
13839         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
13840         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
13841         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
13842         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
13843         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
13844         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
13845         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
13846         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
13847         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
13848         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
13849         lib/yesno.c, lib/yesno.h:
13850         Update FSF postal mail address.
13851
13852 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13853
13854         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
13855         tests/test-memmem.c, tests/test-stpncpy.c:
13856         Update FSF postal mail address.
13857
13858 2005-05-13  Bruno Haible  <bruno@clisp.org>
13859
13860         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
13861         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
13862         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
13863         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
13864         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
13865         Add support for 64-bit integers in the MSVC compiler.
13866
13867 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13868
13869         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
13870
13871 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
13872
13873         * gnulib-tool (func_import): Sort and uniquify recommended includes.
13874
13875 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
13876
13877         * doc/getdate.texi (General date syntax): Don't say that date
13878         date --iso-8601=ns generates acceptable dates; it doesn't yet.
13879         Problem reported by Nic Ferrier.
13880
13881 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13882
13883         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
13884         specified in ai_socktype. Fix invalid ai_protocol
13885         check. ai_protocol is usually set to 0 or depending on
13886         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
13887         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
13888         ai_socktype / ai_protocol in the returned addrinfo structure.
13889
13890 2005-05-10  Simon Josefsson  <jas@extundo.com>
13891
13892         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
13893         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13894
13895 2005-05-10  Karl Berry  <karl@gnu.org>
13896
13897         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
13898         (from http://www.gnu.org/licenses).
13899         * doc/COPYING.LIB: also rename to COPYING.LESSER.
13900         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
13901         fdl.texi suffices.
13902
13903 2005-05-10  Karl Berry  <karl@gnu.org>
13904
13905         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
13906         (COPYING.DOC): remove.
13907
13908         * config/srclist-update: new FSF address.
13909
13910 2005-05-10  Derek Price  <derek@ximbiot.com>
13911
13912         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
13913         possible.
13914
13915 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13916             Bruno Haible  <bruno@clisp.org>
13917
13918         * modules/inet_ntop: New file.
13919         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13920         inet_ntop.
13921
13922 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13923             Bruno Haible  <bruno@clisp.org>
13924
13925         * m4/inet_ntop.m4: New file.
13926
13927 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13928             Bruno Haible  <bruno@clisp.org>
13929
13930         * lib/inet_ntop.h: New file.
13931         * lib/inet_ntop.c: New file, from glibc with modifications.
13932
13933 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
13934
13935         * modules/time_r (License): Change to LGPL.
13936         * modules/extensions (License): Change to LGPL.  Actually,
13937         the license is more permissive than that, but currently gnulib-tool
13938         doesn't know how to handle more-permissive licenses.
13939
13940         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
13941         Problem reported by Dave Love.
13942
13943 2005-05-08  Jim Meyering  <jim@meyering.net>
13944
13945         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
13946         blank.
13947
13948 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
13949
13950         * modules/argmatch (Depends-on): Add stdbool.
13951         * modules/backupfile (Depends-on): Likewise.
13952         * modules/chdir-long (Depends-on): Likewise.
13953         * modules/closeout (Depends-on): Likewise.
13954         * modules/cycle-check (Depends-on): Likewise.
13955         * modules/dirname (Depends-on): Likewise.
13956         * modules/fnmatch (Depends-on): Likewise.
13957         * modules/fsusage (Depends-on): Likewise.
13958         * modules/fwriteerror (Depends-on): Likewise.
13959         * modules/getcwd (Depends-on): Likewise.
13960         * modules/getloadavg (Depends-on): Likewise.
13961         * modules/hard-locale (Depends-on): Likewise.
13962         * modules/makepath (Depends-on): Likewise.
13963         * modules/mountlist (Depends-on): Likewise.
13964         * modules/nanosleep (Depends-on): Likewise.
13965         * modules/posixtm (Depends-on): Likewise.
13966         * modules/quotearg (Depends-on): Likewise.
13967         * modules/readtokens (Depends-on): Likewise.
13968         * modules/readtokens0 (Depends-on): Likewise.
13969         * modules/readutmp (Depends-on): Likewise.
13970         * modules/save-cwd (Depends-on): Likewise.
13971         * modules/strftime (Depends-on): Likewise.
13972         * modules/userspec (Depends-on): Likewise.
13973         * modules/utimecmp (Depends-on): Likewise.
13974         * modules/xgetcwd (Depends-on): Likewise.
13975         * modules/xnanosleep (Depends-on): Likewise.
13976         * modules/xstrtod (Depends-on): Likewise.
13977         * modules/yesno (Depends-on): Likewise.
13978
13979 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
13980
13981         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
13982         needless checks.
13983
13984 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13985
13986         Merge from coreutils.  Among other things,
13987         add bulletproofing for cases where stdin, stdout, or stderr are closed.
13988         * lib/fd-safer.c: New file.
13989         * lib/fcntl-safer.h, open-safer.c: Remove.
13990         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
13991         * lib/dup-safer.c: Include unistd-safer.h first.
13992         Don't include errno.h.
13993         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
13994         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
13995         * lib/file-type.c: Rely on file-type.h change.
13996         * lib/getloadavg.c: Include unistd-safer.h.
13997         (getloadavg): Use safer open.
13998         * lib/getusershell.c: Include "stdio-safer.h".
13999         (getusershell): Use safer fopen.
14000         * lib/long-options.c (long_options): Use NULL rather than 0.
14001         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
14002         'free'.
14003         * lib/modechange.c: Likewise.
14004         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
14005         (MODE_DONE): New constant.
14006         (struct mode_change): Remove 'next' member.
14007         (make_node_op_equals): New function; like the old one of the
14008         same name, except it allocates an array.
14009         (mode_compile, mode_create_from_ref): Use it.
14010         (mode_compile): Allocate result as an array, not a linked list.
14011         Parse octal string ourself, so that we catch mistakes like "+0".
14012         (mode_adjust): Arg is an array, not a linked list.
14013         * lib/modechange.c: Include stat-macros.h, xalloc.h.
14014         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
14015         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
14016         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
14017         Remove.  This is now stat-macros.h's job.
14018         (talloc): Remove.  All callers replaced by xalloc, so that
14019         our invokers don't have to worry about reporting memory failures.
14020         (make_node_op_equals): Remove.
14021         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14022         New constants.
14023         (struct mode_change): Moved here from modechange.h.
14024         (mode_append_entry): Remove.
14025         (mode_compile): Remove MASKED_OPS arg, since it encouraged
14026         apps to have incorrect behavior.  Use simpler algorithm for head
14027         and tail.  Don't futz with umask; that's now the job of mode_adjust.
14028         Detect more invalid usages rather than having somewhat-random behavior.
14029         Don't insert an "a=" action, as that leads to incorrect behavior.
14030         (mode_compile, mode_create_from_ref): Return NULL on error instead
14031         of an enum, since now there's only one way to have an error.  All
14032         callers changed.
14033         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
14034         at the correct time.  Simplify calculation of "+u" and its ilk.
14035         Don't mishandle "+X".
14036         (mode_free): Remove "register" and localize decls.
14037         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14038         (struct mode_change): Move to modechange.c; callers don't
14039         need to see this stuff.
14040         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
14041         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
14042         (mode_change, mode_adjust): Reflect the new signatures noted above.
14043         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
14044         that might redefine system include files.
14045         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
14046         (my_usleep): Use NULL rather than (void *) 0.
14047         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
14048         Use siginterrupt to specify that system calls should be interrupted.
14049         (rpl_nanosleep): Move initialization of suspended closer to call of
14050         my_usleep.
14051         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
14052         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
14053         (desirable_utmp_entry): New function.
14054         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
14055         using x2nrealloc, to simplify logic.
14056         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
14057         size calculation.  Do not assume utmp file is a regular file.
14058         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
14059         (READ_UTMP_CHECK_PIDS): New constant.
14060         * lib/save-cwd.c: Include unistd-safer.h.
14061         (save_cwd): Use fd_safer.
14062         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
14063         [!_LIBC] Include "stat-macros.h" instead.
14064         * lib/unistd-safer.h (fd_safer): New decl.
14065
14066 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14067
14068         * modules/getloadavg (Depends-on): Add unistd-safer.
14069         * modules/getusershell (Depends-on): Add stdio-safer.
14070         * modules/lstat (Depends-on): Remove xalloc.
14071         * modules/mkstemp (Depends-on): Add stat-macros.
14072         * modules/modechange (Depends-on): Remove xstrtol.
14073         Add stat-macros, xalloc.
14074         * modules/save-cwd (Depends-on): Add unistd-safer.
14075         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
14076         * modules/unistd-safer (Files): Add lib/fd-safer.c
14077         (Makefile.am): Remove lib_SOURCES.
14078
14079         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
14080         Remove fcntl-safer; unistd-safer supersedes it.
14081
14082 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14083
14084         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
14085         AC_HEADER_STAT.
14086         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
14087         (gl_PREREQ_CHOWN): Remove.
14088         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
14089         it.  Don't require AC_HEADER_STAT.
14090         (gl_PREREQ_LSTAT): Remove.
14091         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
14092         Don't require AC_HEADER_STAT.
14093         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
14094         (gl_PREREQ_RMDIR): Remove.
14095         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
14096         mention stat-macros.h or AC_HEADER_STAT, since we'll make
14097         the stat-macros module a prerequisite.
14098         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
14099         * m4/filemode.m4 (gl_FILEMODE): Likewise.
14100         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
14101         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
14102         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
14103         variable names.
14104         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
14105         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
14106         variable prefixes.
14107         * m4/fcntl-safer.m4: Remove.
14108         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
14109         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
14110         Invoke gl_PREREQ_FD_SAFER.
14111         (gl_PREREQ_FD_SAFER): New macro.
14112         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
14113         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
14114         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
14115         Remove duplicate call to AC_LIBOBJ(readutmp).
14116         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
14117
14118         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
14119         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
14120
14121 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14122
14123         * MODULES.html.sh (Misc): Add byteswap.
14124
14125 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14126
14127         * modules/getcwd (Depends-on): Add extensions.
14128         * modules/openat (Depends-on): Likewise.
14129
14130 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14131
14132         * modules/byteswap: New file.
14133
14134 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14135
14136         * m4/byteswap.m4: New file.
14137
14138 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14139
14140         * lib/byteswap_.h: New file.
14141
14142 2005-04-25  Karl Berry  <karl@gnu.org>
14143
14144         * m4/gettext.m4: Update from GNU gettext 0.14.4.
14145
14146 2005-04-25  Albert Chin  <china@thewrittenword.com>
14147
14148         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
14149         Toolkit C bug.
14150
14151 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
14152
14153         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
14154         (func_ln_if_changed) Remove forcibly for no error message
14155         in case file does not exist.
14156
14157 2005-04-19  Simon Josefsson  <jas@extundo.com>
14158
14159         * gnulib-tool (Options): Make --symlink mean --symbolic.
14160
14161 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
14162
14163         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
14164
14165 2005-04-16  Simon Josefsson  <jas@extundo.com>
14166
14167         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
14168
14169 2005-04-15  Simon Josefsson  <jas@extundo.com>
14170
14171         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
14172
14173 2005-04-15  Simon Josefsson  <jas@extundo.com>
14174
14175         * gnulib-tool: Rename --symlink to --symbolic.
14176
14177 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
14178
14179         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
14180         symbolic links to files instead of copying/moving.  Add --aux-dir,
14181         specifying directory relative --dir where auxiliary build tools
14182         are placed.
14183
14184 2005-04-14  Bruno Haible  <bruno@clisp.org>
14185
14186         * modules/allocsa (License): Change to LGPL.
14187         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
14188
14189 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14190
14191         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
14192         that "UTC +1 second" continues to work.  Problem reported
14193         by Dmitry V. Levin.
14194         (relunit_snumber): New rule.
14195         (relunit): Use it.
14196
14197 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14198
14199         * lib/getdate.y (universal_time_zone_table): New constant.
14200         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
14201         universal_time_zone_table.
14202         (lookup_zone): Prefer universal_time_zone_table to
14203         local_time_zone_table, so that "GMT" time stamps are allowed in
14204         London during the summer.  Problem reported by Ian Abbott.
14205
14206 2005-04-12  Jim Meyering  <jim@meyering.net>
14207
14208         * lib/human.c (humblock): Set *options even when returning due to
14209         xstrtoumax conversion failure.  Thanks to a used-uninitialized
14210         warning from gcc-4.
14211
14212 2005-04-09  Jim Meyering  <jim@meyering.net>
14213
14214         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
14215         -Wuninitialized: initialize tm0.tm_year.
14216
14217 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
14218
14219         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
14220         count, since there's no maximum.  All uses changed.
14221         Add member dsts_seen.
14222         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
14223         not being INT_MAX.
14224         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
14225         Use pc_rels_seen to decide whther a date is absolute.
14226
14227         * lib/getdate.y (number): Don't overwrite year.
14228         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
14229         check.
14230
14231 2005-04-02  Simon Josefsson  <jas@extundo.com>
14232
14233         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
14234         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
14235
14236 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
14237
14238         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
14239         where no absolute path name can be longer than PATH_MAX.
14240
14241 2005-03-27  Jim Meyering  <jim@meyering.net>
14242
14243         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
14244
14245 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
14246
14247         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
14248         "one's complement" -> "ones' complement" in comment, as per Knuth.
14249         "value of type" -> "type or expression" in comment.
14250         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
14251
14252 2005-03-26  Jim Meyering  <jim@meyering.net>
14253
14254         Comment nits.
14255         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
14256         Correct typos: s/or/of/.
14257
14258 2005-03-26  Jim Meyering  <jim@meyering.net>
14259
14260         * modules/check-include-files: Move to ../ and rename to...
14261         * check-module: ...this.
14262
14263 2005-03-25  Jim Meyering  <jim@meyering.net>
14264
14265         * modules/xvasprintf (Files): Add xalloc.h.
14266
14267 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
14268
14269         * modules/gettext (Files): config/config.rpath ->
14270         build-aux/config.rpath
14271         * modules/iconv (Files): Likewise.
14272         Problem reported by Oskar Liljeblad.
14273
14274 2005-03-23  Jim Meyering  <jim@meyering.net>
14275
14276         * modules/check-include-files: New script to check for
14277         missing dependencies, multiple includes, etc.
14278
14279         * modules/c-strtold (Depends-on): Add xalloc.
14280         * modules/c-strtod (Depends-on): Add xalloc.
14281         * modules/hash (Depends-on): Add xalloc.
14282         (Files): Remove lib/xalloc.h.
14283
14284         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
14285         * modules/userspec (Files): Add lib/inttostr.h.
14286
14287 2005-03-23  Jim Meyering  <jim@meyering.net>
14288
14289         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
14290
14291 2005-03-22  Jim Meyering  <jim@meyering.net>
14292
14293         * modules/stat-macros: New module.
14294         * modules/canonicalize, modules/euidaccess, modules/file-type,
14295         * modules/filemode, modules/lchown, modules/makepath,
14296         * modules/rmdir, modules/stat: Depend on new stat-macros module
14297         rather than listing lib/stat-macros.h manually.
14298         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
14299
14300 2005-03-22  Jim Meyering  <jim@meyering.net>
14301
14302         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
14303
14304 2005-03-22  Bruno Haible  <bruno@clisp.org>
14305
14306         * config/srclist.txt: Replace target directory 'config' with
14307         'build-aux'.
14308         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
14309         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
14310         ../build-aux/.
14311
14312 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
14313
14314         * modules/chdir-long (Depends-on): Add mempcpy.
14315
14316         * modules/acl, modules/backupfile, modules/c-strtod,
14317         modules/c-strtold, modules/canon-host, modules/canonicalize,
14318         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
14319         modules/exclude, modules/exitfail, modules/file-type,
14320         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
14321         modules/getdate, modules/getline, modules/getpagesize,
14322         modules/getpass, modules/getugroups, modules/group-member,
14323         modules/hard-locale, modules/hash, modules/human, modules/idcache,
14324         modules/inttostr, modules/long-options, modules/makepath,
14325         modules/md5, modules/memcasecmp, modules/memcoll,
14326         modules/modechange, modules/mountlist, modules/path-concat,
14327         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
14328         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
14329         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
14330         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
14331         modules/strftime, modules/strndup, modules/strverscmp,
14332         modules/timespec, modules/unlocked-io, modules/userspec,
14333         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
14334         modules/yesno:
14335         Remove lib_SOURCES line from Makefile.am section, as this is now
14336         done automatically by the corresponding Autoconf macro.
14337
14338 2005-03-21  Jim Meyering  <jim@meyering.net>
14339
14340         Changes imported from coreutils.
14341
14342         * lib/cycle-check.c: Don't include xalloc.h.
14343
14344         * lib/path-concat.c: Don't include assert.h.
14345         (path_concat): Remove assertion that would have triggered
14346         for ABASE starting with more than one slash.
14347         Reported by Andreas Schwab.
14348
14349         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
14350         properly when ABASE is an absolute file name.
14351         Correct the description of this function.
14352         Include <assert.h>.
14353         Add an assertion and a test driver.
14354         This fixes a bug introduced on 2004-07-02.
14355         Andreas Schwab reported the resulting failure of cp --parents:
14356         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
14357
14358 2005-03-21  Jim Meyering  <jim@meyering.net>
14359
14360         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
14361         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
14362
14363 2005-03-21  Jim Meyering  <jim@meyering.net>
14364         and  Paul Eggert  <eggert@cs.ucla.edu>
14365
14366         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
14367         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
14368         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
14369         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
14370         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
14371         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
14372         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
14373         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
14374         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
14375         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
14376         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
14377         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
14378         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
14379         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
14380         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
14381         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
14382         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
14383         for these modules.
14384
14385 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14386
14387         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
14388         (which shouldn't happen), generate nothing instead of returning 0
14389         immediately, so that nstrftime (NULL, ...) doesn't return 0.
14390
14391 2005-03-16  Bruno Haible  <bruno@clisp.org>
14392
14393         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
14394         HAVE_LONGLONG_64BIT.
14395
14396 2005-03-16  Bruno Haible  <bruno@clisp.org>
14397
14398         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
14399         HAVE_LONGLONG_64BIT.
14400
14401 2005-03-16  Bruno Haible  <bruno@clisp.org>
14402
14403         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
14404         HAVE_LONGLONG_64BIT.
14405
14406 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14407
14408         * lib/strftime.c (my_strftime): Prepend space to format so that we can
14409         reliably distinguish strftime failure from empty output on POSIX
14410         hosts.
14411
14412 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14413
14414         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
14415         (iconv_string): Don't guess a size-zero buffer, as that might cause
14416         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
14417         result would be 'too large', where 'too large' is (heuristically)
14418         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
14419         overflow concerns.  This will prevent some unwanted malloc failures
14420         when the inputs are very large.
14421
14422 2005-03-15  Karl Berry  <karl@gnu.org>
14423
14424         * config/srclist.txt (config.rpath): from gettext.
14425         * config/config.rpath: update.
14426
14427 2005-03-15  Bruno Haible  <bruno@clisp.org>
14428
14429         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
14430         to 'negate'.
14431
14432         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
14433         variable.
14434
14435         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
14436         results.
14437
14438 2005-03-14  Simon Josefsson  <jas@extundo.com>
14439
14440         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
14441         <fx@gnu.org>.
14442
14443 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
14444
14445         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
14446         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
14447         intprops.h.
14448         * lib/strtol.c: Likewise.
14449
14450 2005-03-14  Jim Meyering  <jim@meyering.net>
14451
14452         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
14453         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
14454         to be nonzero so that we (and caller) can detect the difference
14455         between a valid zero-length expansion and an error return, even
14456         when the underlying strftime fails before writing anything into
14457         that location.
14458
14459 2005-03-14  Bruno Haible  <bruno@clisp.org>
14460
14461         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
14462         Update from GNU gettext 0.14.3.
14463
14464 2005-03-10  Jim Meyering  <jim@meyering.net>
14465
14466         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
14467
14468 2005-03-10  Jim Meyering  <jim@meyering.net>
14469
14470         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
14471         so that this module works on systems without fchdir.
14472
14473 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
14474
14475         Factor int-properties macros into a single file, except for
14476         glibc-related files.
14477         * lib/intprops.h: New file.
14478         * lib/getloadavg.c: Include it instead of limits.h.
14479         (INT_STRLEN_BOUND): Remove.
14480         * lib/human.c: Include intprops.h.
14481         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
14482         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
14483         302/1000.
14484         * lib/inttostr.h: Include intprops.h instead of limits.h.
14485         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
14486         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
14487         for consistency with intprops.h.
14488         (time_t_is_integer, twos_complement_arithmetic): Use them.
14489         * lib/sig2str.h: Include <signal.h>, intprops.h.
14490         (INT_STRLEN_BOUND): Remove.
14491         * lib/strftime.c (TYPE_SIGNED): Remove.
14492         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
14493         * lib/strtol.c: Adjust comments to match intprops.h.
14494         * lib/userspec.c: Include intprops.h.
14495         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
14496         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
14497         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
14498         instead of rolling our own expressions.
14499         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
14500
14501         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
14502         instead of int.
14503         (my_strftime): Do not mishandle years close to INT_MAX, by doing
14504         the right thing even if adding 1900 would overflow.  Similarly
14505         for tm_mon + 1 and tm_yday + 1.
14506         Make %Y always equivalent to %C%y, and similarly for %G and %g.
14507         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
14508         (DO_SIGNED_NUMBER): New macro.
14509         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
14510
14511 2005-03-07  Bruno Haible  <bruno@clisp.org>
14512
14513         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
14514
14515 2005-03-07  Bruno Haible  <bruno@clisp.org>
14516
14517         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
14518
14519 2005-03-04  Derek R. Price  <derek@ximbiot.com>
14520
14521         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
14522         (func_import): Only replace files via --import when they have actually
14523         changed.
14524
14525 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14526
14527         * m4/mmap-anon.m4: New file.
14528         * m4/pagealign_alloc.m4: New file.
14529
14530 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14531             Bruno Haible  <bruno@clisp.org>
14532
14533         * modules/pagealign_alloc: New file.
14534         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
14535
14536 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14537             Bruno Haible  <bruno@clisp.org>
14538
14539         * lib/pagealign_alloc.h: New file.
14540         * lib/pagealign_alloc.c: New file.
14541
14542 2005-03-03  Bruno Haible  <bruno@clisp.org>
14543
14544         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
14545         Use an all-permissive copyright notice, recommended by RMS.
14546
14547 2005-03-02  Bruno Haible  <bruno@clisp.org>
14548
14549         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
14550         of AIX, the replacement has to be done only after <string.h> is
14551         included, therefore not in config.h. stpncpy.h does the replacement,
14552         and stpncpy.c uses it.
14553
14554 2005-03-02  Bruno Haible  <bruno@clisp.org>
14555
14556         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
14557         stpncpy.c uses it.
14558
14559 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14560
14561         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
14562         The workaround isn't strictly needed for POSIX conformance, and
14563         it's too much of a pain to configure and maintain.  We'll ask
14564         people to fix their kernels instead.
14565         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
14566         (NANOSLEEP_BUG_WORKAROUND): Remove.
14567         (xnanosleep): Remove the workaround.
14568
14569 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14570
14571         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
14572         Reported by Derek Price.
14573         (Include): Add "timespec.h".
14574
14575         * modules/xnanosleep (Depends-on): Remove gethrxtime.
14576
14577 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14578
14579         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
14580         to detect nanosleep bug.
14581
14582 2005-03-01  Bruno Haible  <bruno@clisp.org>
14583
14584         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
14585
14586 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14587
14588         * modules/gethrxtime: New file.
14589         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
14590         (Depends-on): Add gethrxtime.
14591         (configure.ac): Add gl_XNANOSLEEP.
14592         (Makefile.am): Remove lib_SOURCES line.
14593
14594 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14595
14596         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
14597         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
14598
14599 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14600
14601         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
14602         * lib/timespec.h (gettime): Return void, since it always
14603         succeeds now.  All uses changed.
14604         * lib/gettime.c (gettime) Likewise.
14605         [HAVE_NANOTIME]: Prefer nanotime.
14606         Assume gettimeofday succeeds, as POSIX requires.
14607         Assime time () succeeds, since other code already does.
14608         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
14609         (timespec_subtract): Remove.
14610         (NANOSLEEP_BUG_WORKAROUND): New constant.
14611         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
14612         things considerably.  Use it only on GNU/Linux hosts, since the
14613         workaround shouldn't be needed elsewhere.
14614
14615 2005-02-24  Bruno Haible  <bruno@clisp.org>
14616
14617         * modules/gettext (Files): Add m4/glibc2.m4.
14618
14619 2005-02-24  Bruno Haible  <bruno@clisp.org>
14620
14621         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
14622         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
14623         * m4/progtest.m4:
14624         Update from GNU gettext 0.14.2.
14625         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
14626
14627 2005-02-24  Bruno Haible  <bruno@clisp.org>
14628
14629         * lib/localcharset.c: Update from GNU gettext 0.14.2.
14630         * lib/config.charset: Update from GNU gettext 0.14.2.
14631
14632 2005-02-24  Bruno Haible  <bruno@clisp.org>
14633
14634         * lib/gettext.h: Update from GNU gettext 0.14.2.
14635
14636 2005-02-23  Simon Josefsson  <jas@extundo.com>
14637
14638         * m4/iconvme.m4: New file.
14639
14640 2005-02-23  Jim Meyering  <jim@meyering.net>
14641
14642         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
14643         change.
14644         Thanks to Bruno Haible for catching it.
14645
14646 2005-02-22  Simon Josefsson  <jas@extundo.com>
14647
14648         * modules/iconvme: New file.
14649
14650         * MODULES.html.sh: Add iconvme.
14651
14652 2005-02-22  Simon Josefsson  <jas@extundo.com>
14653
14654         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
14655
14656 2005-02-22  Simon Josefsson  <jas@extundo.com>
14657
14658         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
14659
14660 2005-02-22  Jim Meyering  <jim@meyering.net>
14661
14662         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
14663         s/ifndef/ifdef/.
14664
14665 2005-02-20  Neil Conway  <neilc@samurai.com>
14666
14667         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
14668         returned by OSX/Darwin if the specified buffer is not large
14669         enough for the hostname.
14670
14671 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14672
14673         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
14674         pass it to _help, otherwise the latter coredumps trying to
14675         dereference state.root_argp.
14676
14677 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14678
14679         * modules/chdir-long (Depends-on): Add memrchr.
14680         * modules/memrchr (Files): Add lib/memrchr.h.
14681         (Include): "memrchr.h".
14682
14683 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14684
14685         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
14686
14687 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14688
14689         * lib/memrchr.h: New file.
14690         * lib/chdir-long.c: Include it.
14691         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
14692         Don't bother including stddef.h.
14693
14694 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
14695
14696         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
14697         inclusion.
14698         Include <sys/types.h>, for dev_t.
14699         (ME_DUMMY, ME_REMOTE): Move from here....
14700         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
14701         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
14702         Dmitry V. Levin.
14703         Include mountlist.h first, to test the interface.
14704
14705 2005-01-29  Bruno Haible  <bruno@clisp.org>
14706
14707         * lib/progname.c (program_name): Initialize.
14708         Needed when linking statically on MacOS X.
14709
14710 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14711
14712         Sync from coreutils.
14713         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
14714         (Depends-on): Add c-strtod.
14715         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
14716
14717 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14718
14719         Sync from coreutils.
14720         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
14721
14722         Remove files that are specific to coreutils.
14723         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
14724
14725 2005-01-28  Bruno Haible  <bruno@clisp.org>
14726
14727         * modules/javacomp: New file.
14728         * MODULES.html.sh (Java): Add javacomp.
14729
14730 2005-01-28  Bruno Haible  <bruno@clisp.org>
14731
14732         * m4/javacomp.m4: New file, from GNU gettext.
14733
14734 2005-01-28  Bruno Haible  <bruno@clisp.org>
14735
14736         * lib/javacomp.sh.in: New file, from GNU gettext.
14737         * lib/javacomp.h: New file, from GNU gettext.
14738         * lib/javacomp.c: New file, from GNU gettext.
14739
14740 2005-01-26  Simon Josefsson  <jas@extundo.com>
14741
14742         * lib/gai_strerror.c: Use GPL in header.
14743
14744 2005-01-26  Bruno Haible  <bruno@clisp.org>
14745
14746         * modules/javaexec: New file.
14747         * MODULES.html.sh (Java): Add javaexec.
14748
14749 2005-01-26  Bruno Haible  <bruno@clisp.org>
14750
14751         * m4/javaexec.m4: New file, from GNU gettext.
14752
14753 2005-01-26  Bruno Haible  <bruno@clisp.org>
14754
14755         * lib/javaexec.sh.in: New file, from GNU gettext.
14756         * lib/javaexec.h: New file, from GNU gettext.
14757         * lib/javaexec.c: New file, from GNU gettext.
14758
14759 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14760
14761         * modules/lchown (Depends-on): Remove lchown.h
14762
14763 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14764
14765         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
14766         must be defined if the header file was not found, in order
14767         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
14768
14769 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14770
14771         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
14772         initializers for struct pentry_state.
14773         (__argp_error): Check return value of __asprintf
14774         (__argp_failure): Translate error message
14775
14776         * lib/argp-parse.c: Removed braces around the expansion of N_()
14777
14778 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14779
14780         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
14781         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
14782         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
14783         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
14784         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
14785         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
14786         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
14787         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
14788         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
14789         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
14790         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
14791         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
14792         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
14793         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
14794         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
14795         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
14796         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
14797         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
14798         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
14799         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
14800         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
14801         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
14802         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
14803         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
14804         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
14805         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
14806         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
14807         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
14808         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
14809         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
14810         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
14811         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
14812         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
14813         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
14814         xstrtol.m4, xstrtoumax.m4, yesno.m4:
14815         Use an all-permissive copyright notice, recommended by RMS.
14816
14817 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
14818
14819         * modules/chdir-long (Depends-on): Remove mempcpy.
14820
14821 2005-01-21  Jim Meyering  <jim@meyering.net>
14822
14823         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
14824         same value as for Solaris 9.
14825
14826         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
14827         component length.  This included changing the parameter to be
14828         of type `char *' rather than `char const *'.
14829         * lib/chdir-long.h (chdir_long): Update prototype.
14830
14831         * lib/openat.c (fdopendir, fstatat): New functions.
14832         * lib/openat.h: Include headers required for use of DIR and struct
14833         stat.
14834         [AT_SYMLINK_NOFOLLOW]: Define.
14835         (fdopendir, fstatat): Add prototypes.
14836
14837 2005-01-21  Bruno Haible  <bruno@clisp.org>
14838
14839         * modules/classpath: New file.
14840         * MODULES.html.sh (Java): Add classpath.
14841
14842 2005-01-21  Bruno Haible  <bruno@clisp.org>
14843
14844         * lib/classpath.h: New file, from GNU gettext.
14845         * lib/classpath.c: New file, from GNU gettext.
14846
14847 2005-01-20  Simon Josefsson  <jas@extundo.com>
14848
14849         * modules/version-etc-fsf: New file.
14850
14851 2005-01-20  Simon Josefsson  <jas@extundo.com>
14852
14853         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
14854         * lib/version-etc.c: Remove version_etc_copyright.
14855         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
14856         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
14857
14858 2005-01-20  Simon Josefsson  <jas@extundo.com>
14859
14860         * lib/base64.h (isbase64): Add.
14861
14862         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
14863         using a unsigned prototype, don't inline.
14864         (base64_decode): Use it.
14865
14866 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14867
14868         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
14869         it.
14870
14871 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14872
14873         * lib/save-cwd.c (save_cwd): Remove code to support the case
14874         where fchdir is missing or flaky.
14875
14876 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14877
14878         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
14879
14880 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
14881
14882         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
14883         AC_LIBSOURCES now does this.
14884         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
14885         with new ullong_max module.
14886
14887 2005-01-19  Bruno Haible  <bruno@clisp.org>
14888
14889         * modules/sh-quote: New file.
14890         * MODULES.html.sh (Executing programs): Add sh-quote.
14891
14892 2005-01-19  Bruno Haible  <bruno@clisp.org>
14893
14894         * lib/sh-quote.h: New file, from GNU gettext.
14895         * lib/sh-quote.c: New file, from GNU gettext.
14896
14897 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14898
14899         Merge from coreutils.
14900         * m4/ullong_max.m4: New file.
14901         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
14902         (gl_MACROS): Assume localeconv exists.
14903
14904 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14905
14906         Merge changes from coreutils, as described below in several
14907         changelogs dated today.
14908
14909         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
14910         (O_DIRECTORY): Remove; not needed here, since "." must be
14911         a directory.  All uses removed.
14912         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
14913         universal on Suns, and we also need to test for IRIX.
14914         Revamp code to use 'if' rather than '#if'.
14915         Avoid unnecessary comparison of cwd->desc to 0.
14916
14917         * lib/utimens.c (futimens): Robustify the previous patch, by checking
14918         for known valid error numbers rather than observed invalid ones.
14919
14920 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14921
14922         * modules/ullong_max: New file.
14923
14924         * modules/chdir-long, modules/openat: New files.
14925         * modules/save-cwd (Depends-on): Depend on chdir-long.
14926         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
14927
14928 2005-01-18  Jim Meyering  <jim@meyering.net>
14929
14930         Merge from coreutils.
14931         * m4/chdir-long.m4, m4/openat.m4: New files.
14932         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
14933         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
14934         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
14935         is sane and DOES follow symlinks.  Besides, testing 20 different
14936         systems found no broken chown implementations.
14937         Prompted by a change in rsync's copy of this macro.
14938         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
14939
14940         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
14941
14942         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
14943         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
14944         NULL-means-set-to-current-time semantics.
14945         Remove temporary file immediately, rather than waiting
14946         for configure's at-exit trap code to do it.
14947
14948 2005-01-18  Jim Meyering  <jim@meyering.net>
14949
14950         * lib/version-etc.c (version_etc_copyright): Update copyright date.
14951
14952         * lib/utimens.c (futimens): Account for the fact that futimes
14953         can also fail with errno == ENOSYS or errno == ENOENT.
14954         Patch from Dmitry V. Levin.
14955
14956         Change the name of the robust chdir function from chdir to chdir_long.
14957         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
14958         (restore_cwd): Use chdir_long, not chdir.
14959         * lib/chdir-long.c: Renamed from chdir.c.
14960         * lib/chdir-long.h: Renamed from chdir.h.
14961         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
14962         Hurd.
14963
14964 2005-01-18  Bruno Haible  <bruno@clisp.org>
14965
14966         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
14967         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
14968         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
14969         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
14970         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
14971         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
14972         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
14973         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
14974         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
14975         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
14976         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
14977         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
14978         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
14979         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
14980         Use an all-permissive copyright notice, recommended by RMS.
14981
14982 2005-01-18  Bob Proulx  <bob@proulx.com>
14983
14984         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
14985         simplify offsetof() macro construct to avoid compile failure with
14986         native HP-UX 11.0 ANSI C compiler.
14987
14988 2005-01-17  Bruno Haible  <bruno@clisp.org>
14989
14990         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
14991         redundant because stpncpy.m4 takes care of it.
14992
14993 2005-01-17  Bruno Haible  <bruno@clisp.org>
14994
14995         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
14996
14997 2005-01-17  Bruno Haible  <bruno@clisp.org>
14998
14999         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
15000         used.
15001
15002 2005-01-17  Bruno Haible  <bruno@clisp.org>
15003
15004         * lib/fwriteerror.h (fwriteerror): Change specification to include
15005         fclose.
15006         * lib/fwriteerror.c: Include <stdbool.h>.
15007         (fwriteerror): At the end, close the file stream. Record whether
15008         stdout was already closed.
15009
15010 2005-01-17  Bruno Haible  <bruno@clisp.org>
15011
15012         * lib/execute.c (environ): Declare if needed.
15013         * lib/pipe.c (environ): Likewise.
15014         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
15015
15016 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15017
15018         * modules/argp: Depend on vsnprintf
15019
15020 2005-01-10  Jim Meyering  <jim@meyering.net>
15021
15022         * modules/closeout (Depends-on): Add atexit.
15023
15024 2005-01-06  Bruno Haible  <bruno@clisp.org>
15025
15026         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
15027
15028 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15029
15030         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
15031         definitions to be after all include files, to avoid collisions.
15032         Problem reported by Bob Proulx.
15033
15034 2005-01-04  Jim Meyering  <jim@meyering.net>
15035
15036         Changes imported from coreutils.
15037         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
15038         as the mkstemp template, use a temporary directory and an
15039         8.3-friendly template to avoid trouble on systems like DJGPP.
15040         Reported by Juan M. Guerrero via Stepan Kasal.
15041         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
15042         close. Remove the temporary directory right away, rather than waiting
15043         for configure's at-exit trap code to do it.
15044         Suggestion from Stepan Kasal.
15045
15046 2005-01-01  Simon Josefsson  <jas@extundo.com>
15047
15048         * gnulib-tool: Print #include directives when --import'ing.
15049
15050 2004-12-28  Simon Josefsson  <jas@extundo.com>
15051
15052         * tests/test-base64.c: Include required header files.  Remove
15053         unused variables.
15054
15055 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15056
15057         * modules/error (Depends-on): Remove gettext.
15058
15059 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15060
15061         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
15062         not needed.  This removes a dependency on the gettext module.
15063         [defined _LIBC]: Do not include <libintl.h>; not needed.
15064
15065 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15066
15067         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
15068         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
15069
15070 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15071
15072         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
15073         HAVE_DECL_STRTOLD.
15074
15075 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15076
15077         * modules/getdate (Depends-on): Remove alloca-opt.
15078
15079 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15080
15081         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
15082
15083 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15084
15085         * lib/argp-parse.c: Include <stddef.h>.
15086         (alignof, alignto): New macros.
15087         (parser_init): Don't assume that void * is aligned sufficiently
15088         for struct option.
15089
15090         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
15091         need to extend the stack.
15092         (YYINITDEPTH): New macro, so that the initial stack isn't overly
15093         large.
15094
15095 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15096
15097         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
15098
15099 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15100
15101         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
15102         (2004-10-24) change.  Apparently this was a false alarm.
15103
15104         * modules/getdate: Depend on alloca-opt, not alloca.
15105
15106 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15107
15108         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
15109         Remove now-obsolete comment about AIX.
15110         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
15111         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
15112         (YYMAXDEPTH): New macro.
15113
15114 2004-12-18  Simon Josefsson  <jas@extundo.com>
15115
15116         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
15117
15118 2004-12-18  Bruno Haible  <bruno@clisp.org>
15119
15120         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
15121
15122 2004-12-18  Bruno Haible  <bruno@clisp.org>
15123
15124         * lib/fatal-signal.c (fatal_signals): Make non-const.
15125         (init_fatal_signals): New function.
15126         (uninstall_handlers, install_handlers): Ignore signals that were set to
15127         SIG_IGN.
15128         (at_fatal_signal): Call init_fatal_signals.
15129         (init_fatal_signal_set): Likewise. Ignore signals that were set to
15130         SIG_IGN.
15131         Reported by Paul Eggert.
15132
15133 2004-12-18  Bruno Haible  <bruno@clisp.org>
15134
15135         * doc/alloca.texi: New file.
15136         * doc/alloca-opt.texi: New file.
15137
15138 2004-12-17  Jim Meyering  <jim@meyering.net>
15139
15140         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
15141         Otherwise, install-sh could exit with improper exit status when
15142         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
15143
15144 2004-12-16  Simon Josefsson  <jas@extundo.com>
15145
15146         * tests/test-base64.c: Add license.
15147
15148 2004-12-15  Stepan Kasal  <address@hidden>
15149
15150         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
15151
15152 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
15153
15154         * modules/getcwd (Files): Add m4/d-ino.m4.
15155         Suggested by Mark D. Baushke.
15156
15157 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15158
15159         * lib/getdate.y (textint): New member "negative".
15160         (time_zone_hhmm): New function.
15161         Expect 14 shift-reduce conflicts, not 13.
15162         (o_colon_minutes): New rule.
15163         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
15164         (yylex): Set the "negative" member of signed numbers.
15165
15166 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15167
15168         * doc/getdate.texi (Time of day items, Time zone items):
15169         Describe new formats +00:00, UTC+00:00.
15170
15171 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15172
15173         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
15174         spurious "-l"s.  Problem reported by Stepan Kasal.
15175
15176 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
15177
15178         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
15179         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
15180
15181 2004-12-04  Simon Josefsson  <jas@extundo.com>
15182
15183         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
15184         Vandoorselaere <yoann@prelude-ids.org>.
15185
15186 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15187
15188         Changes imported from coreutils.
15189         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
15190         exist.
15191         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
15192
15193 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15194
15195         Changes imported from coreutils.
15196         * lib/hard-locale.c: Assume <locale.h> exists.
15197         Include "strdup.h".
15198         (GLIBC_VERSION): New macro.
15199         (hard_locale): Assume setlocale exists.
15200         Rewrite to avoid #ifdef.
15201         Use strdup rather than malloc + strcpy.
15202         * lib/human.c: Assume <locale.h> exists.
15203         (human_readable): Assume localeconv exists.
15204
15205 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15206
15207         * modules/hard-locale (Depends-on): Add strdup.
15208
15209 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
15210
15211         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
15212         convert T2, not T.  (Imported from libc.)
15213
15214 2004-11-30  Simon Josefsson  <jas@extundo.com>
15215
15216         * modules/restrict (License): Change to LGPL.
15217
15218 2004-11-30  Simon Josefsson  <jas@extundo.com>
15219
15220         * m4/restrict.m4: Add copyright and copying conditions.
15221
15222 2004-11-30  Simon Josefsson  <jas@extundo.com>
15223
15224         * m4/base64.m4: New file.
15225
15226 2004-11-30  Simon Josefsson  <jas@extundo.com>
15227
15228         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
15229         base64.
15230
15231         * tests/test-base64.c: New file.
15232
15233         * modules/base64: New file.
15234
15235 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15236
15237         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
15238         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
15239
15240         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
15241
15242 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15243
15244         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
15245         (__getcwd.c): Don't restore errno; glibc doesn't.
15246         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
15247         first, falling back to our code only if its results look suspicious.
15248         Ensure that the resulting buffer is only as large as necessary.
15249
15250         * lib/readutmp.c: Include readutmp.h first.
15251         Include <errno.h>, since readutmp.h no longer does that.
15252         * lib/readutmp.h: Don't include <errno.h>,
15253         <sys/param.h>, <time.h>; not needed to establish interface.
15254         (errno): Remove decl.
15255         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
15256         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
15257         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
15258
15259 2004-11-28  Simon Josefsson  <jas@extundo.com>
15260
15261         * lib/base64.h, base64.c: New file.
15262
15263 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
15264
15265         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
15266
15267 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
15268
15269         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
15270         (Depends-on): Remove pathmax, same.  Add mempcpy.
15271         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
15272         (Makefile.am): Append getcwd.h to lib_SOURCES.
15273         (Include): Add getcwd.h.
15274         (Maintainer): Change from Jim Meyering to "all, glibc",
15275         since getdate now uses intended-for-glibc code.
15276         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
15277         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
15278
15279 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15280
15281         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
15282         HP's ANSI C compiler.
15283         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
15284         Declaring int functions causes warnings on some modern systems and
15285         shouldn't be needed to compile on ancient ones.
15286         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
15287         defined.
15288
15289         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
15290         with the following changes.
15291         (__set_errno): Parenthesize properly.
15292         Include <stdbool.h>.
15293         (MIN, MAX, MATCHING_INO): New macros.
15294         (__getcwd): Define with prototype, not K&R form.
15295         Use heuristics to allocate default buffer on stack if possible.
15296         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
15297         behavior, and to avoid the PATH_MAX limit when computing
15298         ../../../../...
15299         Use MATCHING_INO to compare inode number to file.
15300         Check for arithmetic overflow in size calculations.
15301         Fix bug in reallocation of dot array that caused getcwd to fail
15302         on directories nested deeper than 75.
15303         Be more careful about saving errno on error.
15304         Do not use realloc; use only free+malloc, as this is a bit
15305         more flexible and avoids a needless copy operation.
15306         Do not inspect st_dev and st_ino for symbolic links; POSIX
15307         doesn't specify the latter.
15308         Check for closedir errors.
15309         Avoid needless casts.
15310         Use "#ifdef weak_alias" around weak_alias, to be like other
15311         glibc code.
15312         The following changes to getcwd.c have effect only when used in
15313         gnulib; they have no effect inside glibc proper.
15314         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
15315         as alloca isn't used.
15316         (alloca, __alloca): Likewise.
15317         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
15318         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
15319         unconditionally, as gnulib assumes C89 or better.
15320         Do not include <sys/param.h>.
15321         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
15322         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
15323         better.
15324         (NULL) [!defined NULL]: Remove; we assume C89 or better.
15325         Include <dirent.h> in a way that is compatible with modern Autoconf.
15326         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
15327         New macros, if not already defined.
15328         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
15329         Use "_LIBC", not "defined _LIBC", for consistency.
15330         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
15331         a mempcpy module.
15332         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
15333         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
15334         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
15335         credit only to Jim Meyering and adjust the copyright dates.
15336         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
15337         <stdlib.h>, <unistd.h>, "pathmax.h".
15338         Instead, include "xgetcwd.h" (first) and "getcwd.h".
15339         (INITIAL_BUFFER_SIZE): Remove.
15340         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
15341
15342 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15343
15344         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
15345         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
15346         Use the _ONCE methods, for efficiency.
15347         Check for fcntl.h.  In test program, include <errno.h>
15348         and <fcntl.h> if available.  Remove old K&R cruft from
15349         test program.  Check for common errors in GNU/Linux,
15350         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
15351         don't do AC_LIBOBJ, as that's getcwd.m4's job.
15352         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
15353         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
15354         name accordingly.
15355         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
15356         accommodate new getcwd.c.
15357         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
15358         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
15359         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
15360         that's all we need now.
15361
15362 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15363
15364         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
15365         argp-parse.c depends on getopt internals, that means we should
15366         always use our getopt, to be on the safe side.
15367         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
15368         order not to spoil the result of an eventual previous invocation
15369         of gl_GETOPT_SUBSTITUTE.
15370
15371 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15372
15373         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
15374         redefinition warnings. To avoid them, include the defines
15375         in `#if !defined __need_getopt ... #endif'. The only place
15376         where __getopt_argv_const is used is in definitions
15377         of getopt_long and getopt_long_only below, which are as well
15378         protected by `#ifndef __need_getopt'.
15379         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
15380         __need_getopt after including <stdio.h> and <unistd.h> These
15381         headers might have defined it.
15382
15383 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15384
15385         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
15386
15387 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15388
15389         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
15390         (futimens): New function, which uses futimes if available.
15391         (futimens, utimens): Support timespec==NULL, with same semantics
15392         as utime and utimens.
15393         * lib/utimens.h (futimens): New decl.
15394
15395 2004-11-23  Jim Meyering  <jim@meyering.net>
15396
15397         * lib/getopt_.h: Remove trailing blanks.
15398
15399 2004-11-23  Jim Meyering  <jim@meyering.net>
15400
15401         * lib/__fpending.c: Add comment.
15402
15403 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
15404
15405         * modules/canonicalize (Depends-on): Add xreadlink.
15406         Problem reported by James Youngman.
15407
15408 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15409
15410         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
15411         New macros.
15412         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
15413         optopt): Use them instead of invoking ## directly; otherwise, the
15414         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
15415
15416 2004-11-19  Bruno Haible  <bruno@clisp.org>
15417
15418         * lib/strtok_r.c: Move comments from here...
15419         * lib/strtok_r.h: ... to here.
15420
15421 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15422
15423         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
15424         implementations that mishandle size_t overflow.
15425
15426 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15427
15428         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
15429         might fail.  Problem reported by Yoann Vandoorselaere.
15430         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
15431         implementations that mishandle size_t overflow.
15432
15433 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15434
15435         * modules/canon-host (Depends-on): Add strdup.
15436
15437 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15438
15439         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
15440
15441 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15442
15443         * lib/canon-host.c: Include "strdup.h".
15444         (canon_host): Use getaddrinfo if available, so that IPv6 works.
15445         Use strdup instead of malloc/strcpy to duplicate strings.
15446
15447         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
15448         (human_space_before_unit): New constant.
15449         * lib/human.c (human_readable): Support it.
15450
15451         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
15452         (xgetcwd): Set errno correctly when failing.
15453         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
15454         the failure is actually due to a PATH_MAX problem.
15455
15456         Further getopt changes to make it more likely that glibc will
15457         buy the changes back.
15458         * lib/getopt.c (POSIXLY_CORRECT): New constant.
15459         (getopt): Use it, so to preserve glibc semantic
15460         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
15461         when compiling for libc.
15462         * lib/getopt_.h (__getopt_argv_const): Bring it back.
15463         (getopt_long, getopt_long_only): Use it.
15464
15465         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15466         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
15467         (getopt): Argv is now char * const *, as per standard.
15468         (_getopt_internal_r, _getopt_internal): Argv is now char **,
15469         not char *__getopt_argv_const *.
15470         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15471         _getopt_long_only_r): Likewise.
15472         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
15473         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15474         _getopt_long_r, _getopt_long_only_r): Likewise.
15475         * lib/getopt_.h (__getopt_argv_const): Remove.
15476         (getopt): Argv is now char * const *, as per standard.
15477
15478         * lib/getdate.y (tORDINAL): New token.
15479         (day, relunit): Allow it for relative times.
15480         (relative_time_table): Use tORDINAL for ordinals.
15481
15482 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15483
15484         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
15485         Document that "second" isn't allowed as an ordinal number.
15486
15487 2004-11-16  Jim Meyering  <jim@meyering.net>
15488
15489         * modules/closeout (Depends-on): Add fpending.
15490
15491 2004-11-15  Jim Meyering  <jim@meyering.net>
15492
15493         * lib/closeout.c: Include "__fpending.h" once again.
15494         Include <stdbool.h>.
15495         (close_stdout): Don't fail just because stdout was closed initially,
15496         since some programs don't write to stdout in the normal course of
15497         operation (other than --version and --help), and we don't want this
15498         function to make e.g. `touch file >&-' fail.
15499         But do fail if it was closed and someone has tried to write to it.
15500         E.g., `printf foo >&-' must fail.
15501
15502 2004-11-13  Jim Meyering  <jim@meyering.net>
15503
15504         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
15505
15506 2004-11-12  Simon Josefsson  <jas@extundo.com>
15507
15508         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
15509         small doc fix is still pending.
15510
15511 2004-11-11  Simon Josefsson  <jas@extundo.com>
15512
15513         * modules/strtok_r: New file.
15514
15515         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15516         strtok_r.
15517
15518 2004-11-11  Simon Josefsson  <jas@extundo.com>
15519
15520         * m4/strtok_r.m4: New file.
15521
15522         * m4/getopt.m4: Replace opterr.
15523
15524 2004-11-11  Simon Josefsson  <jas@extundo.com>
15525
15526         * lib/strtok_r.h, strtok_r.c: New file.
15527
15528 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15529
15530         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
15531         of replacing opterr, getopt, etc.  This should handle the
15532         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
15533
15534 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15535
15536         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
15537         we can stop lying to compilers about the constness of argv when we
15538         are compiled outside glibc.
15539         (getopt, getopt_long, getopt_long_only): Use it.
15540         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15541         _getopt_internal, getopt): Likewise.
15542         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15543         _getopt_long_only_r): Likewise.
15544         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15545         _getopt_long_r, _getopt_long_only_r): Likewise.
15546
15547         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
15548         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
15549         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
15550         the other external symbols.
15551         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
15552         declaration, since the above renaming now works around collisions.
15553
15554 2004-11-11  Jim Meyering  <jim@meyering.net>
15555
15556         * lib/linebreak.c: Remove trailing blanks.
15557         * lib/alloca_.h: Likewise.
15558         * lib/acosl.c: Likewise.
15559         * lib/euidaccess.c: Likewise.
15560         * lib/allocsa.h: Likewise.
15561
15562 2004-11-10  Simon Josefsson  <jas@extundo.com>
15563
15564         * m4/getaddrinfo.m4: New file.
15565
15566 2004-11-10  Simon Josefsson  <jas@extundo.com>
15567
15568         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
15569
15570 2004-11-10  Simon Josefsson  <jas@extundo.com>
15571
15572         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15573         getaddrinfo.
15574
15575         * modules/getaddrinfo: New file.
15576
15577 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15578
15579         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
15580
15581 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15582
15583         * lib/mktime.c (SHR): New macro, which is a portable
15584         substitute for >> that should work even on Crays.
15585         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
15586         Problem reported by Mark D. Baushke in
15587         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
15588         * lib/getdate.y (SHR): Likewise.
15589         (tm_diff): Use it.
15590         * lib/strftime.c (SHR): Likewise.
15591         (tm_diff): Use it.
15592         * lib/quotearg.c (struct quoting_options): Use unsigned int for
15593         quote_these_too, so that right shifts are well defined.  All uses
15594         changed.
15595
15596 2004-11-10  Jim Meyering  <jim@meyering.net>
15597
15598         Ensure that no close failure goes unreported.
15599         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
15600         return early when it seems there's nothing to flush.
15601         Don't include __fpending.h.
15602
15603 2004-11-10  Jim Meyering  <jim@meyering.net>
15604
15605         * modules/closeout (Depends-on): Remove fpending.
15606
15607 2004-11-10  Jim Meyering  <jim@meyering.net>
15608
15609         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
15610
15611 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15612
15613         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
15614         gl_FUNC_STRFTIME.
15615         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
15616         and AC_REQUIRE when possible, to avoid duplicate checks.
15617         Check for <wchar.h>.
15618
15619 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15620
15621         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
15622
15623 2004-11-09  Bruno Haible  <bruno@clisp.org>
15624
15625         * m4/sockpfaf.m4: New file.
15626
15627 2004-11-05  Bruno Haible  <bruno@clisp.org>
15628
15629         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
15630         Reported by Mark D. Baushke <mdb@cvshome.org>.
15631
15632 2004-11-04  Bruno Haible  <bruno@clisp.org>
15633
15634         2004-09-11  Bruno Haible  <bruno@clisp.org>
15635                 * allocsa.valgrind: New file.
15636         2004-02-06  Bruno Haible  <bruno@clisp.org>
15637                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
15638                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
15639                 Reported by Christopher Seip <chris.seip@hp.com>.
15640
15641 2004-11-04  Bruno Haible  <bruno@clisp.org>
15642
15643         * modules/allocsa (Files): Add lib/allocsa.valgrind.
15644         (Makefile.am): Distribute it.
15645
15646 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
15647
15648         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
15649         with errno == ERANGE if the buffer is too small.
15650         Problem reported by Mark D. Baushke.
15651
15652 2004-11-03  Albert Chin  <china@thewrittenword.com>
15653             Paul Eggert  <eggert@cs.ucla.edu>
15654
15655         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
15656         equivalent, substitute $ac_type for equivalent type rather than
15657         blindly using uint32_t *always* which won't work if uint32_t is not
15658         available.  Define _UINT32_T to work around typedef of uint32_t if
15659         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
15660         2.5.1.
15661
15662 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15663
15664         * m4/jm-macros.m4: Sync from coreutils.
15665         (gl_MACROS): Check for mbrlen, for pathchk.
15666         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
15667
15668 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15669
15670         * lib/xreadlink.c (MAXSIZE): New macro.
15671         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
15672         size does not exceed MAXSIZE.  Avoid cast.
15673         As suggested by Mark D. Baushke in
15674         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
15675         if readlink fails with buffer size just under MAXSIZE, try again
15676         with MAXSIZE.
15677
15678 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15679
15680         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
15681
15682 2004-11-02  Derek R. Price  <derek@ximbiot.com>
15683         and  Paul Eggert  <eggert@cs.ucla.edu>
15684
15685         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
15686         (get_date): Overparenthesize to avoid GCC warning.
15687
15688 2004-11-02  Bruno Haible  <bruno@clisp.org>
15689
15690         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
15691         returns void.
15692
15693 2004-11-02  Bruno Haible  <bruno@clisp.org>
15694
15695         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
15696         function returns void.
15697
15698 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15699
15700         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
15701         fflush_unlocked, flockfile, funlockfile, funlockfile,
15702         fputs_unlocked, putc_unlocked.
15703
15704 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15705
15706         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15707         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
15708         already declared.
15709
15710 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15711
15712         * modules/getdate (Files): Add doc/getdate.texi.
15713         (Depends-on): Add setenv, xalloc.
15714
15715 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15716
15717         * lib/getdate.y: Add support for TZ="foo" within a date string.
15718         Fix some bugs near time_t boundaries.  Reject dates with
15719         out-of-range components, e.g., "Sept 31".
15720         Include <stdlib.h>, "setenv.h", "xalloc.h".
15721         (ISDIGIT_LOCALE): Remove; unused.
15722         Note that the TZ and time functions used here are not reentrant.
15723         (mktime_ok, get_tz): New functions.
15724         (TZBUFSIZE): New constant.
15725         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
15726         This requires that we sometimes generate our own TZ="XXX..." setting.
15727
15728 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15729
15730         * doc/getdate.texi: New file, from coreutils with modifications for
15731         the new TZ parsing.
15732
15733 2004-10-27  Derek R. Price  <derek@ximbiot.com>
15734
15735         * lib/mktime.c (not_equal_tm): Remove redundant check.
15736
15737 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15738
15739         * modules/regex (lib_SOURCES): Add regex.c.
15740         Reported by James Youngman in
15741         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
15742
15743 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15744
15745         * lib/getdate.y: Use Bison 1.875 features, and some minor
15746         code cleanups.  This change does not affect semantics.
15747         Don't include <stdlib.h>; no longer needed.
15748         Don't include unlocked-io.h; only the "#if TEST" code uses
15749         stdio, and performance isn't crucial there.
15750         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
15751         Bison 1.875 features as described below.
15752         All uses of "PC." replaced by "pc->".
15753         (YYSTYPE): Add a forward declaration.
15754         (yylex, yyerror): Use full prototypes in forward decls.
15755         Use "%pure-parser" rather than obsolescent "%pure_parser".
15756         Use %parse-param and %lex-param instead of obsolescent
15757         YYPARSE_PARAM and YYLEX_PARAM.
15758         (meridian_table, month_and_day_table, time_units_table,
15759         relative_time_table, time_zone_table, military_table,
15760         lookup_zone, lookup_word, get_date):
15761         Use NULL instead of 0 where appropriate.
15762         (to_hour): Avoid abort (), to avoid a dependency on
15763         stdlib.h.
15764         (yyerror, yylex): Now accepts parser_control * arg.
15765         (main) [TEST]: Use '\0' rather than 0 for char.
15766
15767 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15768
15769         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
15770
15771 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15772
15773         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
15774         It's now the caller's responsibility to handle the case where
15775         !HAVE_GETPAGESIZE && !defined getpagesize.
15776
15777         * lib/mktime.c (leapyear): Arg is long int, not int.
15778
15779 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
15780
15781         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
15782
15783 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
15784
15785         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
15786         missing.  Problem reported by James Youngman.
15787
15788 2004-10-16  Simon Josefsson  <jas@extundo.com>
15789
15790         * gnulib-tool: Fix comments.  Fix parse problem.
15791         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
15792
15793 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
15794
15795         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
15796         implementation of getopt_long.  Problem reported by Alexander Taler in:
15797         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
15798
15799 2004-10-15  Bruno Haible  <bruno@clisp.org>
15800
15801         * gnulib-tool: Untabify. Initialize supplied_libname.
15802         (func_usage): More homogenous output.
15803         (func_modules_transitive_closure, func_modules_to_filelist,
15804         func_emit_lib_Makefile_am): New functions.
15805         (func_import): New function, extracted from big case statement. Use
15806         func_get_license, func_modules_transitive_closure,
15807         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
15808         opt_lgpl. Don't use test -a, as it's not portable.
15809         (func_create_testdir): Use func_modules_transitive_closure,
15810         func_modules_to_filelist, func_emit_lib_Makefile_am.
15811
15812 2004-10-15  Bruno Haible  <bruno@clisp.org>
15813
15814         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
15815
15816 2004-10-15  Bruno Haible  <bruno@clisp.org>
15817
15818         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
15819         the portions belonging to each module.
15820         Suggested by Derek Robert Price <derek@ximbiot.com>.
15821
15822 2004-10-12  Simon Josefsson  <jas@extundo.com>
15823
15824         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15825         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
15826         to real functions.
15827
15828 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15829
15830         * modules/vsnprintf: New file.
15831
15832 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15833
15834         * m4/vsnprintf.m4: New file.
15835
15836 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15837
15838         * lib/vsnprintf.h: New file.
15839         * lib/vsnprintf.c: New file.
15840
15841 2004-10-11  Bruno Haible  <bruno@clisp.org>
15842
15843         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
15844         vsnprintf.
15845
15846 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
15847
15848         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
15849
15850 2004-10-07  Bruno Haible  <bruno@clisp.org>
15851
15852         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
15853         fits into the provided buffer.
15854
15855 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
15856
15857         * lib/diacrit.c, diacrit.h: Add GPL notice.
15858
15859         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
15860         notice.
15861         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
15862         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
15863         This avoids a potential constant-folding bug.
15864
15865 2004-10-05  Bruno Haible  <bruno@clisp.org>
15866
15867         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
15868         for the declaration of strsep.
15869
15870 2004-10-05  Bruno Haible  <bruno@clisp.org>
15871
15872         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
15873
15874 2004-10-04  Simon Josefsson  <jas@extundo.com>
15875
15876         * modules/memmem: New file.
15877         * tests/test-memmem.c: New file.
15878         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
15879
15880 2004-10-04  Simon Josefsson  <jas@extundo.com>
15881
15882         * m4/memmem.m4: New file.
15883
15884 2004-10-04  Simon Josefsson  <jas@extundo.com>
15885
15886         * lib/memmem.h: New file.
15887         * lib/memmem.c: New file, taken from glibc.
15888
15889 2004-10-04  Simon Josefsson  <jas@extundo.com>
15890
15891         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
15892         '#ifdef USE_UNLOCKED_IO'.
15893
15894 2004-10-04  Simon Josefsson  <jas@extundo.com>
15895
15896         * config/srclist.txt: Add memmem from glibc.
15897
15898 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15899
15900         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
15901
15902         * modules/argmatch, modules/argp, modules/closeout, modules/error,
15903         modules/exclude, modules/getdate, modules/getline,
15904         modules/getndelim2, modules/getpass, modules/getpass-gnu,
15905         modules/getusershell, modules/linebuffer, modules/md5,
15906         modules/mountlist, modules/posixtm, modules/readtokens,
15907         modules/readutmp, modules/regex, modules/sha1,
15908         modules/version-etc, modules/yesno:
15909         Remove dependency on unlocked-io.
15910
15911 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15912
15913         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
15914
15915         * m4/unlocked-io.m4: Add copyright notice.
15916         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
15917
15918 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15919
15920         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
15921         * lib/xmalloc.c (xmemdup): Likewise.
15922         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
15923         XFREE): Remove these long-obsolescent macros.
15924         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
15925         * lib/xstrdup.c: Remove.
15926
15927         * lib/regex.c (re_comp): Cast gettext return value to char *,
15928         Problem reported by Martin Neitzel via Mark D. Baushke.
15929
15930 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15931
15932         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
15933         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
15934         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
15935         regex.c, sha1.c, version-etc.c, yesno.c:
15936         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
15937         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
15938         the includer's responsibility.
15939
15940         Sync from coreutils.
15941
15942         * lib/modechange.c (mode_compile): Don't decrement a pointer that
15943         points to the start of a string, as the C Standard says the
15944         resulting behavior is undefined.
15945
15946         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
15947         simple -> simple_backups, numbered_existing ->
15948         numbered_existing_backups, numbered -> numbered_backups
15949         to avoid shadowing problems.  All uses changed.
15950         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
15951         * lib/backupfile.c (check_extension, numbered_backup):
15952         Rename locals to avoid shadowing 'basename'.
15953         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
15954         once.
15955
15956         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
15957         * lib/.cvsignore: Add getopt.h.
15958
15959 2004-10-04  Bruno Haible  <bruno@clisp.org>
15960
15961         * modules/README: New file.
15962         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
15963         not a module.
15964
15965 2004-10-02  Jim Meyering  <jim@meyering.net>
15966
15967         * lib/dirfd.h, getpagesize.h: Add copyright notice.
15968
15969 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15970
15971         * modules/strsep: New file.
15972
15973 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15974
15975         * m4/strsep.m4: New file.
15976
15977 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15978
15979         * lib/strsep.h: New file.
15980         * lib/strsep.c: New file.
15981
15982 2004-10-01  Simon Josefsson  <jas@extundo.com>
15983
15984         * lib/snprintf.c (snprintf): Handle size==0.
15985
15986 2004-10-01  Simon Josefsson  <jas@extundo.com>
15987             Bruno Haible  <bruno@clisp.org>
15988
15989         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
15990         (snprintf): Declare 'args'.
15991
15992 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
15993
15994         * lib/snprintf.c: Remove comments as to why each header is needed.
15995
15996 2004-10-01  Bruno Haible  <bruno@clisp.org>
15997
15998         * MODULES.html.sh: Add strsep.
15999
16000 2004-09-30  Simon Josefsson  <jas@extundo.com>
16001
16002         * modules/snprintf: New file.
16003
16004 2004-09-30  Simon Josefsson  <jas@extundo.com>
16005
16006         * m4/snprintf.m4: New file.
16007
16008 2004-09-30  Simon Josefsson  <jas@extundo.com>
16009
16010         * lib/snprintf.h, lib/snprintf.c: New files.
16011
16012 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16013
16014         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
16015         (hol_entry_help): Never translate an empty string.
16016         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
16017         * lib/argp.h (OPTION_NO_TRANS): New option.
16018
16019 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16020
16021         * modules/argp (Maintainer): Replace Simon Josefsson
16022         by Sergey Poznyakoff.
16023
16024 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16025
16026         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
16027         changes merged back into glibc.
16028
16029 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16030
16031         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
16032
16033 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
16034
16035         * lib/xvasprintf.c: Include xalloc.h.
16036         (xvasprintf): Use xalloc_die, not xmalloc_die.
16037
16038 2004-09-29  Bruno Haible  <bruno@clisp.org>
16039
16040         * modules/alloca-opt: New file, derived from modules/alloca.
16041         * modules/allocsa: Depend on alloca-opt instead of alloca.
16042         * modules/setenv: Likewise.
16043         * modules/vasnprintf: Likewise.
16044         * MODULES.html.sh: Add alloca-opt.
16045
16046 2004-09-28  Simon Josefsson  <jas@extundo.com>
16047
16048         * gnulib-tool: New parameter --lgpl, to asseert that modules are
16049         LGPL, and to replace license template from GPL to LGPL.
16050
16051 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16052
16053         * modules/dummy: Change license to LGPL.
16054
16055 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16056
16057         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
16058
16059 2004-09-24  Simon Josefsson  <jas@extundo.com>
16060
16061         * modules/minmax (License): Change from GPL to LGPL.
16062
16063 2004-09-23  Simon Josefsson  <jas@extundo.com>
16064
16065         * gnulib-tool (--import): Typo.
16066
16067 2004-09-23  Simon Josefsson  <jas@extundo.com>
16068
16069         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
16070
16071 2004-09-22  Bruno Haible  <bruno@clisp.org>
16072
16073         * modules/*: Add 'License' field.
16074         * gnulib-tool: Accept --extract-license option.
16075         (func_get_license): New function.
16076
16077 2004-09-21  Bruno Haible  <bruno@clisp.org>
16078
16079         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
16080         Reported by Simon Josefsson.
16081
16082 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16083
16084         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
16085         gl_AC_TYPE_LONG_LONG.
16086
16087 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16088
16089         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
16090
16091 2004-09-18  Simon Josefsson  <jas@extundo.com>
16092         and  Paul Eggert  <eggert@cs.ucla.edu>
16093
16094         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
16095         calls with autoreconf.  Define GL_LIB.
16096
16097 2004-09-14  Karl Berry  <karl@gnu.org>
16098
16099         * config/srclist.txt: unsync setenv.c, sigh.
16100
16101 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16102
16103         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
16104         Problem reported by Bruno Haible in:
16105         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
16106
16107 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16108
16109         * config/srclist.txt: Comment out argp-pvh.c.
16110
16111 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
16112
16113         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
16114         in case some system header has #define'd it.  Problem reported by
16115         Soeren D. Schulze in
16116         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
16117
16118 2004-09-09  Karl Berry  <karl@gnu.org>
16119
16120         * regex.[ch]: delete from the root.  These were supposed to be
16121                 synced with emacs cvs, but this has not happened for about
16122                 a year, and anyway nothing else uses emacs regex.[ch].
16123                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
16124                 lib/regex[.ch] is untouched.
16125
16126 2004-09-09  Bruno Haible  <bruno@clisp.org>
16127
16128         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
16129
16130 2004-09-09  Bruno Haible  <bruno@clisp.org>
16131
16132         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
16133         modifications.
16134         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
16135
16136 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16137
16138         * modules/xvasprintf: New file.
16139         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
16140
16141 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16142
16143         * lib/xvasprintf.h: New file.
16144         * lib/xvasprintf.c: New file.
16145         * lib/xasprintf.c: New file.
16146
16147 2004-09-08  Bruno Haible  <bruno@clisp.org>
16148
16149         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
16150
16151 2004-09-08  Bruno Haible  <bruno@clisp.org>
16152
16153         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
16154         length is > INT_MAX.
16155         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
16156         more.
16157
16158 2004-09-08  Bruno Haible  <bruno@clisp.org>
16159
16160         * lib/stdint_.h: New file, taken from GNU clisp.
16161
16162 2004-09-08  Bruno Haible  <bruno@clisp.org>
16163             Oskar Liljeblad  <oskar@osk.mine.nu>
16164
16165         * modules/stdint: New file.
16166         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
16167
16168 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16169
16170         Import from coreutils.
16171         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
16172         strings on unbounded length.  alloca's performance benefits aren't
16173         that important here.
16174         (V_STRDUP): Remove.
16175         (parse_with_separator): New function, with most of the internals
16176         of the old parse_user_spec.  Allow user to omit both user and group,
16177         for compatibility with FreeBSD.
16178         Clone only the user name, not the entire spec.
16179         Do not set *uid, *gid unless entirely successful.
16180         Avoid memory leak in some failing cases.
16181         Fix regression for USER.GROUP reported by Dmitry V. Levin in
16182         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
16183         (parse_user_spec): Rewrite to use parse_with_separator.
16184
16185 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16186
16187         * modules/userspec: Don't depend on alloca.
16188
16189 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16190
16191         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
16192
16193 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
16194
16195         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
16196         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
16197         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
16198
16199 2004-08-16  Simon Josefsson  <jas@extundo.com>
16200
16201         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
16202         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
16203         Add --dry-run for --import.
16204         Let user provided command line parameters override configure.ac
16205         settings.
16206
16207 2004-08-12  Simon Josefsson  <jas@extundo.com>
16208
16209         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
16210         as discussed with Paul Eggert in threads rooted at
16211         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
16212         and
16213         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
16214         Before, the test was empty, and relied on ELIDE_CODE in source
16215         code.)
16216         (gl_PREREQ_GETOPT): New macro.
16217         (gl_GETOPT): Use them.
16218
16219 2004-08-12  Simon Josefsson  <jas@extundo.com>
16220
16221         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
16222         * lib/getopt_.h: Renamed from getopt.h.
16223
16224 2004-08-12  Simon Josefsson  <jas@extundo.com>
16225
16226         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
16227         Change default library name from libfoo to libgnu.
16228         Now, if you have a configure.ac that says:
16229                 gl_SOURCE_BASE(gl)
16230                 gl_M4_BASE(gl/m4)
16231                 gl_MODULES(error getopt etcetera)
16232                 gl_INIT
16233         you can import all you need by running:
16234                 ../gnulib/gnulib-tool --import
16235
16236         * modules/getopt (Files): Rename getopt.h to getopt_.h.
16237         (Makefile.am): Rewrite, use logic from argz.
16238         (Include): Use <getopt.h> instead of "getopt.h".
16239
16240 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16241
16242         * modules/argp (Files): Add m4/unlocked-io.m4.
16243         (Depends-on): Add extensions.
16244
16245 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16246
16247         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
16248         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
16249         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
16250         Check for program_invocation_name, program_invocation_short_name,
16251         flockfile, funlockfile, features.h, _getopt_long_only_r.
16252
16253 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16254
16255         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
16256         its complicated substitute.
16257         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
16258         and program_invocation_name.
16259         (__argp_basename) [!_LIBC]: Remove; the only use was
16260         replaced by its body.
16261         (__argp_short_program_name): Change condition from
16262         !defined __argp_short_program_name to
16263         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
16264         to match argp-namefrob.h.
16265         (__argp_failure): Don't assume strerror_r returns char *.
16266         * lib/argp-parse.c (N_): Define unconditionally.
16267         (argp_default_options): Fill out initializers with 0 to avoid
16268         gcc warnings.
16269
16270 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16271
16272         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
16273         getopt1.c.
16274
16275 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16276
16277         Merge from coreutils.
16278
16279         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
16280
16281         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
16282         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
16283
16284 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16285
16286         Merge from coreutils.
16287
16288         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
16289         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
16290         for Reliant Unix 5.43.
16291
16292         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
16293         (union fooround): Use uintmax_t, not long int.
16294         The rest is a merge from libc:
16295         [defined _LIBC]: Include <shlib-compat.h>.
16296         (_obstack) [defined _LIBC]: Remove after 2.3.4.
16297
16298         * lib/settime.c (settime): Recode to avoid warning with
16299         Sun Forte C 6U2.
16300
16301         * lib/strverscmp.c: Convert to UTF-8.
16302
16303 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16304
16305         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
16306         m4/uintmax_t.m4.
16307
16308 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16309
16310         * modules/xalloc-die: New file.
16311         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
16312
16313         * modules/md5 (Files): Add m4/uint32_t.m4.
16314         * modules/sha1: Renamed from modules/sha.
16315         (Files):
16316         Rename lib/sha.h to lib/sha1.h.
16317         Rename lib/sha.c to lib/sha1.c.
16318         Rename m4/sha.m4 to m4/sha1.m4.
16319         (lib_SOURCES): Likewise.
16320         (configure.ac): Rename gl_SHA to gl_SHA1.
16321         (Include): sha.h -> sha1.h.
16322
16323 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16324
16325         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
16326         * m4/sha1.m4: Renamed from sha.m4.
16327         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
16328
16329 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16330
16331         * lib/obstack.h (obstack_empty_p):
16332         Don't assume that chunk->contents is suitably aligned.
16333         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
16334         Likewise. Problem reported by Benno in
16335         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
16336
16337         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
16338         readable.  This could be improved further but it'd take some work.
16339
16340 2004-08-08  Simon Josefsson  <jas@extundo.com>
16341
16342         * modules/xgethostname (Depends-on): Remove exit and error (not
16343         used).
16344
16345         * modules/getpass-gnu: Add getpass.h.
16346         (Depends-on): Add stdbool.
16347         * modules/getpass: Add getpass.h.
16348
16349 2004-08-08  Simon Josefsson  <jas@extundo.com>
16350
16351         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
16352         Check getpass declaration.
16353
16354 2004-08-08  Simon Josefsson  <jas@extundo.com>
16355
16356         * lib/xgethostname.c: Don't include error.h (not used).
16357
16358         * lib/getpass.h: Add.
16359         * lib/getpass.c: Include getpass.h first.
16360
16361 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
16362
16363         * lib/xalloc-die.c: New file.
16364         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
16365         All uses removed.
16366         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
16367         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
16368         xalloc-die.c.
16369         (_, N_, xalloc_die): Move to xalloc-die.c.
16370         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
16371         so that we needn't mess with xalloc_msg_memory_exhausted.
16372
16373         * lib/sha1.h: Renamed from sha.h.
16374         (SHA1_H): Renamed from _SHA_H.
16375         (sha1_ctx): Renamed from sha_ctx.
16376         (sha1_init_ctx): Renamed from sha_init_ctx.
16377         (sha1_process_block): Renamed from sha_process_block.
16378         (sha1_process_bytes): Renamed from sha_process_bytes.
16379         (sha1_finish_ctx): Renamed from sha_finish_ctx.
16380         (sha1_read_ctx): Renamed from sha_read_ctx.
16381         (sha1_stream): Renamed from sha_stream.
16382         (sha1_buffer): Renamed from sha_buffer.
16383         * lib/sha1.c: Likewise; renamed from sha.c.
16384         Do not include <sys/types.h>.
16385         Include <stddef.h> rather than <stdlib.h>.
16386
16387 2004-08-08  Bruno Haible  <bruno@clisp.org>
16388
16389         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
16390         FILESYSTEM_PREFIX_LEN.
16391         * lib/progreloc.c: Likewise.
16392         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
16393
16394 2004-08-06  Simon Josefsson  <jas@extundo.com>
16395
16396         * modules/progname (Depends-on): Don't depend on stdbool.
16397
16398 2004-08-06  Simon Josefsson  <jas@extundo.com>
16399
16400         * modules/getsubopt: New file.
16401         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16402         getsubopt.
16403
16404 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16405
16406         More merge from coreutils.
16407
16408         * m4/utimens.m4, m4/utimecmp.m4: New files.
16409         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
16410         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
16411         prereq.m4, sha.m4: Import changes from coreutils.
16412
16413 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16414
16415         More merge from coreutils.
16416         * modules/raise, modules/readtokens0, modules/utimens:
16417         * modules/utimecmp, module/xnanosleep: New files.
16418         * modules/strftime: Add lib/strftime.h.
16419         Change include from <time.h> to "strftime.h".
16420         * modules/yesno: Add lib/yesno.h.
16421         * modules/backupfile: Remove lib/addext.c.
16422         * modules/euidaccess: Add stat-macros.h.
16423         * modules/canonicalize, modules/euidaccess,
16424         modules/filemode, modules/lchown, modules/makepath,
16425         modules/rmdir, modules/stat: Likewise.
16426
16427 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16428
16429         Merge from tar.
16430         * lib/argp-help.c (make_hol, hol_append): Don't assume that
16431         SIZE_MAX is a valid preprocessor constant.
16432         (__argp_basename): Change from "#ifndef _LIBC"
16433         to "#ifndef __argp_short_program_name", so that
16434         we don't compile these functions for tar.
16435
16436         More merges from coreutils.
16437         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
16438         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
16439         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
16440         * lib/addext.c: Remove; no longer needed.
16441         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
16442         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
16443         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
16444         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
16445         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
16446         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
16447         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
16448         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
16449         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
16450         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16451         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
16452         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
16453         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
16454         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
16455         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
16456         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
16457         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
16458         Import changes from coreutils.
16459
16460 2004-08-05  Simon Josefsson  <jas@extundo.com>
16461
16462         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
16463
16464 2004-08-05  Simon Josefsson  <jas@extundo.com>
16465
16466         * m4/getsubopt.m4: New file.
16467
16468 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16469
16470         Merge from coreutils.
16471
16472         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
16473         * m4/getcwd-path-max.m4: New files.
16474
16475         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
16476         FILESYSTEM_PREFIX_LEN ->
16477         FILE_SYSTEM_PREFIX_LEN.
16478         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
16479         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
16480         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
16481         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
16482
16483         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
16484         prerequisite modules now handle the DOS stuff.
16485         Don't check for unistd.h.
16486
16487 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16488
16489         Merge from coreutils.
16490
16491         * lib/.gdb-history: Remove; this doesn't belong here.
16492
16493         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
16494         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
16495         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
16496         * lib/getcwd.c: New files.
16497
16498         * lib/dirname.h: Include <stdbool.h>.
16499         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
16500         for consistency with POSIX terminology.  All uses changed.
16501         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
16502         (strip_trailing_slashes): Use bool for booleans.
16503         * lib/stripslash.c (strip_trailing_slashes): Likewise.
16504
16505         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
16506         sometimes returns a positive errno value even when it succeeds.
16507         (print_errno_message) [!LIBC]: Fall back on strerror if
16508         __strerror_r fails.
16509
16510         * lib/path-concat.c (mempcpy): Don't define if a system header defines
16511         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
16512         (longest_relative_suffix): New function.
16513         (path_concat): Use it.  Assume first argument is not NULL.
16514         Port to DOS.  Omit redundant separators.
16515         Report an error instead of returning NULL.
16516         Use mempcpy instead of memcpy.
16517         (xpath_concat): Remove: not declared or used.
16518
16519         * lib/same.h: Include <stdbool.h>
16520         (same_name): Return bool, not int.
16521         * lib/same.c (same_name): Likewise.
16522         (errno): Don't declare; we assume C89 or better now.
16523
16524         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
16525         if not already defined.
16526
16527         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
16528         * lib/dup-safer.c (errno): Likewise.
16529
16530 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16531
16532         Merge from coreutils.
16533         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
16534         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
16535         * modules/path-concat: Don't depend on strdup.
16536
16537 2004-08-03  Simon Josefsson  <jas@extundo.com>
16538
16539         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
16540         * lib/progname.h: Don't include stdbool.h.
16541
16542 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16543
16544         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
16545         * MODULES.html.sh (func_all_modules): Remove fatal.
16546
16547 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16548
16549         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
16550
16551 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16552
16553         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
16554         working.
16555
16556 2004-08-02  Simon Josefsson  <jas@extundo.com>
16557
16558         * lib/getsubopt.h: New file, with comments from Bruno Haible.
16559         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
16560         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
16561
16562 2004-08-01  Simon Josefsson  <jas@extundo.com>
16563
16564         * lib/xgetdomainname.c: Include stdlib.h, for free().
16565
16566 2004-07-19  Bruno Haible  <bruno@clisp.org>
16567
16568         * MODULES.html.sh (func_all_modules): Add dummy.
16569
16570 2004-07-16  Simon Josefsson  <jas@extundo.com>
16571
16572         * modules/dummy: New file.
16573
16574 2004-07-16  Simon Josefsson  <jas@extundo.com>
16575
16576         * lib/dummy.c: New file.
16577
16578 2004-07-16  Bruno Haible  <bruno@clisp.org>
16579
16580         * lib/backupfile.h: Add extern "C" for C++.
16581         * lib/closeout.h: Likewise.
16582         * lib/copy-file.h: Likewise.
16583         * lib/findprog.h: Likewise.
16584         * lib/full-write.h: Likewise.
16585         * lib/pathname.h: Likewise.
16586         * lib/progname.h: Likewise.
16587         * lib/stpcpy.h: Likewise.
16588         * lib/stpncpy.h: Likewise.
16589         * lib/strcase.h: Likewise.
16590         * lib/strstr.h: Likewise.
16591         * lib/xalloc.h: Likewise.
16592
16593         * lib/mbswidth.h: Add extern "C" for C++.
16594         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
16595
16596 2004-07-13  Robert Millan  <robertmh@gnu.org>
16597
16598         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
16599
16600 2004-07-09  Simon Josefsson  <jas@extundo.com>
16601
16602         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
16603         failed without this.)
16604
16605 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16606
16607         * modules/chown (Files): Add lib/fchown-stub.c, since
16608         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
16609
16610 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16611
16612         * lib/fchown-stub.c: New file.
16613
16614 2004-06-24  Jim Meyering  <jim@meyering.net>
16615
16616         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
16617
16618 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16619
16620         * modules/argz: Omit "#include".
16621
16622         * MODULES.html.sh (func_all_modules): Add calloc, to match
16623         2004-06-01 addition of calloc module.
16624
16625 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16626
16627         * m4/argz.m4: New file, which is autoupdated from libtool.
16628
16629 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16630
16631         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
16632         libtool.
16633
16634 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16635
16636         * config/srclist-update: Don't insist on "USA." before the
16637         close-comment, as libtool omits the period and puts the */ on a
16638         separate line.
16639         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
16640         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
16641
16642 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
16643
16644         * modules/argz: New file.
16645         * MODULES.html.sh (func_all_modules): Add argz.
16646
16647 2004-06-12  Jim Meyering  <jim@meyering.net>
16648         and  Paul Eggert  <eggert@cs.ucla.edu>
16649
16650         * modules/hash (Files): Add lib/xalloc.h.
16651         * modules/pipe (Depends-on): Add wait-process.
16652         * modules/stat (Depends-on): Add xalloc.
16653         * modules/userspec (Files): Add lib/userspec.h.
16654         * modules/xstrto
16655
16656         Upgrade from gettext-0.13.
16657         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
16658         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
16659         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
16660
16661 2004-06-10  Jim Meyering  <jim@meyering.net>
16662
16663         * lib/calloc.c: New file.
16664
16665 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
16666
16667         * lib/getdate.y (yylex): Allow space between sign and number.
16668         Problem reported by Dan Jacobson.
16669
16670 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16671
16672         Merge from coreutils CVS.
16673
16674         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
16675         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
16676         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
16677         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
16678         xstrtol.m4: Fix copyright date and/or serial number.
16679
16680         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
16681         See if we need an fchown replacement.
16682         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
16683         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
16684         and use the replacement function if we detect either defect.
16685
16686         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
16687         gl_UTIMECMP.
16688
16689 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16690         and  Jim Meyering  <jim@meyering.net>
16691
16692         Merge from coreutils CVS.
16693
16694         * lib/stat-macros.h: New file, with contents from file-type.h
16695         and coreutils' system.h.
16696         * lib/file-type.c: Include "stat-macros.h".
16697         * lib/file-type.h (file_type): Move all macro definitions to new file,
16698         stat-macros.h.
16699
16700         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
16701         Wrap old code with this conditional.
16702         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
16703         function that does not dereference symlinks.
16704         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
16705
16706         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
16707         dependency problems.
16708         (xreadlink): Accept new arg SIZE, for efficiency.
16709         All decls and uses changed.
16710         * lib/xreadlink.h: Include <stddef.h>, for size_t.
16711
16712         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
16713         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
16714
16715         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
16716         sysexits.h.
16717
16718 2004-06-01  Jim Meyering  <jim@meyering.net>
16719
16720         * m4/calloc.m4: New file.
16721
16722 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
16723
16724         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
16725         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
16726         Also, fix a typo in a diagnostic.
16727
16728 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16729
16730         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
16731         or AC_FUNC_REALLOC.
16732
16733 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16734
16735         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
16736         macros to be defined.
16737         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
16738         the allocator returns NULL because the requested size is zero.
16739
16740 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16741
16742         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
16743         var.  Add comment explaining why libc still defines it.  This
16744         merges the following patch from glibc:
16745         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
16746
16747 2004-05-20  Andreas Schwab  <schwab@suse.de>
16748
16749         * m4/free.m4: Replace free if it not known to work, not the other
16750         way round.
16751
16752 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16753
16754         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
16755         present in glibc since revision 1.1 of this file.
16756         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
16757         obstack_alignment_mask, obstack_alloc, obstack_base,
16758         obstack_blank, obstack_blank_fast, obstack_chunk_size,
16759         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
16760         obstack_grow0, obstack_init, obstack_int_grow,
16761         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
16762         obstack_next_free, obstack_object_size, obstack_ptr_grow,
16763         obstack_ptr_grow_fast, obstack_room): Remove declarations of
16764         nonexistent functions.
16765
16766 2004-05-18  Karl Berry  <karl@gnu.org>
16767
16768         * config/srclist.txt: break link for vasnprintf.c.
16769
16770 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16771
16772         Port obstack to the AS/400, where pointers are 16 bytes wide and
16773         you cannot cast an integer to a valid pointer.  This patch is
16774         currently waiting to be integrated into glibc; see
16775         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
16776
16777         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
16778         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
16779         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
16780         (struct obstack): temp member is now a union of a pointer and
16781         an integer, instead of an integer.  All integer uses changed.
16782         This does not affect the physical layout of struct obstack,
16783         except on hosts (like the AS/400) where the size or alignment of
16784         void * is greater than that of ptrdiff_t.
16785         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
16786         __STDC__)]: Store temporary in pointer member of union, not
16787         integer member.
16788         * lib/obstack.c: Include <stddef.h>, for offsetof.
16789         (struct fooalign): Remove; it doesn't need a name.
16790         (union fooround): Change double to long double, and add void *.
16791         (DEFAULT_ALIGNMENT): Use offsetof to compute.
16792         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
16793         not a macro.  Hence the values are always int; so remove all
16794         casts-to-int in uses.
16795
16796 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16797
16798         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
16799         we can get this patch merged into glibc.
16800
16801 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16802             Paul Eggert  <eggert@cs.ucla.edu>
16803
16804         * m4/argp: Depend on alloca.
16805
16806 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16807             Paul Eggert  <eggert@cs.ucla.edu>
16808
16809         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
16810         freecoding.
16811
16812 2004-05-17  Bruno Haible  <bruno@clisp.org>
16813
16814         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
16815         precision that consists of a '.' followed by an empty digit string.
16816         Patch by Tor Lillqvist <tml@iki.fi>.
16817
16818 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16819
16820         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
16821         for backward compatibility with older code.  We need our own
16822         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
16823         it under some other name, and our alloca.h will define it.
16824
16825 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16826             Derek Price  <derek@ximbiot.com>
16827
16828         * lib/alloca.c: Include <alloca.h>, to get our interface.
16829         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
16830         include <alloca.h> first.  Use C89 prototype for alloca; this
16831         requires including <stddef.h> for size_t.  Use extern "C" if C++.
16832         Use #elif for simplicity, since we can assume C89 now.
16833         Don't try to source the system alloca.h since it will not be found
16834         and to prevent recursively including its replacement.
16835         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
16836         * lib/regex.c: Likewise.
16837
16838 2004-05-16  Derek Price  <derek@ximbiot.com>
16839             Paul Eggert  <eggert@cs.ucla.edu>
16840
16841         getline cleanup.  This changes the getndelim2 API: both order of
16842         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
16843         no delimiter).
16844
16845         * lib/getline.c: Don't include stddef.h or stdio.h, since our
16846         interface does that.
16847         (getline): Always use getdelim, so that we don't have two
16848         copies of this code.
16849         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
16850         if available.
16851         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
16852         (GETNDELIM2_MAXIMUM): New macro.
16853         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
16854         instead of the old practice of delim2==0.  All callers changed.
16855         Return -1 on overflow, instead of returning junk.
16856         Do not set *linesize unless allocation succeeds.
16857         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
16858         that we include sys/types.h.
16859         * lib/getnline.h: Likewise.
16860         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
16861         (getndelim2): Reorder arguments.
16862         * lib/getnline.c (getnline, getndelim):
16863         Don't discard the NMAX argument.
16864         (getnline): Invoke getndelim, to avoid code duplication.
16865         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
16866         of (size_t) -1 by callers of the getnline family.
16867
16868 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16869
16870         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
16871         Check for gettimeofday.
16872         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
16873         Check for settimeofday, stime.
16874
16875 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16876
16877         * lib/nanosleep.c (suspended): Change its type from int to
16878         sig_atomic_t volatile.
16879         (first_call): Make it private to rpl_nanosleep, and have it
16880         be zero initially as that's a bit faster.
16881         (my_usleep): Round up fractional times instead of truncating them,
16882         as this is the usual meaning for 'sleep'.
16883
16884         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
16885         doesn't work.
16886         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
16887         (ENOSYS): Define if not defined.
16888         (settime): Fall back on stime if it exists and settimeofday fails.
16889         But don't bother with fallbacks if a method fails with errno == EPERM.
16890
16891 2004-05-11  Jim Meyering  <jim@meyering.net>
16892
16893         Prior to this change, the save_cwd caller required read access to the
16894         current directory on most systems (ones with the fchdir function).
16895
16896         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
16897         fails, try write-only, and finally, resort to using xgetcwd.
16898
16899 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16900
16901         * lib/obstack.c, obstack.h: Import changes from libc.
16902
16903 2004-04-28  Bruno Haible  <bruno@clisp.org>
16904
16905         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
16906         also implicitly appends .exe to executables.
16907         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
16908         accepts Windows pathnames.
16909         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16910         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16911         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16912         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16913         Reported by Derek Robert Price <derek@ximbiot.com>.
16914
16915 2004-04-21  Karl Berry  <karl@gnu.org>
16916
16917         * config/srclist.txt (localcharset.c): break sync.
16918
16919 2004-04-20  Paul Eggert  <eggert@twinsun.com>
16920
16921         * m4/host-os.m4: Add a copyright notice.
16922
16923 2004-04-20  Jim Meyering  <jim@meyering.net>
16924
16925         Change UTILS_ to gl_ in AC_DEFINE'd names.
16926         Change utils_- and jm_-prefixed variables, too.
16927         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
16928         UTILS_FUNC_MKDIR_TRAILING_SLASH.
16929         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
16930
16931         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
16932         Don't emit trailing blanks.
16933         Also rename jm_-prefixed variables to have gl_ prefix.
16934
16935         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
16936         Also rename jm_-prefixed variables to have gl_ prefix.
16937
16938         * m4/jm-macros.m4: Reflect the renamings.
16939         * m4/prereq.m4: Likewise.
16940
16941 2004-04-20  Jim Meyering  <jim@meyering.net>
16942
16943         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
16944         memory.
16945
16946 2004-04-20  Jim Meyering  <jim@meyering.net>
16947             Bruno Haible  <bruno@clisp.org>
16948
16949         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
16950         memory when realloc fails.
16951
16952 2004-04-19  Jim Meyering  <jim@meyering.net>
16953
16954         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
16955         now that readutmp.c may call `free (0)'.
16956
16957 2004-04-19  Bruno Haible  <bruno@clisp.org>
16958
16959         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
16960         * m4/inttypes_h.m4: Likewise.
16961         * m4/stdint_h.m4: Likewise.
16962         * m4/intmax_t.m4: Likewise.
16963         * m4/uintmax_t.m4: Likewise.
16964
16965 2004-04-18  Jim Meyering  <jim@meyering.net>
16966
16967         * m4/prereq.m4: Don't forbid jm_ prefix.
16968
16969         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
16970         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
16971         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
16972         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
16973         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
16974         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
16975         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
16976         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
16977         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
16978         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
16979         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
16980         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
16981         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
16982         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
16983         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
16984         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
16985         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
16986         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
16987         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
16988
16989 2004-04-18  Jim Meyering  <jim@meyering.net>
16990
16991         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
16992         failure, don't leak memory and do call END_UTMP_ENT.
16993
16994 2004-04-16  Jim Meyering  <jim@meyering.net>
16995
16996         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
16997         coreutils' stat program.
16998         (gl_PREREQ): Don't require jm_PREREQ_STAT.
16999
17000 2004-04-11  Paul Eggert  <eggert@twinsun.com>
17001
17002         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
17003         C89.
17004         (CHAR_BIT): Remove, since we assume C89.
17005         Include <stdint.h> if available, as per current Autoconf CVS advice.
17006
17007 2004-03-31  Jim Meyering  <jim@meyering.net>
17008
17009         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
17010         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
17011         * m4/xalloc.m4: Likewise.
17012
17013 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17014
17015         Merge from coreutils.
17016
17017         * m4/inttostr.m4: New file.
17018         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
17019         Require AM_STDBOOL_H and gl_TIMESPEC instead.
17020         Require gl_CLOCK_TIME.
17021         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
17022
17023 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17024
17025         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
17026         not bool, to be more consistent with Unix conventions.
17027         Suggested by Bruno Haible.
17028
17029         Merge from coreutils.
17030
17031         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
17032         * lib/umaxtostr.c: New files.
17033
17034         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
17035         the usual <time.h> dance.
17036         (get_date): Change signature to support fractional time stamps.
17037         All callers changed.
17038         * lib/getdate.y: Include "getdate.h" first, as we can now
17039         assume C89 and don't need to worry about 'const'.
17040         Similarly, include "unlocked-io.h" near start, not in middle.
17041         Include <limits.h>.
17042         (textint.value): Use long int rather than int.
17043         (textint.digits): Use size_t rather than int.
17044         (BILLION, LOG10_BILLION): New constants.
17045         (parser_control): New member rel_ns.  Members day_ordinal,
17046         time_zone, month, day, hour, minutes, rel_year, rel_month,
17047         rel_day, rel_hour, rel_minutes, rel_seconds
17048         are now long int, not int.  Member seconds is now struct timespec,
17049         not int.  New member timespec_seen.  Members dates_seen, days_seen,
17050         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
17051         not int.
17052         (%union.intval): Now long int, not int.
17053         New member timespec.
17054         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
17055         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
17056         (spec): Now is a timespec or an item list.
17057         (timespec, items): New nonterminals.
17058         (time, rel, relunit, number, get_date):
17059         Add support for fractional seconds.
17060         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
17061         (gmtime, localtime, mktime): Remove decls; not needed with C89.
17062         (to_hour): First arg is now long int, not int.
17063         (to_year): Returns long int, not int.
17064         Don't treat year -70 like 70.
17065         (tm_diff): Returns long int, not int.
17066         (lookup_word): Use bool instead of int when appropriate.
17067         (yylex): Use size_t for count, not int.
17068         Detect overflow when parsing large integer constants.
17069         Add support for fractions.
17070         (get_date): Make pointers 'const' if possible.
17071         Use more-portable code to detect integer overflow.
17072         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
17073         Don't use ctime; it's not reliable if the year has >4 digits.
17074
17075         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
17076         This is for compatibility with BSD.
17077
17078         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
17079         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
17080         From coreutils' system.h.
17081
17082         * lib/userspec.c: Don't include "posixver.h".
17083         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
17084         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
17085         compatible extension.  Simplify code by removing a boolean int
17086         that was always nonzero if a string was nonnull.
17087
17088 2004-03-30  Jim Meyering  <jim@meyering.net>
17089
17090         Merge from coreutils.
17091
17092         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
17093         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
17094         on some systems one must include <grp.h> before it.
17095         Reported by Christian Krackowizer.
17096
17097 2004-03-30  Jim Meyering  <jim@meyering.net>
17098
17099         Merge from coreutils.
17100
17101         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
17102
17103         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
17104         an empty input stream.
17105
17106         * lib/readtokens.c: Include <stdbool.h>.
17107         (readtoken): Use `size_t' rather than int/long.
17108         All callers adjusted.
17109         Use `bool' rather than `int' where appropriate.
17110         Use memset rather than an explicit loop.
17111         Use x2nrealloc rather than xrealloc.
17112         Allow the use of `\0' as a delimiter.
17113         (readtokens): Likewise.
17114         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
17115
17116 2004-03-30  Jim Meyering  <jim@meyering.net>
17117
17118         * m4/realloc.m4: Remove file, since now it does no more than
17119         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
17120         the `configure.ac' section of module/realloc.
17121         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
17122
17123 2004-03-30  Bruno Haible  <bruno@clisp.org>
17124
17125         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
17126         nonnull.
17127
17128 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17129
17130         Merge changes to getloadavg.c from coreutils and Emacs.
17131
17132         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
17133         Define to an expression, not to the empty string.
17134         Include cloexec.h and xalloc.h.
17135         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
17136         Use set_cloexec_flag rather than rolling our own.
17137         * lib/cloexec.c, lib/cloexec.h: New files.
17138
17139 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17140
17141         * m4/cloexec.m4: New file.
17142
17143 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17144
17145         * lib/getopt.h: Sync with libc CVS.
17146
17147 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17148             Bruno Haible  <bruno@clisp.org>
17149
17150         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
17151         mbswidth.
17152
17153 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17154             Bruno Haible  <bruno@clisp.org>
17155
17156         * lib/mbswidth.h: Include <wchar.h> only if
17157         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
17158         <wchar.h>.
17159         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
17160
17161 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17162
17163         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
17164         Sync with libc CVS.
17165         * lib/getopt_int.h: New file, also synced from libc.
17166
17167 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17168
17169         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
17170         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
17171         Bring back getopt.c, getopt.h, getopt1.c.
17172
17173 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17174
17175         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
17176         All uses changed.  Check for sa_sigaction member; this fixes
17177         a bug first reported by Jason Andrade in
17178         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17179
17180 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17181
17182         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
17183         '#if' expressions.  Unlike the code it replaces, it does not
17184         depend on (defined _SC_PAGESIZE).  However, it does depend on
17185         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
17186         first reported by Jason Andrade in
17187         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17188
17189 2004-02-25  Simon Josefsson  <jas@extundo.com>
17190
17191         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
17192
17193 2004-02-25  Simon Josefsson  <jas@extundo.com>
17194
17195         * lib/strdup.h: New file.
17196         * lib/strdup.c: Include it.
17197         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
17198         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
17199
17200 2004-02-23  Karl Berry  <karl@gnu.org>
17201
17202         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
17203         (from fencepost.gnu.org:/gd/gnuorg).
17204
17205 2004-02-23  Karl Berry  <karl@gnu.org>
17206
17207         * config/srclistvars.sh (GNUORG) [karl]: redefine.
17208         * config/srclist.txt: add maintain/standards documents.
17209
17210 2004-02-18  Bruno Haible  <bruno@clisp.org>
17211
17212         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
17213         Reported by Derek Robert Price <derek@ximbiot.com>.
17214
17215 2004-02-16  Karl Berry  <karl@gnu.org>
17216
17217         * config/mkinstalldirs, install-sh: update from automake.
17218
17219 2004-02-06  Karl Berry  <karl@gnu.org>
17220
17221         * m4/po.m4: update from gettext 0.14.1.
17222
17223 2004-02-06  Karl Berry  <karl@gnu.org>
17224
17225         * lib/config.charset: update from gettext 0.14.1.
17226
17227 2004-02-05  Paul Eggert  <eggert@twinsun.com>
17228
17229         Add comments and code, prompted by suggestions from Bruno Haible
17230         for sh-quote.
17231         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
17232         describing the enum quoting_style values.
17233         * lib/quotearg.c (quotearg_alloc): New function.
17234         (quotearg_buffer_restyled): Treat lone { and } as special.
17235         Treat = as special.  Work around bug with older shells
17236         that "see" a '\' that is really the 2nd byte of a multibyte char.
17237         Quote empty string with shell_quoting_style.
17238
17239 2004-02-03  Bruno Haible  <bruno@clisp.org>
17240
17241         * m4/pipe.m4: New file, from GNU gettext.
17242
17243 2004-02-03  Bruno Haible  <bruno@clisp.org>
17244
17245         * lib/pipe.h: New file, from GNU gettext.
17246         * lib/pipe.c: New file, from GNU gettext.
17247
17248 2004-01-27  Bruno Haible  <bruno@clisp.org>
17249
17250         * m4/execute.m4: New file, from GNU gettext.
17251
17252 2004-01-27  Bruno Haible  <bruno@clisp.org>
17253
17254         * lib/execute.h: New file, from GNU gettext.
17255         * lib/execute.c: New file, from GNU gettext.
17256         * lib/w32spawn.h: New file, from GNU gettext.
17257
17258 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17259
17260         Merge from diffutils.
17261
17262         * lib/file-type.c (file_type): Add typed memory objects.
17263         * lib/file-type.h (S_TYPEISTMO): New macro.
17264
17265         * lib/c-stack.h (c_stack_action): Remove argv argument.
17266         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
17267         (die): Don't calculate message unless segv_action returns.
17268         (get_stack_location, min_address_from_argv, max_address_from_argv,
17269         volatile stack_base, volatile_stack_size): Remove.
17270         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
17271         that every segmentation violation is a stack overflow.  (Ouch!)
17272         See Debian bug 136249 (still outstanding) for more info about why
17273         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
17274
17275 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17276
17277         Exit-status fix from coreutils.
17278
17279         Use exit_failure consistently in place of EXIT_FAILURE,
17280         so that program exit statuses are consistent on failure.
17281
17282         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
17283         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
17284         * lib/argmatch.h: Comment fix to match the above.
17285         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
17286         Now a macro referring to exit_failure, instead of a separate
17287         variable.  Include "exitfail.h" to get it.
17288         * lib/xstrtol.h: Include "exitfail.h".
17289         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
17290
17291         * lib/long-options.c (parse_long_options): Use prototype
17292         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
17293         for clarity.
17294
17295 2004-01-21  Jim Meyering  <jim@meyering.net>
17296
17297         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
17298         so as not to conflict with a different-sized __mktime_internal
17299         function in GNU libc.
17300         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
17301         Problem building statically-linked `ls' reported by Michael Brunnbauer.
17302
17303 2004-01-20  Karl Berry  <karl@gnu.org>
17304
17305         * config/config.guess: update from config.
17306
17307         * config/srclistvars.sh: GNUWWWLICENSES for karl.
17308
17309 2004-01-20  Bruno Haible  <bruno@clisp.org>
17310
17311         Safer stack allocation.
17312         * lib/setenv.c: Include allocsa.h.
17313         (alloca): Remove fallback definition.
17314         (freea): Remove macro.
17315         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
17316         instead of freea.
17317
17318 2004-01-20  Bruno Haible  <bruno@clisp.org>
17319
17320         * m4/eealloc.m4: New file, from GNU gettext.
17321
17322 2004-01-20  Bruno Haible  <bruno@clisp.org>
17323
17324         * m4/allocsa.m4: New file, from GNU gettext.
17325
17326 2004-01-20  Bruno Haible  <bruno@clisp.org>
17327
17328         * lib/xallocsa.h: New file, from GNU gettext.
17329         * lib/xallocsa.c: New file, from GNU gettext.
17330
17331 2004-01-20  Bruno Haible  <bruno@clisp.org>
17332
17333         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
17334
17335 2004-01-20  Bruno Haible  <bruno@clisp.org>
17336
17337         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
17338         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
17339         specially.
17340
17341 2004-01-20  Bruno Haible  <bruno@clisp.org>
17342
17343         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
17344         patch.
17345
17346 2004-01-20  Bruno Haible  <bruno@clisp.org>
17347
17348         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
17349
17350 2004-01-20  Bruno Haible  <bruno@clisp.org>
17351
17352         * lib/eealloc.h: New file.
17353
17354 2004-01-20  Bruno Haible  <bruno@clisp.org>
17355
17356         * lib/binary-io.h: Avoid warnings on Cygwin.
17357
17358 2004-01-20  Bruno Haible  <bruno@clisp.org>
17359
17360         * lib/allocsa.h: New file, from GNU gettext.
17361         * lib/allocsa.c: New file, from GNU gettext.
17362
17363 2004-01-18  Karl Berry  <karl@gnu.org>
17364
17365         * doc/gpl.texi, doc/lgpl.texi: new files.
17366
17367 2004-01-18  Karl Berry  <karl@gnu.org>
17368
17369         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
17370         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
17371
17372 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17373
17374         Merge from coreutils.
17375
17376         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
17377         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
17378         (gl_DEFAULT_POSIX2_VERSION): Move
17379         the documentation from 'configure' into 'config.hin',
17380         so that 'configure --help' isn't burdened by it and
17381         we don't have to worry about its formatting there.
17382         Reword the documentation so that it's more succinct
17383         and can be run together into a single paragraph.
17384         * m4/same.m4 (gl_SAME): Check for pathconf.
17385
17386 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17387
17388         Merge from coreutils.
17389
17390         * lib/posixver.c: Include posixver.h.
17391
17392         * lib/same.c: Include <stdbool.h>, <limits.h>.
17393         (_POSIX_NAME_MAX): Define if not defined.
17394         (MIN): New macro.
17395         (same_name): If file names are silently truncated, report
17396         that the file names are the same if they are the same after
17397         the silent truncation.
17398
17399         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
17400         conversion function.
17401         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
17402         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
17403         longer needed.
17404
17405 2004-01-15  Jim Meyering  <jim@meyering.net>
17406
17407         Merge from coreutils.
17408
17409         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
17410         if no library is required.
17411         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
17412         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
17413         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
17414         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
17415         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
17416         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
17417         value, $ac_cv_search_crypt, if it's "none required".
17418         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
17419         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
17420         not gl_FUNC_GETLOADAVG.
17421         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
17422         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
17423
17424 2004-01-15  Jim Meyering  <jim@meyering.net>
17425
17426         Merge from coreutils.
17427
17428         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
17429         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
17430         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
17431
17432         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
17433         optional configure-time default.
17434
17435         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17436
17437         * lib/xreadlink.c (xreadlink): Correct outdated comment.
17438
17439 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
17440
17441         Merge from coreutils.
17442
17443         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
17444         value, $ac_cv_search_nanosleep, if it's "none required".
17445
17446 2004-01-14  Paul Eggert  <eggert@twinsun.com>
17447
17448         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
17449         with like-named macro in fnmatch.c.
17450         (EXT): Use an internal constant instead.
17451
17452         Merge fnmatch patches from glibc.
17453         * lib/fnmatch.c (mbsinit): Remove define.
17454         Add libc_hidden_ver (__fnmatch, fnmatch).
17455         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
17456         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
17457
17458 2004-01-14  Karl Berry  <karl@gnu.org>
17459
17460         * config/install-sh: update from automake.
17461
17462 2004-01-13  Karl Berry  <karl@gnu.org>
17463
17464         * config/install-sh: update from automake.
17465
17466 2004-01-09  Karl Berry  <karl@gnu.org>
17467
17468         * config/install-sh: update from automake.
17469
17470 2004-01-05  Karl Berry  <karl@gnu.org>
17471
17472         * config/config.{sub,guess}: update from config.
17473
17474 2003-12-31  Karl Berry  <karl@gnu.org>
17475
17476         * config/depcomp: update from automake.
17477
17478 2003-12-14  Karl Berry  <karl@gnu.org>
17479
17480         * lib/config.charset: update from gettext-runtime.
17481
17482 2003-12-03  Paul Eggert  <eggert@twinsun.com>
17483
17484         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
17485         Bug reported by Alfred M. Szmidt.
17486
17487 2003-12-03  Bruno Haible  <bruno@clisp.org>
17488
17489         * m4/gettext.m4: Upgrade from gettext-0.13.
17490         * m4/po.m4: Upgrade from gettext-0.13.
17491         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
17492         * m4/intmax.m4: New file, from gettext-0.13.
17493         * m4/printf-posix.m4: New file, from gettext-0.13.
17494
17495 2003-11-29  Karl Berry  <karl@gnu.org>
17496
17497         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
17498
17499 2003-11-25  Paul Eggert  <eggert@twinsun.com>
17500             Bruno Haible  <bruno@clisp.org>
17501
17502         * lib/printf-parse.h: Don't include sys/types.h.
17503         (ARG_NONE): New macro.
17504         (char_directive): Change type of *arg_index fields to size_t.
17505         * lib/printf-parse.c: Don't include sys/types.h.
17506         (SSIZE_MAX): Remove macro.
17507         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
17508         Remove unnecessary overflow check.
17509         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
17510         fields.
17511
17512 2003-11-25  Bruno Haible  <bruno@clisp.org>
17513
17514         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
17515
17516 2003-11-25  Bruno Haible  <bruno@clisp.org>
17517
17518         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
17519         gt_TYPE_SSIZE_T.
17520
17521 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17522
17523         * modules/alloca: Remove dependency on xalloc.
17524
17525 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17526
17527         * lib/alloca.c: Remove dependency on xalloc module.
17528         (xalloc_die): Remove.
17529         (memory_full) [!defined emacs]: New macro.
17530         [!defined emacs]: Don't include xalloc.h.
17531         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
17532         address arithmetic overflows.  Change datatypes a bit to avoid
17533         unnecessary casts.
17534
17535 2003-11-22  Jim Meyering  <jim@meyering.net>
17536
17537         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
17538         s/size/size_t/.
17539
17540 2003-11-21  Karl Berry  <karl@gnu.org>
17541
17542         * config/config.{sub,guess}: update from config.
17543
17544 2003-11-18  Karl Berry  <karl@gnu.org>
17545
17546         * config/config.{sub,guess}: update from config.
17547
17548         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
17549
17550 2003-11-17  Paul Eggert  <eggert@twinsun.com>
17551
17552         * README: Mention that S+T cannot overflow if S is the size of
17553         an existing object and T is sufficiently small.
17554
17555 2003-11-17  Jim Meyering  <jim@meyering.net>
17556
17557         On systems without utime and without a utimes function capable of
17558         dealing with a NULL struct utimbuf* argument, this utime replacement
17559         could -- in unusual circumstances -- leak a file descriptor.
17560         * lib/utime.c: Include <unistd.h> and <errno.h>.
17561         (utime_null): Be sure to close `fd' and to preserve errno.
17562         Reported by Geoff Collyer via Arnold Robbins.
17563
17564 2003-11-17  Bruno Haible  <bruno@clisp.org>
17565
17566         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
17567         (Depends-on): Add xsize.
17568
17569 2003-11-17  Bruno Haible  <bruno@clisp.org>
17570
17571         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
17572
17573 2003-11-17  Bruno Haible  <bruno@clisp.org>
17574
17575         * lib/vasnprintf.c (alloca): Remove fallback definition.
17576         (freea): Remove definition.
17577         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
17578         Reported by Paul Eggert.
17579
17580 2003-11-16  Paul Eggert  <eggert@twinsun.com>
17581             Bruno Haible  <bruno@clisp.org>
17582
17583         Protect against address arithmetic overflow.
17584         * lib/printf-args.h: Include stddef.h.
17585         (arguments): Change type of field 'count' to size_t.
17586         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
17587         'unsigned int' where appropriate.
17588         * lib/printf-parse.h: Include sys/types.h.
17589         (char_directive): Change type of *arg_index fields to ssize_t.
17590         (char_directives): Change type of fields 'count', max_*_length to
17591         size_t.
17592         * lib/printf-parse.c: Include sys/types.h and xsize.h.
17593         (SSIZE_MAX): Define fallback value.
17594         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
17595         instead of 'int' where appropriate. Check a_allocated, d_allocated
17596         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
17597         * lib/vasnprintf.c: Include xsize.h.
17598         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
17599         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
17600         overflow. Avoid wraparound when converting a width or precision from
17601         decimal to binary.
17602
17603 2003-11-16  Bruno Haible  <bruno@clisp.org>
17604
17605         Update from GNU gettext.
17606         * lib/printf-parse.c: Generalize to it can be compiled for wide
17607         strings.
17608         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
17609         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
17610         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
17611         SNPRINTF): New macros.
17612         Don't include <alloca.h> if the file is used inside libintl.
17613         (local_wcslen): New function, for Solaris 2.5.1.
17614         (VASNPRINTF): Use it instead of wcslen.
17615
17616 2003-11-16  Bruno Haible  <bruno@clisp.org>
17617
17618         * lib/xsize.h (xmax): New function.
17619         (xsum, xsum3, xsum4): Declare as "pure" functions.
17620
17621 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17622
17623         * modules/xalloc (Files): Undo latest change, since xalloc.h
17624         no longer needs SIZE_MAX or PTRDIFF_MAX.
17625
17626 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17627
17628         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
17629         gl_PTRDIFF_MAX.
17630
17631 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17632
17633         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
17634         "return", to pacify some unknown compiler.  Problem reported
17635         by Joerg Schilling.
17636
17637 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17638
17639         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
17640         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
17641         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
17642         heuristic is just as accurate as far as we know, and it removes a
17643         dependency on size_max.m4 and ptrdiff_max.m4.
17644
17645 2003-11-11  Bruno Haible  <bruno@clisp.org>
17646
17647         * modules/xsize (Files): Add m4/size_max.m4.
17648         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
17649
17650 2003-11-11  Bruno Haible  <bruno@clisp.org>
17651
17652         * m4/size_max.m4: New file.
17653         * m4/ptrdiff_max.m4: New file.
17654         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
17655         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
17656         (gl_XALLOC): Invoke it.
17657
17658 2003-11-11  Bruno Haible  <bruno@clisp.org>
17659
17660         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
17661         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
17662         defined.
17663
17664 2003-11-10  Paul Eggert  <eggert@twinsun.com>
17665
17666         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
17667         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
17668         rejected some allocations of exactly SIZE_MAX - 2 bytes.
17669         From Bruno Haible.
17670         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
17671         not (size_t) -1, since it's defined here.
17672
17673 2003-11-09  Karl Berry  <karl@gnu.org>
17674
17675         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
17676
17677 2003-11-06  Paul Eggert  <eggert@twinsun.com>
17678
17679         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
17680         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
17681         Reject sizes of exactly SIZE_MAX bytes.
17682         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
17683         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
17684
17685 2003-11-05  Bruno Haible  <bruno@clisp.org>
17686
17687         * lib/xsize.h: Include limits.h, to avoid a possible collision with
17688         SIZE_MAX defined in <limits.h> on Solaris.
17689
17690 2003-11-04  Jim Meyering  <jim@meyering.net>
17691
17692         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
17693         variable names, rather than @VAR@.
17694         * modules/poll: Likewise.
17695
17696 2003-11-04  Bruno Haible  <bruno@clisp.org>
17697
17698         * modules/xsize: New file.
17699         * modules/linebreak: Depend on xsize.
17700         * MODULES.html.sh (func_all_modules): Add xsize.
17701
17702 2003-11-04  Bruno Haible  <bruno@clisp.org>
17703
17704         * m4/xsize.m4: New file.
17705
17706 2003-11-04  Bruno Haible  <bruno@clisp.org>
17707
17708         * lib/xsize.h: New file.
17709         * lib/linebreak.c: Include xsize.h.
17710         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
17711         argument for overflow.
17712         Suggested by Paul Eggert.
17713
17714 2003-11-03  Karl Berry  <karl@gnu.org>
17715
17716         * config/config.{guess,sub}: update from config.
17717
17718 2003-11-03  Jim Meyering  <jim@meyering.net>
17719
17720         * modules/userspec (lib_SOURCES): Add userspec.h.
17721         (Include): Add "userspec.h".
17722         Improve description.
17723
17724 2003-11-03  Jim Meyering  <jim@meyering.net>
17725
17726         * lib/userspec.c: Include "userspec.h".
17727         * lib/userspec.h: New file.
17728
17729 2003-11-03  Bruno Haible  <bruno@clisp.org>
17730
17731         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
17732
17733 2003-11-03  Bruno Haible  <bruno@clisp.org>
17734
17735         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
17736         available, to avoid (extremely rare) race condition.
17737         Suggested by Paul Eggert.
17738
17739 2003-11-02  Karl Berry  <karl@gnu.org>
17740
17741         * config/srclist.txt (vasprintf.c): sync broken, sigh.
17742
17743 2003-10-31  Paul Eggert  <eggert@twinsun.com>
17744
17745         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
17746         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
17747         (read_filesystem_list): Set and use me_type_malloced.
17748         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
17749         whatever the type happens to be), for brevity and consistency.
17750         Check for size calculation overflow on Alphas running OSF/1.
17751
17752 2003-10-31  Jim Meyering  <jim@meyering.net>
17753
17754         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
17755
17756         * lib/linebuffer.c: Include <string.h> for declaration of memset.
17757
17758 2003-10-30  Paul Eggert  <eggert@twinsun.com>
17759             Bruno Haible  <bruno@clisp.org>
17760
17761         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
17762         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
17763
17764 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
17765
17766         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
17767         netbsd*-gnu*.  Suggested by Robert Millan.
17768
17769 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17770
17771         * modules/group-member: Depend on stdbool.
17772
17773 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17774
17775         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
17776
17777 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17778
17779         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
17780         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
17781         after the 'gnu' in these cases.  This fixes some bugs in the
17782         previous change, and is based on suggestions by Robert Millan.
17783
17784 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17785
17786         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
17787         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
17788         no longer needed.
17789         * lib/quotearg.c (quotearg_n_options): Use it.
17790         * lib/group-member.c: Include <stdbool.h>.
17791         (free_group_info): Arg is now const *; don't free arg.
17792         (get_group_info): Now returns bool and accepts struct group_info *,
17793         rather than returning a malloc'ed struct group_info *.
17794         All uses changed.  Check for overflow in internal size calculation.
17795
17796         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
17797         rather than xmalloc/xrealloc.
17798         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
17799         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
17800         conformance bug: the old code used a pointer after freeing the
17801         storage that it addressed.
17802         * lib/hash.c (hash_initialize): Simplify the code by using
17803         xalloc_oversized rather than doing it by hand.
17804         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
17805         the buffer preserved.  Use free and xmalloc instead.
17806         * lib/quotearg.c (quotearg_n_options): Likewise.
17807         Use a simpler test for size overflow.  Don't use xalloc_oversized
17808         because unsigned int might be wider than size_t (!); this suggests
17809         that we should switch from unsigned int to size_t for slot numbers.
17810
17811 2003-10-28  Paul Eggert  <eggert@twinsun.com>
17812
17813         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
17814         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
17815         NetBSD kernels.  Requested by Richard Stallman.
17816
17817 2003-10-27  Paul Eggert  <eggert@twinsun.com>
17818
17819         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
17820         to allocate the returned structure.  Do not allocate a subarray,
17821         as x2nrealloc will do that.
17822         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
17823         instead of xnrealloc.
17824         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
17825
17826 2003-10-27  Bruno Haible  <bruno@clisp.org>
17827
17828         * lib/stdbool_.h: Better support for BeOS.
17829
17830 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17831
17832         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
17833         now uses inline.
17834
17835 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17836
17837         * lib/xalloc.h (xalloc_oversized): New static inline function, for
17838         callers that want to do their own size-overflow checking.  Include
17839         <stdbool.h>, since xalloc_oversized returns bool.
17840         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
17841         to use xalloc_oversized.
17842
17843         Add two functions x2realloc, x2nrealloc, for programs that grow
17844         arrays dynamically by doubling their sizes.
17845         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
17846         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
17847         New functions.
17848
17849         Port to C99 semantics for 'inline' of external functions.
17850         Bug reported by Bruno Haible.
17851         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
17852         with the old contents of xnmalloc.
17853         (xnmalloc, xmalloc): Use it.
17854         (xnrealloc_inline): New static inline function,
17855         with the old contents of xnrealloc.
17856         (xnrealloc, xrealloc): Use it.
17857
17858         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
17859         that.
17860
17861 2003-10-26  Karl Berry  <karl@gnu.org>
17862
17863         * config/srclist.txt (COPYING.DOC): no longer available from
17864         /gd/gnuorg; don't know where the ultimate source is.
17865
17866 2003-10-25  Paul Eggert  <eggert@twinsun.com>
17867
17868         Fix several address-calculation bugs in the hash modules,
17869         plus some minor code cleanup.
17870
17871         * lib/hash.h: Include <stdbool.h>, for bool.
17872         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
17873         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
17874         hash_get_n_entries, hash_get_max_bucket_length,
17875         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
17876         hash_rehash): Use size_t rather than unsigned.
17877         * lib/hash.c (struct hash_table, hash_get_n_buckets,
17878         hash_get_n_buckets_used, hash_get_n_entries,
17879         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
17880         hash_get_entries, hash_do_for_each, hash_string, is_prime,
17881         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
17882         Likewise.
17883         (SIZE_MAX): Define if not defined.
17884         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
17885         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
17886         hash_print):
17887         Use const * when possible.
17888         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
17889         (check_tuning): Fix bug: if tuning parameters were very close to
17890         0 or 1, rounding errors could have caused subscript violations.
17891         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
17892         (hash_initialize): Add 'fail:' label
17893         to free table and return NULL, and use it to simplify code.
17894         Use calloc rather than clearing the storage ourself.
17895         (hash_initialize, hash_rehash): Check for arithmetic overflow in
17896         buffer size calculations.
17897         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
17898         Include <stddef.h>, for size_t.
17899         * lib/hash-pjw.c (hash_pjw): Likewise.
17900         Switch to method described by Bruno Haible.
17901         Include <limits.h>, for CHAR_BIT.
17902         (SIZE_BITS): New macro.
17903
17904 2003-10-23  Paul Eggert  <eggert@twinsun.com>
17905
17906         * m4/getline.m4 (AM_FUNC_GETLINE):
17907         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
17908         hosts.  Problem reported by Derek Robert Price in
17909         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
17910         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
17911         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
17912
17913 2003-10-21  Paul Eggert  <eggert@twinsun.com>
17914
17915         * lib/getndelim2.c (getndelim2): When size calculation overflows,
17916         ceiling the allocation at NMAX bytes rather than silently
17917         discarding input bytes before NMAX is reached.  This makes
17918         a difference only if NMAX exceeds SIZE_MAX / 2.
17919
17920         * lib/obstack.c: Merge from glibc.
17921         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
17922         Add libc_hidden_def (_obstack_newchunk).
17923         (_obstack_free) [! defined _LIBC]: Remove.
17924         [defined _LIBC]: Make a strong alias from obstack_free, rather than
17925         a clone of the function body.
17926         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
17927         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
17928
17929         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
17930         glibc.
17931         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
17932         arg to memcpy.
17933
17934         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
17935         (obstack_ptr_grow_fast, obstack_int_grow_fast):
17936         Don't use lvalue casts, as GCC plans to remove support for them
17937         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
17938         was also present in the non-GCC version, indicating that this
17939         code had always been buggy and had never been widely used.
17940         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
17941         Use the fast variant of each macro, rather than copying the
17942         definiens of the fast variant; that way, we'll be more likely to
17943         catch future bugs in the fast variants.
17944
17945 2003-10-20  Bruno Haible  <bruno@clisp.org>
17946
17947         * modules/wait-process: New file.
17948         * MODULES.html.sh (func_all_modules): Add wait-process.
17949
17950 2003-10-20  Bruno Haible  <bruno@clisp.org>
17951
17952         * m4/wait-process.m4: New file.
17953
17954 2003-10-20  Bruno Haible  <bruno@clisp.org>
17955
17956         * lib/wait-process.h: New file, from GNU gettext.
17957         * lib/wait-process.c: New file, from GNU gettext.
17958
17959 2003-10-19  Jim Meyering  <jim@meyering.net>
17960
17961         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
17962         HPUX 10.20.
17963
17964 2003-10-18  Karl Berry  <karl@gnu.org>
17965
17966         * config/config.guess: update from config.
17967
17968 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17969
17970         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
17971         (getgroups): First arg is int, not size_t.
17972         Don't let 'free' mangle errno.
17973
17974 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17975
17976         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
17977
17978 2003-10-16  Karl Berry  <karl@gnu.org>
17979
17980         * config/config.{guess,sub}: update from config.
17981
17982 2003-10-16  Jim Meyering  <jim@meyering.net>
17983
17984         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
17985         memcpy.
17986
17987 2003-10-15  Paul Eggert  <eggert@twinsun.com>
17988
17989         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
17990         (SIZE_MAX): Remove.
17991         (new_exclude, add_exclude_file): Initial size no longer needs to
17992         be a power of 2.
17993         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
17994         our own address arithmetic overflow checking.
17995
17996         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
17997         (fnmatch): Do not alloca more than 2000 wide characters;
17998         instead, use malloc for large buffers.
17999         Check for address arithmetic overflow, and return -1
18000         with errno set to ENOMEM in that case.
18001         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
18002         (NEW_PATTERN): Do not alloca more than 8000 bytes;
18003         instead, return -1.  Check for address arithmetic overflow.
18004
18005 2003-10-14  Paul Eggert  <eggert@twinsun.com>
18006
18007         Handle invalid suffixes and overflow independently, so that
18008         callers can treat them independently as needed.  Fix some bugs in
18009         suffix handling, e.g., "100k@" was not diagnosed as an invalid
18010         suffix for a human-readable blocksize.  The major caller-visible
18011         change is the addition of a new
18012         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
18013         that both overflow and suffix chars were found.
18014
18015         * lib/human.c (humblock): Don't check separately for invalid suffix
18016         char; that is xstrtoumax's job (now that its bug is fixed).
18017         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
18018         INTMAX_MAX]: New macros.
18019         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
18020         TYPE_MAXIMUM): New macros.
18021         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
18022         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
18023         if overflow occurs, as it's what __strtol does and it's more useful
18024         in practice.
18025         (__xstrtol): If __strtol reports some error other than ERANGE,
18026         reflect it to the caller as LONGINT_INVALID.  If it reports
18027         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
18028         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
18029         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
18030         value.
18031         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
18032         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
18033         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
18034         [defined UINTMAX_MAX]: New macros.
18035
18036 2003-10-14  Bruno Haible  <bruno@clisp.org>
18037
18038         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
18039
18040 2003-10-14  Bruno Haible  <bruno@clisp.org>
18041
18042         * m4/sig_atomic_t: New file, from GNU gettext.
18043         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
18044
18045 2003-10-14  Bruno Haible  <bruno@clisp.org>
18046
18047         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
18048         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
18049         Also use volatile where needed.
18050
18051 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18052
18053         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
18054         Change maintainer from Bruno Haible to 'all'.
18055
18056 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18057
18058         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
18059
18060 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18061
18062         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
18063         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
18064         and define in terms of the other primitives.
18065         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
18066         (SIZE_MAX): Define if not already defined.
18067         (array_size_overflow): New function.
18068         (xalloc_die): Abort instead of exiting if 'error' returns.
18069         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
18070         (xmalloc, xrealloc): Use them.
18071         (xcalloc): Check for address arithmetic overflow.
18072         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
18073         a bit faster than strcpy.
18074
18075 2003-10-10  Simon Josefsson  <jas@extundo.com>
18076
18077         * modules/argp (Depends-on): Add restrict and strcase.
18078
18079 2003-10-10  Simon Josefsson  <jas@extundo.com>
18080
18081         * m4/argp.m4: Add AC_C_INLINE.
18082
18083 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18084
18085         Merge getpass from libc, plus a few fixes.
18086
18087         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
18088         Include <stdbool.h>.
18089         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
18090         __fsetlocking to empty.
18091         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
18092         do include <bits/libc-lock.h>.
18093         Do not include <fcntl.h>; not needed.
18094         [_LIBC]: Include <wchar.h>.
18095         (NOTCANCEL_MODE): New macro.
18096         (flockfile, funlockfile) [_LIBC]: New macros.
18097         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
18098         [!_LIBC]: New macros.
18099         (call_fclose): New function.
18100         (getpass): Use it.  Save tty stream separately; this simplifies the
18101         code and makes it more reliable if stdin happens to equal stdout.
18102         Invoke __fsetlocking on tty.
18103         Handle thread cancellation if needed.
18104         Namespace cleanup (use __tcgetattr, __getline).
18105         Use bool for Booleans.
18106         [USE_IN_LIBIO]: Handle wide streams.
18107         [!_LIBC]: Unconditionally do the fseek, since we don't know what
18108         stream might go where.
18109
18110         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
18111         doesn't have to include <stdio.h> before us.
18112         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
18113         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
18114         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
18115         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
18116         if not declared, so that we can use getpass.c code from libc without
18117         rewriting it.
18118         (flockfile, ftrylockfile, funlockfile): New macros.
18119
18120 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18121
18122         * modules/getpass: Depend on stdbool.
18123
18124 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18125
18126         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
18127
18128 2003-10-07  Karl Berry  <karl@gnu.org>
18129
18130         * config/config.{guess,sub}: update from config.
18131
18132 2003-10-06  Jim Meyering  <jim@meyering.net>
18133             Bruno Haible  <bruno@clisp.org>
18134
18135         This lets translators provide better translations for the
18136         "Written by ..." part of --version output.
18137         * lib/version-etc.h: Include stdarg.h.
18138         (version_etc_copyright): Declare as readonly.
18139         (version_etc): Make this function variadic with a NULL-terminated list
18140         of author name strings.
18141         (version_etc_va): New declaration.
18142         * lib/version-etc.c: Include stdarg.h, stdlib.h.
18143         (version_etc_copyright): Declare as readonly.
18144         (version_etc_va): New function. Provide a different translatable string
18145         for each possible number of authors < 10. Abbreviate when there are 10
18146         authors or more.
18147         (version_etc): Make this function variadic. Call version_etc_va.
18148         Suggestion from Gary V. Vaughan.
18149
18150         * lib/long-options.h (parse_long_options): Change prototype: the
18151         authors string is moved to the end and becomes variadic.
18152         * lib/long-options.c: Include stdarg.h.
18153         (parse_long_options): Make this function variadic, too.
18154         Call version_etc_va, not version_etc.
18155
18156 2003-10-06  Bruno Haible  <bruno@clisp.org>
18157
18158         * modules/version-etc-2: Remove file.
18159         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
18160
18161 2003-10-06  Bruno Haible  <bruno@clisp.org>
18162
18163         * modules/fatal-signal: New file.
18164         * MODULES.html.sh (func_all_modules): Add fatal-signal.
18165
18166 2003-10-06  Bruno Haible  <bruno@clisp.org>
18167
18168         * m4/fatal-signal.m4: New file.
18169         * m4/signalblocking.m4: New file, from GNU gettext.
18170
18171 2003-10-06  Bruno Haible  <bruno@clisp.org>
18172
18173         * lib/version-etc-2.h: Remove file.
18174         * lib/version-etc-2.c: Remove file.
18175
18176 2003-10-06  Bruno Haible  <bruno@clisp.org>
18177
18178         * lib/fatal-signal.h: New file, from GNU gettext.
18179         * lib/fatal-signal.c: New file, from GNU gettext.
18180
18181 2003-10-05  Paul Eggert  <eggert@twinsun.com>
18182
18183         * README: Rework advice for preventing empty .o files.
18184         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
18185         not <sys/types.h>.
18186
18187 2003-10-04  Karl Berry  <karl@gnu.org>
18188
18189         * lib/argp*: update from libc.
18190
18191 2003-10-04  Karl Berry  <karl@gnu.org>
18192
18193         * config/config.{guess,sub}: update from config.
18194
18195 2003-10-02  Bruno Haible  <bruno@clisp.org>
18196
18197         * modules/lchown (Include): Add lchown.h.
18198         * modules/time_r (Include): Use "..." syntax.
18199         * modules/xgetdomainname (Include): Add xgetdomainname.h.
18200
18201 2003-10-01  Simon Josefsson  <jas@extundo.com>
18202
18203         * MODULES.html.sh (func_all_modules): Move gethostname from section
18204         'based on' to section 'lacking' POSIX:2001.
18205
18206 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
18207
18208         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
18209         to output mode on the same stream.
18210
18211 2003-09-29  Paul Eggert  <eggert@twinsun.com>
18212
18213         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
18214         Fix arg typo in previous patch.
18215
18216 2003-09-28  Jim Meyering  <jim@meyering.net>
18217
18218         * lib/error.c: Correct cpp indentation.
18219
18220 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18221
18222         * modules/free: New file.
18223
18224 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18225
18226         * m4/free.m4: New file.
18227
18228 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18229
18230         * lib/minmax.h (MIN, MAX)
18231         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
18232         Omit the special code that used __typeof__, since we worry that
18233         it could be more trouble than it's worth.  See:
18234         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
18235         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
18236
18237         * lib/free.c: New file.
18238
18239 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
18240
18241         Trivial fixes to Makefile.am parts of module listings.
18242         * modules/strstr: Append strstr.h to lib_SOURCES.
18243         * modules/strcase: Likewise, for strcase.h.
18244
18245 2003-09-27  Karl Berry  <karl@gnu.org>
18246
18247         * config/mkinstalldirs: update from automake.
18248
18249 2003-09-26  Paul Eggert  <eggert@twinsun.com>
18250
18251         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
18252         (error_tail): Do not loop, reallocating temporary buffer, since
18253         the output cannot contain more wide characters than the input
18254         contains bytes, the size must be big enough already.  This avoids
18255         one potential size overflow calculation.  Check for size overflow
18256         when calculating temporary buffer size.  Free temporary buffer
18257         when done, if it was allocated with malloc; this plugs a memory
18258         leak.  Remove casts from void * to pointers, that are no longer
18259         needed now that we're assuming C89 or better.
18260
18261         Merge error changes from glibc.
18262
18263         * lib/error.c, error.h: Update copyright notice header to match glibc.
18264         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
18265         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
18266         Disable cancellation while printing error.
18267         * lib/error.h: Prepend __ to parameter names.
18268
18269 2003-09-26  Jim Meyering  <jim@meyering.net>
18270
18271         * lib/error.c (error_tail): Move some declarations
18272         into inner scope where the local variables are used.
18273
18274 2003-09-26  Bruno Haible  <bruno@clisp.org>
18275
18276         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
18277         stpncpy().
18278         Don't define stpncpy through config.h; it's now done through stpncpy.h.
18279
18280 2003-09-26  Bruno Haible  <bruno@clisp.org>
18281
18282         * lib/stpncpy.h (gnu_stpncpy): New declaration.
18283         (stpncpy): Define as alias for gnu_stpncpy.
18284         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
18285
18286 2003-09-25  Simon Josefsson  <jas@extundo.com>
18287
18288         * lib/xgetdomainname.h: New file.
18289         * lib/xgetdomainname.c: New file.
18290
18291 2003-09-25  Simon Josefsson  <jas@extundo.com>
18292             Bruno Haible  <bruno@clisp.org>
18293
18294         * modules/getdomainname: New file.
18295         * modules/xgetdomainname: New file.
18296         * MODULES.html.sh (func_all_modules): Add getdomainname,
18297         xgetdomainname.
18298
18299 2003-09-25  Simon Josefsson  <jas@extundo.com>
18300             Bruno Haible  <bruno@clisp.org>
18301
18302         * m4/getdomainname.m4: New file.
18303
18304 2003-09-25  Simon Josefsson  <jas@extundo.com>
18305             Bruno Haible  <bruno@clisp.org>
18306
18307         * lib/getdomainname.h: New file.
18308         * lib/getdomainname.c: New file.
18309
18310 2003-09-25  Karl Berry  <karl@gnu.org>
18311
18312         * lib/argp-fmtstream.c, argp-help.c: update from libc.
18313
18314 2003-09-25  Karl Berry  <karl@gnu.org>
18315
18316         * config/install-sh: update from automake.
18317
18318 2003-09-25  Bruno Haible  <bruno@clisp.org>
18319
18320         * modules/version-etc-2: New file, from modules/version-etc with
18321         modifications.
18322         * MODULES.html.sh (func_all_modules): Add version-etc-2.
18323
18324 2003-09-25  Bruno Haible  <bruno@clisp.org>
18325
18326         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
18327         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
18328
18329 2003-09-24  Simon Josefsson  <jas@extundo.com>
18330
18331         * modules/xgethostname: Add xgethostname.h.
18332
18333 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18334
18335         * lib/linebuffer.c (freebuffer): Don't free the argument, just
18336         the buffer associated with the argument.  Bug reported by
18337         Simon Josefsson.
18338
18339 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18340
18341         * README: Document assumptions that 'int' is at least 32 bits
18342         wide, that integer arithmetic is 2's complement without overflow,
18343         that there are no holes in integer values, that adding sizes of
18344         two nonoverlapping objects can't overflow, and that all-bits-zero
18345         yields scalar zero.  Fix spelling and capitalization typos.
18346
18347 2003-09-19  Karl Berry  <karl@gnu.org>
18348
18349         * lib/argp.h: update from libc.
18350
18351 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18352
18353         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
18354         to avoid spurious warnings like "AC_RUN_IFELSE was called before
18355         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
18356
18357 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18358
18359         * gnulib-tool: Use "test -h", not "test -L", for portability
18360         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
18361         (tags_regexp): Remove, since \| doesn't conform to POSIX.
18362         (sed_extract_prog): Issue s commands one-by-one, rather than
18363         using \| in one s command.
18364
18365 2003-09-16  Paul Eggert  <eggert@twinsun.com>
18366
18367         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
18368         input error, instead of returning NULL the next time we are called
18369         (and therefore losing track of errno).
18370
18371 2003-09-16  Bruno Haible  <bruno@clisp.org>
18372
18373         * gnulib-tool (func_create_testdir): Warn about duplicated
18374         dependencies.
18375
18376 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18377
18378         * modules/argmatch, modules/fatal, modules/obstack,
18379         modules/xalloc, modules/xgethostname: Sort dependencies by
18380         importance, not alphabetically.
18381
18382 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18383
18384         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
18385         fails, so that the caller gets the proper errno.
18386
18387         * lib/readutmp.c (read_utmp): Likewise.
18388         Check for fstat error.  Close stream and free storage
18389         when failing.
18390
18391 2003-09-14  Karl Berry  <karl@gnu.org>
18392
18393         * config/srclist.txt (strdup.c): disable for c89 changes.
18394
18395 2003-09-14  Jim Meyering  <jim@meyering.net>
18396
18397         * lib/getloadavg.c: Correct cpp indentation.
18398         * lib/strdup.c: Likewise.
18399         * lib/vasnprintf.c: Likewise.
18400
18401 2003-09-14  Bruno Haible  <bruno@clisp.org>
18402
18403         * modules/fwriteerror: New file.
18404         * MODULES.html.sh (func_all_modules): Add fwriteerror.
18405
18406 2003-09-14  Bruno Haible  <bruno@clisp.org>
18407
18408         * lib/fwriteerror.h: New file.
18409         * lib/fwriteerror.c: New file.
18410
18411 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18412
18413         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
18414         modules/xgethostname, modules/xalloc: Depend on exit.
18415
18416 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18417
18418         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
18419
18420         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
18421         and AC_MINIX, too, so that their extensions are available.
18422
18423         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
18424         This macro has been superseded by gl_BACKUPFILE.
18425
18426         More patches to assume C89 or better.
18427
18428         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
18429
18430         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
18431         unconditionally.
18432         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
18433         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
18434         Include <string.h>, <stdlib.h> unconditionally.
18435         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
18436         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
18437         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
18438         headers or for string.h.
18439         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
18440         or strtoul.
18441
18442         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
18443         headers.
18444         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
18445         * m4/userspec.m4 (gl_USERSPEC): Likewise.
18446         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
18447         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
18448         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18449         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
18450         memcpy, memset.
18451         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
18452         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
18453         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
18454         strtol.
18455         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
18456         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
18457         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
18458         strtoul.
18459
18460 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18461
18462         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
18463         * lib/obstack.c [!defined _LIBC]: Likewise.
18464         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
18465         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
18466         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
18467
18468         More changes to assume C89 or better.
18469
18470         * lib/error.c (error_tail): Assume vprintf.
18471
18472         * lib/argmatch.c (getenv): Remove decl.
18473         * lib/progreloc.c (get_full_program_name): Define via prototype.
18474         * lib/setenv.c (clearenv): Likewise.
18475         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
18476         needed.
18477         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
18478         (malloc, memcpy): Remove decls.
18479         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
18480         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
18481         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18482         (memcpy): Remove macro.
18483         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
18484         (__P): Remove.  All uses removed.
18485         (PTR): Remove.  All uses changed to void *.
18486         (CHAR_BIT, NULL): Remove.
18487         (spaces, zeros, memset_space, memset_zero)
18488         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
18489         Remove.
18490         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
18491         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
18492         Define with prototype.
18493         Remove now-unnecessary prototype decl.
18494         (extra_args_spec): Assume ANSI C.  All uses changed.
18495         (extra_args_spec_iso): Remove.
18496         (my_strftime, emacs_strftimeu): Define via prototype.
18497         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
18498         unconditionally.
18499         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
18500         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
18501         (strtoul, strtol): Remove decls.
18502         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
18503         LONG_MAX): Remove.
18504         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18505         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
18506         (LOCALE_PARAM_PROTO): New macro.
18507         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
18508         (INTERNAL (strtol), strtol): Define with a prototype.
18509         (PARAMS): Remove.  All uses removed.
18510         * lib/tempname.c: Include <string.h> unconditionally.
18511         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
18512         * lib/xgethostname.c (main): Define with a prototype.
18513         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
18514         Include <stdlib.h> unconditionally.
18515         (calloc, malloc, realloc, free): Remove decls.
18516         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
18517         Include <stdlib.h> unconditionally.  Sort include file names.
18518         (strtod): Remove.
18519         (xstrtod): Define with a prototype.
18520         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
18521         (strtol, strtoul): Remove decls.
18522
18523 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18524
18525         More patches to assume C89 or better.
18526         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
18527         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
18528         string.h, memchr, STDC_HEADERS.
18529
18530 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18531
18532         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
18533         Include <stdlib.h>, <string.h> unconditionally.
18534         Remove now-unnecessary cast to char *.
18535         * lib/strnlen.c: Include <string.h> unconditionally.
18536         * lib/yesno.c (yesno): Define with a prototype.
18537
18538 2003-09-11  Bruno Haible  <bruno@clisp.org>
18539
18540         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
18541
18542 2003-09-10  Jim Meyering  <jim@meyering.net>
18543
18544         * lib/error.c: Correct indentation of cpp directives.
18545
18546 2003-09-10  Bruno Haible  <bruno@clisp.org>
18547
18548         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
18549         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
18550         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
18551         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
18552         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
18553         <stdlib.h> and <string.h> checks.
18554         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
18555         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
18556
18557 2003-09-10  Bruno Haible  <bruno@clisp.org>
18558
18559         * lib/strcspn.c: Include <string.h> unconditionally.
18560         * lib/strpbrk.c: Include <string.h> unconditionally.
18561         * lib/strstr.c: Include <string.h> unconditionally.
18562         * lib/unicodeio.c: Include <string.h> unconditionally.
18563         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
18564         * lib/unsetenv.c: Likewise.
18565         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
18566         * lib/yesno.c: Include <stdlib.h> unconditionally.
18567         (rpmatch): Add prototype.
18568
18569 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18570
18571         More patches to assume C89 or better.
18572         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
18573         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
18574         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
18575         or for string.h.
18576         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
18577         stdlib.h.
18578         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
18579         C headers.
18580         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
18581         string.h.
18582         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
18583         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
18584         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
18585         or for string.h.
18586         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
18587         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
18588         C headers.
18589         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
18590         memcpy.
18591         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
18592         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
18593         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
18594         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
18595         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
18596         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
18597         string.h, free.
18598         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
18599         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
18600         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
18601         C headers, or for string.h.
18602         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
18603         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
18604         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
18605         headers, memory.h, stdlib.h, string.h, strings.h.
18606         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
18607         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
18608         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
18609         strchr.
18610         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
18611         headers, memory.h, string.h.
18612         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
18613         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
18614         free.
18615         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
18616         headers.
18617         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
18618         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
18619         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
18620         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
18621         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
18622
18623 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18624
18625         More K&R removal.
18626
18627         * lib/acosl.c (main): Use a prototype.
18628         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
18629         tanl.c: Likewise.
18630
18631         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
18632
18633         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
18634         (getopt, etopt_long, getopt_long_only, _getopt_internal)
18635         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
18636         with a prototype.
18637         * lib/getopt.c (const): Remove macro.
18638         Include <string.h> unconditionally.
18639         (my_index): Remove; all uses changed to strchr.
18640         (strlen): Remove decl.
18641         (exchange): Remove forward decl; no longer needed.
18642         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
18643         Define with prototype.
18644         * lib/getopt1.c (const): Remove macro.
18645         (getopt_long, getopt_long_only, main): Define with prototype.
18646
18647         * lib/getugroups.c: Include <string.h> unconditionally.
18648
18649         * lib/getusershell.c: Include <stdlib.h> unconditionally.
18650         (getusershell, setusershell, endusershell, readname, main):
18651         Define with prototypes.
18652
18653         * lib/group-member.c: Include group-member.h first.
18654         Include <stdlib.h> unconditionally.
18655
18656         * lib/hard-locale.c: Include hard-locale.h first.
18657         Include <stdlib.h>, <string.h> unconditionally.
18658
18659         * lib/hash.c (free, malloc): Remove decls.
18660         Include <stdlib.h> unconditionally.
18661
18662         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
18663         (getenv): Do not declare.
18664
18665         * lib/idcache.c: Include <string.h> unconditionally.
18666
18667         * lib/long-options.c: Include long-options.h first, to test interface.
18668         Include <stdlib.h> unconditionally.
18669
18670         * lib/makepath.c: Include makepath.h first, to test interface.
18671         Include <stdlib.h> and <string.h> unconditionally.
18672
18673         * lib/linebuffer.c: Include <stdlib.h>.
18674         (free): Remove decl.
18675
18676         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
18677         stddef.h. rpl_malloc returns void *, not char *.
18678         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
18679         prototype.
18680
18681         * lib/md5.h: Include <limits.h> unconditionally.
18682         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
18683         (__P): Remove; all uses removed.
18684         * lib/md5.c: Include "md5.h" first.
18685         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
18686         md5_buffer, md5_process_bytes, md5_process_block):
18687         Define with prototypes.
18688         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
18689         * lib/sha.c: Include "sha.h" first.
18690         Include <stdlib.h>, <string.h> unconditionally.
18691
18692         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
18693         * lib/memcmp.c (__ptr_t): Likewise.
18694         * lib/memrchr.c (__ptr_t): Likewise.
18695         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
18696         Include <string.h> unconditionally.
18697         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
18698         * lib/memchr.c: Include <stdlib.h> unconditionally.
18699         * lib/memchr.c (LONG_MAX): Remove.
18700         * lib/memrchr.c (LONG_MAX): Likewise.
18701         * lib/memchr.c (__memchr): Define via a prototype.
18702         * lib/memrchr.c (__memrchr): Likewise.
18703         * lib/memcmp.c (__P): Remove, and remove all uses.
18704         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
18705         Remove forward decls; no longer needed.
18706         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
18707         Use types required by C89 in prototype.
18708
18709         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
18710         * lib/savedir.c: Likewise.
18711         * lib/mkdir.c (free): Remove decl.
18712         * lib/rmdir.c (rmdir): Define with a prototype.
18713         * lib/savedir.c: Include savedir.h first, to test interface.
18714
18715         * lib/mktime.c (STDC_HEADERS): Remove.
18716         Include <stdlib.h>, <string.h> unconditionally.
18717
18718         * lib/modechange.c: Include <stdlib.h> unconditionally.
18719         (malloc): Remove decl.
18720
18721         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
18722         (free): Remove decl.
18723
18724         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
18725         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
18726         (This type really should be intptr_t, but that's a C99ism.)
18727         (_obstack_memcpy): Remove: all uses changed to memcpy.
18728         Include <string.h> unconditionally.
18729         (struct obstack): Assume __STDC__ for types of members
18730         chunkfun, freefun, extra_arg.
18731         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
18732         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
18733         obstack_begin, obstack_specify_allocation,
18734         obstack_specify_allocation_with_arg, obstack_chunkfun,
18735         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
18736         Remove unprototyped decls and the macros that use them.
18737         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
18738         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
18739         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
18740         (defined __STDC__ && __STDC__)]:
18741         Remove nonprototyped code.
18742         Include <stdlib.h> unconditionally.
18743         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
18744         _obstack_allocated_p, _obstack_free, obstack_free,
18745         _obstack_memory_used, print_and_abort):
18746         Define using prototypes.
18747         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
18748         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
18749         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
18750         obstack_next_free, obstack_object_size, obstack_room) [0]:
18751         Remove unused, unprototyped code.
18752
18753         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
18754
18755         * lib/physmem.c (physmem_total, physmem_available, main): Define
18756         with prototypes.
18757
18758         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
18759         (main): Define with a prototype.
18760
18761         * lib/posixver.c (getenv): Remove decl.
18762
18763         * lib/putenv.c (malloc): Returns void *, not char *.
18764         Include <string.h> unconditionally.
18765         (strchr, memcpy, NULL): Do not define.
18766
18767         * lib/readtokens.c: Include readtokens.h first, to test interface.
18768         Include <stdlib.h>, <string.h> unconditionally.
18769         (init_tokenbuffer): Define with a prototype.
18770
18771         * lib/regex.c (PARAMS): Remove.  All uses removed.
18772         All uses of _RE_ARGS removed, too.
18773         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18774         unconditionally.
18775         (bzero): Assume memset exists.
18776         (memcmp, memcpy, NULL): Remove.
18777         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
18778         char, or assignments to local vars of type signed char.
18779         (init_syntax_once, PREFIX(extract_number_and_incr),
18780         PREFIX(print_partial_compiled_pattern),
18781         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
18782         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
18783         PREFIX(regex_grow_registers), PREFIX(regex_compile),
18784         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
18785         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
18786         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
18787         wcs_compile_range, byte_compile_range, truncate_wchar,
18788         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
18789         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
18790         count_mbs_length, wcs_re_match_2_internal,
18791         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
18792         PREFIX(alt_match_null_string_p),
18793         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
18794         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
18795         regfree, PREFIX(extract_number)): Define with prototype.  Remove
18796         now-unnecessary declaration, if any.
18797         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
18798         regcomp, regexec):
18799         Remove now-unnecessary casts among pointer types.
18800         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
18801
18802         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
18803         (free): Remove decl.
18804
18805         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
18806
18807         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
18808         (free): Remove decl.
18809
18810         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
18811         * lib/xgetcwd.c: Likewise.
18812
18813         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
18814         (free): Remove decl.
18815
18816         * lib/strchrnul.c (strchrnul): Define with a prototype.
18817         Fix bug: c_in was not converted to char before searching.
18818
18819         The following changes are not K&R related:
18820
18821         * lib/group-member.h: Include <sys/types.h>, so that this file is
18822         self-contained.
18823         * lib/makepath.h: Likewise.
18824
18825         * lib/getusershell.c (readname, default_index, line_size, readname):
18826         Use size_t, not int, for sizes.
18827         (readname): If the size overflows, report an error instead of
18828         looping forever.
18829
18830 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18831
18832         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
18833         libc.
18834
18835 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18836
18837         * README: New section: portability guidelines.
18838
18839 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18840
18841         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
18842         C89 spec.
18843
18844 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18845
18846         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
18847
18848 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18849
18850         Assume C89 or better; remove K&R cruft.
18851         A few of these changes were first proposed by Derek Robert Price
18852         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
18853
18854         * lib/addext.c: Include <string.h> unconditionally.
18855         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
18856         Don't declare getenv or malloc.
18857
18858         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
18859         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
18860         (NULL): Remove.
18861         (find_stack_direction, alloca): Use prototypes.
18862
18863         * lib/atexit.c (atexit): Define using a prototype.
18864
18865         * lib/basename.c, dirname.c, stripslash.c:
18866         Include <string.h> unconditionally.
18867
18868         * lib/bcopy.c: Include <stddef.h>.
18869         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
18870
18871         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
18872
18873         * lib/error.h (error, error_at_line, error_print_progname)
18874         [! (defined (__STDC__) && __STDC__)]: Remove decls.
18875         * lib/error.c: Include error.h first, to check interface.
18876         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18877         (VA_START): Remove; all uses changeed to va_start.
18878         (exit, strerror): Remove decls.
18879         (error_print_progname): Prototype uncondionally.
18880         Don't include <errno.h>; no longer needed.
18881         (private_strerror): Remove.
18882         (error_tail): Always define.
18883         (error, error_at_line): Assume C89 or better; always use prototypes.
18884         * lib/fatal.c: Include "fatal.h" first, to test interface.
18885         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18886         (VA_START): Remove; all uses changed to va_start.
18887         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
18888         this case.
18889         (exit): Remove decl.
18890         (fatal): Prototype unconditionally.  Assume va_start works.
18891         Abort at end, to pacify gcc.
18892
18893         * lib/euidaccess.c (main): Define with a prototype.
18894
18895         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
18896
18897         * lib/exitfail.c: Include <stdlib.h> unconditionally.
18898
18899         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
18900         prototypes.
18901         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
18902         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
18903         (getenv): Remove decl.
18904         (fnmatch): Define using a prototype.
18905         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
18906         (FCT): Define using a prototype.
18907
18908         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
18909
18910         * lib/gethostname.c: Include <stddef.h>.
18911         (gethostname): Define with prototype.  Length is size_t, not int.
18912
18913 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18914
18915         Assume C89 or better; remove K&R cruft.
18916         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
18917         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
18918         string.h, getenv, malloc.
18919         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
18920         headers.
18921         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
18922         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
18923         do not check for strerror.
18924         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
18925         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
18926         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
18927         do not check for doprnt or vprintf.
18928         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
18929         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
18930
18931 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18932
18933         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
18934         getversion.c should have been removed then, but was accidentally
18935         preserved.
18936
18937         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
18938         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
18939
18940 2003-09-08  Karl Berry  <karl@gnu.org>
18941
18942         * config/config.sub, config.guess, srclistvars.sh: update from savannah
18943                 config, forget about prep.
18944
18945         * config/depcomp, missing: update from automake.
18946
18947 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18948
18949         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
18950         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18951
18952 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18953
18954         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
18955         copy_tm_result.  Bug reported by Simon Josefsson in
18956         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18957
18958 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18959
18960         * m4/time_r.m4: New file.
18961         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
18962         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
18963         is. Check for timegm declaration.
18964         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
18965         Do not check for gmtime_r.
18966         Replace mktime if __mktime_internal does not exist and if mktime
18967         hasn't been replaced already.
18968
18969 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18970
18971         * lib/time_r.c, lib/time_r.h: New files.
18972
18973         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
18974         __localtime_r.
18975         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
18976         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
18977
18978         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
18979         __gmtime_r.
18980         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
18981         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
18982         Include <time_r.h>.
18983
18984         * lib/timegm.c: Switch to glibc implementation, with the following
18985         changes:
18986         [defined HAVE_CONFIG_H]: Include <config.h>.
18987         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
18988         (__mktime_internal) [!defined _LIBC]: New decl.
18989         (__gmtime_r) [!defined _LIBC]: New macro and function.
18990         (timegm): Use a prototype, since gnulib assumes C89.
18991         Do not bother declaring tmp to be const, as it's not really usefu.
18992         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
18993         (timegm): Declare only if HAVE_DECL_TIMEGM.
18994
18995 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18996
18997         * MODULES.html.sh (func_all_modules): Add time_r.
18998         * modules/time_r: New file.
18999         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
19000         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
19001
19002 2003-09-03  Paul Eggert  <eggert@twinsun.com>
19003
19004         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
19005         Bug reported by Lute Kamstra in
19006         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
19007
19008         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
19009         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
19010         course with correspondingly smaller numbers for tomorrow and
19011         yesterday.  From Tadayoshi Funaba.  Originally installed into
19012         sh-utils on 1999-08-07, but the patch got lost (I guess during the
19013         coreutils merge?).
19014
19015 2003-08-31  Simon Josefsson  <jas@extundo.com>
19016
19017         * modules/timegm: New file.
19018         * MODULES.html.sh (func_all_modules): Add timegm.
19019
19020 2003-08-31  Simon Josefsson  <jas@extundo.com>
19021
19022         * m4/timegm.m4: New file.
19023
19024 2003-08-31  Simon Josefsson  <jas@extundo.com>
19025
19026         * lib/timegm.h: New file.
19027         * lib/timegm.c: New file.  Based on
19028         wget-1.8.2/src/http.c:mktime_from_utc.
19029
19030 2003-08-31  Karl Berry  <karl@gnu.org>
19031
19032         * lib/argp.h: update from libc.
19033
19034 2003-08-28  Bruno Haible  <bruno@clisp.org>
19035
19036         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
19037         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
19038         followed by '#define fnmatch fnmatch_posix' gives an error.
19039
19040 2003-08-28  Bruno Haible  <bruno@clisp.org>
19041
19042         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
19043         warning on QNX, which defines O_BINARY to 000000.
19044
19045 2003-08-27  Jim Meyering  <jim@meyering.net>
19046
19047         * m4/mkstemp.m4: Require that the system mkstemp be able to create
19048         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
19049         would fail after 32.  Reported by Danny Levinson.  Details here:
19050         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
19051
19052 2003-08-24  Bruno Haible  <bruno@clisp.org>
19053
19054         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
19055         MSVC7 <stdio.h> is included later.
19056
19057 2003-08-22  Simon Josefsson  <jas@extundo.com>
19058
19059         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
19060
19061 2003-08-20  Karl Berry  <karl@gnu.org>
19062
19063         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
19064
19065 2003-08-20  Bruno Haible  <bruno@clisp.org>
19066
19067         * modules/progname: New file.
19068         * MODULES.html.sh (func_all_modules): Add progname.
19069
19070 2003-08-20  Bruno Haible  <bruno@clisp.org>
19071
19072         * lib/progname.h: New file, from GNU gettext.
19073         * lib/progname.c: New file, from GNU gettext.
19074         * lib/progreloc.c: New file, from GNU gettext.
19075
19076 2003-08-19  Jim Meyering  <jim@meyering.net>
19077
19078         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
19079         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
19080
19081 2003-08-19  Bruno Haible  <bruno@clisp.org>
19082
19083         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
19084         more.
19085
19086 2003-08-19  Bruno Haible  <bruno@clisp.org>
19087
19088         * lib/xstrdup.c: Assume <string.h> exists.
19089
19090 2003-08-18  Paul Eggert  <eggert@twinsun.com>
19091
19092         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
19093         in makefile rules.
19094
19095 2003-08-18  Jim Meyering  <jim@meyering.net>
19096
19097         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
19098         * m4/lib-ld.m4: Likewise.
19099
19100 2003-08-18  Jim Meyering  <jim@meyering.net>
19101
19102         * lib/setenv.h: Indent nested cpp directive.
19103         * lib/vasnprintf.c: Remove trailing blanks.
19104
19105 2003-08-17  Simon Josefsson  <jas@extundo.com>
19106
19107         * modules/xstrndup: New file.
19108         * MODULES.html.sh (func_all_modules): Add xstrndup.
19109
19110 2003-08-17  Simon Josefsson  <jas@extundo.com>
19111
19112         * modules/argp: Fix autoconf macro name. Add more dependencies.
19113
19114 2003-08-17  Simon Josefsson  <jas@extundo.com>
19115
19116         * m4/xstrndup.m4: New file.
19117
19118 2003-08-17  Simon Josefsson  <jas@extundo.com>
19119
19120         * m4/argp.m4: New file.
19121
19122 2003-08-17  Simon Josefsson  <jas@extundo.com>
19123             Bruno Haible  <bruno@clisp.org>
19124
19125         * lib/xstrndup.h: New file.
19126         * lib/xstrndup.c: New file.
19127
19128 2003-08-17  Bruno Haible  <bruno@clisp.org>
19129
19130         * modules/strndup (Files, Include): Add lib/strndup.h.
19131
19132 2003-08-17  Bruno Haible  <bruno@clisp.org>
19133
19134         * modules/euidaccess (Files): Add lib/euidaccess.h.
19135
19136 2003-08-17  Bruno Haible  <bruno@clisp.org>
19137
19138         * lib/strndup.h: New file.
19139
19140 2003-08-17  Bruno Haible  <bruno@clisp.org>
19141
19142         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
19143         like AC_GNU_SOURCE.
19144         * modules/extensions (configure.ac): Comment out the invocation of
19145         gl_USE_SYSTEM_EXTENSIONS.
19146
19147 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19148
19149         Merges from coreutils, etc.
19150         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
19151         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
19152         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
19153         fixing a typo.
19154         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
19155         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
19156
19157 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19158
19159         Document merge from coreutils.
19160         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
19161         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
19162         * modules/utime: Add m4/utimes-null.m4.
19163
19164 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19165
19166         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
19167         space, undoing this 2003-08-12 change:
19168         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19169
19170 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19171
19172         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
19173         strtoul.c from libc, undoing this 2003-08-12 change:
19174         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19175
19176 2003-08-16  Jim Meyering  <jim@meyering.net>
19177
19178         Merges from coreutils.
19179         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
19180         prefix.  Adjust cache variables similarly.  Create 500 rather than
19181         just 300 files, to exercise bug on Darwin6.5, too.
19182         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
19183         $missing_dir.
19184         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
19185         AM_SYS_POSIX_TERMIOS.
19186         Reported by mkc@mathdogs.com.
19187         Also change use of $am_cv_sys_posix_termios
19188         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
19189         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
19190         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
19191         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
19192         in /proc/mounts until it finds one with matching device number.  This
19193         is unnecessary when the FILE argument *is* a mount point.  No stat call
19194         is necessary in that case.  So, disable the statvfs-testing code on
19195         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
19196         as RedHat bug# 84846.
19197         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19198         to 1MB, so as not to render systems with no stack size limit (e.g.,
19199         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19200         Include <unistd.h>.  On some systems,
19201         it is required for the definition of _SC_PAGESIZE.
19202
19203 2003-08-16  Jim Meyering  <jim@meyering.net>
19204
19205         Merge from coreutils.
19206         * lib/xstrtoimax.c: #else #if -> #elif.
19207         * lib/xstrtoumax.c: Likewise.
19208
19209 2003-08-16  Jim Meyering  <jim@meyering.net>
19210
19211         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
19212         * m4/utimes.m4: Removed.
19213         * m4/utimes-null.m4: Renamed from utimes.m4.
19214
19215         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19216         to 1MB, so as not to render systems with no stack size limit (e.g.,
19217         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19218         Include <unistd.h>.  On some systems,
19219         it is required for the definition of _SC_PAGESIZE.
19220
19221 2003-08-16  Jim Meyering  <jim@meyering.net>
19222         and Paul Eggert  <eggert@cs.ucla.edu>
19223
19224         Merges from coreutils, etc.
19225
19226         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
19227         using the latest version from cvs.  This avoids problems with #line
19228         directives using a vendor (Sun) compiler.
19229         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
19230         Don't set GETGROUPS_LIB here; now it's
19231         done via getgroups.m4's wrapper function.
19232         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
19233         rather than just in sh-util/configure.in, so that the
19234         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
19235         same.
19236         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
19237         AC_FUNC_GETLOADAVG where to find getloadavg.c.
19238         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
19239         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
19240         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
19241         Remove code that is now done by the newly-required macros.
19242         Append $(EXEEXT) to DF_PROG.
19243         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
19244         Do not invoke or require the following here,
19245         since prereq.m4 or some gnulib .m4 now does this for us:
19246         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
19247         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
19248         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
19249         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
19250         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
19251         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
19252         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
19253         AC_FUNC_OBSTACK.
19254         Do not replace the following functions, as this is now the job
19255         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
19256         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
19257         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
19258         atexit getpass, strdup, getpagesize.
19259         Replace 'raise'.
19260         Do not check for the following functions, as this is now the job
19261         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
19262         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
19263         setregid.
19264         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
19265         Check for sys/sysctl.h.
19266         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
19267         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
19268         of checking for ssize_t ourselves.
19269
19270         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
19271         Require every macro that gnulib/modules/* suggests for us.
19272         (jm_PREREQ_ADDEXT): New macro.
19273         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
19274         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
19275
19276         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
19277         (gl_PHYSMEM): Use it.
19278         Also check for `table' function.
19279         Check for new headers and functions.
19280         Add check for sys/sysmp.h.
19281         With suggestions from Kaveh Ghazi.
19282         Ignore headers that are present but cannot be compiled.  This
19283         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
19284         C 5.4.
19285
19286 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19287
19288         Document merge from coreutils.
19289         * modules/userspec: Depend on posixver.
19290         * modules/strftime: Depend on tzset.
19291
19292 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19293
19294         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
19295         rather than tab, after '#' in shell-script copyright notices.
19296         Suggested by Bruno Haible.
19297
19298 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19299
19300         * config/srclist-update: Use three spaces, rather than tab, after '#'
19301         in shell-script copyright notices.  Suggested by Bruno Haible.
19302         Remove unnecessary parenthesization in regular expression.
19303
19304 2003-08-15  Jim Meyering  <jim@meyering.net>
19305
19306         Merge from coreutils.
19307         * lib/xgethostname.c: Include <stdlib.h>.
19308         (xghostname): Don't exit for anything other than memory-related
19309         failure; just return NULL.
19310         * lib/userspec.c: Include "posixver.h".
19311         (parse_user_spec): Accept `.' as a separator only
19312         in pre-POSIX-200112 mode.
19313         * lib/strtoimax.c: Use #elif rather than #else #if.
19314         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
19315         Remove function, now that we can rely on a working tzset function.
19316         [!_LIBC]: Ensure that the required autoconf test has been run.
19317         [!defined _NL_CURRENT && HAVE_STRFTIME]:
19318         Use underlying_strftime for %r.
19319         * lib/sha.c: Merge in some clean-up and optimization changes from
19320         glibc.
19321         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
19322         Ensure that it is a multiple of 64.
19323         Rearrange loop exit tests so as to avoid performing an
19324         additional fread after encountering an error or EOF.
19325         * lib/realloc.c: Update copyright date.
19326
19327 2003-08-15  Jim Meyering  <jim@meyering.net>
19328         and Paul Eggert  <eggert@twinsun.com>
19329
19330         Merge from coreutils.
19331         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
19332         member but strut utmpx does not.  Needed for AIX 4.3.3.
19333         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
19334
19335 2003-08-15  Jim Meyering  <jim@meyering.net>
19336         and Paul Eggert  <eggert@cs.ucla.edu>
19337
19338         Merges from coreutils, etc.
19339         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
19340         Require gl_FUNC_TZSET_CLOBBER.
19341         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
19342         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
19343         members.
19344
19345 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19346
19347         Help the merge from coreutils.
19348         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
19349         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
19350         * m4/tzset.m4: Use it too.
19351
19352 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19353
19354         * modules/tzset: New file.
19355
19356 2003-08-14  Jim Meyering  <jim@meyering.net>
19357
19358         Merges from coreutils.
19359         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
19360         variable names, rather than @FNMATCH_H@.
19361         * modules/alloca: Likewise for $(ALLOCA_H).
19362
19363         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
19364         the three copies of the literal target, `fnmatch.h'.
19365         * modules/alloca (alloca.h): Likewise.
19366
19367 2003-08-14  Jim Meyering  <jim@meyering.net>
19368
19369         Merge from coreutils.
19370         * m4/tzset.m4: New file.
19371         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
19372         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
19373         otherwise, AIX 5.1 systems would end up using the latter.
19374         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
19375         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
19376         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
19377         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
19378
19379 2003-08-14  Jim Meyering  <jim@meyering.net>
19380
19381         Merge from coreutils.
19382         * lib/obstack.h: Whitespace changes.
19383         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
19384         and xcalloc return values.
19385         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
19386         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
19387         hang on OSF/1 5.1 for DIR on both local and remote file systems.
19388         Reported by (and fix confirmed by) Nelson H. F. Beebe.
19389         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19390         error from mntctl.
19391         Use mntctl's return value to drive the entry-processing loop, since
19392         we can't rely on the value of the vmt_length member in the last
19393         entry.  On some systems doing so could result in exhausting
19394         virtual memory.  Based in part on a patch from Mike Jetzer.
19395
19396 2003-08-14  Jim Meyering  <jim@meyering.net>
19397         and Paul Eggert  <eggert@twinsun.com>
19398
19399         Merges from coreutils, plus other fixes.
19400         * lib/physmem.c: Merge in portability changes from gcc/libiberty
19401         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
19402         for credits and details.  Thanks to Kaveh Ghazi for helping
19403         to keep these files in sync.
19404         (ARRAY_SIZE): Define it.
19405         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
19406         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
19407         (memcasecmp): Don't assume size_t fits in unsigned int.
19408         Remove casts and duplicate code.
19409         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
19410         (memcpy): Remove definition.
19411         Merge in some clean-up and optimization changes from glibc.
19412         [BLOCKSIZE]: Move definition to top of file.
19413         Ensure that it is a multiple of 64.
19414         Rearrange loop exit tests so as to avoid performing an
19415         additional fread after encountering an error or EOF.
19416         * lib/md5.h (md5_uintptr): Define.
19417         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
19418         return to the initial working directory.  Preserve errno
19419         for caller.
19420         * lib/idcache.c: Include "xalloc.h".
19421         (xmalloc, xrealloc): Remove decls.
19422         (getuser): Remove casts no longer required in C89.
19423         * lib/human.c: Include stdio.h, for sprintf.
19424         * lib/group-member.c: Include "xalloc.h".
19425         (xmalloc, xrealloc): Remove decls.
19426         (get_group_info): Remove casts no longer required in C89.
19427         * lib/getusershell.c (readname): Remove casts no longer required in
19428         C89.
19429         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
19430         * lib/getline.c: Whitespace fix, from coreutils.
19431
19432 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19433
19434         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
19435         Check for isascii.
19436
19437         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19438         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19439         Undo previous (whitespace-only) change.
19440
19441 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19442
19443         * lib/exclude.c: Include <ctype.h>
19444         (IN_CTYPE_DOMAIN): New macro.
19445         (is_space): New fn.
19446         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
19447         and empty lines.
19448
19449         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19450         Undo previous (whitespace-only) change.
19451
19452 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19453
19454         * config/srclist-update: Change update back to the old behavior,
19455         leaving whitespace alone.  Use one 'sed' command rather than a
19456         pipeline.
19457         (fixlicense): Now a variable, not a function.
19458         (remove_trailing_blanks): Remove.
19459         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
19460         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19461         Undo previous (whitespace-only) change.
19462
19463 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19464
19465         Merge from coreutils.
19466         * modules/euidaccess: Add lib_SOURCES, include for new
19467         file euidaccess.h
19468
19469 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19470
19471         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19472         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19473         Normalize leading white space and remove trailing white space.
19474
19475         Merge from coreutils
19476         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
19477
19478         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
19479         0.12.1.  These files are now being upgraded automatically by
19480         ../config/srclist-update.
19481
19482 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19483
19484         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19485         Normalize leading white space and remove trailing white space.
19486         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
19487         notice, as per ../config/srclist-update.
19488
19489         Merge from coreutils.
19490         * lib/euidaccess.h: New file.
19491         * lib/euidaccess.c: Include it.
19492         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
19493         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
19494         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
19495
19496 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19497
19498         * config/srclist-update: Add copyright notice.
19499         (remove_id_lines, remove_trailing_blanks): New constants.
19500         (fixfile): Use them to normalize spacing a bit in copied files.
19501         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19502         Normalize leading white space and remove trailing white space.
19503
19504         * config/texinfo.tex: Sync with texinfo.
19505
19506         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
19507         strtoul.c from libc, to merge coreutils whitespace changes.
19508
19509         * config/srclist.txt: Get the following m4 files from gettext:
19510         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
19511         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
19512         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
19513         wint_t.m4.
19514
19515 2003-08-12  Karl Berry  <karl@gnu.org>
19516
19517         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
19518         been made.
19519
19520 2003-08-11  Paul Eggert  <eggert@twinsun.com>
19521
19522         * modules/gnu-source, m4/gnu-source.m4:
19523         Remove; we're assuming Autoconf 2.54 or later now.
19524         Suggested by Bruno Haible.
19525         * MODULES.html.sh (func_all_modules): Remove gnu-source.
19526
19527 2003-08-11  Bruno Haible  <bruno@clisp.org>
19528
19529         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
19530
19531 2003-08-11  Bruno Haible  <bruno@clisp.org>
19532
19533         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
19534         (vasnprintf): Use it instead of wcslen.
19535
19536 2003-08-11  Bruno Haible  <bruno@clisp.org>
19537
19538         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
19539         value to ensure that _Bool promotes to int. Use #define for _Bool when
19540         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
19541
19542 2003-08-10  Karl Berry  <karl@gnu.org>
19543
19544         * lib/regex.h: update from libc (whitespace fix).
19545
19546 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19547
19548         Merge some files from coreutils.  These changes were
19549         originally made by Jim Meyering.
19550         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
19551         many older Unixes require this.
19552         * lib/alloca.c (alloca): Remove cast to argument of free;
19553         no longer needed in C89.
19554         * lib/alloca_.h, regex.h: Fix white space to match
19555         what GNU indent does.
19556
19557 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19558
19559         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
19560         apparently Emacs's Unicode mode got confused before my 2003-08-05
19561         checkin.
19562
19563 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19564
19565         * m4/extensions.m4: New file.
19566         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
19567         Require gl_USE_SYSTEM_EXTENSIONS.
19568         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
19569         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
19570
19571 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19572
19573         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
19574         * modules/extensions, modules/gnu-source: New files.
19575         * modules/timespec, modules/unlocked-io: Depend on extensions.
19576
19577 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19578
19579         * modules/restrict: New file.
19580         * MODULES.html.sh (func_all_modules): Add restrict.
19581         * modules/regex: Depend on restrict.
19582
19583 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19584
19585         * m4/restrict.m4: New file.
19586         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
19587
19588 2003-08-07  Bruno Haible  <bruno@clisp.org>
19589
19590         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
19591         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
19592
19593 2003-08-07  Bruno Haible  <bruno@clisp.org>
19594
19595         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
19596         makes the module 'getndelim2' compatible with the module 'getline'.
19597
19598 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19599
19600         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
19601         byte with "\201" to avoid glitches when editing that source file
19602         with multi-gnome-terminal.
19603
19604 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19605
19606         * lib/bumpalloc.h: Remove.
19607
19608 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19609
19610         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
19611         * modules/bumpalloc: Remove.
19612
19613 2003-08-04  Paul Eggert  <eggert@twinsun.com>
19614
19615         * lib/getloadavg.c: Change copyright notice and spacing to conform to
19616         GNU coding style.
19617
19618         Merge from coreutils.
19619         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
19620         1. From glibc.
19621         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
19622         from Karl Berry, implemented by Jim Meyering.
19623         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
19624         from Dmitry V. Levin.
19625         Remove anachronistic cast of xrealloc.
19626         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
19627         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
19628         type. Otherwise, it wouldn't compile with at least /bin/cc on
19629         ymp-cray-unicos9.0.2.X.
19630         Combine two mostly-identical uses of alloca into one.
19631         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
19632
19633 2003-08-04  Dave Love  <d.love@dl.ac.uk>
19634
19635         [From Emacs.]
19636
19637         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
19638         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
19639         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
19640         obsolete NLIST_NAME_UNION.
19641         [__GNU__]: Undef BSD and FSCALE.
19642         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
19643
19644 2003-08-03  Paul Eggert  <eggert@twinsun.com>
19645
19646         * lib/stdbool_.h (_Bool): Make it signed char, instead of
19647         an enum type, so that it's guaranteed to promote to int.  See:
19648         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
19649
19650 2003-08-03  Karl Berry  <karl@gnu.org>
19651
19652         * config/depcomp: update from automake.
19653
19654 2003-07-31  Paul Eggert  <eggert@twinsun.com>
19655
19656         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
19657         (strerror): Don't assume that a printable int fits in 14 bytes.
19658
19659 2003-07-31  Bruno Haible  <bruno@clisp.org>
19660
19661         * modules/getpass-gnu: New file.
19662         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
19663
19664 2003-07-31  Bruno Haible  <bruno@clisp.org>
19665
19666         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
19667
19668 2003-07-24  Karl Berry  <karl@gnu.org>
19669
19670         * config/missing: update from automake.
19671
19672 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
19673             Bruno Haible  <bruno@clisp.org>
19674
19675         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
19676         * lib/getline.c (getline, getdelim): Likewise.
19677         Remove _GNU_SOURCE define; now it's defined in config.h through
19678         m4/getline.m4.
19679
19680 2003-07-23  Karl Berry  <karl@gnu.org>
19681
19682         * config/config.sub: update from prep.
19683
19684 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19685
19686         * modules/xalloc (Depends-on): Add exitfail.
19687         * modules/xmemcoll: Likewise.
19688
19689 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19690
19691         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
19692         over-parenthesization in macros.
19693
19694         Sync with coreutils.
19695
19696         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
19697         required by C99.
19698
19699         Use `exit_failure' for xalloc and xmemcoll instead of their own
19700         private exit-failure variables.
19701         * lib/xalloc.h (xalloc_exit_failure): Remove.
19702         * lib/xmalloc.c: Likewise.  Include exitfail.h.
19703         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
19704         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
19705         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
19706         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
19707
19708 2003-07-20  Jim Meyering  <jim@meyering.net>
19709
19710         * modules/closeout (Depends-on): Add exitfail.
19711         Suggestion from Bruno Haible.
19712
19713 2003-07-19  Karl Berry  <karl@gnu.org>
19714
19715         * config/config.sub: update from prep.
19716
19717 2003-07-18  Paul Eggert  <eggert@twinsun.com>
19718
19719         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
19720         Remove.
19721         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
19722         to test that it can stand by itself.  Include "exitfail.h".
19723         Clients should set exit_failure instead.
19724         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
19725
19726 2003-07-18  Bruno Haible  <bruno@clisp.org>
19727
19728         * modules/getndelim2: New file.
19729         * modules/getline: Share files with module getndelim2.
19730         * modules/getnline: Depend on getndelim2 instead of sharing files with
19731         it. Add getnline.c to lib_SOURCES.
19732         * MODULES.html.sh (func_all_modules): Add getndelim2.
19733
19734 2003-07-18  Bruno Haible  <bruno@clisp.org>
19735
19736         * m4/getndelim2.m4: New file.
19737         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
19738         invoke gl_PREREQ_GETNDELIM2.
19739         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
19740         gl_PREREQ_GETNDELIM2.
19741         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
19742         gl_GETNDELIM2.
19743
19744 2003-07-18  Bruno Haible  <bruno@clisp.org>
19745
19746         * lib/getndelim2.h: New file.
19747         * lib/getndelim2.c: Make into a module of its own. Include config.h,
19748         getndelim2.h.
19749         (getndelim2): Make non-static. Change return type to ssize_t.
19750         * lib/getline.h: Change argument names.
19751         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
19752         * lib/getnline.c: Include getndelim2.h.
19753
19754 2003-07-18  Andreas Schwab  <schwab@suse.de>
19755
19756         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
19757
19758 2003-07-17  Karl Berry  <karl@gnu.org>
19759
19760         * config/config.sub: update from prep.
19761
19762 2003-07-17  Bruno Haible  <bruno@clisp.org>
19763
19764         * modules/getnline: New file.
19765         * modules/getline: Add lib/getndelim2.c to source file list.
19766         * MODULES.html.sh (func_all_modules): Add getnline.
19767
19768 2003-07-17  Bruno Haible  <bruno@clisp.org>
19769
19770         * m4/getnline.m4: New file.
19771
19772 2003-07-17  Bruno Haible  <bruno@clisp.org>
19773
19774         * m4/Makefile.am.in: Remove file.
19775         * m4/Makefile.am: Remove file.
19776         * m4/Makefile.in: Remove file.
19777
19778 2003-07-17  Bruno Haible  <bruno@clisp.org>
19779
19780         * lib/getnline.h: New file.
19781         * lib/getnline.c: New file.
19782         * lib/getndelim2.c: New file, extracted from getline.c.
19783         (getndelim2): Renamed from getdelim2, with added nmax argument.
19784         * lib/getline.c: Include getndelim2.c.
19785         (getdelim2): Moved out to getndelim2.c.
19786         (getline, getdelim): Update.
19787
19788 2003-07-17  Bruno Haible  <bruno@clisp.org>
19789
19790         * lib/Makefile.am: Remove file.
19791         * lib/Makefile.in: Remove file.
19792
19793 2003-07-17  Bruno Haible  <bruno@clisp.org>
19794
19795         * configure.in: Remove file.
19796         * Makefile.in: Remove file.
19797
19798 2003-07-17  Bruno Haible  <bruno@clisp.org>
19799
19800         * MODULES.html.sh: Put the </BODY> right before </HTML>.
19801
19802 2003-07-16  Karl Berry  <karl@gnu.org>
19803
19804         * config/srclist-update: was running fixlicense twice, which caused
19805                 texinfo.tex to be nullified for some reason.  Simplify,
19806                 $gplsrc is no longer needed as far as I can see?
19807
19808 2003-07-16  Jim Meyering  <jim@meyering.net>
19809
19810         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
19811
19812 2003-07-15  Paul Eggert  <eggert@twinsun.com>
19813
19814         * config/srclist.txt: Get the following files from gettext-runtime/intl
19815         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
19816         ref-del.sin.  From Bruno Haible.
19817         * config/srclist-update (fixfile): Change grep pattern again, since the
19818         previous fix didn't work (there was another trailing $).  Use
19819         '[$]' to escape the $s.
19820
19821 2003-07-15  Karl Berry  <karl@gnu.org>
19822
19823         * lib/vasnprintf.c: update from gettext.
19824
19825 2003-07-15  Karl Berry  <karl@gnu.org>
19826
19827         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
19828         gets expanded when surrounded by '$'.
19829
19830 2003-07-15  Jim Meyering  <jim@meyering.net>
19831
19832         * modules/save-cwd: Don't depend on error.  From Derek Price.
19833
19834 2003-07-15  Jim Meyering  <jim@meyering.net>
19835
19836         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
19837
19838 2003-07-14  Simon Josefsson  <jas@extundo.com>
19839
19840         * modules/mempcpy: New file.
19841         * MODULES.html.sh (func_all_modules): Add mempcpy.
19842
19843 2003-07-14  Simon Josefsson  <jas@extundo.com>
19844
19845         * m4/mempcpy.m4: New file.
19846
19847 2003-07-14  Simon Josefsson  <jas@extundo.com>
19848
19849         * lib/mempcpy.h: New file.
19850         * lib/mempcpy.c: New file.
19851
19852 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19853
19854         * modules/getdate, modules/posixtm: Depend on mktime.
19855
19856 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19857
19858         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
19859         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
19860         unicodeio.c, unicodeio.h, unlocked-io.h:
19861         Switch from LGPL to GPL.
19862
19863 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19864
19865         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
19866         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
19867         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
19868         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
19869         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
19870         updated automatically by ../config/srclist-update.  This changes
19871         their license from LPGL to GPL.
19872
19873 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19874
19875         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
19876         assumed to refer to the root of the most recent stable gettext version.
19877         * config/srclistvars.sh: Add defaults for eggert.
19878         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
19879         Match "This program" as well as "The program".  This is needed
19880         for gettext.
19881
19882 2003-07-14  Jim Meyering  <jim@meyering.net>
19883
19884         Don't emit diagnostics.  Let callers do that.
19885         * lib/save-cwd.c: Don't include "error.h".
19886         (save_cwd): Don't call error.  Ensure that errno is valid
19887         when returning nonzero.
19888
19889         * lib/save-cwd.h (restore_cwd): Update prototype.
19890         * lib/save-cwd.c (restore_cwd): Remove two parameters.
19891         Simplify.  Don't call error upon failure.  Let callers do that.
19892         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
19893         when auditing is enabled.  But don't bother updating the #if.
19894
19895 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
19896
19897         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
19898         it breaks C++ compilation.
19899         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
19900
19901 2003-07-10  Simon Josefsson  <jas@extundo.com>
19902
19903         * modules/strchrnul (Makefile.am): Add strchrnul.h.
19904
19905 2003-07-10  Jim Meyering  <jim@meyering.net>
19906
19907         * m4/clock_time.m4: Remove trailing blank.
19908         * m4/intmax_t.m4: Likewise.
19909
19910 2003-07-10  Jim Meyering  <jim@meyering.net>
19911
19912         * lib/vasnprintf.c: Remove trailing blanks.
19913         Make cpp indentation consistent.
19914
19915 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19916
19917         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
19918         posixver.c, strftime.c, strnlen.c, strverscmp.c:
19919         Switch from LGPL to GPL.
19920
19921 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19922
19923         * config/srclist.txt: Sort sublists.  Add
19924         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
19925         that differ from gnulib for one reason or another; we'd like this list
19926         to be smaller but for now let's document what we have.
19927
19928 2003-07-08  Paul Eggert  <eggert@twinsun.com>
19929
19930         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
19931         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
19932         and sweeter "eval x=$x".
19933         * config/srclist.txt: Get lib/argp* from glibc.
19934
19935 2003-07-07  Paul Eggert  <eggert@twinsun.com>
19936
19937         * lib/mktime.c: Fix some boundary cases and remove need for floating
19938         point.
19939
19940         Issue a compile-time diagnostic if time_t is floating point, or if
19941         two's complement arithmetic is not in effect, or if arithmetic
19942         right shift does not propagate the sign.  These assumptions were
19943         all in the original code but they weren't checked.
19944
19945         (TIME_T_MIDPOINT, verify): New macros.
19946         (__isleap): Remove; it has integer overflow problems.
19947         (leapyear): New function, without those problems.
19948         (ydhms_tm_diff): Remove; splitting into two parts.
19949         (ydhms_diff): New function, containing the arithmetic part of
19950         the old ydhms_tm_diff function.  Issue a compile-time
19951         diagnostic if we are not using C99 integer division.
19952         Avoid casts when possible.
19953         (guess_time_tm): New function, containing the checking part of
19954         the old ydhms_tm_diff function.  Return the new value, rather than
19955         the difference between it and the old.  Accept a new argument T
19956         so that *T specifies the old value.  Check for overflow in the result.
19957
19958         (__mktime_internal): Use a time_t offset, not a long int offset.
19959         This undoes the 2003-06-04 change, which is no longer needed now
19960         that we have better overflow checking.
19961         (localtime_offset): Likewise.
19962
19963         (__mktime_internal): Avoid harmful overflow on hosts where time_t
19964         and long are 64-bit but int is only 32-bit.
19965         (ydhms_diff): Use long int to store year1 and yday1.
19966         Issue a compile-time diagnostic if long int is not wide enough.
19967
19968         (__mktime_internal): Use long int to store adjusted year and yday.
19969         Use plain C rather than preprocessor commands, if that doesn't
19970         affect efficiency.
19971         Check for overflow (and try to repair) after each probe
19972         rather than checking only at the very end.  This avoids some bugs
19973         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
19974         does not equal GMT offset at maximum time).
19975         Use integer to check for overflow rather than floating point; this
19976         is more portable to non-IEEE hosts, and is a tad faster.
19977         When we detect that we are oscillating between two values,
19978         don't check whether tm_isdst has the requested value, since
19979         we already know the answer.  When tm_isdst has the wrong value,
19980         use a different heuristic to find the right one, based on the
19981         extreme values actually observed in practice in tz2003a,
19982         rather than the (overly optimistic) "previous 3 calendar quarters".
19983
19984         (not_equal_tm, print_tm, check_result): Use "const T" rather than
19985         "T const" to accommodate glibc style.
19986         (check_result): Use less-confusing report format.  "long" -> "long int.
19987         (main): Likewise.
19988         Don't loop if the iteration overflows time_t.
19989         Allow a negative step in the iteration.
19990
19991 2003-07-06  Karl Berry  <karl@gnu.org>
19992
19993         * config/depcomp: update from automake.
19994         * config/config.sub: update from prep.
19995
19996 2003-07-03  Karl Berry  <karl@gnu.org>
19997
19998         * config/config.guess: update from prep.
19999
20000 2003-07-01  Paul Eggert  <eggert@twinsun.com>
20001
20002         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
20003         xreadlink.c now includes it unconditionally.
20004
20005 2003-07-01  Paul Eggert  <eggert@twinsun.com>
20006
20007         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
20008         having it depend on HAVE_SYS_TYPES_H.
20009
20010 2003-07-01  Bruno Haible  <bruno@clisp.org>
20011
20012         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
20013         <sys/types.h> should be sufficient.
20014         Reported by Paul Eggert.
20015
20016 2003-06-26  Karl Berry  <karl@gnu.org>
20017
20018         * config/depcomp: update from automake.
20019
20020 2003-06-26  Bruno Haible  <bruno@clisp.org>
20021
20022         * modules/human: Depend on module stdbool.
20023
20024 2003-06-25  Bruno Haible  <bruno@clisp.org>
20025
20026         * modules/readlink: New file.
20027         * modules/xreadlink: Depend on it.
20028         * MODULES.html.sh (func_all_modules): Add readlink.
20029
20030 2003-06-25  Bruno Haible  <bruno@clisp.org>
20031
20032         * m4/readlink.m4: New file.
20033
20034 2003-06-25  Bruno Haible  <bruno@clisp.org>
20035
20036         * lib/readlink.c: New file.
20037
20038 2003-06-22  Karl Berry  <karl@gnu.org>
20039
20040         * config/srclist.txt: update mkinstalldirs from automake.
20041         * config/mkinstalldirs: update.
20042
20043 2003-06-22  Bruno Haible  <bruno@clisp.org>
20044
20045         Portability to mingw32.
20046         * m4/ssize_t.m4: New file, from GNU gettext.
20047         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
20048         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
20049
20050 2003-06-22  Bruno Haible  <bruno@clisp.org>
20051
20052         * modules/safe-read: Add m4/ssize_t.m4.
20053         * modules/xreadlink: Add m4/ssize_t.m4.
20054
20055 2003-06-20  Bruno Haible  <bruno@clisp.org>
20056
20057         Assume C89, so PARAMS isn't needed.
20058         * lib/unicodeio.h (PARAMS): Remove.
20059         * lib/unicodeio.c: Don't use PARAMS.
20060
20061 2003-06-18  Karl Berry  <karl@gnu.org>
20062
20063         * config/config.{guess,sub}: update from prep.
20064
20065 2003-06-18  Jim Meyering  <jim@meyering.net>
20066
20067         Merge changes from coreutils.
20068         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
20069         Remove explicit declarations of xmalloc and realloc.
20070         Include xalloc.h.
20071         (read_utmp): Remove anachronistic cast of xmalloc.
20072
20073 2003-06-17  Paul Eggert  <eggert@twinsun.com>
20074
20075         Assume C89, so PARAMS isn't needed.
20076         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
20077         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
20078         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
20079         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
20080         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
20081         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
20082         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
20083         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
20084         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
20085         lib/xstrtod.h, lib/xstrtol.h: Likewise.
20086         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
20087         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
20088         no longer needed. Anyway, config.h should always be included before any
20089         other file.
20090
20091 2003-06-11  Simon Josefsson  <jas@extundo.com>
20092
20093         * modules/sysexits: New file.
20094         * MODULES.html.sh (func_all_modules): Add sysexits.
20095
20096 2003-06-11  Simon Josefsson  <jas@extundo.com>
20097
20098         * lib/sysexit_.h: New file.
20099
20100 2003-06-11  Derek Price  <derek@ximbiot.com>
20101
20102         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
20103         necessary.
20104
20105 2003-06-11  Bruno Haible  <bruno@clisp.org>
20106
20107         * m4/sysexits.m4: New file.
20108
20109 2003-06-10  Simon Josefsson  <jas@extundo.com>
20110
20111         * lib/argp.h: New file, from glibc.
20112         * lib/argp-ba.c: New file, from glibc.
20113         * lib/argp-eexst.c: New file, from glibc.
20114         * lib/argp-fmtstream.c: New file, from glibc.
20115         * lib/argp-fmtstream.h: New file, from glibc.
20116         * lib/argp-fs-xinl.c: New file, from glibc.
20117         * lib/argp-help.c: New file, from glibc.
20118         * lib/argp-namefrob.h: New file, from glibc.
20119         * lib/argp-parse.c: New file, from glibc.
20120         * lib/argp-pv.c: New file, from glibc.
20121         * lib/argp-pvh.c: New file, from glibc.
20122         * lib/argp-xinl.c: New file, from glibc.
20123
20124 2003-06-10  Simon Josefsson  <jas@extundo.com>
20125
20126         * modules/strchrnul: New file.
20127
20128 2003-06-10  Simon Josefsson  <jas@extundo.com>
20129
20130         * modules/argp: New file.
20131
20132 2003-06-10  Simon Josefsson  <jas@extundo.com>
20133
20134         * m4/strchrnul.m4: New file.
20135
20136 2003-06-10  Simon Josefsson  <jas@extundo.com>
20137
20138         * lib/strchrnul.h: New file.
20139         * lib/strchrnul.c: New file.
20140
20141 2003-06-10  Bruno Haible  <bruno@clisp.org>
20142
20143         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
20144
20145 2003-06-07  Karl Berry  <karl@gnu.org>
20146
20147         * config/config.{guess,sub}: update from prep.
20148
20149 2003-06-07  Jim Meyering  <jim@meyering.net>
20150
20151         * modules/strtod: Use $(...) notation, not @...@ for
20152         AC_REPLACE'd variables.
20153         * modules/localcharset: Likewise.
20154
20155 2003-06-07  Jim Meyering  <jim@meyering.net>
20156
20157         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
20158         in place of my name in the copyright comment.
20159         Remove definition and uses of __P.
20160
20161         From coreutils.
20162         * lib/stat.c: Don't declare xmalloc explicitly.
20163         Instead, include "xalloc.h".
20164         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
20165         xrealloc, and xcalloc return values.
20166         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
20167         Improve comment.
20168         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
20169
20170 2003-06-07  Bruno Haible  <bruno@clisp.org>
20171
20172         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
20173         avoid AC_CONFIG_LINKS.
20174         * modules/fnmatch (Makefile.am): Use explicit creation rule for
20175         fnmatch.h, to avoid AC_CONFIG_LINKS.
20176         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
20177
20178 2003-06-07  Bruno Haible  <bruno@clisp.org>
20179
20180         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
20181         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
20182         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20183         directory.
20184         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
20185         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20186         directory.
20187
20188 2003-06-06  Jim Meyering  <jim@meyering.net>
20189
20190         Merge from coreutils.
20191         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
20192         Consolidate declarations and initializations of *_base* locals.
20193
20194         Merge from coreutils.
20195         This avoids a core dump on systems without GNU putenv,
20196         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
20197         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
20198         (unsetenv): New static function, from GNU libc.
20199         (rpl_putenv): Use it.
20200
20201         * lib/modechange.c: Remove trailing blanks.
20202
20203         Merge from coreutils.
20204         * lib/fsusage.c: Remove declaration of statfs.
20205         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
20206
20207         * lib/posixtm.c: Include <stdbool.h> unconditionally.
20208
20209 2003-06-06  Jim Meyering  <jim@meyering.net>
20210
20211         * lib/stdbool_.h: Renamed from stdbool.h.in.
20212
20213 2003-06-06  Jim Meyering  <jim@meyering.net>
20214             Bruno Haible  <bruno@clisp.org>
20215
20216         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
20217         Adjust Makefile.am snippet not to redirect directly to target.
20218         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
20219
20220 2003-06-05  Paul Eggert  <eggert@twinsun.com>
20221
20222         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
20223         mismatch, look in future quarters as well as past.  This fixes a
20224         bug when processing fall-backwards gaps immediately after a long
20225         period of daylight-saving time.
20226
20227         * lib/mktime.c: Assume freestanding C89 or better.
20228         (HAVE_LIMITS_H): Remove.  Assume it's 1.
20229         (__P): Remove; not used.
20230         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
20231         (mktime, not_equal_tm, print_tm, check_result,
20232         main): Use prototypes.  Use const * where appropriate.
20233         (main): Fix typo in testing code that uncovered by above changes.
20234         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
20235
20236 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20237
20238         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
20239         locale.h, localeconv.  This merges changes from coreutils.
20240
20241         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
20242         It can be removed after the next Autoconf is released.
20243         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
20244         needed.
20245
20246 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20247
20248         * lib/mktime.c: Fix Debian bug 177940
20249         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
20250         (localtime_offset): Now long int, not time_t, because we want it
20251         to be guaranteed to be signed.  All uses changed.
20252         (__mktime_internal): If overflow would occur when adding offset,
20253         don't add it.
20254
20255         Merge 'human' changes from coreutils.  Rewrite to support
20256         locale-specific notations like thousands separators.
20257         * lib/human.c: Simplify authorship notice.
20258         Include human.h immediately after config.h.
20259         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
20260         <limits.h>: Do not include, since human.h does.
20261         (SIZE_MAX, UINTMAX_MAX): New macros.
20262         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
20263         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
20264         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
20265         (power_letter): Renamed from suffixes.
20266         (generate_suffix_backwards): Remove.
20267         (adjust_value): Now takes int style (because of human.h changes)
20268         and long double value (for greater precision on some platforms).
20269         (group_number): New function.
20270         (human_readable): Use it.  Use integer options, not enum.
20271         Put the options before the sizes in the arg list.
20272         Support all the new options.
20273         The old human_readable function has been removed;
20274         use inttostr.h instead.
20275         (human_readable, default_block_size, humblock):
20276         Use uintmax_t, not int, for block sizes.
20277         (human_readable_inexact, block_size_types): Remove.
20278         (block_size_opts): New constant.
20279         (human_options): Renamed from human_block_size, with new signature
20280         that allows block sizes up to UINTMAX_MAX.  All callers changed.
20281         * lib/human.h: Add copyright and authorship notice.
20282         Include <limits.h> and <stdbool.h> unconditionally.
20283         (PARAMS): Remove.  All uses removed.
20284         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
20285         (enum human_inexact_style): Remove tag; now a nameless enum.
20286         (human_floor, human_ceiling, human_round_to_even): Now have
20287         values 2, 0, 1 rather than -1, 1, 0.
20288         (human_group_digits, human_suppress_point_zero, human_autoscale,
20289         human_base_1024, human_SI, human_B): New constants.
20290         (human_readable_inexact, human_block_size): Remove.
20291         (human_readable): Size args are now uintmax_t, not int.
20292         (human_options): New decl.
20293
20294         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
20295         unnecessary now that we assume C89 or better.  This change
20296         imported from coreutils.
20297
20298         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20299         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
20300         in the 2003-05-30 sync from glibc.
20301
20302         .h files should stand alone, but we shouldn't include <sys/types.h>
20303         if we can get away with just <stddef.h>.
20304
20305         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
20306         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
20307         rather than <sys/types.h>, as we merely need size_t.
20308         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
20309         to get size_t.
20310         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
20311         Include <stdio.h>, to get FILE.
20312         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
20313         memcasecmp.h has included <stddef.h> and all we need is size_t.
20314         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
20315         our interface, instead of including <sys/types.h>
20316
20317 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20318
20319         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
20320         now, as glibc mktime is buggy on non-glibc systems.
20321
20322 2003-06-03  Karl Berry  <karl@gnu.org>
20323
20324         * config/config.sub: update from prep.
20325
20326 2003-06-02  Paul Eggert  <eggert@twinsun.com>
20327
20328         [from coreutils]
20329         Fix some minor time-related bugs with POSIX time arguments.
20330         Some valid time stamps were being rejected (notably -1, and
20331         time stamps before 1900 on 64-bit hosts).  And some invalid
20332         time stamps were being accepted, e.g. September 31.
20333
20334         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
20335         that we can return (time_t) -1 successfully.
20336         * lib/posixtm.c: Likewise.
20337         [HAVE_STDBOOL_H]: Include <stdbool.h>.
20338         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
20339         (t): Remove static var.
20340         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
20341         of static var.  All uses changed.
20342         (year): Do not reject years before 1900; they can occur with
20343         64-bit time_t.
20344         (posix_time_parse): Do not check for out-of-range components;
20345         that is now the caller's responsibility, since our checks were
20346         only approximations.
20347         (posixtime): Use mktime to check for out-of-range components,
20348         since it knows them exactly.
20349         If mktime returns (time_t) -1, check whether an error actually occurred
20350         by invoking localtime on -1.
20351         (main) [TEST_POSIXTIME]: Check for input data errors, and report
20352         posixtime failures better.
20353         Improve the test data (in comments only).
20354
20355 2003-06-02  Karl Berry  <karl@gnu.org>
20356
20357         * config/mkinstalldirs (version): new variable.
20358         (--version): new option.
20359         (usage): improve message.
20360
20361 2003-05-30  Karl Berry  <karl@gnu.org>
20362
20363         * lib/mktime.c: update from libc.
20364
20365 2003-05-30  Bruno Haible  <bruno@clisp.org>
20366
20367         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
20368         * config/config.rpath: Upgrade to gettext-0.12.1.
20369
20370 2003-05-30  Bruno Haible  <bruno@clisp.org>
20371
20372         * m4/gettext.m4: Upgrade to gettext-0.12.1.
20373         * m4/nls.m4: New file, from gettext-0.12.1.
20374         * m4/po.m4: New file, from gettext-0.12.1.
20375         * m4/progtest.m4: Upgrade to gettext-0.12.1.
20376
20377 2003-05-30  Bruno Haible  <bruno@clisp.org>
20378
20379         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
20380         * lib/localcharset.h: Likewise.
20381         * lib/localcharset.c: Likewise.
20382
20383 2003-05-29  Karl Berry  <karl@gnu.org>
20384
20385         * config/config.rpath: update from gettext.
20386
20387 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20388
20389         Assume the headers required for C89 freestanding compilers.
20390         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
20391         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
20392         * m4/human.m4 (gl_HUMAN): Likewise.
20393         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
20394         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
20395         * m4/userspec.m4 (gl_USERSPEC): Likewise.
20396         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
20397         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20398         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
20399
20400 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20401
20402         Assume the headers required for C89 freestanding compilers.
20403         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
20404         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
20405         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
20406         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
20407         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
20408         define, since <limits.h> is guaranteed to do that.
20409         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
20410         * lib/exclude.c: Include <stdbool.h> unconditionally.
20411         * lib/tempname.c: Include <stddef.h> unconditionally.
20412         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
20413         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
20414         <stddef.h> does that.
20415         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
20416         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
20417         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
20418         needed.
20419         * lib/xstrtol.c: Likewise.
20420         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
20421         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
20422
20423         * lib/addext.c (addext): Use assignment rather than cast, to avoid
20424         warnings on some platforms.
20425
20426         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20427         arbitrarily.
20428
20429 2003-05-26  Jim Meyering  <jim@meyering.net>
20430
20431         Merge in a change from coreutils:
20432         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
20433         that is guaranteed to be `no'.  Use `no_such_member' to indicate
20434         that condition, rather than `-1' which is slightly misleading.
20435         Change the name of the cache variable to have the gl_ prefix.
20436         Prompted by a patch from Richard Dawe for DJGPP.
20437
20438 2003-05-24  Karl Berry  <karl@gnu.org>
20439
20440         * config/config.guess: update from prep.
20441
20442 2003-05-22  Karl Berry  <karl@gnu.org>
20443
20444         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
20445
20446 2003-05-20  Karl Berry  <karl@gnu.org>
20447
20448         * config/config.guess: update from prep.
20449
20450 2003-05-18  Karl Berry  <karl@gnu.org>
20451
20452         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
20453         might actually be set by the user.
20454
20455         * config/depcomp, install-sh, mdate-sh: update from automake.
20456
20457 2003-05-17  Bruno Haible  <bruno@clisp.org>
20458
20459         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
20460         invalid expansion for AC_EGREP_CPP.
20461         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
20462         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
20463         Suggested by Akim Demaille <akim@epita.fr> in
20464         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
20465
20466 2003-05-12  Jim Meyering  <jim@meyering.net>
20467
20468         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
20469         the space-padded-by-default conversion specifiers, %e, %k, %l.
20470
20471 2003-05-12  Bruno Haible  <bruno@clisp.org>
20472
20473         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
20474         the string is longer than 4 KB.
20475
20476 2003-05-11  Karl Berry  <karl@gnu.org>
20477
20478         * config/config.{guess,sub}: update from prep.
20479
20480 2003-05-09  Bruno Haible  <bruno@clisp.org>
20481
20482         * modules/error: Add m4/strerror_r.m4 to file list.
20483
20484 2003-05-03  Bruno Haible  <bruno@clisp.org>
20485
20486         Upgrade to Unicode-4.0.
20487         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
20488         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
20489         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
20490         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
20491         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
20492         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
20493         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
20494         Change width of U+E0100..U+E01EF from 1 to 0.
20495
20496 2003-04-25  Jim Meyering  <jim@meyering.net>
20497
20498         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
20499         of type size_t, not int.
20500
20501 2003-04-25  Bruno Haible  <bruno@clisp.org>
20502
20503         * lib/copy-file.c: Include <stddef.h>, for size_t.
20504
20505 2003-04-21  Paul Eggert  <eggert@twinsun.com>
20506
20507         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
20508         code which expansion is under static control.  Patch imported from
20509         Akim Demaille's patch to Bison; see
20510         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
20511
20512 2003-04-14  Bruno Haible  <bruno@clisp.org>
20513
20514         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
20515
20516 2003-04-11  Jim Meyering  <jim@meyering.net>
20517
20518         Merge changes from Coreutils.
20519
20520         2003-03-22  Jim Meyering  <jim@meyering.net>
20521
20522         * lib/strftime.c (widen): Cast alloca return value to proper type.
20523
20524         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
20525
20526         From GNU libc.
20527         * lib/strftime.c (my_strftime): Handle very large width
20528         specifications for numeric values correctly.  Improve checks for
20529         overflow.
20530
20531         2003-01-19  Jim Meyering  <jim@meyering.net>
20532
20533         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
20534         definitions.
20535         (nl_get_alt_digit) [! defined my_strftime]: Define.
20536         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
20537         _nl_get_alt_digit and _nl_get_walt_digit.
20538
20539         * lib/strftime.c (my_strftime): Merge in locale-related changes from
20540         libc. These changes have no effect outside of _LIBC.
20541
20542 2003-04-10  Bruno Haible  <bruno@clisp.org>
20543
20544         * modules/findprog: New file.
20545         * MODULES.html.sh (func_all_modules): Add it.
20546
20547 2003-04-10  Bruno Haible  <bruno@clisp.org>
20548
20549         * m4/findprog.m4: New file.
20550         * m4/eaccess.m4: New file.
20551
20552 2003-04-10  Bruno Haible  <bruno@clisp.org>
20553
20554         * lib/findprog.h: New file, from GNU gettext.
20555         * lib/findprog.c: New file, from GNU gettext.
20556
20557 2003-04-05  Jim Meyering  <jim@meyering.net>
20558
20559         Merge changes from Coreutils.
20560
20561         * lib/exclude.h (PARAMS): Remove definition and uses.
20562         * lib/exclude.c: Remove uses of `PARAMS'.
20563
20564         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
20565         Add test-cases for DOS filenames. Declare program_name.
20566         (main): Set up program_name.  Patch by Rich Dawe.
20567
20568         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20569         error from mntctl.
20570         Use mntctl's return value to drive the entry-processing loop, since
20571         we can't rely on the value of the vmt_length member in the last
20572         entry.  On some systems doing so could result in exhausting
20573         virtual memory.  Based in part on a patch from Mike Jetzer.
20574
20575 2003-04-04  Bruno Haible  <bruno@clisp.org>
20576
20577         * modules/linebreak: New file.
20578         * MODULES.html.sh (func_all_modules): Add it.
20579
20580 2003-04-04  Bruno Haible  <bruno@clisp.org>
20581
20582         * m4/linebreak.m4: New file.
20583
20584 2003-04-04  Bruno Haible  <bruno@clisp.org>
20585
20586         * lib/linebreak.h: New file, from GNU gettext.
20587         * lib/linebreak.c: New file, from GNU gettext with slight
20588         modifications.
20589         * lib/lbrkprop.h: New file, from GNU gettext.
20590
20591 2003-04-03  Bruno Haible  <bruno@clisp.org>
20592
20593         * modules/utf8-ucs4: New file.
20594         * modules/utf16-ucs4: New file.
20595         * modules/ucs4-utf8: New file.
20596         * modules/ucs4-utf16: New file.
20597         * MODULES.html.sh (func_all_modules): Add them.
20598
20599 2003-04-03  Bruno Haible  <bruno@clisp.org>
20600
20601         * m4/utf-ucs4.m4: New file.
20602         * m4/ucs4-utf.m4: New file.
20603
20604 2003-04-03  Bruno Haible  <bruno@clisp.org>
20605
20606         * lib/utf8-ucs4.h: New file, from GNU gettext.
20607         * lib/utf16-ucs4.h: New file, from GNU gettext.
20608         * lib/ucs4-utf8.h: New file, from GNU gettext.
20609         * lib/ucs4-utf16.h: New file, from GNU gettext.
20610
20611 2003-04-02  Bruno Haible  <bruno@clisp.org>
20612
20613         * modules/binary-io: New file.
20614         * MODULES.html.sh (func_all_modules): Add it.
20615
20616 2003-04-02  Bruno Haible  <bruno@clisp.org>
20617
20618         * lib/binary-io.h: New file, from GNU gettext.
20619
20620 2003-04-01  Bruno Haible  <bruno@clisp.org>
20621
20622         * modules/pathname: New file.
20623         * MODULES.html.sh (func_all_modules): Add it.
20624
20625 2003-04-01  Bruno Haible  <bruno@clisp.org>
20626
20627         * lib/pathname.h: New file, from GNU gettext.
20628         * lib/concatpath.c: New file, from GNU gettext.
20629
20630 2003-03-30  Bruno Haible  <bruno@clisp.org>
20631
20632         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
20633
20634 2003-03-30  Bruno Haible  <bruno@clisp.org>
20635
20636         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
20637         function chown() doesn't exist.
20638
20639 2003-03-28  Bruno Haible  <bruno@clisp.org>
20640
20641         * modules/copy-file: New file.
20642         * MODULES.html.sh (func_all_modules): Add it.
20643
20644 2003-03-28  Bruno Haible  <bruno@clisp.org>
20645
20646         * m4/copy-file.m4: New file.
20647
20648 2003-03-28  Bruno Haible  <bruno@clisp.org>
20649
20650         * lib/copy-file.h: New file, from GNU gettext.
20651         * lib/copy-file.c: New file, from GNU gettext.
20652
20653 2003-03-18  Jim Meyering  <jim@meyering.net>
20654
20655         * lib/quote.c (quote_n): Fix typo in comment.
20656
20657 2003-03-18  Bruno Haible  <bruno@clisp.org>
20658
20659         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
20660         checking.
20661         * m4/onceonly_2_57.m4: Likewise.
20662
20663 2003-03-17  Bruno Haible  <bruno@clisp.org>
20664
20665         * m4/onceonly.m4: Require autoconf 2.54 or newer.
20666         (m4_quote): Remove macro.
20667         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
20668
20669 2003-03-14  Jim Meyering  <jim@meyering.net>
20670
20671         Merge changes from Coreutils.
20672         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
20673         to be const, in order to avoid warnings.
20674         (obstack_room): Likewise.
20675         (obstack_empty_p): Likewise.
20676
20677 2003-03-14  Bruno Haible  <bruno@clisp.org>
20678
20679         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
20680         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
20681
20682 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20683
20684         Merge changes from Bison.
20685         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
20686         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
20687         when compiling Bison 1.875's `bitset bset = obstack_alloc
20688         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
20689         * lib/hash.c: Include <stdbool.h> unconditionally.
20690
20691 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20692
20693         * m4/onceonly.m4 (m4_quote): New macro.
20694         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
20695         Quote AC_FOREACH variable-expansions properly.
20696
20697 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20698
20699         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
20700
20701 2003-03-09  Paul Eggert  <eggert@twinsun.com>
20702
20703         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
20704         Reported by Bruce Becker; see:
20705         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
20706
20707 2003-03-03  Paul Eggert  <eggert@twinsun.com>
20708             Bruno Haible  <bruno@clisp.org>
20709
20710         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
20711         Reported by John Hughes, see
20712         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
20713
20714 2003-02-20  Bruno Haible  <bruno@clisp.org>
20715
20716         * MODULES.html.sh (func_all_modules): Add poll.
20717
20718 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20719
20720         * modules/poll: New file.
20721
20722 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20723
20724         * lib/poll_.h: New file.
20725         * lib/poll.c: New file.
20726
20727 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20728
20729         * m4/poll.m4: New file.
20730
20731 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20732
20733         * modules/mathl: New file.
20734
20735 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20736
20737         * lib/mathl.h: New file.
20738         * lib/acosl.c: New file.
20739         * lib/asinl.c: New file.
20740         * lib/atanl.c: New file.
20741         * lib/ceill.c: New file.
20742         * lib/cosl.c: New file.
20743         * lib/expl.c: New file.
20744         * lib/floorl.c: New file.
20745         * lib/frexpl.c: New file.
20746         * lib/ldexpl.c: New file.
20747         * lib/logl.c: New file.
20748         * lib/sincosl.c: New file.
20749         * lib/sinl.c: New file.
20750         * lib/sqrtl.c: New file.
20751         * lib/tanl.c: New file.
20752         * lib/trigl.c: New file.
20753         * lib/trigl.h: New file.
20754
20755 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20756
20757         * m4/mathl.m4: New file.
20758
20759 2003-02-18  Bruno Haible  <bruno@clisp.org>
20760
20761         * MODULES.html.sh (func_all_modules): Add mathl.
20762
20763 2003-02-17  Bruno Haible  <bruno@clisp.org>
20764
20765         * modules/mkdtemp: New module.
20766         * MODULES.html.sh (func_all_modules): Add it.
20767
20768 2003-02-17  Bruno Haible  <bruno@clisp.org>
20769
20770         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
20771
20772 2003-02-17  Bruno Haible  <bruno@clisp.org>
20773
20774         * lib/mkdtemp.h: New file, from GNU gettext.
20775         * lib/mkdtemp.c: New file, from GNU gettext.
20776
20777 2003-02-02  Jim Meyering  <jim@meyering.net>
20778
20779         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
20780         e.g. glibc-2.2.93.
20781
20782 2003-01-31  Bruno Haible  <bruno@clisp.org>
20783
20784         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
20785         'rpl_rename'.
20786         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
20787         'rpl_strnlen'.
20788         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
20789         'rpl_strtod'.
20790         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
20791         'rpl_utime'.
20792
20793 2003-01-31  Bruno Haible  <bruno@clisp.org>
20794
20795         * lib/rename.c: #undef rename before defining rpl_rename.
20796         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
20797
20798 2003-01-30  Bruno Haible  <bruno@clisp.org>
20799
20800         * modules/vasnprintf, modules/vasprintf: New modules.
20801         * MODULES.html.sh (func_all_modules): Add them.
20802
20803 2003-01-30  Bruno Haible  <bruno@clisp.org>
20804
20805         * m4/signed.m4: New file, from GNU gettext.
20806         * m4/longdouble.m4: New file, from GNU gettext.
20807         * m4/wchar_t.m4: New file, from GNU gettext.
20808         * m4/wint_t.m4: New file, from GNU gettext.
20809         * m4/vasnprintf.m4: New file.
20810         * m4/vasprintf.m4: New file.
20811
20812 2003-01-30  Bruno Haible  <bruno@clisp.org>
20813
20814         * lib/printf-args.h: New file, from GNU gettext.
20815         * lib/printf-args.c: New file, from GNU gettext.
20816         * lib/printf-parse.h: New file, from GNU gettext.
20817         * lib/printf-parse.c: New file, from GNU gettext.
20818         * lib/vasnprintf.h: New file, from GNU gettext.
20819         * lib/vasnprintf.c: New file, from GNU gettext.
20820         * lib/asnprintf.c: New file, from GNU gettext.
20821         * lib/vasprintf.h: New file, from GNU gettext with modifications.
20822         * lib/vasprintf.c: New file, from GNU gettext.
20823         * lib/asprintf.c: New file, from GNU gettext.
20824
20825 2003-01-29  Bruno Haible  <bruno@clisp.org>
20826
20827         * modules/stpncpy: New module.
20828         * MODULES.html.sh (func_all_modules): Add it.
20829
20830 2003-01-29  Bruno Haible  <bruno@clisp.org>
20831
20832         * m4/stpncpy.m4: New file.
20833
20834 2003-01-29  Bruno Haible  <bruno@clisp.org>
20835
20836         * lib/stpncpy.h: New file, from GNU gettext with modifications.
20837         * lib/stpncpy.c: New file, from GNU gettext with modifications.
20838
20839 2003-01-28  Bruno Haible  <bruno@clisp.org>
20840
20841         * modules/c-ctype: New module.
20842         * MODULES.html.sh (func_all_modules): Add it.
20843
20844 2003-01-28  Bruno Haible  <bruno@clisp.org>
20845
20846         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
20847         Paul Eggert.
20848         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
20849         Paul Eggert.
20850
20851 2003-01-27  Bruno Haible  <bruno@clisp.org>
20852
20853         * modules/xsetenv: New module.
20854         * MODULES.html.sh (func_all_modules): Add it.
20855
20856 2003-01-27  Bruno Haible  <bruno@clisp.org>
20857
20858         * lib/xsetenv.h: New file, from GNU gettext.
20859         * lib/xsetenv.c: New file, from GNU gettext.
20860
20861 2003-01-23  Jim Meyering  <jim@meyering.net>
20862
20863         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
20864         from working on systems without dirfd (at least Irix and OSF1/Tru64).
20865
20866 2003-01-23  Bruno Haible  <bruno@clisp.org>
20867
20868         * modules/minmax: New module.
20869         * MODULES.html.sh (func_all_modules): Add it.
20870
20871 2003-01-23  Bruno Haible  <bruno@clisp.org>
20872
20873         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
20874         Eggert.
20875
20876 2003-01-22  Bruno Haible  <bruno@clisp.org>
20877
20878         * modules/exit: New module.
20879         * MODULES.html.sh (func_all_modules): Add it.
20880
20881 2003-01-22  Bruno Haible  <bruno@clisp.org>
20882
20883         * lib/exit.h: New file, from GNU gettext.
20884
20885 2003-01-19  Bruno Haible  <bruno@clisp.org>
20886
20887         * gnulib-tool: Recognize option --extract-maintainer.
20888         (func_get_maintainer): New function.
20889         * modules/*: Add Maintainer entry.
20890
20891 2003-01-16  Jim Meyering  <jim@meyering.net>
20892
20893         * m4/regex.m4: The `regex' struct is both input and output.
20894         Initialize it before each use.  Patch by Tim Waugh.
20895
20896 2003-01-16  Bruno Haible  <bruno@clisp.org>
20897
20898         * MODULES.html.sh: Add a table of contents. Add the module name as
20899         leftmost column. Add hyperlinks.
20900
20901 2003-01-15  Bruno Haible  <bruno@clisp.org>
20902
20903         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
20904
20905 2003-01-15  Bruno Haible  <bruno@clisp.org>
20906
20907         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
20908         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
20909         suffix.
20910
20911 2003-01-15  Bruno Haible  <bruno@clisp.org>
20912
20913         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
20914
20915 2003-01-15  Bruno Haible  <bruno@clisp.org>
20916
20917         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
20918         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
20919
20920 2003-01-14  Jim Meyering  <jim@meyering.net>
20921
20922         * lib/same.c (same_name): Tweak a comment.
20923
20924 2003-01-14  Bruno Haible  <bruno@clisp.org>
20925
20926         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
20927         when a string comparison is sufficient.
20928
20929 2003-01-14  Bruno Haible  <bruno@clisp.org>
20930
20931         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
20932         'unsigned int'.
20933
20934 2003-01-14  Bruno Haible  <bruno@clisp.org>
20935
20936         * lib/hash-pjw.c: Add comment about low quality of this function.
20937
20938 2003-01-13  Bruno Haible  <bruno@clisp.org>
20939
20940         * modules/stpcpy: Distribute lib/stpcpy.h.
20941         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
20942
20943 2003-01-13  Bruno Haible  <bruno@clisp.org>
20944
20945         * modules/*: Add a description.
20946         * modules/strpbrk: Fix Makefile.am snippet.
20947         * modules/strtoimax: Fix dependencies.
20948         * modules/strtoumax: Likewise.
20949
20950 2003-01-13  Bruno Haible  <bruno@clisp.org>
20951
20952         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
20953         * modules/alloca (Makefile.am): All object files depend on alloca.h.
20954         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
20955
20956 2003-01-13  Bruno Haible  <bruno@clisp.org>
20957
20958         * gnulib-tool (func_create_testdir): Store config/* files in the main
20959         directory.
20960         * config.rpath: Move to ...
20961         * config/config.rpath: ... here.
20962         * modules/gettext: Contains config/config.rpath, not config.rpath.
20963         * modules/iconv: Likewise.
20964
20965 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20966
20967         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20968         to avoid collisions with libcurses and libreadline.
20969
20970         * m4/getstr.m4: Remove.
20971         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
20972
20973 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20974
20975         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20976         to avoid collisions with libcurses and libreadline.
20977
20978         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
20979         * lib/getstr.h, getstr.c: Remove.
20980         * lib/getline.c: Include "getline.h", to check interface.
20981         Move body of old getstr.c here: this defines MIN_CHUNK and
20982         declares getdelim2, which is renamed from getstr.
20983         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
20984
20985         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
20986         All uses changed.
20987         * lib/linebuffer.h: Likewise.
20988         (readline): Remove backward-compatibility macro.
20989
20990 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20991
20992         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20993         to avoid collisions with libcurses and libreadline.
20994         * getstr: Remove.
20995         * MODULES.html.sh: Remove getstr.
20996         * modules/getline: Depend on unlocked-io, not getstr.
20997
20998 2003-01-12  Jim Meyering  <jim@meyering.net>
20999
21000         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
21001
21002 2003-01-10  Bruno Haible  <bruno@clisp.org>
21003
21004         * modules/alloca: Change Makefile.am requirements. Simplify Include
21005         requirements. Add lib/alloca_.h to file list.
21006
21007 2003-01-10  Bruno Haible  <bruno@clisp.org>
21008
21009         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
21010
21011 2003-01-10  Bruno Haible  <bruno@clisp.org>
21012
21013         * lib/alloca_.h: New file.
21014         * lib/getdate.y: Unconditionally include alloca.h.
21015         * lib/makepath.c: Likewise.
21016         * lib/setenv.c: Likewise.
21017         * lib/userspec.c: Likewise.
21018
21019 2003-01-09  Karl Berry  <karl@gnu.org>
21020
21021         * MODULES.html.sh: include `dirname $0` in PATH, to find
21022         gnulib-tool.
21023
21024 2003-01-09  Bruno Haible  <bruno@clisp.org>
21025
21026         * modules/stdbool: Change configure.ac, Makefile.am requirements.
21027         Simplify Include requirements. Add lib/stdbool.h.in to file list.
21028
21029 2003-01-09  Bruno Haible  <bruno@clisp.org>
21030
21031         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
21032
21033 2003-01-09  Bruno Haible  <bruno@clisp.org>
21034
21035         * lib/stdbool.h.in: New file.
21036
21037 2003-01-09  Bruno Haible  <bruno@clisp.org>
21038
21039         * gnulib-tool (func_all_modules): Ignore files ending in ~.
21040         * MODULES.html.sh: Likewise.
21041
21042 2003-01-08  Jim Meyering  <jim@meyering.net>
21043
21044         * lib/full-write.c: Undefine and define-away `const' after inclusion
21045         of errno.h, not before.  Suggestion from Bruno Haible.
21046
21047 2003-01-08  Bruno Haible  <bruno@clisp.org>
21048
21049         * modules/full-read: Depend on full-write.
21050
21051 2003-01-08  Bruno Haible  <bruno@clisp.org>
21052
21053         * lib/safe-read.c: Include specification header first, to ensure its
21054         selfcontainedness.
21055         * lib/full-write.c: Likewise.
21056
21057 2003-01-07  Jim Meyering  <jim@meyering.net>
21058
21059         * lib/full-write.c: Rework so that it may serve to define full_read,
21060         too.
21061         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
21062
21063 2003-01-07  Bruno Haible  <bruno@clisp.org>
21064
21065         * lib/strtoimax.c: Include <stdint.h> as an alternative to
21066         <inttypes.h>.
21067         * lib/xstrtol.h: Likewise.
21068         * lib/xstrtoimax.c: Likewise.
21069         * lib/xstrtoumax.c: Likewise.
21070         * lib/human.h: Likewise.
21071
21072         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
21073         on systems that have <inttypes.h> but not <stdint.h>.
21074
21075 2003-01-07  Bruno Haible  <bruno@clisp.org>
21076
21077         * MODULES.html.sh: Add copyright notice.
21078         (missed_files): Omit CVS directory entries.
21079         (func_module): Make it work with sed-3.02.
21080         * MODULES.txt: Remove file.
21081
21082 2003-01-06  Jim Meyering  <jim@meyering.net>
21083
21084         * lib/version-etc.c: Update year in translatable copyright string.
21085
21086 2003-01-03  Karl Berry  <karl@gnu.org>
21087
21088         * config/config.{guess,sub}: update from prep.
21089
21090 2003-01-02  Karl Berry  <karl@gnu.org>
21091
21092         * doc/COPYING.DOC: belatedly updated to 1.2.
21093
21094 2003-01-01  Karl Berry  <karl@gnu.org>
21095
21096         * gnulib-tool (func_verify_module): report module name $module in
21097         error message, not $1.
21098         * gnulib-tool (create-testdir): don't complain if destdir couldn't
21099         be created, only if it doesn't exist.
21100         * gnulib-tool (last_checkin_date): don't expand the $Date here.
21101
21102 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21103
21104         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
21105
21106 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21107
21108         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
21109         memcmp if strcoll doesn't work.
21110
21111 2002-12-31  Bruno Haible  <bruno@clisp.org>
21112
21113         * lib/utime.c (utime_null): No need to call ftruncate if the file was
21114         nonempty.
21115
21116 2002-12-31  Bruno Haible  <bruno@clisp.org>
21117
21118         * lib/memcoll.c (STRCOLL): New macro.
21119         (memcoll): Use it.
21120
21121 2002-12-31  Bruno Haible  <bruno@clisp.org>
21122
21123         * lib/localcharset.h: New file.
21124         * lib/localcharset.c: Include it.
21125         * lib/unicodeio.c: Likewise.
21126
21127 2002-12-31  Bruno Haible  <bruno@clisp.org>
21128
21129         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
21130         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
21131
21132 2002-12-31  Bruno Haible  <bruno@clisp.org>
21133
21134         * lib/getline.h: Include <stddef.h>, for size_t.
21135
21136         * lib/unicodeio.h: Include <stddef.h>, for size_t.
21137         * lib/unicodeio.c: Don't include <stddef.h>.
21138
21139 2002-12-31  Bruno Haible  <bruno@clisp.org>
21140
21141         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
21142         HAVE_TM_ZONE.
21143
21144 2002-12-24  Karl Berry  <karl@gnu.org>
21145
21146         * config/config.guess: update from prep.
21147
21148 2002-12-24  Bruno Haible  <bruno@clisp.org>
21149
21150         General infrasructure.
21151         * m4/README: Rewritten.
21152         * m4/onceonly.m4: New file.
21153         * m4/onceonly_2_57.m4: New file.
21154
21155         Module atexit.
21156         * m4/atexit.m4: New file.
21157
21158         Module strtod.
21159         * m4/strtod.m4: New file.
21160
21161         Module strtol.
21162         * m4/strtol.m4: New file.
21163
21164         Module strtoul.
21165         * m4/strtoul.m4: New file.
21166
21167         Module memchr.
21168         * m4/memchr.m4: New file.
21169
21170         Module memcmp.
21171         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
21172         (jm_FUNC_MEMCMP): Invoke it.
21173
21174         Module memcpy.
21175         * m4/memcpy.m4: New file.
21176
21177         Module memmove.
21178         * m4/memmove.m4: New file.
21179
21180         Module memset.
21181         * m4/memset.m4: New file.
21182
21183         Module strcspn.
21184         * m4/strcspn.m4: New file.
21185
21186         Module strpbrk.
21187         * m4/strpbrk.m4: New file.
21188
21189         Module strstr.
21190         * m4/strstr.m4: New file.
21191
21192         Module strerror.
21193         * m4/strerror.m4: New file.
21194
21195         Module mktime.
21196         * m4/mktime.m4: Renamed from jm-mktime.m4.
21197         (gl_PREREQ_MKTIME): New macro.
21198         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
21199
21200         Module malloc.
21201         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
21202         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
21203         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
21204
21205         Module realloc.
21206         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
21207         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
21208         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
21209
21210         Module strftime.
21211         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
21212         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
21213         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
21214         gl_TM_GMTOFF.
21215         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
21216
21217         Module xalloc.
21218         * m4/xalloc.m4: New file.
21219
21220         Module alloca.
21221         * m4/alloca.m4: New file.
21222
21223         Module putenv.
21224         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
21225         (jm_FUNC_PUTENV): Invoke it.
21226
21227         Module setenv.
21228         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
21229         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
21230         when invoked twice.
21231         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
21232         gt_FUNC_SETENV.
21233
21234         Module memrchr.
21235         * m4/memrchr.m4: New file.
21236
21237         Module stpcpy.
21238         * m4/stpcpy.m4: New file.
21239
21240         Module strcase.
21241         * m4/strcase.m4: New file.
21242
21243         Module strdup.
21244         * m4/strdup.m4: New file.
21245
21246         Module strnlen.
21247         * m4/strnlen.m4: New file.
21248
21249         Module strndup.
21250         * m4/strndup.m4: New file.
21251
21252         Module xstrtod.
21253         * m4/xstrtod.m4: New file.
21254
21255         Module xstrtol.
21256         * m4/xstrtol.m4: New file.
21257
21258         Module getdate.
21259         * m4/getdate.m4: New file.
21260
21261         Module unlocked-io.
21262         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
21263         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
21264         * m4/jm-glibc-io.m4n: Remove file.
21265
21266         Module long-options.
21267         * m4/long-options.m4: New file.
21268
21269         Module md5.
21270         * m4/md5.m4: New file.
21271
21272         Module sha.
21273         * m4/sha.m4: New file.
21274
21275         Module getstr.
21276         * m4/getstr.m4: New file.
21277
21278         Module getline.
21279         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
21280         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
21281         <sys/types.h>, for size_t. Use the function name gnu_getline, not
21282         simply getline. Infoke gl_PREREQ_GETLINE.
21283
21284         Module obstack.
21285         * m4/obstack.m4: New file.
21286
21287         Module hash.
21288         * m4/hash.m4: New file.
21289
21290         Module readtokens.
21291         * m4/readtokens.m4: New file.
21292
21293         Module strverscmp.
21294         * m4/strverscmp.m4: New file.
21295
21296         Module stdbool.
21297         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
21298         OSF/1.
21299
21300         Module strtoll.
21301         * m4/strtoll.m4: New file.
21302
21303         Module strtoull.
21304         * m4/strtoull.m4: New file.
21305
21306         Module strtoimax.
21307         * m4/strtoimax.m4: New file.
21308
21309         Module strtoumax.
21310         * m4/strtoumax.m4: New file.
21311
21312         Module xstrtoimax.
21313         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
21314         jm_AC_PREREQ_XSTRTOIMAX.
21315         Moved the strtol prerequisites to strtol.m4.
21316         Moved the strtoll prerequisites to strtoll.m4.
21317         Moved the strtoimax prerequisites to strtoimax.m4.
21318
21319         Module xstrtoumax.
21320         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
21321         jm_AC_PREREQ_XSTRTOUMAX.
21322         Moved the strtoul prerequisites to strtoul.m4.
21323         Moved the strtoull prerequisites to strtoull.m4.
21324         Moved the strtoumax prerequisites to strtoumax.m4.
21325
21326         Module chown.
21327         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
21328         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
21329
21330         Module dup2.
21331         * m4/dup2.m4: New file.
21332
21333         Module ftruncate.
21334         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
21335         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
21336
21337         Module getgroups.
21338         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
21339         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
21340
21341         Module gettimeofday.
21342         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
21343         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
21344         gl_PREREQ_GETTIMEOFDAY.
21345
21346         Module mkdir.
21347         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
21348         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
21349
21350         Module mkstemp.
21351         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
21352         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
21353         jm_AC_TYPE_UINTMAX_T.
21354         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
21355
21356         Module stat.
21357         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
21358         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
21359
21360         Module lstat.
21361         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
21362         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
21363
21364         Module timespec.
21365         * m4/timespec.m4 (gl_TIMESPEC): New macro.
21366         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
21367         * m4/st_mtim.m4: Indentation.
21368
21369         Module nanosleep.
21370         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
21371         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
21372         gl_PREREQ_NANOSLEEP.
21373
21374         Module regex.
21375         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
21376         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
21377         (gl_REGEX): New macro.
21378
21379         Module rename.
21380         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
21381         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
21382
21383         Module rmdir.
21384         * m4/rmdir.m4: New file.
21385
21386         Module utime.
21387         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
21388         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
21389         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
21390
21391         Module dirname.
21392         * m4/dirname.m4: New file.
21393
21394         Module getopt.
21395         * m4/getopt.m4: New file.
21396
21397         Module unistd-safer.
21398         * m4/unistd-safer.m4: New file.
21399
21400         Module fnmatch.
21401         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
21402         declaration.
21403         (gl_PREREQ_FNMATCH_EXTRA): New macro.
21404         (gl_FUNC_FNMATCH_POSIX): New macro.
21405         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
21406         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
21407         simply fnmatch.
21408
21409         Module exclude.
21410         * m4/exclude.m4: New file.
21411
21412         Module human.
21413         * m4/human.m4: New file.
21414
21415         Module acl.
21416         * m4/acl.m4: Nop.
21417
21418         Module backupfile.
21419         * m4/backupfile.m4: New file.
21420         * m4/d-ino.m4: Indentation.
21421
21422         Module fsusage.
21423         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
21424         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
21425         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
21426
21427         Module dirfd.
21428         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
21429         requirements.
21430
21431         Module euidaccess.
21432         * m4/euidaccess.m4: New file.
21433
21434         Module file-type.
21435         * m4/file-type.m4: New file.
21436
21437         Module fileblocks.
21438         * m4/fileblocks.m4: New file.
21439
21440         Module filemode.
21441         * m4/filemode.m4: New file.
21442
21443         Module isdir.
21444         * m4/isdir.m4: New file.
21445
21446         Module lchown.
21447         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
21448         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
21449
21450         Module makepath.
21451         * m4/makepath.m4: New file.
21452
21453         Module modechange.
21454         * m4/modechange.m4: New file.
21455
21456         Module mountlist.
21457         * m4/mountlist.m4: New file.
21458         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
21459         Indentation.
21460
21461         Module path-concat.
21462         * m4/path-concat.m4: New file.
21463
21464         Module pathmax.
21465         * m4/pathmax.m4: New file.
21466
21467         Module same.
21468         * m4/same.m4: New file.
21469
21470         Module save-cwd.
21471         * m4/save-cwd.m4: New file.
21472
21473         Module savedir.
21474         * m4/savedir.m4: New file.
21475
21476         Module xgetcwd.
21477         * m4/xgetcwd.m4: New file.
21478         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
21479
21480         Module xreadlink.
21481         * m4/xreadlink.m4: New file.
21482
21483         Module safe-read.
21484         * m4/safe-read.m4: New file.
21485
21486         Module safe-write.
21487         * m4/safe-write.m4: New file.
21488
21489         Module closeout.
21490         * m4/closeout.m4: New file.
21491
21492         Module stdio-safer.
21493         * m4/stdio-safer.m4: New file.
21494
21495         Module getpass.
21496         * m4/getpass.m4: New file.
21497
21498         Module getugroups.
21499         * m4/getugroups.m4: New file.
21500
21501         Module group-member.
21502         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
21503         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
21504
21505         Module idcache.
21506         * m4/idcache.m4: New file.
21507
21508         Module userspec.
21509         * m4/userspec.m4: New file.
21510
21511         Module gettime.
21512         * m4/clock_time.m4: New file.
21513         * m4/gettime.m4: New file.
21514
21515         Module settime.
21516         * m4/settime.m4: New file.
21517
21518         Module posixtm.
21519         * m4/posixtm.m4: New file.
21520
21521         Module gethostname.
21522         * m4/gethostname.m4: New file.
21523
21524         Module canon-host.
21525         * m4/canon-host.m4: New file.
21526
21527         Module gettext.
21528         * m4/codeset.m4: New file, from gettext-0.11.5.
21529         * m4/gettext.m4: New file, from gettext-0.11.5.
21530         * m4/glibc21.m4: New file, from gettext-0.11.5.
21531         * m4/iconv.m4: New file, from gettext-0.11.5.
21532         * m4/intdiv0.m4: New file, from gettext-0.11.5.
21533         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
21534         * m4/inttypes.m4: New file, from gettext-0.11.5.
21535         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
21536         * m4/isc-posix.m4: New file, from gettext-0.11.5.
21537         * m4/lcmessage.m4: New file, from gettext-0.11.5.
21538         * m4/lib-ld.m4: New file, from gettext-0.11.5.
21539         * m4/lib-link.m4: New file, from gettext-0.11.5.
21540         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
21541         * m4/progtest.m4: New file, from gettext-0.11.5.
21542         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
21543         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
21544         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
21545
21546         Module localcharset.
21547         * m4/localcharset.m4: New file.
21548
21549         Module hard-locale.
21550         * m4/hard-locale.m4: New file.
21551
21552         Module mbswidth.
21553         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
21554         onceonly macros.
21555         * m4/mbrtowc.m4: Add comment.
21556
21557         Module memcasecmp.
21558         * m4/memcasecmp.m4: New file.
21559
21560         Module memcoll.
21561         * m4/memcoll.m4: New file.
21562
21563         Module unicodeio.
21564         * m4/unicodeio.m4: New file.
21565
21566         Module rpmatch.
21567         * m4/rpmatch.m4: New file.
21568
21569         Module yesno.
21570         * m4/yesno.m4: New file.
21571
21572         Module exitfail.
21573         * m4/exitfail.m4: New file.
21574
21575         Module c-stack.
21576         * m4/c-stack.m4 (gl_C_STACK): New macro.
21577         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
21578
21579         Module error.
21580         * m4/error.m4 (gl_ERROR): New macro.
21581         (jm_PREREQ_ERROR): Use onceonly macros.
21582
21583         Module fatal.
21584         * m4/fatal.m4: New file.
21585
21586         Module getloadavg.
21587         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
21588         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
21589
21590         Module getpagesize.
21591         * m4/getpagesize.m4: New file.
21592
21593         Module getusershell.
21594         * m4/getusershell.m4: New file.
21595
21596         Module physmem.
21597         * m4/physmem.m4: New file.
21598
21599         Module posixver.
21600         * m4/posixver.m4: New file.
21601
21602         Module quotearg.
21603         * m4/quotearg.m4: New file.
21604
21605         Module quote.
21606         * m4/quote.m4: New file.
21607
21608         Module readutmp.
21609         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
21610
21611         Module sig2str.
21612         * m4/sig2str.m4: New file.
21613
21614         Other.
21615         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
21616         ulonglong.m4.
21617         * m4/intmax_t.m4: New file.
21618         * m4/d-type.m4: Indentation.
21619         * m4/jm-macros.m4: Update.
21620         * m4/prereq.m4 (jm_PREREQ): Update.
21621         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
21622         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
21623         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
21624         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
21625         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
21626         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
21627         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
21628         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
21629         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
21630         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
21631         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
21632         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
21633         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
21634         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
21635         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
21636         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
21637         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
21638         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
21639         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
21640
21641 2002-12-24  Bruno Haible  <bruno@clisp.org>
21642
21643         * MODULES.txt: Update according to m4/ changes.
21644
21645         Module gettext.
21646         * config.rpath: New file, from gettext-0.11.5.
21647
21648         * modules/*: New module descriptions.
21649         * gnulib-tool: New file.
21650         * MODULES.html.sh: New file.
21651
21652 2002-12-21  Karl Berry  <karl@gnu.org>
21653
21654         * doc/fdl.texi: update to version 1.2.
21655
21656 2002-12-19  Karl Berry  <karl@gnu.org>
21657
21658         * config/config.guess: update from prep.
21659
21660 2002-12-18  Bruno Haible  <bruno@clisp.org>
21661
21662         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
21663         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
21664
21665 2002-12-17  Bruno Haible  <bruno@clisp.org>
21666
21667         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
21668         stdlib.h, string.h.
21669
21670 2002-12-17  Bruno Haible  <bruno@clisp.org>
21671
21672         * lib/canon-host.c (strdup): Remove unused declaration.
21673
21674         * lib/fsusage.c: Include full_read.h.
21675         (get_fs_usage): Use full_read instead of safe_read.
21676
21677         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
21678
21679 2002-12-12  Karl Berry  <karl@gnu.org>
21680
21681         * config/config.guess: update from prep.
21682
21683 2002-12-11  Bruno Haible  <bruno@clisp.org>
21684
21685         * m4/setenv.m4: New file, from gettext-0.11.5.
21686
21687 2002-12-11  Bruno Haible  <bruno@clisp.org>
21688
21689         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
21690         not unsetenv().
21691         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
21692         modifications:
21693
21694         2002-12-11  Bruno Haible  <bruno@clisp.org>
21695
21696                 * setenv.c (alloca): Fall back to malloc.
21697                 (freea): New macro.
21698                 (setenv): Use freea() to free memory allocated with alloca().
21699
21700         2002-11-13  Bruno Haible  <bruno@clisp.org>
21701
21702                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
21703                 function declarations.
21704                 * unsetenv.c (unsetenv): Likewise.
21705
21706         2002-03-04  Bruno Haible  <bruno@clisp.org>
21707
21708                 Portability to AIX 4.3.3.
21709                 * unsetenv.c: New file, extracted from setenv.c.
21710                 * setenv.c: Move the unsetenv() function to unsetenv.c.
21711
21712         2001-12-20  Bruno Haible  <bruno@clisp.org>
21713
21714                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
21715                 use malloc instead. For SunOS 4.
21716
21717         2001-12-11  Bruno Haible  <bruno@clisp.org>
21718
21719                 * setenv.c: Declare alloca.
21720                 (compar_fn_t): New typedef.
21721                 (KNOWN_VALUE, STORE_VALUE): Use it.
21722
21723         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
21724         setenv.h.
21725
21726 2002-12-10  Paul Eggert  <eggert@twinsun.com>
21727
21728         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
21729         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
21730         Choose values that are less likely to collide with system fnmatch
21731         options.
21732         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
21733         defined (e.g., a pure POSIX system).
21734         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
21735         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
21736
21737 2002-12-06  Paul Eggert  <eggert@twinsun.com>
21738
21739         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
21740         a pain in practice to deal with generated m4 files.  This change
21741         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
21742
21743         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
21744         and jm-glibc-io.m4, as they are no longer a special case.
21745         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
21746         kludge and the auto-generation stuff.  Check only whether the
21747         functions are declared, not whether they exist, since older hosts
21748         that don't declare the functions can't use the optimization anyway.
21749
21750 2002-12-06  Jim Meyering  <jim@meyering.net>
21751
21752         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
21753
21754         Merge in changes from libc's misc/error.c, in preparation
21755         for the merge of gnulib's changes back into libc.
21756
21757         * lib/error.c (_): Define only if not already defined.
21758         Move definition to follow all #include directives.
21759         Include unlocked-io.h only if !_LIBC.
21760         [_LIBC]: Include <libio/libioP.h>.
21761         [USE_IN_LIBIO]: Include <libio/iolibio.h>
21762         (fflush): Tweak definition to use INTUSE.
21763         (putc): Define.
21764
21765 2002-12-05  Paul Eggert  <eggert@twinsun.com>
21766
21767         * lib/alloca.c [defined emacs]: Include "lisp.h".
21768         (xalloc_die) [defined emacs]: New macro.
21769         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
21770         [! defined emacs]: Include <xalloc.h>.
21771         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
21772         (pointer): Typedef to POINTER_TYPE *.
21773         (malloc): Remove decl; we now always use xmalloc.
21774         (alloca): Use old-style definition, since Emacs needs this.
21775         Check for arithmetic overflow when computing combined size.
21776
21777 2002-12-04  Paul Eggert  <eggert@twinsun.com>
21778
21779         Do not generate unlocked-io.h automatically, since it's easier to
21780         maintain it by hand.
21781
21782         * lib/unlocked-io.h: New file, from GNU diffutils,
21783         but with proper copyright notice and attribution.
21784         * lib/gen-uio: Remove.
21785         * lib/Makefile.am: Add copyright notice.
21786         (libfetish_a_SOURCES): Add unlocked-io.h.
21787         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
21788         (DISTCLEANFILES, io_functions): Remove macros.
21789         (EXTRA_DIST): Remove gen_uio.
21790         (unlocked-io.h): Remove rule.
21791
21792 2002-12-04  Jim Meyering  <jim@meyering.net>
21793
21794         Reflect the fact that stat.c and lstat.c are no longer generated.
21795         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
21796         (DISTCLEANFILES): Likewise.
21797         (EXTRA_DIST): Likewise.
21798         (all_local): Don't depend on stat.c or lstat.c.
21799         (stat.c, lstat.c): Remove rules.
21800         (EXTRA_DIST): Remove xstat.in.
21801
21802         * lib/xstat.in: Remove file.  Contents moved into stat.c.
21803         * lib/stat.c: New file.  Contents mostly from xstat.in.
21804         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
21805         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
21806
21807         * lib/safe-read.c: Rework so that it may serve to define safe_write,
21808         too.
21809         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
21810
21811 2002-12-03  Jim Meyering  <jim@meyering.net>
21812
21813         * lib/safe-read.c, safe-write.c: Change variable names and comments,
21814         but not semantics, to minimize the differences between these two files.
21815         (safe_read): Change comment to mention SAFE_READ_ERROR.
21816
21817         * lib/safe-read.c (IS_EINTR): Define.
21818         (safe_read): Use IS_EINTR in place of in-function cpp directives.
21819
21820 2002-12-02  Jim Meyering  <jim@meyering.net>
21821
21822         * lib/safe-read.c (EINTR): Define.
21823         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
21824         (INT_MAX): Provide fallback.
21825         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
21826
21827         * lib/safe-read.h (SAFE_READ_ERROR): Define.
21828
21829 2002-12-02  Bruno Haible  <bruno@clisp.org>
21830
21831         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
21832         Define, taken from safe-read.c.
21833         (INT_MAX): Provide fallback.
21834         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
21835         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
21836
21837         * lib/safe-read.c (EINTR): Remove definition.
21838         (safe_read): Don't use EINTR if it is absent.
21839
21840 2002-12-01  Jim Meyering  <jim@meyering.net>
21841
21842         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
21843         zero.
21844         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
21845
21846 2002-11-27  Paul Eggert  <eggert@twinsun.com>
21847
21848         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
21849         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
21850         with `if (! (value < limit)) abort ();', for readability.
21851
21852 2002-11-26  Karl Berry  <karl@gnu.org>
21853
21854         * lib/strdup.c: copy from libc again, with jim's ok.
21855         * lib/.cppi-disable: re-add strdup.c
21856
21857 2002-11-25  Karl Berry  <karl@gnu.org>
21858
21859         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
21860         instead of "strtol.c".
21861
21862 2002-11-25  Karl Berry  <karl@gnu.org>
21863
21864         * config/install-sh: update from automake for variable quoting, $0 in
21865         error msgs, etc.
21866
21867         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
21868         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
21869         entry.
21870
21871 2002-11-25  Jim Meyering  <jim@meyering.net>
21872
21873         * lib/mktime.c: Sync from libc, now that it has the latest fix.
21874
21875 2002-11-24  Karl Berry  <karl@gnu.org>
21876
21877         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
21878         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
21879
21880 2002-11-24  Jim Meyering  <jim@meyering.net>
21881
21882         Update from coreutils:
21883
21884         * lib/mktime.c: Merge in changes from libc.
21885
21886         Avoid a link-time failure on some Linux systems.
21887         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
21888         (otherwise).
21889         (__mon_yday): Declare with the STATIC attribute.
21890         (__mktime_internal): Likewise.
21891         Based on a report from Greg Schafer.
21892
21893 2002-11-23  Jim Meyering  <jim@meyering.net>
21894
21895         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
21896         Use `unsigned', not `int', as type of index.
21897
21898         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
21899
21900         * lib/fsusage.c: Remove unneeded parentheses around operands of
21901         `defined'.
21902
21903 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21904
21905         * lib/quotearg.h: Allow multiple inclusion by surrounding with
21906         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
21907         so that we can be included first.
21908         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
21909         * lib/quotearg.c: Include quotearg.h immediately after config.h.
21910         No need to include stddef.h or sys/types.h any more.
21911         Surround local include files with "", not "<>".
21912         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
21913         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
21914         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
21915         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
21916         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
21917         (ISPRINT): Remove; no longer needed now that we assume C89.
21918
21919         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
21920         Preserve errno.
21921
21922         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
21923         quotearg_char): Use SIZE_MAX rather than
21924         (size_t) -1 when we are talking about "infinity".
21925
21926         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
21927
21928 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21929
21930         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
21931         hint that one should use `if (! x) abort ();' rather than `assert
21932         (x);', and anyway it's one less thing to worry about configuring.
21933         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
21934         hash_rehash, hash_insert): Use abort rather than assert.
21935
21936 2002-11-22  Bruno Haible  <bruno@clisp.org>
21937
21938         * lib/safe-read.h: Assume C89. Add comments.
21939         (safe_read): Change return type to size_t.
21940         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
21941         byte counts > SSIZE_MAX correctly.
21942         * lib/safe-write.h: New file.
21943         * lib/safe-write.c: New file.
21944         * lib/full-read.h: New file.
21945         * lib/full-read.c: New file.
21946         * lib/full-write.h: Assume C89. Add comments.
21947         * lib/full-write.c: Include safe-write.h.
21948         (full_write): Rewritten to use safe_write.
21949         Suggested by Jim Meyering and Paul Eggert.
21950
21951 2002-11-21  Jim Meyering  <jim@meyering.net>
21952
21953         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
21954
21955         Merge in changes from the coreutils.
21956
21957         2002-09-25  Paul Eggert  <eggert@twinsun.com>
21958         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
21959         <stdint.h>.
21960         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
21961         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
21962         int.  Work more efficiently if X is the same width as uintmax_t.
21963         Do not compare X to -1, to avoid bogus compiler warning.
21964         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
21965         Don't assume that f_frsize and f_bsize are the same type.
21966
21967         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
21968         warning on FreeBSD.
21969
21970         * lib/makepath.c (make_path): Restore umask *before* creating the final
21971         component.
21972         (make_path): Minor reformatting.
21973
21974         * lib/xmalloc.c: Adjust to work with new autoconf macros,
21975         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
21976         HAVE_MALLOC/HAVE_REALLOC.
21977
21978         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
21979         dummy ones.  At least on GNU/Linux systems, `auto' means something
21980         else.
21981         From Michael Stone.
21982
21983 2002-11-21  Bruno Haible  <bruno@clisp.org>
21984
21985         Remove case insensitive option matching.
21986         * lib/argmatch.h (argcasematch): Remove declaration.
21987         (ARGCASEMATCH): Remove macro.
21988         (__xargmatch_internal): Remove case_sensitive argument.
21989         (XARGMATCH): Update.
21990         (XARGCASEMATCH): Remove macro.
21991         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
21992         case_sensitive argument.
21993         (argcasematch): Remove function.
21994         (__xargmatch_internal): Remove case_sensitive argument.
21995         (main): Use XARGMATCH instead of XARGCASEMATCH.
21996
21997         * lib/xmalloc.c: Change compile-time error message. Add comment about
21998         required autoconf version.
21999
22000 2002-11-20  Paul Eggert  <eggert@twinsun.com>
22001
22002         Merge argmatch cleanups from Bison.  Assume C89.
22003
22004         * lib/argmatch.c: Include config.h here, not in argmatch.h.
22005         Include stdlib.h, for EXIT_FAILURE.
22006         Always include <string.h>, since we assume C89.
22007         (EXIT_FAILURE): Remove pre-C89 bug workaround.
22008         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
22009         Include <stddef.h> instead, since it's all we need for size_t.
22010         (PARAMS): Remove.  All uses removed.
22011         (ARRAY_CARDINALITY): Do not bother to #undef.
22012         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
22013         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22014         Remove unnecessary parentheses.
22015         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22016         Insert necessary parentheses.
22017         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
22018         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
22019
22020 2002-11-19  Bruno Haible  <bruno@clisp.org>
22021
22022         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
22023         * lib/mbswidth.h: Include <stddef.h>, for size_t.
22024
22025         * lib/mbswidth.h (PARAMS): Remove macro.
22026         (mbswidth, mbsnwidth): Use ANSI C function declarations.
22027         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
22028
22029         * lib/gcd.h (PARAMS): Remove macro.
22030         (gcd): Use ANSI C function declarations.
22031         * lib/gcd.c (gcd): Likewise.
22032
22033 2002-11-15  Bruno Haible  <bruno@clisp.org>
22034
22035         * lib/strcspn.c: Include <stddef.h>.
22036         (strcspn): Use ANSI C function declaration. Change return type to
22037         size_t. Use NULL.
22038         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
22039         (strpbrk): Use NULL.
22040         * lib/strpbrk.h (PARAMS): Remove macro.
22041         (strpbrk): Use ANSI C function declaration.
22042         * lib/strstr.c: Don't include <sys/types.h>.
22043         * lib/strstr.h (PARAMS): Remove macro.
22044         (strstr): Use ANSI C function declarations.
22045
22046 2002-11-14  Karl Berry  <karl@gnu.org>
22047
22048         * config/mkinstalldirs: `do' on separate line, instead of
22049         `for var; do'.
22050
22051 2002-11-06  Bruno Haible  <bruno@clisp.org>
22052
22053         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
22054         * lib/gcd.c (gcd): Likewise.
22055
22056 2002-11-05  Bruno Haible  <bruno@clisp.org>
22057
22058         * lib/gcd.h: New file, from gettext-0.11.5.
22059         * lib/gcd.c: New file, from gettext-0.11.5.
22060
22061 2002-11-05  Bruno Haible  <bruno@clisp.org>
22062
22063         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22064         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22065         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22066         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22067
22068         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
22069         <libintl.h>.
22070         * lib/makepath.c: Include gettext.h instead of <locale.h> and
22071         <libintl.h>.
22072
22073         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
22074         * lib/human.c: Include gettext.h instead of <libintl.h>.
22075         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
22076         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
22077         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
22078         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
22079         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
22080         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
22081         (textdomain): Remove definition.
22082         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
22083
22084         * lib/long-options.c: Remove include of <libintl.h> and definition of
22085         _.
22086         * lib/same.c: Remove include of <libintl.h> and definition of _.
22087
22088 2002-11-04  Owen Taylor  <otaylor@redhat.com>
22089
22090         * lib/config.charset: A few additions for Solaris.
22091
22092 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22093
22094         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
22095         * lib/localcharset.c (locale_charset): Declare as extern "C".
22096
22097 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22098
22099         * lib/config.charset: msdos in uk_UA uses CP1125.
22100
22101 2002-11-04  Bruno Haible  <bruno@clisp.org>
22102
22103         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
22104         * lib/strcase.h: New file, from GNU gettext-0.11.5.
22105         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
22106         * lib/strstr.h: New file, from GNU gettext-0.11.5.
22107         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
22108
22109 2002-11-04  Bruno Haible  <bruno@clisp.org>
22110
22111         * lib/localcharset.c (locale_charset): Don't return an empty string.
22112
22113 2002-11-04  Bruno Haible  <bruno@clisp.org>
22114
22115         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
22116         aliases.
22117
22118 2002-11-04  Bruno Haible  <bruno@clisp.org>
22119
22120         * lib/config.charset: Update for newest glibc. Add canonical names
22121         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
22122
22123 2002-11-04  Bruno Haible  <bruno@clisp.org>
22124
22125         * lib/config.charset: Add support for NetBSD.
22126
22127 2002-11-04  Bruno Haible  <bruno@clisp.org>
22128
22129         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
22130
22131 2002-11-01  Bruno Haible  <bruno@clisp.org>
22132
22133         * configure.in: Add AC_CONFIG_AUX_DIR call.
22134         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
22135         test/Makefile.
22136         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
22137
22138 2002-09-28  Karl Berry  <karl@gnu.org>
22139
22140         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
22141         installed automake until the next release, since changes have been
22142         made.
22143
22144 2002-09-25  Karl Berry  <karl@gnu.org>
22145
22146         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
22147         * lib/getopt*: copy from libc/posix.
22148         * lib/gettext.h: copy from gettext.
22149         * lib/.cppi-disable: add strdup.c, gettext.h.
22150
22151 2002-09-25  Karl Berry  <karl@gnu.org>
22152
22153         * config/srclist.txt: enable gettext.h check.
22154         * config/config.{guess,sub}: update from prep.
22155         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
22156                 from automake 1.6.3.
22157         See srclist*.
22158
22159 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
22160
22161         * regex.c (PATFETCH): Remove the translating fetch.
22162         (PATFETCH_RAW): Rename to PATFETCH.
22163         (set_image_of_range): New fun.
22164         (SET_RANGE_TABLE_WORK_AREA): Use it.
22165         (regex_compile): Don't translate the pattern chars so eagerly.
22166         Only do it when inserting an `exactn' bytecode or when handling
22167         a char-range.
22168         (mutually_exclusive_p): Avoid empty statement.
22169
22170 2002-07-06  Jim Meyering  <meyering@lucent.com>
22171
22172         * m4/README: Don't mention Makefile.am.in.
22173         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
22174
22175 2002-07-01  Jim Meyering  <meyering@lucent.com>
22176
22177         * lib/c-stack.c: Include sys/time.h.
22178         From Volker Borchert.
22179
22180 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22181
22182         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
22183
22184 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22185
22186         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
22187         New macro.  Use it uniformly instead of
22188         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
22189         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
22190         reported by Vin Shelton.
22191
22192 2002-06-22  Paul Eggert  <eggert@twinsun.com>
22193
22194         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
22195         Do not assume SA_SIGINFO behavior.
22196         Bug reported by Jim Meyering on NetBSD 1.5.2.
22197
22198 2002-06-22  Jim Meyering  <meyering@lucent.com>
22199
22200         * m4/c-stack.m4: New file, from diffutils-2.8.2.
22201         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
22202
22203         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
22204         now that configure.ac uses AC_GNU_SOURCE.
22205         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
22206         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
22207
22208         Update to latest tools.  Suggestions from Paul Eggert.
22209         * m4/stdbool.m4: New file, from diffutils-2.8.2.
22210         * m4/gnu-source.m4: Update from diffutils-2.8.2.
22211         * m4/fnmatch.m4: Likewise.
22212         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
22213         to AC_HEADER_STDBOOL
22214
22215 2002-06-22  Jim Meyering  <meyering@lucent.com>
22216
22217         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
22218         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
22219
22220 2002-06-22  Jim Meyering  <meyering@lucent.com>
22221
22222         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
22223
22224         * lib/exitfail.c, exitfail.h: Likewise.
22225         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
22226
22227         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
22228         of fnmatch.h.
22229         (EXTRA_DIST): Add fnmatch_loop.c.
22230         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
22231
22232         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
22233         * lib/fnmatch.c: Update from diffutils-2.8.2.
22234         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
22235         * lib/fnmatch.h: Remove file.
22236
22237 2002-06-21  Jim Meyering  <meyering@lucent.com>
22238
22239         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
22240         * m4/mbrtowc.m4: Likewise.
22241
22242         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
22243         * m4/mbswidth.m4: Reflect name change:
22244         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
22245         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
22246
22247         * m4/lib-link.m4: Update from gettext-0.11.2.
22248         * m4/gettext.m4: Likewise.
22249
22250         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
22251         From Alfred M. Szmidt.
22252
22253 2002-06-18  Paul Eggert  <eggert@twinsun.com>
22254
22255         * lib/file-type.h: Report an error if neither S_ISREG nor
22256         S_IFREG is defined, instead of using a test specific to glibc
22257         2.2.  This should be safe, since POSIX requires S_ISREG and
22258         Unix Version 7 had S_IFREG.  We don't need to check for
22259         <sys/types.h> since we don't use any symbols that it defines.
22260
22261 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
22262
22263         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
22264         $@-t, so that each temporary file name is unique and valid in the first
22265         8 characters, for operation under DOS.
22266
22267 2002-06-15  Paul Eggert  <eggert@twinsun.com>
22268
22269         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
22270
22271 2002-06-15  Jim Meyering  <meyering@lucent.com>
22272
22273         Work even with DJGPP 2.03, which lacks support for symlinks.
22274         From Richard Dawe.
22275         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
22276         is defined.
22277         * lib/lchown.c (S_ISLNK): Likewise.
22278
22279 2002-06-15  Jim Meyering  <meyering@lucent.com>
22280
22281         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
22282         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
22283         have been included before this file.
22284
22285 2002-06-14  Jim Meyering  <meyering@lucent.com>
22286
22287         * lib/file-type.h: Use the version from diffutils-2.8.2.
22288         * lib/file-type.c: Likewise.
22289
22290 2002-06-07  Jim Meyering  <meyering@lucent.com>
22291
22292         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
22293         They're needed at least for NetBSD 1.5.2.
22294         ($statxfs_includes): Include those same headers.
22295         ($statxfs_includes): Include sys/vfs.h if available.
22296         ($statxfs_includes): Likewise for sys/statvfs.h.
22297         Check for the following members in both structs statfs and statvfs:
22298         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
22299
22300 2002-06-01  Jim Meyering  <meyering@lucent.com>
22301
22302         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
22303         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
22304
22305 2002-05-28  Jim Meyering  <meyering@lucent.com>
22306
22307         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
22308         Reported by Volker Borchert.
22309
22310 2002-05-27  Jim Meyering  <meyering@lucent.com>
22311
22312         Fix a problem seen only on nonconforming systems whereby ls.c's
22313         use of localtime, and then of gettimeofday would cause trouble:
22314         the localtime call used to initialize rpl_gettimeofday's save
22315         mechanism would clobber ls's current local time information so
22316         that in any long listing the first file would always be listed
22317         with date 1970-01-01.  Analysis by Volker Borchert.
22318
22319         * lib/gettimeofday.c (localtime): Undefine.
22320         (rpl_localtime): New function.
22321
22322 2002-05-27  Jim Meyering  <meyering@lucent.com>
22323
22324         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
22325         localtime.
22326
22327         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
22328         use the replacement function; it wouldn't resolve at link time.
22329         Reported by Volker Borchert.
22330
22331 2002-05-22  Jim Meyering  <meyering@lucent.com>
22332
22333         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
22334         file-type.h.
22335         * lib/file-type.h: New file.
22336         * lib/file-type.c (file_type): New file/function.  Extracted from
22337         diffutils.
22338
22339 2002-04-30  Jim Meyering  <meyering@lucent.com>
22340
22341         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
22342
22343 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22344
22345         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
22346
22347 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22348
22349         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
22350         Do not check for alloca.h (no longer used) or stdbool.h (was never
22351         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
22352
22353 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22354
22355         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
22356
22357 2002-04-29  Jim Meyering  <meyering@lucent.com>
22358
22359         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
22360         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
22361         Use AC_FUNC_STRNLEN here instead.
22362
22363         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
22364         With autoconf-2.53a, it's part of AC_PROG_CC.
22365
22366 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22367
22368         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
22369         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
22370
22371 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22372
22373         * lib/sig2str.h, lib/sig2str.c: New files.
22374         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
22375
22376 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22377
22378         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
22379         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
22380         of 127, since 64 is the largest conceivable number for ancient
22381         nonstandard hosts.
22382         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
22383
22384 2002-04-28  Jim Meyering  <meyering@lucent.com>
22385
22386         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
22387
22388 2002-04-24  Jim Meyering  <meyering@lucent.com>
22389
22390         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
22391         (jm_PREREQ): Use it.
22392
22393         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
22394         mach/mach.h fcntl.h.
22395         Check for this function: setlocale.
22396
22397 2002-04-24  Jim Meyering  <meyering@lucent.com>
22398
22399         * lib/gettext.h: New file, from Gettext.
22400         * lib/Makefile.am (INCLUDES): Remove -I../intl.
22401         (libfetish_a_SOURCES): Add gettext.h.
22402
22403 2002-04-16  Jim Meyering  <meyering@lucent.com>
22404
22405         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
22406         ut_pid, ut_id, ut_exit.
22407
22408 2002-04-16  Jim Meyering  <meyering@lucent.com>
22409
22410         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
22411         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
22412         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
22413
22414 2002-04-12  Jim Meyering  <meyering@lucent.com>
22415
22416         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
22417         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
22418         existence of the getmntinfo function.  Needed for Darwin 5.3.
22419
22420         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
22421         This is necessary at least on Darwin 5.3.
22422
22423         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
22424         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
22425         strnlen.o in the library, and that makes some versions of ranlib
22426         object.
22427
22428 2002-04-12  Jim Meyering  <meyering@lucent.com>
22429
22430         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
22431
22432 2002-04-09  Jim Meyering  <meyering@lucent.com>
22433
22434         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
22435         to be more precise.  Rather than saying we're checking whether the
22436         function `works', say what we're testing.
22437         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
22438         Reported by Bruno Haible.
22439
22440 2002-03-10  Jim Meyering  <meyering@lucent.com>
22441
22442         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
22443         Suggestion from Santiago Vila.
22444
22445 2002-03-08  Jim Meyering  <meyering@lucent.com>
22446
22447         * lib/rename.c: Mention that this wrapper is needed also on
22448         mips-dec-ultrix4.4 systems.
22449
22450 2002-03-02  Jim Meyering  <meyering@lucent.com>
22451
22452         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
22453         not HAVE_CLOCK_SETTIME.
22454
22455 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22456
22457         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
22458         Check for clock_settime.
22459
22460 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22461
22462         * lib/nanosleep.h: Rename to....
22463         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
22464
22465         * lib/gettime.c: New file.
22466         * lib/settime.c: New file.
22467         * lib/stime.c: Remove.
22468
22469         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
22470         timespec.h.  Remove nanosleep.h.
22471
22472 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22473
22474         * m4/acl.m4: New file.
22475         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
22476         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
22477
22478 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22479
22480         * lib/acl.c, lib/acl.h: New files.
22481         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
22482
22483 2002-02-24  Jim Meyering  <meyering@lucent.com>
22484
22485         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
22486         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
22487         cause trouble.  Reported by Nelson Beebe.
22488
22489 2002-02-23  Paul Eggert  <eggert@twinsun.com>
22490
22491         * lib/path-concat.c (xpath_concat): Reorder code to pacify
22492         compilers that don't know that xalloc_die never returns.
22493
22494 2002-02-20  Jim Meyering  <meyering@lucent.com>
22495
22496         * lib/getdate.c: Regenerate using bison-1.33.
22497
22498 2002-02-17  Jim Meyering  <meyering@lucent.com>
22499
22500         * config/config.guess (main): Don't use `head -1'; it's no longer
22501         portable. Use `sed 1q' instead.
22502
22503 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
22504
22505         * m4/codeset.m4: Upgrade to gettext-0.11.
22506         * m4/gettext.m4: Upgrade to gettext-0.11.
22507         * m4/glibc21.m4: Upgrade to gettext-0.11.
22508         * m4/iconv.m4: Upgrade to gettext-0.11.
22509         * m4/isc-posix.m4: Upgrade to gettext-0.11.
22510         * m4/lcmessage.m4: Upgrade to gettext-0.11.
22511         * m4/lib-ld.m4: New file, from gettext-0.11.
22512         * m4/lib-link.m4: New file, from gettext-0.11.
22513         * m4/lib-prefix.m4: New file, from gettext-0.11.
22514         * m4/progtest.m4: Upgrade to gettext-0.11.
22515
22516 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22517
22518         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
22519         (jm_PREREQ): Use it.
22520
22521 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22522
22523         * lib/posixver.c, lib/posixver.h: New files.
22524         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22525
22526 2002-02-02  Paul Eggert  <eggert@twinsun.com>
22527             Bruno Haible  <bruno@clisp.org>
22528
22529         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
22530         (fwrite_success_callback): New declaration.
22531         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
22532         print_unicode_char. Call failure callback instead of error.
22533         (fwrite_success_callback): New function.
22534         (exit_failure_callback): New function.
22535         (fallback_failure_callback): New function.
22536         (print_unicode_char): Call unicode_to_mb.
22537
22538 2002-01-26  Jim Meyering  <meyering@lucent.com>
22539
22540         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
22541         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
22542
22543 2002-01-26  Jim Meyering  <meyering@lucent.com>
22544
22545         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
22546
22547 2002-01-22  Paul Eggert  <eggert@twinsun.com>
22548
22549         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
22550
22551 2002-01-22  Jim Meyering  <meyering@lucent.com>
22552
22553         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
22554         Otherwise, some versions of automake would omit the rule that makes
22555         Makefile from Makefile.in.
22556
22557 2002-01-21  Paul Eggert  <eggert@twinsun.com>
22558
22559         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
22560         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22561         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
22562         (memcoll): Set errno to zero if there is no error.
22563
22564         * lib/quotearg.c (quotearg_buffer_restyled):
22565         Fix bug with quoting buffers containing NUL when backslashing escapes.
22566         This bug was exposed by the other changes in this patch.
22567         (quotearg_n_options): New arg ARGSIZE.
22568         All callers changed.
22569         (quoting_options_from_style): New function.
22570         (quotearg_n_style): Use it.
22571         (quotearg_n_style_mem): New function.
22572
22573         * lib/quotearg.h (quotearg_n_style_mem): New function.
22574
22575 2002-01-19  Jim Meyering  <meyering@lucent.com>
22576
22577         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
22578         Remove useless quotes: DF_PROG="df".
22579         * m4/strnlen.m4: New file.
22580
22581 2002-01-16  Paul Eggert  <eggert@twinsun.com>
22582
22583         * lib/backupfile.c (ISDIGIT): Comment fix.
22584         * lib/getdate.y (ISDIGIT): Likewise.
22585         * lib/posixtm.c (ISDIGIT, year): Likewise.
22586         * lib/strverscmp.c (ISDIGIT): Likewise.
22587         * lib/userspec.c (ISDIGIT): Likewise.
22588
22589 2002-01-16  Jim Meyering  <meyering@lucent.com>
22590
22591         * lib/getdate.y: Add three semicolons, each just before a closing
22592         brace. Bison (as of version 1.31) no longer papers over that mistake.
22593
22594 2002-01-05  Jim Meyering  <meyering@lucent.com>
22595
22596         * lib/version-etc.c (version_etc_copyright): Update copyright year.
22597
22598 2001-12-19  Paul Eggert  <eggert@twinsun.com>
22599
22600         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
22601         not silently exit merely because the output buffer happens to
22602         have nothing pending.
22603
22604 2001-12-18  Paul Eggert  <eggert@twinsun.com>
22605
22606         See the big note in ../ChangeLog.
22607         * lib/human.c (suffixes): Prefer K to k for 1024.
22608         (generate_suffix_backwards): New function.
22609         (human_readable_inexact): Use it.
22610         * lib/xstrtol.c (__xstrtol): If there is no number but there
22611         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
22612         Accept 'K' as well as 'k'.
22613
22614 2001-12-15  Jim Meyering  <meyering@lucent.com>
22615
22616         * lib/regex.h (__restrict_arr): Update from libc.
22617
22618         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
22619         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
22620         (STREQ): Define.
22621
22622 2001-12-14  Jim Meyering  <meyering@lucent.com>
22623
22624         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
22625         Suggestion from Bruno Haible.
22626
22627 2001-12-10  Jim Meyering  <meyering@lucent.com>
22628
22629         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
22630         xrealloc, Instead, include "xalloc.h".
22631         (initbuffer): Don't cast xmalloc return value to char*.
22632         (readline): Reword comment.
22633         Don't cast xrealloc return value to char*
22634         Return NULL, not 0.
22635
22636 2001-12-09  Jim Meyering  <meyering@lucent.com>
22637
22638         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
22639         about `signed and unsigned type in conditional expression'.
22640         * lib/posixtm.c (posix_time_parse): Likewise.
22641
22642         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
22643
22644         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
22645         to avoid a pedantic warning.
22646
22647         * lib/getstr.c: Don't include assert.h.
22648         (getstr): Remove warning-evoking assertions.
22649         Return -1 if offset parameter is out of bounds.
22650         Change the type of a local from int to size_t.
22651
22652         * lib/strftime.c (my_strftime_localtime_r): Include this function
22653         definition in the `#if ! HAVE_TM_GMTOFF' block.
22654
22655         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
22656         Include xalloc.h instead.
22657
22658 2001-12-02  Jim Meyering  <meyering@lucent.com>
22659
22660         * lib/tempname.c: Don't declare getenv, thus reverting the change of
22661         2001-11-18.  It's no longer necessary, now that stdlib.h is always
22662         included.
22663
22664         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
22665         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
22666
22667 2001-11-30  Akim Demaille  <akim@epita.fr>
22668
22669         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
22670         before being defined.
22671
22672 2001-11-27  Paul Eggert  <eggert@twinsun.com>
22673
22674         * lib/quotearg.h (quotearg_n, quotearg_n_style):
22675         First arg is int, not unsigned.
22676         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
22677         (SIZE_MAX, UINT_MAX): New macros.
22678         (quotearg_n_options): Abort if N is negative.
22679         Avoid overflow check on hosts where size_t is 64 bits and int
22680         is 32 bits, as overflow is impossible there.
22681         Fix off-by-one typo that caused unnecessary reallocation.
22682
22683 2001-11-27  Jim Meyering  <meyering@lucent.com>
22684
22685         * lib/tempname.c: Merge with version from libc.
22686         * lib/regex.c: Likewise.
22687
22688         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
22689         systems for which STDC_HEADERS is 0, it was not included, resulting in
22690         a warning about an integer-to-pointer conversion problem with getenv.
22691         Reported by Volker Borchert.
22692
22693 2001-11-26  Jim Meyering  <meyering@lucent.com>
22694
22695         * lib/gtod.h: Remove file.
22696         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
22697         * lib/gettimeofday.c: Don't include gtod.h.
22698         (GTOD_init): Remove function.
22699         (rpl_gettimeofday): Do its job here instead, rather than aborting.
22700         Suggestion from Volker Borchert.
22701
22702 2001-11-23  Jim Meyering  <meyering@lucent.com>
22703
22704         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
22705         it.
22706         * lib/hash.c (struct hash_table): Define it here instead.
22707
22708 2001-11-22  Jim Meyering  <meyering@lucent.com>
22709
22710         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
22711
22712 2001-11-20  Jim Meyering  <meyering@lucent.com>
22713
22714         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
22715         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
22716
22717 2001-11-19  Jim Meyering  <meyering@lucent.com>
22718
22719         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
22720         directory.  Use "conftestXXXXXX" as the template.
22721         Suggestion from Paul Eggert.
22722
22723         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
22724         immediately, so the test doesn't mistakenly hit the max-open-files
22725         limit.
22726
22727 2001-11-18  Paul Eggert  <eggert@twinsun.com>
22728
22729         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
22730         (TEMPORARIES): New macro.
22731         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
22732         removes an artificial limitation (e.g. HP-UX 10.20, where
22733         TMP_MAX is 17576).
22734
22735 2001-11-18  Jim Meyering  <meyering@lucent.com>
22736
22737         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
22738
22739 2001-11-18  Jim Meyering  <meyering@lucent.com>
22740
22741         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
22742         on SunOS 4.
22743
22744         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
22745         files will be created before anything else.
22746
22747 2001-11-17  Paul Eggert  <eggert@twinsun.com>
22748
22749         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
22750         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
22751
22752 2001-11-17  Jim Meyering  <meyering@lucent.com>
22753
22754         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
22755         Prompted by a report from Bob Proulx.
22756
22757         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
22758         Instead, require UTILS_FUNC_MKSTEMP.
22759
22760 2001-11-17  Jim Meyering  <meyering@lucent.com>
22761
22762         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
22763         Now, that's done as part of AC_FUNC_STRTOD.
22764
22765 2001-11-17  Jim Meyering  <meyering@lucent.com>
22766
22767         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
22768         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
22769         rather than group writable.  Patch by Juan F. Codagnone.
22770
22771         * lib/readtokens.c: Remove explicit declarations of xmalloc and
22772         xrealloc, Instead, include "xalloc.h".
22773
22774         * lib/mountlist.c: Include unlocked-io.h after all system headers.
22775         Remove explicit declarations of xmalloc, xrealloc,
22776         and xstrdup.  Instead, include "xalloc.h".
22777
22778         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
22779         unlocked-io.h.
22780         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
22781         Likewise.
22782         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
22783
22784         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
22785         Reported by Padraig Brady.
22786
22787         * lib/mkstemp.c: #undef mkstemp.
22788         Include config.h.
22789         (rpl_mkstemp): Rename from mkstemp.
22790         Protoize.
22791
22792 2001-11-16  Jim Meyering  <meyering@lucent.com>
22793
22794         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
22795         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
22796         determine the amount of total physical memory, use pstat_getstatic.
22797         HPUX-11 doesn't define _SC_PHYS_PAGES.
22798         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
22799         If sysconf couldn't be used to determine the amount of available
22800         physical memory, use both pstat_getstatic and pstat_getdynamic.
22801         Based on a patch from Bob Proulx.
22802
22803 2001-11-10  Jim Meyering  <meyering@lucent.com>
22804
22805         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
22806         (jm_PREREQ): Use it.
22807
22808 2001-11-09  Jim Meyering  <meyering@lucent.com>
22809
22810         * m4/jm-macros.m4: Require autoconf-2.52f.
22811         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
22812         Use these AC_-prefixed names, not the AM_-prefixed ones.
22813
22814         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
22815
22816 2001-11-05  Jim Meyering  <meyering@lucent.com>
22817
22818         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
22819
22820 2001-11-04  Jim Meyering  <meyering@lucent.com>
22821
22822         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
22823         $DEFS.
22824
22825 2001-11-03  Jim Meyering  <meyering@lucent.com>
22826
22827         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
22828         of AC_DEFUN.
22829
22830         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
22831         know the name of the variable in the macro definition.
22832
22833 2001-11-03  Jim Meyering  <meyering@lucent.com>
22834
22835         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
22836         in argmatch_to_argument call.
22837
22838         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
22839         argument.
22840
22841         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
22842         e.g., a fault due to an attempt to free a NULL pointer.
22843
22844 2001-11-01  Jim Meyering  <meyering@lucent.com>
22845
22846         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
22847         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
22848
22849 2001-11-01  Jim Meyering  <meyering@lucent.com>
22850
22851         * lib/dirfd.c, lib/dirfd.h: New files.
22852         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
22853
22854         * lib/hash.c (hash_print) [TESTING]: Clean up.
22855
22856 2001-10-22  Paul Eggert  <eggert@twinsun.com>
22857
22858         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
22859         to avoid a warning if -Wall.
22860
22861 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
22862
22863         * README: New file
22864         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
22865         (per RMS's instructions, this is now the canonical source)
22866         * lgpl/, gpl/: New directories.
22867
22868 2001-10-21  Paul Eggert  <eggert@twinsun.com>
22869
22870         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
22871
22872 2001-10-21  Jim Meyering  <meyering@lucent.com>
22873
22874         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
22875         this code would end up calling gettext even in packages built
22876         with --disable-nls.
22877         * lib/getopt.c (_): Likewise.
22878         * lib/regex.c (_): Likewise.
22879
22880 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22881
22882         * m4/error.m4 (jm_PREREQ_ERROR):
22883         Do not invoke AC_CHECK_FUNCS with strerror_r, as
22884         AC_FUNC_STRERROR_R does that.
22885         Check for strerror declaration.
22886
22887         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
22888         are supposed to have them these days.
22889         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
22890         Merge changes from latest Autoconf CVS.
22891         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
22892         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
22893         POSIX decided to standardize on the int flavor of strerror_r.
22894
22895 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22896
22897         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
22898         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
22899         Use strerror_r that is only a macro, even if it is not a function.
22900         (strerror): Check for HAVE_DECL_STRERROR before declaring.
22901         (private_strerror): Use prototypes, not old-style function definition.
22902         (print_errno_message): New function.
22903         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
22904         char*-flavored one.
22905         (error_tail, error, error_at_line): Use it.
22906
22907 2001-10-11  Jim Meyering  <meyering@lucent.com>
22908
22909         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
22910         and quote_n (1, ... to avoid clobbering a buffer.
22911
22912 2001-10-05  Jim Meyering  <meyering@lucent.com>
22913
22914         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
22915         hash-pjw.h.
22916         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
22917         * lib/hash-pjw.h: New file.
22918
22919 2001-09-30  Jim Meyering  <meyering@lucent.com>
22920
22921         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
22922         `struct fsstat' has the `f_fstypename' member.
22923         Use that to define FS_TYPE, which is now used to make
22924         the getfsstat link test tighter.
22925
22926 2001-09-30  Jim Meyering  <meyering@lucent.com>
22927
22928         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
22929         Include <sys/ucred.h>, for Apple Darwin.
22930         Include sys/mount.h and sys/fs_types.h only if available.
22931         (FS_TYPE): Define.
22932         (read_filesystem_list): Use FS_TYPE.
22933
22934 2001-09-29  Paul Eggert  <eggert@twinsun.com>
22935
22936         * lib/exclude.c (excluded_filename): 0 -> false, since it's
22937         a boolean context.
22938
22939 2001-09-29  Jim Meyering  <meyering@lucent.com>
22940
22941         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22942         [one-argument getmntent function]): Include stdio.h before mntent.h.
22943         SunOS 4.1.x needs it for the declaration of `FILE'.
22944         Patch by Volker Borchert.
22945
22946         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22947         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
22948         sys/fs_types.h, and make the link-test for getfsstat guard #include
22949         directives with appropriate #if HAVE_*_H tests so that we can
22950         detect getfsstat on Apple Darwin1.3.7 systems.
22951         Reported by Nelson Beebe.
22952         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
22953
22954 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22955
22956         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22957         #defines strtoimax.  Also treat the other strto* functions
22958         like strtoimax.
22959
22960         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
22961         Check for strtoul and strtoumax,
22962         as those declarations are made even in the signed case.
22963         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
22964         Likewise, for strtol and strtoimax.
22965
22966 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22967
22968         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22969         #defines strtoimax.  Also treat the other strto* functions
22970         like strtoimax.
22971
22972         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
22973         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
22974         (strtoimax, strtoumax): Do not declare if already defined as a macro.
22975
22976 2001-09-26  Jim Meyering  <meyering@lucent.com>
22977
22978         Most macros in unlocked-io.h had the wrong number of arguments.
22979         * lib/gen-uio: New script.
22980         (USE_UNLOCKED_IO): Define to 1 if not already defined.
22981         * lib/unlocked-io.hin: Remove file.
22982         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
22983         rather than trying to embed it here.
22984         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
22985         Reported by Padraig Brady.
22986
22987 2001-09-25  Volker Borchert  <bt@teknon.de>
22988
22989         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
22990         `result'.
22991
22992 2001-09-24  Jim Meyering  <meyering@lucent.com>
22993
22994         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
22995
22996 2001-09-23  Jim Meyering  <meyering@lucent.com>
22997
22998         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
22999         instead of the mere test for existence of mntent.h.  The latter
23000         would get a false-positive on AIX 3.4 systems.
23001         In the outer getmntent if-block, don't die if neither of the getmntent
23002         tests succeeds.  Instead, just fall through and continue with the
23003         remaining tests.
23004
23005 2001-09-23  Jim Meyering  <meyering@lucent.com>
23006
23007         * lib/mountlist.c: Remove useless parentheses in #if directives.
23008         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
23009         the deprecated MOUNTED symbol is no longer defined in mntent.h.
23010
23011 2001-09-22  Jim Meyering  <meyering@lucent.com>
23012
23013         * m4/gettext.m4: New file.  From gettext.
23014         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
23015         * m4/progtest.m4: Likewise
23016         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
23017         * m4/glibc21.m4: Likewise.
23018
23019         * m4/libintl.m4: Remove.  No longer used.
23020
23021 2001-09-22  Jim Meyering  <meyering@lucent.com>
23022
23023         * lib/localcharset.c: Update from latest gettext.
23024         * lib/config.charset: Likewise.
23025
23026 2001-09-20  Jim Meyering  <meyering@lucent.com>
23027
23028         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
23029         strtoimax.
23030         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
23031         strtoumax.
23032
23033 2001-09-20  Jim Meyering  <meyering@lucent.com>
23034
23035         * lib/xstrtol.c (strtoimax): Guard declaration with
23036         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
23037         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
23038         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
23039         (strtoumax): Likewise, for completeness (it wasn't necessary).
23040
23041 2001-09-17  Paul Eggert  <eggert@twinsun.com>
23042
23043         * lib/strtoimax.c (HAVE_LONG_LONG):
23044         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
23045         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
23046         to work around bug in IBM C compiler.
23047
23048 2001-09-17  Jim Meyering  <meyering@lucent.com>
23049
23050         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
23051         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
23052         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
23053         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
23054         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
23055         whenever the right hand side need not be expanded by the shell.
23056
23057 2001-09-16  Paul Eggert  <eggert@twinsun.com>
23058
23059         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
23060         library.  It's not correct, as some older glibcs are buggy.
23061         fnmatch wasn't fixed until glibc 2.2.
23062
23063         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
23064         special shell magic here.
23065
23066 2001-09-16  Jim Meyering  <meyering@lucent.com>
23067
23068         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
23069         * m4/jm-macros.m4: Require it.
23070
23071 2001-09-16  Jim Meyering  <meyering@lucent.com>
23072
23073         * lib/mkdir.c: New file.
23074
23075 2001-09-15  Jim Meyering  <meyering@lucent.com>
23076
23077         * m4/jm-macros.m4: Check for help2man.
23078
23079 2001-09-11  Jim Meyering  <meyering@lucent.com>
23080
23081         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
23082         The body, by Paul Eggert, was moved here from configure.in.
23083         * m4/jm-macros.m4: Require UTILS_HOST_OS.
23084
23085 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23086
23087         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
23088         (jm_PREREQ): Use it.
23089
23090 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23091
23092         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
23093         Use ssize_t, not int, to store result of readlink.
23094         Check for ssize_t overflow as well as size_t overflow,
23095         as POSIX says the result of readlink is implementation-defined
23096         when ssize_t overflows.
23097         Remove unnecessary cast to char*.
23098         Use free+malloc instead of realloc, as the storage doesn't need
23099         to be preserved and it's clearer and can be more efficient that way.
23100         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
23101         * lib/xreadlink.h (xreadlink): Update prototype.
23102
23103 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23104
23105         * lib/xgetcwd.c: Revert some of the previous change; intead,
23106         fix the HAVE_GETCWD_NULL code to behave more like the
23107         !HAVE_GETCWD_NULL code used to.
23108
23109         Include "xalloc.h".
23110         (xgetcwd): Do not return NULL when memory is exhausted; instead,
23111         invoke xalloc_die.
23112
23113 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23114
23115         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
23116         sys/param.h, as pathmax.h includes them.
23117
23118 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23119
23120         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
23121         (jm_PREREQ_XGETCWD): New macro.
23122
23123         * m4/getcwd.m4: New file.
23124
23125 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23126
23127         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
23128         like the HAVE_GETCWD_NULL code.
23129         Include pathmax.h if not HAVE_GETCWD.
23130         Do not include xalloc.h.
23131         (INITIAL_BUFFER_SIZE): New symbol.
23132         Do not use xmalloc / xrealloc, since the caller is responsible for
23133         handling errors.  Preserve errno around `free' during failure.
23134         Do not overrun buffer when using getwd.
23135
23136 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23137
23138         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
23139         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
23140         getcwd (NULL, 0).
23141
23142 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23143
23144         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
23145         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
23146         spotted by Jim Meyering.
23147
23148 2001-09-03  Jim Meyering  <meyering@lucent.com>
23149
23150         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
23151         failure.
23152
23153 2001-09-02  Jim Meyering  <meyering@lucent.com>
23154
23155         * lib/error.c: Update from GNU libc.
23156
23157 2001-09-01  Jim Meyering  <meyering@lucent.com>
23158
23159         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
23160         Used by df.
23161
23162 2001-09-01  Jim Meyering  <meyering@lucent.com>
23163
23164         * lib/xreadlink.c: New file.
23165         * lib/xreadlink.h: New file.
23166         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
23167         xreadlink.h.
23168
23169         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
23170         doesn't conflict with sparc Solaris 7's definition in
23171         /usr/include/sys/int_types.h.
23172
23173         * lib/exclude.c: Use `""', not `<>' to #include non-system header
23174         files.
23175         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
23176         and strncasecmp as r-values.  Unixware didn't have declarations.
23177
23178 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23179
23180         * lib/xstrtol.h: Add copyright notice.
23181         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
23182         LONGINT_INVALID_SUFFIX_CHAR.
23183
23184 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23185
23186         * lib/xstrtol.c (strtoimax): New decl.
23187
23188 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23189
23190         * lib/xgetcwd.c: Don't include pathmax.h.
23191         Include stdlib.h and unistd.h if available.
23192         Include xalloc.h.
23193         (xmalloc, xstrdup, free): Remove decls.
23194         (xgetcwd): Don't assume sizes fit in unsigned.
23195         Check for overflow when computing sizes.
23196         Simplify reallocation code.
23197
23198 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23199
23200         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
23201         a directory's st_size can have an arbitrary value, so the old
23202         usage could waste an arbitrary amount of memory.  All uses
23203         changed.
23204         * lib/savedir.h: Update prototype.
23205
23206 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23207
23208         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
23209
23210         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
23211         old strtoimax.c.
23212
23213         Also, make the following further changes to make this file's
23214         configuration more similar to that of strtol.c:
23215         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
23216         (strtoumax, uintmax_t, strtoull, strtol): Remove.
23217         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
23218         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
23219         changed to signed values.
23220
23221         And make the following changes as well:
23222         Fix copyright notice, as 1999 was missing.
23223         (verify): New macro.
23224         (strtoimax): Check sizes at compile-time, not run-time.
23225         Prefer strtol to strtoll if both work.
23226         (main): Remove; it was not that useful and was a pain to maintain.
23227
23228         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
23229
23230 2001-08-31  Jim Meyering  <meyering@lucent.com>
23231
23232         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
23233         Use an initial, malloc'd, buffer of length 128 rather than
23234         a statically allocated one of length 1024.
23235
23236 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23237
23238         Simplify code, partly by assuming autoconf 2.52 semantics.
23239
23240         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
23241
23242         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
23243         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
23244         All uses removed.
23245         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
23246         Move AC_REQUIRE to next-to-top level, to avoid confusion.
23247         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
23248         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
23249         jm_AC_HEADER_INTTYPES_H.
23250         * m4/jm-macros.m4 (jm_MACROS): Likewise.
23251
23252         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
23253
23254         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23255         Quote first arg of AC_DEFUN.
23256         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
23257         since they are needed to parse the include file even if we need
23258         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
23259         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
23260         but with opposite signedness.
23261
23262 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23263
23264         Merge 'exclude' changes from tar 1.13.22.
23265         This fixes one or two unlikely storage allocation overflow bugs,
23266         but doesn't change user-visible behavior otherwise.
23267
23268 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23269
23270         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
23271         (jm_PREREQ_EXCLUDE): New macro.
23272
23273 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23274
23275         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
23276         tm to be declared.
23277
23278 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23279
23280         * lib/hash.c: Remove '2001' from copyright notice.
23281
23282 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23283
23284         * lib/full-write.h: New file.
23285         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
23286         * lib/full-write.c: Correct credits, as cccp.c no longer
23287         exists and anyway it was so heavily changed from the old cccp
23288         code as to be unrecognizable.  Include full-write.h.
23289         (full_write) Return size_t, with short writes meaning failure.
23290         All callers changed.  This fixes a bug with large buffers
23291         on 64-bit hosts.
23292         * lib/utime.c: Include full-write.h.
23293
23294 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23295
23296         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
23297         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
23298         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
23299         Include if available.
23300         (<xalloc.h>): Include
23301         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
23302         (verify): New macro.  Use it to verify that EXCLUDE macros do not
23303         collide with FNM macros.
23304         (struct patopts): New struct.
23305         (struct exclude): Use it, as exclude patterns now come with options.
23306         (new_exclude): Support above changes.
23307         (new_exclude, add_exclude_file):
23308         Initial size must now be a power of two to simplify overflow checking.
23309         (free_exclude, fnmatch_no_wildcards): New function.
23310         (excluded_filename): No longer requires options arg, as the options
23311         are determined by add_exclude.  Now returns bool, not int.
23312         (excluded_filename, add_exclude):
23313         Add support for the fancy new exclusion options.
23314         (add_exclude, add_exclude_file): Now takes int options arg.
23315         Check for arithmetic overflow when computing sizes.
23316         (add_exclude_file): xrealloc might modify errno, so don't
23317         realloc until after errno might be used.
23318
23319         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
23320         New macros.
23321         (free_exclude): New decl.
23322         (add_exclude, add_exclude_file): Now takes int options arg.
23323         (excluded_filename): No longer requires options arg, as the options
23324         are determined by add_exclude.  Now returns bool, not int.
23325
23326 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23327
23328         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
23329
23330 2001-08-27  Jim Meyering  <meyering@lucent.com>
23331
23332         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
23333
23334         * lib/version-etc.c (N_): Remove definition.
23335         Revert most of last change.
23336         Instead, simply don't mark the `Copyright...' string for translation.
23337         Based on advice from Paul Eggert.
23338
23339         * lib/strtoxmax.c: Tweak comment.
23340
23341 2001-08-26  Jim Meyering  <meyering@lucent.com>
23342
23343         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
23344
23345         * m4/xstrtoimax.m4: New file.
23346         * m4/xstrtoumax.m4: Add comments explaining why we
23347         AC_REPLACE_FUNCS(strtol).
23348
23349 2001-08-26  Jim Meyering  <meyering@lucent.com>
23350
23351         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
23352         of copyright with `%s' so translators don't get an untranslated
23353         message in 2002.
23354         (COPYRIGHT_YEAR): Define.
23355         (version_etc): Use fprintf rather than fputs.
23356         Suggestion from Ulrich Drepper.
23357
23358         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
23359
23360         * lib/strtoll.c: New file, from GNU libc.
23361         * lib/xstrtoimax.c: New file.
23362
23363         * lib/xstrtol.h: Add xstrtoimax.
23364         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
23365         * lib/strtoimax.c: New file.  Likewise, but first define
23366         STRTOUXMAX_SIGNED.
23367
23368         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
23369         ...
23370         * lib/strtoxmax.c: ... then renamed to this.
23371
23372 2001-08-18  Paul Eggert  <eggert@twinsun.com>
23373
23374         * m4/inttypes.m4: Add AC_PREREQ(2.13).
23375         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
23376         (jm_AC_TYPE_INTMAX_T): New macro.
23377         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
23378
23379         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
23380
23381         * m4/longlong.m4: Renamed from ulonglong.m4.
23382         * m4/inttypes.m4: Renamed from inttypes_h.m4.
23383         * m4/uintmax_t.m4: Removed.
23384
23385 2001-08-13  Paul Eggert  <eggert@twinsun.com>
23386
23387         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
23388         Port to Solaris 8, where 'sed' requires a space after the 'r'
23389         command, and where sh dislikes "$/".  Clean up the spacing a bit.
23390         Redirect output to $tmp just once.
23391
23392 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
23393
23394         * lib/addext.c (<errno.h>): Include.
23395         (errno): Declare if not defined.
23396         (addext): Work correctly when pathconf returns -1 and leaves
23397         errno alone because there is no limit.  Also, work even if
23398         pathconf returns a value greater than SIZE_MAX.
23399
23400 2001-08-12  Jim Meyering  <meyering@lucent.com>
23401
23402         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
23403         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
23404         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
23405         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
23406         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
23407         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
23408         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
23409         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
23410         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
23411         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
23412         utime.m4, utimes.m4, xstrtoumax.m4:
23413         Quote the first argument in each use of AC_DEFUN.
23414
23415 2001-08-12  Jim Meyering  <meyering@lucent.com>
23416
23417         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
23418         Simply `return getcwd (NULL, 0);'.
23419         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
23420         Use 1300 as initial value for length, not PATH_MAX.
23421
23422         * lib/pathmax.h: Clean up cpp syntax.
23423
23424 2001-08-12  Jim Meyering  <meyering@lucent.com>
23425
23426         * lib/gettimeofday.c: New file.
23427         * lib/gtod.h: New file.
23428         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
23429
23430 2001-08-05  Jim Meyering  <meyering@lucent.com>
23431
23432         * m4/jm-macros.m4: Require autoconf-2.52.
23433
23434 2001-08-04  Jim Meyering  <meyering@lucent.com>
23435
23436         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
23437         stmt, to get in sync with glibc.
23438
23439 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23440
23441         The following changes are from gettext 0.10.39 as maintained by
23442         Bruno Haible.
23443
23444         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
23445         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
23446         with inverted sense.  All uses changed.
23447
23448         * lib/mbswidth.c: Don't include <limits.h>.
23449         Include <stdlib.h> and <string.h> unconditionally.
23450         (iswcntrl, mbsinit, ISCNTRL): New macros.
23451         (mbsnwidth): Use K&R style function declarations.
23452         Don't bother checking for MB_LEN_MAX == 1, since the compiler
23453         can optimize it when MB_CUR_MAX == 1.
23454         The width of control characters is zero, not 1.
23455
23456 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23457
23458         The following changes are from gettext 0.10.39 as maintained by
23459         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
23460
23461         * m4/codeset.m4: Upgrade to serial AM1.
23462         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
23463         all uses changed.  Quote first arg of AC_DEFUN.
23464         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
23465
23466         * m4/iconv.m4: Upgrade to serial AM2.
23467         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
23468         Add --with-libconv-prefix.
23469         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
23470         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
23471         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
23472         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
23473         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
23474
23475         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
23476         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
23477         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
23478         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
23479         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
23480         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
23481         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
23482         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
23483         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
23484
23485         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
23486         string.h any more.
23487
23488         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
23489         not the default value.
23490
23491         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
23492         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
23493         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
23494         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
23495         Also check for iswcntrl, used for wcwidth fallback.
23496         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
23497         to Autoconf 2.13.
23498
23499 2001-08-03  Jim Meyering  <meyering@lucent.com>
23500
23501         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
23502         as it was in the original.  Reported by Paul Eggert.
23503
23504 2001-07-16  Jim Meyering  <meyering@lucent.com>
23505
23506         * m4/gettimeofday.m4: New file.
23507         Prompted by a report from Bernhard Baehr.
23508
23509 2001-07-15  Jim Meyering  <meyering@lucent.com>
23510
23511         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
23512         stuff. Now it's in ../Makefile.cfg.
23513
23514 2001-07-15  Jim Meyering  <meyering@lucent.com>
23515
23516         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
23517         (BUILT_SOURCES): Add unlocked-io.h.
23518         (io_functions): Define.
23519         (unlocked-io.h): New rule.
23520         (DISTCLEANFILES): Add unlocked-io.h.
23521         (all-local): Depend on unlocked-io.h, to ensure it is created.
23522
23523         * lib/unlocked-io.hin: New file
23524
23525         * lib/regex.c: Update from glibc.
23526
23527 2001-07-05  Jim Meyering  <meyering@lucent.com>
23528
23529         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
23530         recommendation.
23531         (libfetish_a_SOURCES): Put all .h files here instead.
23532         Remove a thus-exposed (better checks in automake) duplicate and
23533         two unnecessary .h files.
23534
23535 2001-07-04  Jim Meyering  <meyering@lucent.com>
23536
23537         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
23538         that generates jm-glibc-io.m4 so that it doesn't trigger any make
23539         distcheck failure.
23540
23541 2001-07-02  Jim Meyering  <meyering@lucent.com>
23542
23543         The following changes were prompted by suggestions from Bruno Haible.
23544
23545         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
23546         is now generated.
23547         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
23548         definition of EXTRA_DIST.
23549         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
23550         ensure that the generated file is created/updated whenever the list
23551         of $(unlocked_functions) is changed.
23552         (jm-glibc-io.m4): New rule.
23553         (unlocked-io.h): New rule -- currently unused.
23554
23555 2001-06-24  Jim Meyering  <meyering@lucent.com>
23556
23557         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
23558         unmatched right bracket, rather than kludging it with an extra,
23559         falsely-matching quote in a comment.  Patch by Akim Demaille.
23560
23561 2001-06-11  Jim Meyering  <meyering@lucent.com>
23562
23563         * lib/regex.c: Update from GNU libc.
23564
23565 2001-05-27  Jim Meyering  <meyering@lucent.com>
23566
23567         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
23568         Check for ut_type in struct utmp.
23569
23570 2001-05-27  Jim Meyering  <meyering@lucent.com>
23571
23572         * lib/readutmp.h (UT_TYPE): Define.
23573
23574 2001-05-24  Jim Meyering  <meyering@lucent.com>
23575
23576         * lib/argmatch.c: Include "quote.h".
23577         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
23578         quote function.  Reported by Göran Uddeborg.
23579
23580 2001-05-22  Jim Meyering  <meyering@lucent.com>
23581
23582         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
23583         now that we use the package-supplied version unconditionally.
23584         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
23585
23586 2001-05-21  Jim Meyering  <meyering@lucent.com>
23587
23588         * m4/regex.m4: Change a couple backticks to single quotes to avoid
23589         shell syntax errors.
23590
23591 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23592
23593         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
23594
23595 2001-05-20  Paul Eggert  <eggert@twinsun.com>
23596
23597         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
23598         Don't bother to check library strftime, since
23599         we'll be using our own my_strftime function anyway.
23600         Define my_strftime instead of strftime.
23601
23602 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
23603
23604         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
23605         which is not yet declared.
23606
23607 2001-05-15  Jim Meyering  <meyering@lucent.com>
23608
23609         * m4/regex.m4: Use proper quoting so brackets appear in the test
23610         program.
23611         Reported by, and with help from, Bruno Haible.
23612
23613 2001-05-13  Jim Meyering  <meyering@lucent.com>
23614
23615         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
23616         undefined.
23617
23618 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23619
23620         dirname code cleanup.  base_name now behaves more compatibly
23621         with POSIX basename when given file names that have trailing
23622         slashes, and similarly for dir_name.  Add new primitives
23623         base_len and dir_len.  Put the directory-name-related decls
23624         into dirname.h.
23625
23626         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
23627         * lib/backupfile.c (base_name): Likewise.
23628         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
23629         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
23630         * lib/makepath.c (strip_trailing_slashes): Likewise.
23631         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
23632         ISSLASH): Likewise.
23633         * lib/rename.c (strip_trailing_slashes): Likewise.
23634         * lib/same.c (base_name): Likewise.
23635         * lib/stripslash.c (ISSLASH): Likewise.
23636
23637         * lib/addext.c: Include <dirname.h> after size_t is defined.
23638         * lib/backupfile.c: Likewise.
23639
23640         * lib/addext.c (addext): Use base_len to trim redundant
23641         trailing slashes instead of doing it ourselves.
23642         But do not trim the last slash if it is not redundant.
23643
23644         * lib/backupfile.c (find_backup_file_name,
23645         max_backup_version): Use base_len instead of rolling it ourselves.
23646         Handle the case of "" and (on DOS) "C:" correctly.
23647
23648         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
23649         needed. Include <string.h>, <dirname.h>.
23650         (base_name): Allow file names ending in slashes, other than names
23651         that are all slashes.  In this case, return the basename followed
23652         by the slashes.  This is more general, and can be used in places
23653         where the original base_name purposely had an assertion failure.
23654         (base_len): New function.
23655
23656         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
23657         Do not include <assert.h>; no longer needed.
23658         Include xalloc.h.
23659         (memrchr): Remove decl.
23660         (dir_name_r): Remove.
23661         (dir_len): Renamed from dirlen.  All callers changed.
23662         Rewrite in terms of base_name, for simplicity and consistency.
23663         (dir_name): Never return NULL.  All callers changed.
23664         Do not include <stdlib.h> in test program; no longer needed.
23665         return 0; is fine for test program.
23666
23667         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
23668         New macros.
23669         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
23670
23671         * lib/path-concat.c (path_concat): Use base_len to compute
23672         base length, not strlen; this means we cannot rely on memcpy
23673         to null-terminate.
23674
23675         * lib/same.c (STREQ): Remove.
23676         (same_name): Handle the case where the basename ends in trailing '/'.
23677
23678         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
23679         a slash was stripped.  Do not strip the last slash after a
23680         file system prefix.
23681
23682 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23683
23684         * lib/Makefile.am (libfetish_a_SOURCES):
23685         Add strftime.c, since we now compile it on all hosts.
23686
23687         * lib/strftime.c (my_strftime):
23688         Define to nstrftime if emacs, but only if my_strftime is not defined.
23689         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
23690         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
23691         Add one more extra argument: a nanoseconds value.
23692         All uses changed.
23693         (ns): New macro.
23694         (my_strftime function): Add %N format.
23695         (emacs_strftimeu): Renamed from emacs_strftime,
23696         with extra ut argument.
23697
23698 2001-05-09  Paul Eggert  <eggert@twinsun.com>
23699
23700         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
23701
23702 2001-04-21  Jim Meyering  <meyering@lucent.com>
23703
23704         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
23705         doesn't interfere.
23706
23707 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23708
23709         * m4/ftruncate.m4: Check for chsize.
23710         Link with ftruncate.o unconditionally if ftruncate is missing.
23711         This was required when cross-compiling to i586-mingw32msvc.
23712
23713 2001-04-08  Jim Meyering  <meyering@lucent.com>
23714
23715         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
23716         recomputed; that's necessary when the offset spans a DST transition.
23717         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
23718
23719 2001-04-02  Jim Meyering  <meyering@lucent.com>
23720
23721         * lib/regex.h, regex.c: Update from GNU libc.
23722
23723 2001-03-24  Jim Meyering  <meyering@lucent.com>
23724
23725         * m4/jm-macros.m4: Require autoconf-2.49d.
23726
23727 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
23728
23729         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
23730
23731 2001-03-19  Paul Eggert  <eggert@twinsun.com>
23732
23733         * lib/version-etc.c (version_etc_copyright): Update to 2001.
23734
23735 2001-03-17  Jim Meyering  <meyering@lucent.com>
23736
23737         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
23738         now that the version in autoconf is equivalent.
23739         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
23740
23741         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
23742         Suggestion from Akim Demaille.
23743
23744         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
23745         (jm_PREREQ_TEMPNAME): New function.
23746
23747 2001-03-16  Paul Eggert  <eggert@twinsun.com>
23748
23749         * lib/tempname.c (uint64_t): Define to uintmax_t if
23750         not defined, and if UINT64_MAX is not defined.
23751         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
23752         Reported by John David Anglin.
23753
23754 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
23755
23756         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
23757         resolve alias if codeset is empty.
23758         * lib/config.charset (BeOS): Use wildcard syntax.
23759
23760 2001-03-13  Jim Meyering  <meyering@lucent.com>
23761
23762         * lib/path-concat.c (path_concat)
23763         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
23764         concatenating e.g., `C:' and `foo'.
23765         From Bruno Haible.
23766
23767 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23768
23769         * lib/localcharset.c (locale_charset): Don't use
23770         setlocale(LC_CTYPE,NULL). Don't return NULL.
23771         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
23772
23773 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23774
23775         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
23776         support for DOS/DJGPP.
23777
23778 2001-03-01  Paul Eggert  <eggert@twinsun.com>
23779
23780         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
23781         lacks mkstemp.  Compile our own tempname.c if we compile our own
23782         mkstemp.c, as mkstemp relies on tempname.
23783
23784 2001-03-01  Jim Meyering  <meyering@lucent.com>
23785
23786         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
23787         AH_VERBATIM really does output its argument verbatim.
23788
23789 2001-02-28  Paul Eggert  <eggert@twinsun.com>
23790
23791         * lib/Makefile.am (libfetish_a_SOURCES):
23792         Add dup-safer.c, fopen-safer.c.
23793         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
23794
23795         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
23796         * lib/unistd-safer.h: New files.
23797
23798 2001-02-25  Paul Eggert  <eggert@twinsun.com>
23799
23800         The mkstemp replacement is taken from glibc 2.2.2, with some
23801         portability fixes for use outside glibc, as follows:
23802
23803         * lib/tempname.c (struct_stat64): New macro.
23804         (direxists, __gen_tempname): Use it.
23805         This avoids a portability problem with Solaris 8.
23806
23807         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
23808         (<stddef.h>, <stdint.h>, <string.h>):
23809         Include only if STDC_HEADERS || _LIBC.
23810         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
23811         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
23812         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
23813         (__set_errno): Define this macro if <errno.h> doesn't.
23814         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
23815         Define these macros if <stdio.h> doesn't.
23816         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
23817         Define these macros if <sys/stat.h>
23818         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
23819         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
23820         __xstat64): Define if not _LIBC.
23821         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
23822         (__gen_tempname): Invoke gettimeofday only if
23823         HAVE_GETTIMEOFDAY || _LIBC;
23824         otherwise, fall back on plain "time".
23825         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
23826
23827         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
23828
23829         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
23830
23831 2001-02-18  Paul Eggert  <eggert@twinsun.com>
23832
23833         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
23834
23835 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23836
23837         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
23838         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
23839         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
23840         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23841
23842 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23843
23844         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
23845         Remove workaround macros for hosts that have mbrtowc but not
23846         mbstate_t, as we now insist on proper declarations for both
23847         before using mbrtowc.
23848
23849 2001-02-17  Jim Meyering  <meyering@lucent.com>
23850
23851         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
23852         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
23853         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
23854         UnixWare 7.1.1.
23855
23856         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
23857         rather than AC_CACHE_VAL.
23858
23859 2001-02-17  Jim Meyering  <meyering@lucent.com>
23860
23861         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
23862         around included file name.
23863
23864         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
23865
23866         * lib/strftime.c: Update from GNU libc (the only changes were to
23867         comments).
23868
23869 2001-02-17  Jim Meyering  <meyering@lucent.com>
23870
23871         * lib/regex.c: Update from libc.
23872
23873 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
23874
23875         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
23876         clash.
23877
23878 2001-02-16  Paul Eggert  <eggert@twinsun.com>
23879
23880         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
23881         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
23882         Reported by Mark Hounschell via Paul Eggert.
23883
23884 2001-02-07  Jim Meyering  <meyering@lucent.com>
23885
23886         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
23887
23888 2001-02-05  Jim Meyering  <meyering@lucent.com>
23889
23890         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
23891         it includes the patch required for `large file' support with at least
23892         HP-UX's 10.20 /bin/cc.
23893
23894 2001-02-03  Jim Meyering  <meyering@lucent.com>
23895
23896         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
23897         AS_IF, now that it works once again (mysteriously).
23898         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23899
23900 2001-01-30  Jim Meyering  <meyering@lucent.com>
23901
23902         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
23903         * m4/chown.m4: Rename conftestchown to conftest.chown.
23904         * m4/rename.m4: s/conftestdir/conftest.d1/ and
23905         s/conftestdir2/conftest.d2/.
23906         * m4/utimes.m4: s/conftestdata/conftest.data/
23907         Inspired by Pavel Roskin's change in autoconf.
23908
23909 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
23910
23911         * lib/config.charset: Update for FreeBSD 4.2.
23912
23913 2001-01-27  Jim Meyering  <meyering@lucent.com>
23914
23915         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
23916         a use of AS_IF.
23917         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23918
23919 2001-01-26  Jim Meyering  <meyering@lucent.com>
23920
23921         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
23922         quotearg.c includes it.
23923
23924 2001-01-26  Jim Meyering  <meyering@lucent.com>
23925
23926         * lib/quotearg.c: Include stddef.h.
23927         * lib/quote.c: Include stddef.h.
23928         Reported by Axel Kittenberger.
23929
23930         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
23931         line in double quotes so that it evokes a better diagnostic.
23932         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
23933         Reported by Axel Kittenberger.
23934
23935 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
23936
23937         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
23938         as if it was a `charset'.
23939
23940 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23941
23942         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
23943         has const.
23944
23945 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23946
23947         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
23948         to avoid a warning.  Add back 'const' to inptr.
23949
23950 2001-01-20  Jim Meyering  <meyering@lucent.com>
23951
23952         Be sure that headers are checked before used in code compiled
23953         for the type checks.
23954         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
23955         In place of that, invoke jm_CHECK_ALL_TYPES.
23956         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
23957         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
23958         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
23959         The check for ssize_t was mistakenly run before the test for unistd.h.
23960
23961         The configure-time check for stdbool.h was missing.
23962         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
23963         (jm_PREREQ_HASH): New function.
23964
23965 2001-01-17  Jim Meyering  <meyering@lucent.com>
23966
23967         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
23968         for autoconf-2.49c.
23969         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
23970
23971 2001-01-16  Jim Meyering  <meyering@lucent.com>
23972
23973         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
23974         From Bruno Haible.
23975
23976 2001-01-14  Jim Meyering  <meyering@lucent.com>
23977
23978         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
23979         foo and bar.  Create conftestdir/ in the script, not in the C code.
23980         Remove directories in the script, not in the C code.
23981         Remove conftestdir{,2} before trying to create the directory.
23982         Make the entire configure script fail if the mkdir fails.
23983
23984 2001-01-14  Jim Meyering  <meyering@lucent.com>
23985
23986         * lib/rename.c: New file.  From Volker Borchert.
23987         Include stdlib.h, string.h or strings.h, and xalloc.h.
23988         Use strip_trailing_slashes rather than open-coding it.
23989
23990 2001-01-03  Paul Eggert  <eggert@twinsun.com>
23991
23992         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
23993
23994 2001-01-03  Jim Meyering  <meyering@lucent.com>
23995
23996         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
23997         of local `inptr' to avoid warning with some system declarations of
23998         iconv.
23999
24000 2001-01-02  Volker Borchert  <bt@teknon.de>
24001
24002         * m4/rename.m4: New file.
24003         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
24004
24005 2001-01-01  Jim Meyering  <meyering@lucent.com>
24006
24007         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
24008         even on systems with utmpx.h.  It's necessary for the declaration of
24009         utmp's ut_user member.  Reported by Andreas Jaeger.
24010
24011         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
24012         available. They are required for the declarations of getgrgid and
24013         getpwuid resp.
24014         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
24015         Reported by Andreas Jaeger.
24016
24017 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
24018
24019         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
24020         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
24021         so `make install' also works in VPATH builds.
24022
24023 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
24024
24025         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
24026         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
24027         can be used in subdirectories.
24028
24029 2000-12-29  Paul Eggert  <eggert@twinsun.com>
24030
24031         * lib/modechange.c: Do not assume that mode_t uses the
24032         traditional octal encoding.  E.g. "chmod 1 FOO" should set
24033         the other-execute bit of FOO even if S_IXOTH != 1.
24034
24035         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
24036         WOTH, XOTH, ALLM): New macros.
24037         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
24038          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
24039         Use them.
24040         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
24041         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
24042         (mode_compile):
24043         No need to use uintmax_t; unsigned long is long enough.
24044         Don't bother to get suffix since we don't use it.
24045
24046 2000-12-26  Jim Meyering  <meyering@lucent.com>
24047
24048         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
24049         better with autoheader.
24050
24051 2000-12-24  Jim Meyering  <meyering@lucent.com>
24052
24053         * lib/hash.c (is_prime): Return explicit boolean values.
24054         (hash_get_first): Return NULL to appease Irix5.6's 89.
24055         Reported by Nelson Beebe.
24056
24057 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
24058
24059         * lib/localcharset.c (locale_charset): Add support for Win32.
24060
24061 2000-12-18  Paul Eggert  <eggert@twinsun.com>
24062
24063         * lib/physmem.h, lib/physmem.c: New files.
24064
24065         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
24066         (noinst_HEADERS): Add physmem.h.
24067
24068         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
24069         't' for compatibility with Solaris 8 sort.
24070
24071 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
24072
24073         * lib/config.charset: Add support for BeOS.
24074
24075 2000-12-17  Jim Meyering  <meyering@lucent.com>
24076
24077         * m4/dos.m4 (jm_AC_DOS): New file and macro.
24078         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
24079
24080 2000-12-16  Jim Meyering  <meyering@lucent.com>
24081
24082         This bug had a serious impact on chown: `chown N:M FILE' (for integer
24083         N and M) would have treated it like `chown N:N FILE'.
24084
24085         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
24086
24087 2000-12-16  Jim Meyering  <meyering@lucent.com>
24088
24089         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
24090         SHELLS_FILE to a file name that's useful on djgpp systems.
24091         Include stdlib.h.
24092         (ADDITIONAL_DEFAULT_SHELLS): Define.
24093         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
24094         Based mostly on a patch from Prashant TR.
24095
24096 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
24097
24098         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
24099         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
24100         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
24101
24102 2000-12-08  Andreas Schwab  <schwab@suse.de>
24103
24104         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
24105         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
24106
24107 2000-12-07  Jim Meyering  <meyering@lucent.com>
24108
24109         * lib/stripslash.c (ISSLASH): Define.
24110         (strip_trailing_slashes): Use ISSLASH rather than comparing against
24111         `/'.
24112         From Prashant TR.
24113
24114         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
24115         (dir_name_r): Declare this function as static.
24116         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
24117         manifest itself on a name containing a mix of slashes and
24118         backslashes.
24119         Make this function work with names starting with a DOS-style
24120         drive letter and colon prefix.
24121         (dir_name): Append `.' if necessary.
24122         Based mostly on patches from Prashant TR and Eli Zaretskii.
24123
24124         * lib/dirname.h (dir_name_r): Remove prototype.
24125
24126 2000-12-06  Paul Eggert  <eggert@twinsun.com>
24127
24128         * m4/off_t-format.m4: Remove this file.
24129         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
24130
24131 2000-12-06  Jim Meyering  <meyering@lucent.com>
24132
24133         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
24134         replacement strtoull, we may well need the replacement strtoul, too.
24135         Check for declarations of strtoul and strtoull.
24136         Check for strtol.  Mainly as a cue to cause automake to include
24137         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
24138         Check for limits.h -- strtol.c needs it.
24139
24140 2000-12-05  Jim Meyering  <meyering@lucent.com>
24141
24142         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
24143
24144 2000-12-04  Jim Meyering  <meyering@lucent.com>
24145
24146         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
24147         Also include memory.h, stdlib.h, unistd.h if appropriate.
24148         Reported by Andreas Jaeger (conflicting declaration of malloc).
24149
24150 2000-12-02  Jim Meyering  <meyering@lucent.com>
24151
24152         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
24153         * m4/jm-macros.m4 (jm_MACROS): require it.
24154
24155 2000-12-02  Jim Meyering  <meyering@lucent.com>
24156
24157         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
24158
24159 2000-12-01  Paul Eggert  <eggert@twinsun.com>
24160
24161         * lib/memrchr.c: Include <config.h> before any system include file.
24162
24163 2000-11-30  Jim Meyering  <meyering@lucent.com>
24164
24165         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
24166
24167 2000-11-30  Jim Meyering  <meyering@lucent.com>
24168
24169         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
24170
24171 2000-11-29  Paul Eggert  <eggert@twinsun.com>
24172
24173         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
24174
24175 2000-11-26  Jim Meyering  <meyering@lucent.com>
24176
24177         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
24178
24179 2000-11-22  Paul Eggert  <eggert@twinsun.com>
24180
24181         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
24182         size of (size_t) -1; it's not portable.
24183
24184 2000-11-17  Jim Meyering  <meyering@lucent.com>
24185
24186         * lib/strstr.c: Update from GNU libc.
24187
24188 2000-11-17  Akim Demaille  <akim@epita.fr>
24189
24190         * lib/obstack.h: Formatting changes.
24191         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
24192         prevent type checking.
24193         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
24194         cast the value to (void *): assigning a `foo *' to a `void *'
24195         variable is valid.
24196         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
24197
24198 2000-11-16  Jim Meyering  <meyering@lucent.com>
24199
24200         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
24201
24202 2000-11-11  Jim Meyering  <meyering@lucent.com>
24203
24204         * lib/error.c: Add a couple #includes, merging from GNU libc version.
24205
24206 2000-11-10  Jim Meyering  <meyering@lucent.com>
24207
24208         * lib/obstack.h: Update from GNU libc.
24209         * lib/obstack.c: Likewise.
24210
24211 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
24212
24213         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
24214
24215 2000-11-06  Paul Eggert  <eggert@twinsun.com>
24216
24217         * lib/getusershell.c (setusershell): Use rewind rather than
24218         fseek/fseeko, to avoid configuration hassles with fseeko.
24219         Don't bother opening SHELLS_FILE if shellstream is NULL;
24220         it's not necessary.
24221
24222 2000-11-05  Jim Meyering  <meyering@lucent.com>
24223
24224         * lib/makepath.h (make_dir): Declare.
24225         * lib/makepath.c (make_dir): Remove `static' attribute.
24226         Tweak a comment.
24227
24228 2000-11-04  Jim Meyering  <meyering@lucent.com>
24229
24230         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
24231
24232 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
24233
24234         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
24235         last one in a bucket, advance to the next bucket.
24236
24237 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
24238
24239         * lib/fnmatch.c: Do not comment out all the code if we are using
24240         the GNU C library, because in some cases we are replacing buggy
24241         code in the GNU C library itself.
24242
24243 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
24244
24245         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
24246         (regex_compile): Catch bogus \(\1\).
24247
24248 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24249
24250         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
24251         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
24252         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
24253
24254 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24255
24256         * lib/error.h, getline.h, modechange.h:
24257         Remove "2000" from Copyright line, as the file hasn't been
24258         changed this year other than in the copyright notice.
24259
24260         * lib/xalloc.h: Add "2000" to Copyright line, as this file
24261         was changed this year.
24262
24263 2000-10-29  Jim Meyering  <meyering@lucent.com>
24264
24265         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
24266         renaming.
24267         * m4/ls-mntd-fs.m4: Likewise
24268
24269 2000-10-29  Jim Meyering  <meyering@lucent.com>
24270
24271         * lib/xstat.in: Fix grammar in comment.
24272
24273 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
24274
24275         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
24276         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
24277         doesn't define __restrict_arr.
24278
24279 2000-10-28  Jim Meyering  <meyering@lucent.com>
24280
24281         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
24282         (jm_PREREQ_MEMCHR): New function.
24283
24284 2000-10-28  Jim Meyering  <meyering@lucent.com>
24285
24286         * lib/memchr.c: Update from libc.
24287         Adjust for portability:
24288         [HAVE_STDLIB_H]: Include stdlib.h.
24289         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
24290         Undef __memchr, too.
24291         [!weak_alias]: Define __memchr to memchr.
24292
24293         * lib/regex.c: Update from libc.
24294         * lib/regex.h: Likewise.
24295         * lib/getopt1.c: Likewise.
24296         * lib/memcmp.c: Likewise.
24297
24298         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
24299         Avoid using fseek, when possible -- it's broken by design.
24300         Patch by Ulrich Drepper.
24301
24302 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
24303
24304         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
24305         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
24306         Giving in to popular pressure to shut up the compiler with casts.
24307
24308 2000-10-26  Jim Meyering  <meyering@lucent.com>
24309
24310         * lib/strftime.c: Update from libc.
24311
24312 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
24313
24314         * regex.c: More `unsigned char' -> `re_char' changes.
24315         Also change several `int' into `re_wchar_t'.
24316         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
24317         (PUSH_FAILURE_POINTER): Don't cast any more.
24318         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
24319         We want GCC to complain, since this piece of code makes
24320         re_match non-reentrant, which *should* be fixed.
24321         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
24322         (EXTEND_BUFFER): Use RETALLOC.
24323         (SET_LIST_BIT): Don't cast.
24324         (re_wchar_t): New type.
24325         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
24326         that those two functions will always properly return.
24327         (IMMEDIATE_QUIT_CHECK): Cast to void.
24328         (analyse_first): Use recursion rather than an explicit stack.
24329         (re_compile_fastmap): Can't fail anymore.
24330         (re_search_2): Don't check re_compile_fastmap for failure.
24331         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
24332         Now also sets the new value (passed in a new argument).
24333         (re_match_2_internal): Use it.
24334         Also, use a new var `reg' of type size_t when looping through regs
24335         rather than reuse the inappropriate `mcnt'.
24336
24337 2000-10-25  Jim Meyering  <meyering@lucent.com>
24338
24339         * lib/obstack.c: Update from libc.
24340
24341 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
24342
24343         * regex.c (regex_compile): Change the way of handling a range from
24344         a char less than 256 to a char not less than 256.
24345
24346 2000-10-24  Andrew Innes  <andrewi@gnu.org>
24347
24348         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
24349         NT-Emacs only.
24350         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
24351         so that re_search functions only quit when callers expect them to.
24352
24353 2000-10-23  Jim Meyering  <meyering@lucent.com>
24354
24355         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
24356         wrong.  That set_locale call must not have any side effects.
24357         From Paul Eggert.
24358
24359 2000-10-22  Jim Meyering  <meyering@lucent.com>
24360
24361         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
24362         [CYCLIC]: Remove now-unused definition.
24363
24364         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
24365         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
24366         Suggestion from Ulrich Drepper.
24367
24368 2000-10-21  Jim Meyering  <meyering@lucent.com>
24369
24370         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
24371         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
24372         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
24373
24374 2000-10-21  Jim Meyering  <meyering@lucent.com>
24375
24376         * lib/dirname.c (memrchr): Declare if necessary.
24377         (dir_name): Remove the restriction that there be no
24378         trailing slashes.  Now, this code skips past them, effectively
24379         ignoring them.
24380         [TEST_DIRNAME] (main): New unit tests.
24381
24382         * lib/memrchr.c: New file from GNU libc.
24383         Undef __memrchr, too.
24384         [!weak_alias]: Define __memrchr to memrchr.
24385         Guard weak_alias use with `#ifdef weak_alias'.
24386
24387 2000-10-21  Jim Meyering  <meyering@lucent.com>
24388
24389         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
24390         (dir_name): Use dir_name_r.
24391         * lib/dirname.h (dir_name_r): Declare it.
24392
24393 2000-10-17  Jim Meyering  <meyering@lucent.com>
24394
24395         * lib/quote.h (PARAMS): Define and use.
24396         Reported by Akim Demaille.
24397
24398         * lib/getopt.c: Update from libc.
24399
24400 2000-10-16  Jim Meyering  <meyering@lucent.com>
24401
24402         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
24403         setlocale.
24404         From Jan Fedak.
24405
24406 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
24407
24408         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
24409
24410 2000-09-25  Jim Meyering  <meyering@lucent.com>
24411
24412         * lib/md5.h (rol): Define (from GnuPG).
24413
24414         * lib/sha.c: Give credit (GnuPG) where due.
24415         (M): Use rol rather than open-coding it.
24416         Add a FIXME comment.
24417
24418 2000-09-21  Jim Meyering  <meyering@lucent.com>
24419
24420         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
24421         Reported by Michael Stone.
24422
24423 2000-09-20  Jim Meyering  <meyering@lucent.com>
24424
24425         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
24426         (noinst_HEADERS): Add sha.h.
24427         Based on code from Scott G. Miller and from GnuPG.
24428
24429 2000-09-18  Jim Meyering  <meyering@lucent.com>
24430
24431         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
24432         LIBS. Otherwise, everyone ends up linking with -lelf for some
24433         configurations.
24434         Reported by Mike Stone.
24435
24436 2000-09-15  Jim Meyering  <meyering@lucent.com>
24437
24438         * lib/regex.c: Update from libc.
24439
24440 2000-09-10  Jim Meyering  <meyering@lucent.com>
24441
24442         * lib/getopt.c (_getopt_internal): Update from glibc.
24443
24444 2000-09-09  Jim Meyering  <meyering@lucent.com>
24445
24446         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
24447         think it should be used as a general replacement for isascii.
24448         * lib/fnmatch.c: Likewise.
24449         * lib/mbswidth.c: Likewise
24450         * lib/regex.c: Likewise.
24451
24452         Don't use atoi.
24453         * lib/userspec.c: Include sys/param.h and limits.h.
24454         Include xstrtol.h.
24455         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24456         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
24457         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
24458         UID, GID.  Check range.
24459
24460 2000-09-06  Jim Meyering  <meyering@lucent.com>
24461
24462         * lib/getopt.c (_getopt_internal): Update from glibc.
24463
24464 2000-08-30  Jim Meyering  <meyering@lucent.com>
24465
24466         * lib/strftime.c: Merge in changes from GNU libc.
24467
24468 2000-08-26  Jim Meyering  <meyering@lucent.com>
24469
24470         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
24471         * m4/fpending.m4: New file.
24472
24473 2000-08-26  Jim Meyering  <meyering@lucent.com>
24474
24475         * lib/closeout.c: Include "__fpending.h".
24476         (close_stdout_status): Return right away if there's nothing to flush.
24477
24478         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
24479         * lib/__fpending.c: New file.
24480         * lib/__fpending.h: New file.
24481
24482 2000-08-20  Jim Meyering  <meyering@lucent.com>
24483
24484         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
24485         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
24486         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
24487
24488 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
24489
24490         Improve fileutils installation on systems where running
24491         programs (like install) can't be unlinked.
24492         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
24493         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
24494
24495 2000-08-07  Paul Eggert  <eggert@twinsun.com>
24496
24497         Standardize on "memory exhausted" instead of "Memory exhausted"
24498         or "virtual memory exhausted".
24499         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
24500         "virtual memory exhausted".
24501         * lib/same.c (same_name): Invoke xalloc_die instead of printing
24502         our own message.
24503         * lib/userspec.c (parse_user_spec): Likewise.
24504         * lib/bumpalloc.h: comment fix
24505         * lib/same.c, userspec.c: Include xalloc.h.
24506
24507         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
24508         not char *const and pointing to a constant array.
24509         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
24510         (xrealloc): Comment fix.
24511
24512         * lib/userspec.c (parse_user_spec):
24513         Don't translate a message until just before returning,
24514         to avoid unnecessary translation.
24515
24516 2000-08-07  Jim Meyering  <meyering@lucent.com>
24517
24518         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
24519         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
24520         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
24521         getgroups.c, gethostname.c, getopt.h, group-member.c,
24522         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
24523         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
24524         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
24525         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
24526         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
24527         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
24528         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
24529         yesno.c: Back out Copyright date changes for each file with no change
24530         this year.  This eases coordination with other programs using the same
24531         source code modules.  From Paul Eggert.
24532
24533 2000-08-06  Paul Eggert  <eggert@twinsun.com>
24534
24535         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
24536         not char, for compatibility with glibc 2.1.3 strftime.c.
24537
24538 2000-08-03  Greg McGary  <greg@mcgary.org>
24539
24540         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
24541         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
24542         (EXTEND_BUFFER): Use them.
24543
24544 2000-08-01  Jim Meyering  <meyering@lucent.com>
24545
24546         * lib/dirname.c (ISSLASH): Define.
24547         (BACKSLASH_IS_PATH_SEPARATOR): Define.
24548         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
24549         both `\' and `/' may be use as path separators.
24550         Based on a patch from Prashant TR.
24551
24552 2000-07-31  Paul Eggert  <eggert@twinsun.com>
24553
24554         * lib/quotearg.c (quotearg_n_options): Don't make the initial
24555         slot vector a constant, since it might get modified.
24556
24557 2000-07-31  Jim Meyering  <meyering@lucent.com>
24558
24559         * lib/xmalloc.c: Use `virtual memory exhausted', not
24560         `Memory exhausted'.
24561         * lib/obstack.c (print_and_abort): Likewise.
24562
24563 2000-07-30  Paul Eggert  <eggert@twinsun.com>
24564
24565         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
24566         buffer, so that the caller can always quote one small
24567         component of a "memory exhausted" message in slot 0.
24568         From a suggestion by Jim Meyering.
24569
24570 2000-07-30  Jim Meyering  <meyering@lucent.com>
24571
24572         * lib/makepath.c (make_path): Quote the other instance, too.
24573
24574         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
24575         (STATIC_BUF_SIZE): Define.
24576         (quotearg_n_options): Use only statically allocated storage when
24577         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
24578         than STATIC_BUF_SIZE.
24579
24580 2000-07-29  Jim Meyering  <meyering@lucent.com>
24581
24582         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
24583         * lib/dirname.c (dir_name): Likewise.
24584
24585         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
24586         `/'.
24587
24588         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
24589         (dir_name): Assert that there are no trailing slashes.
24590
24591 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
24592
24593         * lib/mbswidth.h (mbswidth): Add a flags argument.
24594         (mbswidth): New declaration.
24595         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
24596         * lib/mbswidth.c (mbswidth): Add a flags argument.
24597         (mbsnwidth): New function.
24598
24599 2000-07-24  Jim Meyering  <meyering@lucent.com>
24600
24601         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
24602
24603 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24604
24605         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
24606
24607 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24608
24609         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
24610         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
24611         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
24612         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
24613         invoke multibyte primitives.
24614
24615 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24616
24617         * lib/quotearg.c:
24618         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
24619         so that mbstate_t is always defined.
24620
24621         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
24622         be 1 in at least one GCC installation, and this configuration
24623         error is likely to be common.  Ignoring MB_LEN_MAX hurts
24624         performance on hosts that have mbrtowc but have only unibyte
24625         locales, but I assume these hosts are rare.
24626
24627 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24628
24629         * lib/mbswidth.c (_XOPEN_SOURCE):
24630         Don't define; this causes problems on Solaris 7.
24631         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
24632
24633 2000-07-23  Jim Meyering  <meyering@lucent.com>
24634
24635         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
24636         too: getgrgid, getpwuid, getuid.
24637
24638 2000-07-23  Jim Meyering  <meyering@lucent.com>
24639
24640         * lib/basename.c (base_name): Add an assertion.
24641
24642 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
24643
24644         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
24645         shadow its mbsinit function.
24646
24647 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24648
24649         * lib/mbswidth.h: New file.
24650         * lib/mbswidth.c: New file.
24651         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
24652         (noinst_HEADERS): Add mbswidth.h.
24653
24654 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24655
24656         * lib/config.charset: Add support for FreeBSD. Improve support for
24657         HP-UX and IRIX 6.
24658
24659 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
24660
24661         * m4/mbswidth.m4: New file.
24662         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
24663
24664 2000-07-15  Jim Meyering  <meyering@lucent.com>
24665
24666         * lib/makepath.c: Include quote.h.
24667         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
24668         corresponding argument in a `quote (...)' call.
24669         Give better diagnostics.
24670
24671         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
24672         (noinst_HEADERS): Add quote.h.
24673
24674         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
24675         from tar's src/misc.c.
24676         * lib/quote.h: New file.  Prototypes for same.
24677
24678 2000-07-14  Paul Eggert  <eggert@twinsun.com>
24679
24680         From a suggestion by Bruno Haible.
24681         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
24682         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
24683         to decide whether to define the BeOS workaround macro;
24684         this adjusts to the change to AC_MBSTATE_T.
24685
24686 2000-07-14  Jim Meyering  <meyering@lucent.com>
24687
24688         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
24689         jm_AC_TYPE_UINTMAX_T.
24690
24691 2000-07-13  Paul Eggert  <eggert@twinsun.com>
24692
24693         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
24694
24695         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
24696         quotearg_buffer_restyled): Add support for
24697         clocale_quoting_style.  Undo previous change to
24698         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
24699         and "{RIGHT QUOTATION MARK}" msgids.
24700
24701 2000-07-10  Paul Eggert  <eggert@twinsun.com>
24702
24703         From a suggestion by Bruno Haible.
24704         * m4/mbstate_t.m4 (AC_MBSTATE_T):
24705         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
24706         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
24707         and mbstate_t, to a single-part test that simply defines mbstate_t.
24708         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
24709         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
24710
24711 2000-07-10  Jim Meyering  <meyering@lucent.com>
24712
24713         * m4/strerror_r.m4: Mirror the correction made in autoconf.
24714
24715         * m4/gnu-source.m4: Output to confdefs.h directly.
24716         Suggestion from Akim Demaille.
24717
24718 2000-07-09  Paul Eggert  <eggert@twinsun.com>
24719
24720         The old behavior of quoting `like this' doesn't look good with
24721         newer, ISO-style fonts.  See:
24722         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
24723
24724         Instead, quote "like this" by default.  Let the translator
24725         tailor the locale-specific quoting behavior by providing
24726         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
24727
24728         * lib/quotearg.c (N_): New macro.
24729         (gettext_default): New function.
24730         (quotearg_buffer_restyled): Use
24731         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
24732         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
24733
24734 2000-07-09  Jim Meyering  <meyering@lucent.com>
24735
24736         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
24737         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
24738
24739         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
24740         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
24741
24742 2000-07-09  Jim Meyering  <meyering@lucent.com>
24743
24744         * lib/Most files: Update copyright dates to include 2000.
24745
24746 2000-07-08  Jim Meyering  <meyering@lucent.com>
24747
24748         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
24749         if not defined.
24750         (xgethostname): Remove now-unnecessary #ifdef.
24751         Move declaration of `err' into loop where it's used.
24752
24753 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24754         and Bruno Haible  <haible@clisp.cons.org>
24755
24756         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
24757         only if the test for an object-type mbstate_t fails.  This
24758         prevents us from mistakenly reporting that mbstate_t is a
24759         system object type after we "#define mbstate_t int" to work
24760         around its lack.
24761
24762 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24763         and Bruno Haible  <haible@clisp.cons.org>
24764
24765         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
24766
24767 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24768
24769         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
24770         to strerror_r.
24771         Include <ctype.h> for use of isalpha.
24772
24773 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24774
24775         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
24776         by allocating a larger buffer. Test the gethostname return value for
24777         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
24778         returns an error and ENAMETOOLONG isn't defined.
24779
24780 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24781
24782         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
24783         dimension.
24784
24785 2000-07-04  Jim Meyering  <meyering@lucent.com>
24786
24787         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
24788         of the deprecated AC_CHECKING.
24789
24790 2000-07-04  Jim Meyering  <meyering@lucent.com>
24791
24792         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
24793         Reported by Bruno Haible.
24794
24795 2000-07-04  Jim Meyering  <meyering@lucent.com>
24796
24797         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
24798         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
24799         lacks mbrtowc.
24800
24801 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24802
24803         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
24804         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
24805
24806 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24807         and Bruno Haible  <haible@clisp.cons.org>
24808
24809         * lib/quotearg.c (mbrtowc):
24810         Assign to *pwc, and return 1 only if result is nonzero.
24811         (iswprint): Use ISPRINT when substituting our own mbrtowc.
24812
24813 2000-07-03  Jim Meyering  <meyering@lucent.com>
24814
24815         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
24816
24817 2000-07-03  Jim Meyering  <meyering@lucent.com>
24818
24819         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
24820         This is necessary to get a definition of e.g., UTMP_FILE on
24821         HP-UX 10.20.
24822         From Bob Proulx.
24823
24824 2000-07-02  Jim Meyering  <meyering@lucent.com>
24825
24826         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
24827
24828         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
24829         AC_LIBOBJ(function_name).
24830         * m4/chown.m4: Likewise.
24831         * m4/fnmatch.m4: Likewise.
24832         * m4/ftruncate.m4: Likewise.
24833         * m4/getgroups.m4: Likewise.
24834         * m4/getline.m4: Likewise.
24835         * m4/group-member.m4: Likewise.
24836         * m4/jm-macros.m4: Likewise.
24837         * m4/lstat.m4: Likewise.
24838         * m4/malloc.m4: Likewise.
24839         * m4/memcmp.m4: Likewise.
24840         * m4/nanosleep.m4: Likewise.
24841         * m4/putenv.m4: Likewise.
24842         * m4/realloc.m4: Likewise.
24843         * m4/regex.m4: Likewise.
24844         * m4/stat.m4: Likewise.
24845         * m4/strftime.m4: Likewise.
24846
24847 2000-07-02  Jim Meyering  <meyering@lucent.com>
24848
24849         * lib/quotearg.c (mbstate_t): Don't define here.
24850
24851 2000-07-02  Jim Meyering  <meyering@lucent.com>
24852
24853         * lib/nanosleep.c (SIGCONT): Define if not already defined.
24854
24855 2000-07-01  Jim Meyering  <meyering@lucent.com>
24856
24857         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
24858
24859 2000-07-01  Jim Meyering  <meyering@lucent.com>
24860
24861         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
24862         problem.
24863
24864 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24865
24866         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
24867         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
24868
24869 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24870
24871         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
24872         per change in ../m4/ls-mntd-fs.m4.
24873         (read_filesystem_list): Ignore symbolic links.
24874
24875 2000-06-29  Jim Meyering  <meyering@lucent.com>
24876
24877         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
24878         for declaration of strcmp.
24879
24880         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
24881
24882         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
24883         Avoid warning by casting result to `char *' to remove `const'.
24884
24885 2000-06-28  Jim Meyering  <meyering@lucent.com>
24886
24887         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
24888         included by quotearg.c, for which we perform this test.  From
24889         Bruno Haible.
24890
24891 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24892
24893         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
24894         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
24895         <utmpx.h> exists, put readutmp.o into LIBOBJS.
24896
24897 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24898
24899         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
24900
24901 2000-06-26  Paul Eggert  <eggert@twinsun.com>
24902
24903         savedir now sets errno on failure and invokes xmalloc to get memory.
24904         Fix a couple of other minor bugs while we're at it.
24905
24906         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
24907         (NAMLEN): Remove macro.
24908         (malloc, realloc): Remove decls.
24909         (stpcpy): Likewise.
24910         ("xalloc.h"): Include.
24911         (NAME_SIZE_DEFAULT): New macro.
24912         (savedir): Use xmalloc / xrealloc to allocate memory.
24913         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
24914         Skip "" directory entries.
24915         Use strlen to calculate directory entry length, since the old method
24916         is rarely used these days and isn't worth supporting.
24917         Don't use a pointer after freeing it.
24918         Check for integer overflow when calculating allocation size.
24919         Use memcpy to copy entries, instead of stpcpy.
24920         Set errno properly when returning NULL.
24921         Check for readdir error.
24922
24923 2000-06-26  Jim Meyering  <meyering@lucent.com>
24924
24925         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
24926
24927 2000-06-25  Jim Meyering  <meyering@lucent.com>
24928
24929         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
24930         Linux header bug when _XOPEN_SOURCE is defined to 500.
24931
24932 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24933
24934         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
24935         deficiency.
24936
24937 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24938
24939         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
24940         Include xalloc.h.
24941         Don't include <stdlib.h>.  Don't declare malloc, realloc.
24942
24943 2000-06-24  Jim Meyering  <meyering@lucent.com>
24944
24945         * m4/strerror_r.m4: Revive this file -- to try out an experimental
24946         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
24947         for which strerror does return char*, but which lacks a conveniently
24948         accessible declaration of the function.  If the compile-test says
24949         strerror_r doesn't work, then resort to a `run'-test that works on
24950         BeOS and segfaults on DEC Unix.
24951
24952 2000-06-24  Jim Meyering  <meyering@lucent.com>
24953
24954         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
24955
24956 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24957
24958         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
24959         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
24960
24961 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24962
24963         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
24964         (mbrtowc, mbstate_t): Define substitutes if
24965         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
24966         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
24967         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
24968
24969 2000-06-23  Jim Meyering  <meyering@lucent.com>
24970
24971         * m4/afs.m4: Add missing AC_MSG_RESULT.
24972         Reported by Bruno Haible.
24973
24974         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
24975         Suggestion from Bruno Haible.
24976
24977 2000-06-23  Jim Meyering  <meyering@lucent.com>
24978
24979         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
24980
24981 2000-06-21  Jim Meyering  <meyering@lucent.com>
24982
24983         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
24984
24985 2000-06-21  Jim Meyering  <meyering@lucent.com>
24986
24987         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
24988         (noinst_HEADERS): Add getstr.h.
24989
24990         * lib/getline.c (getstr): Move into a separate file.
24991         * lib/getstr.c (getstr): New file, extracted from getline.c, with
24992         the following changes: new parameter, delim2; both delim[12]
24993         parameters have type `int', not `char'.  The latter would lose
24994         with 8-bit delimiters.
24995         * lib/getstr.h: New file.
24996
24997 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24998
24999         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
25000         than 1024, return a memory chunk of least possible size, instead
25001         of size PATH_MAX + 2. In the loop, increment the size proportionally.
25002         Use free/xmalloc instead of xrealloc to avoid copying for very long
25003         paths.
25004
25005 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25006
25007         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
25008         the empty string.
25009
25010 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25011
25012         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
25013         address, not strdup.  Include <stdlib.h> and don't declare free().
25014
25015 2000-06-19  Jim Meyering  <meyering@lucent.com>
25016
25017         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
25018
25019 2000-06-18  Jim Meyering  <meyering@lucent.com>
25020
25021         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
25022
25023         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
25024         `checking whether...' message to be consistent with that of the
25025         lstat test.
25026
25027 2000-06-18  Jim Meyering  <meyering@lucent.com>
25028
25029         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
25030         Besides, these days every porting target provides a mkdir function.
25031
25032         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
25033         needed. (this snippet comes from src/system.h).
25034
25035 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
25036
25037         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
25038
25039 2000-06-15  Paul Eggert  <eggert@twinsun.com>
25040
25041         * lib/human.c (adjust_value): New function.
25042         (human_readable_inexact): Apply rounding style even when
25043         printing approximate values.
25044
25045 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25046
25047         * lib/human.c (human_readable_inexact): Allow an input block
25048         size that is not a multiple of the output block size, and vice versa.
25049         Reported by Piergiorgio Sartor.
25050
25051 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25052
25053         * lib/getdate.y (get_date): Apply relative times after time
25054         zone indicator, not before.  Reported by Todd A. Jacobs.
25055
25056 2000-06-13  Jim Meyering  <meyering@lucent.com>
25057
25058         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
25059
25060         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
25061
25062 2000-06-12  Paul Eggert  <eggert@twinsun.com>
25063
25064         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
25065
25066 2000-06-12  Jim Meyering  <meyering@lucent.com>
25067
25068         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
25069         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
25070         optional argument.
25071         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
25072         the optional argument, `lib'.
25073
25074 2000-06-08  Jim Meyering  <meyering@lucent.com>
25075
25076         * m4/largefile.m4: Remove file (now that it's part of autoconf).
25077
25078 2000-06-04  Paul Eggert  <eggert@twinsun.com>
25079
25080         Rewrite largefile configuration so that we don't need to run
25081         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
25082         AC_CANONICAL_HOST in configure.in -- jmm]
25083
25084         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
25085         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
25086         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
25087         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
25088         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
25089         All uses changed.
25090         Instead of inspecting the output of getconf, try to compile the
25091         test program without and with the macro definition.
25092         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
25093         for getconf.  Instead, check for the needed flags by compiling
25094         test programs.
25095
25096 2000-06-04  Paul Eggert  <eggert@twinsun.com>
25097
25098         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
25099
25100 2000-06-04  Jim Meyering  <meyering@lucent.com>
25101
25102         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
25103         SunOS 4.1.4 for which gid_t is an unsigned type.
25104
25105 2000-06-03  Jim Meyering  <meyering@lucent.com>
25106
25107         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
25108         now that autoconf requires that.
25109
25110         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
25111         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
25112         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
25113
25114 2000-06-03  Jim Meyering  <meyering@lucent.com>
25115
25116         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
25117
25118 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
25119
25120         * m4/glibc21.m4: New file.
25121         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
25122
25123 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
25124
25125         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
25126         newer, don't install charset.alias.
25127         * lib/config.charset: Change the Linux/glibc rules so they become empty
25128         on glibc-2.1 or newer.
25129
25130 2000-06-02  Jim Meyering  <meyering@lucent.com>
25131
25132         * lib/mountlist.c: Back out last change.  Instead, do this...
25133         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
25134         me_dummy member using the same `ignore'-testing code.
25135         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
25136         fs_type strings.
25137         From Mark D. Roth.
25138
25139 2000-05-29  Jim Meyering  <meyering@lucent.com>
25140
25141         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
25142         mounts with the `ignore' attribute.  Based on a patch from
25143         Mark D. Roth.
25144
25145 2000-05-28  Jim Meyering  <meyering@lucent.com>
25146
25147         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
25148         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25149         * m4/stat.m4: Likewise.
25150         * m4/lstat.m4: Likewise.
25151         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
25152
25153         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
25154         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
25155
25156 2000-05-26  Jim Meyering  <meyering@lucent.com>
25157
25158         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
25159
25160 2000-05-24  Jim Meyering  <meyering@lucent.com>
25161
25162         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
25163         autoconf requires that.
25164         * m4/lib-check.m4: Likewise.
25165         * m4/jm-macros.m4: Likewise.
25166         * m4/strftime.m4: Likewise.
25167
25168         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
25169         AC_CHECK_DECLS, now that autoconf requires that.
25170
25171 2000-05-22  Jim Meyering  <meyering@lucent.com>
25172
25173         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25174         * m4/lstat.m4: Likewise.
25175
25176 2000-05-22  Jim Meyering  <meyering@lucent.com>
25177
25178         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
25179
25180 2000-05-20  Jim Meyering  <meyering@lucent.com>
25181
25182         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
25183         (jm_PREREQ): Use it.
25184
25185 2000-05-18  Jim Meyering  <meyering@lucent.com>
25186
25187         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
25188         back, too, since it may have been modified by allocate_entry.
25189         (hash_delete): Rewrite to use neither the assignment operator
25190         nor the comma operator in an if-expression.
25191
25192 2000-05-15  Paul Eggert  <eggert@twinsun.com>
25193
25194         * lib/closeout.c:
25195         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
25196         Remove; no longer needed.
25197         "quotearg.h": Add include.
25198         (file_name): Do not bother to explicitly initialize to NULL; it's less
25199         efficient on some hosts.
25200         (close_stdout_status): Remove test as to whether stdout was already
25201         closed; it breaks for the case "echo x | sort >&-".
25202         Quote file name colons.
25203         Do not assume that _("write error") lacks format strings.
25204
25205 2000-05-15  Jim Meyering  <meyering@lucent.com>
25206
25207         * lib/version-etc.c (version_etc_copyright): Update the copyright
25208         string used in all --version output.
25209
25210 2000-05-14  Jim Meyering  <meyering@lucent.com>
25211
25212         * lib/closeout.c (close_stdout_set_file_name): New function.
25213         (close_stdout_status): Use new file-scoped global.
25214         Return right away if fstat says the stdout file descriptor is invalid.
25215         * lib/closeout.h (close_stdout_set_file_name): Declare.
25216
25217 2000-05-10  Jim Meyering  <meyering@lucent.com>
25218
25219         * lib/closeout.c [default_exit_status]: New file-scoped variable.
25220         (close_stdout_set_status): New function.
25221         * lib/closeout.h (close_stdout_set_status): Declare.
25222
25223 2000-05-09  Jim Meyering  <meyering@lucent.com>
25224
25225         * m4/gettext.m4: Rename this...
25226         * m4/libintl.m4: ...to this.
25227
25228 2000-05-08  Jim Meyering  <meyering@lucent.com>
25229
25230         * lib/long-options.c: Don't include closeout.h.
25231         (parse_long_options): Don't call close_stdout for --version.
25232
25233 2000-05-06  Paul Eggert  <eggert@twinsun.com>
25234
25235         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
25236         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
25237         2.1.3 bug.  This avoids a clash when files like regex.c define
25238         _GNU_SOURCE.
25239
25240 2000-05-06  Jim Meyering  <meyering@lucent.com>
25241
25242         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
25243         (AC_REPLACE_FUNCS): Add strnlen.
25244
25245         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
25246         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
25247
25248         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
25249         AC_SEARCH_LIBS call for nanosleep.
25250         (LIB_NANOSLEEP): Set and AC_SUBST.
25251
25252 2000-05-06  Jim Meyering  <meyering@lucent.com>
25253
25254         * lib/strnlen.c: Undefine __strnlen and strnlen.
25255         [!weak_alias]: Define __strnlen to strnlen.
25256
25257         * lib/atexit.c: New file, from libiberty.
25258
25259 2000-05-06  Jim Meyering  <meyering@lucent.com>
25260
25261         * lib/closeout.c (close_stdout_status): Also check for errors on the
25262         stderr stream.
25263
25264 2000-05-05  Jim Meyering  <meyering@lucent.com>
25265
25266         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
25267         AC_SEARCH_LIBS call for clock_gettime.
25268         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
25269
25270         * m4/search-libs.m4: Update from autoconf.
25271
25272         su doesn't work on Solaris 2.6.
25273         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
25274         <shadow.h>.  Reported by Dragos Harabor.
25275
25276 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
25277
25278         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
25279         memcpy instead of xmalloc, xrealloc, path_concat.
25280         (locale_charset): Treat empty environment variables as absent.
25281         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
25282
25283 2000-05-04  Jim Meyering  <meyering@lucent.com>
25284
25285         * lib/getopt.c: Update from glibc.
25286         * lib/obstack.c: Likewise.
25287         * lib/obstack.h: Likewise.
25288         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
25289         file
25290
25291         * lib/regex.h: Likewise.
25292         * lib/strndup.c: Likewise.
25293         * lib/strnlen.c: New file, from glibc.
25294
25295 2000-05-03  Jim Meyering  <meyering@lucent.com>
25296
25297         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
25298
25299 2000-05-02  Paul Eggert  <eggert@twinsun.com>
25300
25301         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
25302         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
25303         compile-time test, rather than inspecting host and OS, to
25304         decide whether to define _LARGEFILE_SOURCE.
25305
25306 2000-05-01  Jim Meyering  <meyering@lucent.com>
25307
25308         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
25309
25310         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
25311         Based on a patch from Bruno Haible.
25312
25313 2000-05-01  Jim Meyering  <meyering@lucent.com>
25314
25315         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
25316
25317 2000-04-29  Jim Meyering  <meyering@lucent.com>
25318
25319         * lib/path-concat.c: Declare strdup only if it's not defined.
25320         * lib/canon-host.c: Likewise.
25321
25322 2000-04-28  Jim Meyering  <meyering@lucent.com>
25323
25324         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
25325         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
25326         is included first, then limits.h is included by locale.h by libintl.h.
25327         From John David Anglin.
25328
25329 2000-04-25  Jim Meyering  <meyering@lucent.com>
25330
25331         * lib/makepath.c (S_IRWXUGO): Define.
25332         (make_path): Always perform explicit chmod if MODE specifies any
25333         of the `special' permission bits.  Prompted by a bug report against
25334         install from Mate Wierdl and Joost van Baal.
25335
25336 2000-04-18  Jim Meyering  <meyering@lucent.com>
25337
25338         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
25339         (jm_PREREQ): Use it.
25340
25341 2000-04-18  Jim Meyering  <meyering@lucent.com>
25342
25343         * lib/README: New file.
25344
25345         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
25346         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
25347
25348 2000-04-17  Jim Meyering  <meyering@lucent.com>
25349
25350         Get it right :-)
25351         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
25352         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
25353         Suggestion from Akim Demaille.
25354
25355 2000-04-17  Jim Meyering  <meyering@lucent.com>
25356
25357         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
25358         the definition of it to rpl_strftime also defined-away the system's
25359         declaration.
25360
25361 2000-04-15  Jim Meyering  <meyering@lucent.com>
25362
25363         Use `C' to denote so-called `contiguous' files, the same way
25364         that tar does.
25365         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
25366         (ftypelet): Use S_ISCTG.
25367         From Michael Deutschmann.
25368
25369 2000-04-14  Jim Meyering  <meyering@lucent.com>
25370
25371         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
25372         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
25373         clobbered.
25374
25375 2000-04-14  Jim Meyering  <meyering@lucent.com>
25376
25377         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
25378
25379 2000-04-13  Jim Meyering  <meyering@lucent.com>
25380
25381         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
25382         AH_VERBATIM to insert required #ifndef into config.h.in.
25383         Suggestion from Akim Demaille.
25384
25385 2000-04-12  Jim Meyering  <meyering@lucent.com>
25386
25387         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
25388         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
25389         Christian Krackowizer.
25390
25391         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
25392         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
25393         (AC_SYS_LARGEFILE): Require.
25394         (AM_C_PROTOTYPES): Require.
25395
25396 2000-04-08  Jim Meyering  <meyering@lucent.com>
25397
25398         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
25399         names don't conflict.  Reported by Eli Zaretskii.
25400
25401 2000-04-07  Jim Meyering  <meyering@lucent.com>
25402
25403         * lib/putenv.c: Move inclusion of errno.h so it follows that of
25404         sys/types.h, to work around system header problems on AIX 3.2.5.
25405         From Bruno Haible.
25406
25407 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
25408
25409         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
25410         bug.  Deal with the different error behavior of Irix iconv.
25411
25412 2000-04-05  Paul Eggert  <eggert@twinsun.com>
25413
25414         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
25415         IRIX if the installer said otherwise.
25416
25417 2000-04-05  Jim Meyering  <meyering@lucent.com>
25418
25419         Portability tweaks required for ultrix4.3.
25420         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
25421         (jm_CHECK_DECLS): Add getutent to the list of functions.
25422         (_jm_DECL_HEADERS): Add utmpx.h.
25423         From John David Anglin.
25424
25425         * m4/strftime.m4: Back out the 2000-04-02 change.
25426         Instead of that change, simply undefine putenv in the test program.
25427
25428 2000-04-05  Jim Meyering  <meyering@lucent.com>
25429
25430         Portability tweaks required for ultrix4.3.
25431         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
25432         getutent.
25433         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
25434         * lib/canon-host.c: Declare strdup.
25435         * lib/path-concat.c: Likewise.
25436         From John David Anglin.
25437
25438 2000-04-04  Jim Meyering  <meyering@lucent.com>
25439
25440         Be more DOS 8.3-friendly.
25441         * lib/ref-add.sin: Renamed from ref-add.sed.in.
25442         * lib/ref-del.sin: Renamed from ref-del.sed.in.
25443         * lib/Makefile.am: Reflect renaming.
25444         Reported by Eli Zaretskii.
25445
25446         Use a temporary file name that won't clash with `charset.alias'
25447         in the DOS 8.3 name space.
25448         * lib/Makefile.am (charset_tmp): Define.
25449         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
25450         (uninstall-local): Likewise.
25451         Reported by Eli Zaretskii.
25452
25453 2000-04-03  Jim Meyering  <meyering@lucent.com>
25454
25455         * m4/gettext.m4: Fix typo in comment.
25456
25457         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
25458         textutils/configure.in).  Suggestion from Paul Eggert.
25459         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
25460
25461 2000-04-02  Paul Eggert  <eggert@twinsun.com>
25462
25463         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
25464         variable in the shell rather than using putenv, which isn't
25465         portable.  This avoids the configure-time inter-test dependency
25466         on the potentially-renamed putenv function.
25467
25468 2000-03-30  Paul Eggert  <eggert@twinsun.com>
25469
25470         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
25471         before checking struct stat.st_blksize, so that
25472         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
25473
25474 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25475
25476         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
25477         since strftime.c uses HAVE_STRFTIME to decide whether to use
25478         the underlying strftime.
25479
25480 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25481
25482         * lib/time/strftime.c (my_strftime): Make sure we call the system
25483         strftime, not ourselves, when invoking the underlying strftime.
25484
25485 2000-03-24  Jim Meyering  <meyering@lucent.com>
25486
25487         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
25488         (charset_alias): Define.
25489         (install-exec-local): Factor out common code.
25490         (uninstall-local): Split lines longer than 80.
25491         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
25492         (SUFFIXES): Define.
25493         (.sed.in.sed): New rule.  Don't redirect directly to $@.
25494         (CLEANFILES): Add ref-add.sed and ref-del.sed.
25495
25496 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
25497
25498         * lib/config.charset: Output a line containing "Packages using this
25499         file".
25500         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
25501         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
25502         ref-del.sed): New rules.
25503
25504 2000-03-17  Jim Meyering  <meyering@lucent.com>
25505
25506         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
25507         Otherwise, include <strings.h>
25508
25509 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
25510
25511         * lib/unicodeio.c (utf8_wctomb): New function.
25512         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
25513         format instead of in UCS-4 with platform dependent endianness.
25514
25515 2000-03-10  Jim Meyering  <meyering@lucent.com>
25516
25517         * m4/lib-check.m4: Look for getspnam in -lgen, too.
25518         From Marco Franzen.
25519
25520 2000-03-07  Paul Eggert  <eggert@twinsun.com>
25521
25522         * lib/savedir.c (savedir): Work even if directory size is
25523         negative; this can happen with some screwy NFS configurations.
25524
25525 2000-03-06  Jim Meyering  <meyering@lucent.com>
25526
25527         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
25528         if it's NULL (because we ran out of memory).  From Bruno Haible.
25529
25530 2000-03-05  Jim Meyering  <meyering@lucent.com>
25531
25532         * lib/localcharset.c ("path-concat.h"): Include.
25533         (get_charset_aliases): Use path_concat instead of ANSI string
25534         concatenation.
25535
25536         * lib/unicodeio.h (PARAMS): Define.
25537         Use it to guard prototype.
25538
25539 2000-03-04  Jim Meyering  <meyering@lucent.com>
25540
25541         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
25542         for lib/localcharset.c.
25543
25544 2000-03-04  Jim Meyering  <meyering@lucent.com>
25545
25546         * lib/Makefile.am (install-exec-local): Create $(libdir) before
25547         installing into it.
25548         (uninstall-local): Uncomment this rule so `make distcheck' works
25549         once again.
25550
25551         * lib/unicodeio.c (<errno.h>): Include it.
25552         (errno): Declare if not defined.
25553
25554         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
25555
25556         * lib/config.charset: New version, incorporating remarks from a linux
25557         i18n mailing list.  From Bruno Haible.
25558
25559 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
25560
25561         * m4/codeset.m4: New file.
25562         * m4/iconv.m4: New file.
25563         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
25564
25565 2000-03-03  Jim Meyering  <meyering@lucent.com>
25566
25567         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
25568
25569 2000-03-02  Jim Meyering  <meyering@lucent.com>
25570
25571         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
25572         the messages come out on separate lines.
25573
25574         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
25575         rather than jm_CHECK_DECLARATIONS.
25576         * m4/decl.m4: Remove now-unused file.
25577
25578         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
25579         geteuid.
25580
25581 2000-03-02  Jim Meyering  <meyering@lucent.com>
25582
25583         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
25584
25585 2000-03-01  Jim Meyering  <meyering@lucent.com>
25586
25587         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
25588         * lib/unicodeio.c: Likewise.
25589
25590 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
25591
25592         * lib/config.charset: New file.
25593         * lib/localcharset.c: New file.
25594         * lib/unicodeio.h, lib/unicodeio.c: New files.
25595         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
25596         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
25597         (noinst_HEADERS): Add unicodeio.h.
25598         (all-local, install-exec-local, charset.alias): New targets.
25599
25600 2000-02-28  Paul Eggert  <eggert@twinsun.com>
25601
25602         * lib/quotearg.c (ALERT_CHAR): New macro.
25603         (quotearg_buffer_restyled): Use it.
25604
25605 2000-02-27  Jim Meyering  <meyering@lucent.com>
25606
25607         * m4/check-decl.m4: Add getenv to the list.
25608
25609 2000-02-27  Jim Meyering  <meyering@lucent.com>
25610
25611         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
25612         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
25613
25614         * lib/backupfile.c: Guard inclusion of stdlib.h with
25615         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
25616         Declare malloc if needed.
25617
25618         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
25619         `#ifndef HAVE_DECL..'
25620         now that autoconf always defines the HAVE_DECL_ symbols.
25621         * lib/human.c: Likewise.
25622         * lib/same.c: Likewise.
25623         * lib/strtoumax.c: Likewise.
25624
25625         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
25626         declaration check was not run.
25627         * lib/hash.c: Likewise.
25628         * lib/human.c: Likewise.
25629         * lib/same.c: Likewise.
25630         * lib/strtoumax.c: Likewise.
25631
25632         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
25633         `.', then first look up the entire `.'-containing string as a login
25634         name.
25635
25636 2000-02-23  Jim Meyering  <meyering@lucent.com>
25637
25638         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
25639         in place of my hack.
25640
25641 2000-02-18  Paul Eggert  <eggert@twinsun.com>
25642
25643         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
25644         (textint): New typedef.
25645         (parser_control): Member year changed from int to textint.
25646         All uses changed.
25647         (YYSTYPE): Removed; replaced by %union with int and textint members.
25648         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
25649         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
25650         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
25651         (tSNUMBER, tUNUMBER): Now of type <textintval>.
25652         (date, number, to_year): Use width of number in digits, not its value,
25653         to determine whether it's a 2-digit year, or a 2-digit time.
25654         (yylex): Store number of digits of numeric tokens.
25655         Reported by John Kendall.
25656
25657         (parser_control): Changed from struct parser_control to typedef (for
25658         consistency).  All uses changed.
25659
25660         (tID): Removed; not used.
25661         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
25662
25663 2000-02-14  Paul Eggert  <eggert@twinsun.com>
25664
25665         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
25666         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
25667
25668 2000-02-12  Jim Meyering  <meyering@lucent.com>
25669
25670         * lib/userspec.c (ISDIGIT): Define it.
25671         (isdigit): Remove definition.
25672         (is_number): Use ISDIGIT, not isdigit.
25673         <libintl.h>: Include.
25674         (_ and N_): Define.
25675         (parse_user_spec): Mark translatable strings.
25676
25677 2000-02-10  Jim Meyering  <meyering@lucent.com>
25678
25679         With these changes, nanosleep.[ch] are finally enough like the other
25680         lib/* replacement files to compile on a few more losing systems.
25681
25682         * lib/nanosleep.h: Don't include config.h.
25683         Remove prototype from declaration of nanosleep.
25684         (PARAMS): Remove now-unneeded definition.
25685         * lib/nanosleep.c: #undef nanosleep.
25686         (rpl_nanosleep): Rename from nanosleep.
25687
25688 2000-02-10  Jim Meyering  <meyering@lucent.com>
25689
25690         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
25691         gnu_nanosleep to rpl_nanosleep.
25692
25693 2000-02-09  Jim Meyering  <meyering@lucent.com>
25694
25695         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
25696         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
25697
25698 2000-02-08  Akim Demaille  <akim@epita.fr>
25699
25700         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
25701         `[' and `]' and remove uses of `changequote'.
25702         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
25703         (AC_SYS_LARGEFILE): Likewise.
25704         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
25705         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
25706         of changequote.
25707         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
25708         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
25709         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
25710         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
25711
25712 2000-02-05  Jim Meyering  <meyering@lucent.com>
25713
25714         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
25715         Remove explicit use of AC_HEADER_TIME.  It is required by
25716         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
25717         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
25718         in autoconf whereby the expansion of the latter ended up preceding
25719         the expansion of its prerequisite, AC_HEADER_TIME.
25720         Reported by Volker Borchert.
25721
25722 2000-02-03  Jim Meyering  <meyering@lucent.com>
25723
25724         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
25725
25726 2000-02-03  Jim Meyering  <meyering@lucent.com>
25727
25728         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
25729         rather than with `#if HAVE_UTMPNAME'.
25730
25731 2000-02-02  Jim Meyering  <meyering@lucent.com>
25732
25733         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
25734         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
25735         Reported by Eli Zaretskii.
25736
25737 2000-02-01  Jim Meyering  <meyering@lucent.com>
25738
25739         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
25740
25741 2000-01-31  Jim Meyering  <meyering@lucent.com>
25742
25743         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
25744         functions.  Add the time.h and sys/time.h headers along with the
25745         AC_REQUIRE'ment of AC_HEADER_TIME.
25746
25747 2000-01-31  Jim Meyering  <meyering@lucent.com>
25748
25749         * lib/nanosleep.h (nanosleep): Guard declaration with
25750         `#if ! HAVE_DECL_NANOSLEEP'.
25751         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
25752         the declaration in that vendor's sys/timers.h.
25753         Reported by Christian Krackowizer.
25754
25755         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
25756         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
25757         (ISPRINT): Likewise.
25758         Reported by Tom Tromey.
25759
25760 2000-01-30  Jim Meyering  <meyering@lucent.com>
25761
25762         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
25763
25764         * m4/prereq.m4 (utmp_includes): Define.
25765         Check for ut_user and ut_name members in both struct utmpx
25766         and struct utmp.
25767
25768 2000-01-30  Jim Meyering  <meyering@lucent.com>
25769
25770         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
25771         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
25772         header files where only utmpx.ut_user is declared.
25773
25774         * lib/readutmp.h (UT_USER): Define.
25775
25776 2000-01-29  Jim Meyering  <meyering@lucent.com>
25777
25778         * m4/lib-check.m4: New file containing library-related checks from
25779         fileutils and sh-utils (textutils had none).
25780
25781 2000-01-28  Jim Meyering  <meyering@lucent.com>
25782
25783         * m4/perl.m4: Change format of warning message to look more like that
25784         from the missing script.  Suggestion from François Pinard.
25785
25786 2000-01-25  Jim Meyering  <meyering@lucent.com>
25787
25788         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
25789         well as time.h in the compile check.
25790         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
25791         Fix typo in cross-compiling case: s/yes/no/.
25792
25793 2000-01-23  Jim Meyering  <meyering@lucent.com>
25794
25795         * m4/jm-macros.m4: Move df-related tests here from
25796         fileutils/configure.in
25797
25798         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
25799         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
25800
25801         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
25802         s/space/ac_fsusage_space/.
25803         (jm_FILE_SYSTEM_USAGE): Take two parameters.
25804
25805         * m4/ftruncate.m4: New file (derived from part of
25806         fileutils/configure.in).
25807         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
25808         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
25809
25810         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
25811         AC_SUBST these here, rather than just in sh-util/configure.in, so
25812         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
25813         all the same.
25814         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
25815         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
25816         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
25817         (AC_SUBST(POW_LIBM)): Likewise.
25818         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
25819
25820 2000-01-23  Jim Meyering  <meyering@lucent.com>
25821
25822         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
25823         obstack.c.
25824
25825 2000-01-22  Jim Meyering  <meyering@lucent.com>
25826
25827         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
25828
25829         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
25830
25831         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
25832         configure.in
25833         (AC_CHECK_HEADERS): Likewise for sh-utils.
25834         (AC_CHECK_HEADERS): Likewise for textutils.
25835         Merge the three lists of headers.
25836
25837         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
25838         from fileutils' configure.in.
25839
25840         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
25841         code. Moved tests into their own function (_jm_DECL_HEADERS) in
25842         check-decl.m4.
25843
25844         * m4/check-decl.m4: Use #if rather than #ifdef.
25845         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
25846         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
25847         (_jm_DECL_HEADERS): Define new function.
25848         (jm_CHECK_DECLARATIONS): Require it.
25849
25850 2000-01-22  Jim Meyering  <meyering@lucent.com>
25851
25852         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
25853         [! HAVE_DECL_STRTOULL]: Declare strtoull.
25854         Required for some AIX systems.  Reported by Christian Krackowizer.
25855         [TESTING] (main): New function.
25856
25857         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
25858         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
25859         letters.
25860
25861         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
25862         iswprint.
25863
25864         * lib/strverscmp.c (ISDIGIT): Define.
25865         (strverscmp): Use ISDIGIT, not isdigit.
25866
25867 2000-01-19  Jim Meyering  <meyering@lucent.com>
25868
25869         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
25870         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
25871         defines `struct timespec' in <sys/time.h>
25872
25873         * m4/c-bs-a.m4: Remove uses of changequote altogether.
25874         Thanks to Akim for explaining.
25875
25876 2000-01-17  Paul Eggert  <eggert@twinsun.com>
25877
25878         * lib/nanosleep.c (nanosleep):
25879         Don't use SA_INTERRUPT to decide whether to call sigaction, as
25880         POSIX.1 doesn't require SA_INTERRUPT and some systems
25881         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
25882         it's been part of POSIX.1 since day 1 (in 1988).
25883
25884 2000-01-17  Jim Meyering  <meyering@lucent.com>
25885
25886         * lib/interlock: Remove unused file.  Reported by François Pinard.
25887
25888 2000-01-16  Paul Eggert  <eggert@twinsun.com>
25889
25890         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
25891         alert, backslash, formfeed, and vertical tab unnecessarily in
25892         shell quoting style.
25893
25894 2000-01-16  Jim Meyering  <meyering@lucent.com>
25895
25896         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
25897         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
25898         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
25899         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
25900
25901 2000-01-16  Jim Meyering  <meyering@lucent.com>
25902
25903         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
25904         because the latter didn't work.
25905
25906 2000-01-15  Jim Meyering  <meyering@lucent.com>
25907
25908         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
25909         (AC_REPLACE_FUNCS): Add memcpy and memset.
25910         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
25911         Add strpbrk.
25912         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
25913
25914 2000-01-12  Jim Meyering  <meyering@lucent.com>
25915
25916         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
25917         (jm_PREREQ): Use it.
25918         (jm_PREREQ_READUTMP): New macro.
25919         (jm_PREREQ): Use it.
25920
25921 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25922
25923         Quote multibyte characters correctly.
25924         * m4/c-bs-a.m4: New file.
25925         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
25926         (jm_PREREQ): Use it.
25927
25928 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25929
25930         * m4/uintmax_t.m4: Port to autoconf 2.13.
25931
25932 2000-01-08  Jim Meyering  <meyering@ascend.com>
25933
25934         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
25935         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
25936
25937 2000-01-04  Jim Meyering  <meyering@ascend.com>
25938
25939         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
25940         jm_STRUCT_DIRENT_D_TYPE.
25941         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
25942         jm_STRUCT_DIRENT_D_INO.
25943         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
25944         jm_STRUCT_UTIMBUF.
25945         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
25946         renamings.
25947         * m4/utime.m4: Likewise.
25948
25949         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
25950         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
25951
25952 2000-01-03  Paul Eggert  <eggert@twinsun.com>
25953
25954         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
25955         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
25956
25957 2000-01-02  Jim Meyering  <meyering@ascend.com>
25958
25959         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
25960         remember if this is necessary.
25961
25962 1999-12-26  Jim Meyering  <meyering@ascend.com>
25963
25964         * m4/jm-macros.m4: Use it here.
25965         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
25966
25967 1999-12-23  Jim Meyering  <meyering@ascend.com>
25968
25969         * m4/jm-macros.m4: Check for clock_gettime (moved from
25970         fileutils/configure.in)
25971         Check for gettimeofday.
25972
25973 1999-12-20  Jim Meyering  <meyering@ascend.com>
25974
25975         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
25976         autoconf-2.14a-1999-12-20.
25977
25978 1999-12-19  Jim Meyering  <meyering@ascend.com>
25979
25980         * m4/lstat-slash.m4: New file.
25981         * m4/jm-macros.m4: Use the new macro:
25982         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25983
25984 1999-12-07  Jim Meyering  <meyering@ascend.com>
25985
25986         * m4/perl.m4: Require that File::Compare be available, too.
25987         Too many systems seem to lack it.
25988
25989         * m4/strftime.m4: Add checks for most of the cpp macros tested in
25990         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
25991
25992 1999-11-18  Paul Eggert  <eggert@twinsun.com>
25993
25994         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
25995         problem with the QNX 4.25 shell, which doesn't propagate exit
25996         status of failed commands inside shell assignments.
25997
25998 1999-11-17  Jim Meyering  <meyering@ascend.com>
25999
26000         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
26001
26002 1999-11-07  Jim Meyering  <meyering@ascend.com>
26003
26004         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
26005
26006 1999-11-06  Jim Meyering  <meyering@ascend.com>
26007
26008         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
26009         * m4/jm-macros.m4 (jm_MACROS): Use it here.
26010
26011 1999-11-05  Jim Meyering  <meyering@ascend.com>
26012
26013         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
26014         configure.in of textutils, fileutils, and sh-utils into this one
26015         (shared between those packages) file.
26016         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
26017         AC_STRUCT_ST_BLKSIZE.
26018
26019 1999-11-03  Jim Meyering  <meyering@ascend.com>
26020
26021         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
26022         of AC_CHECK_TYPE checks includes unistd.h.
26023         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
26024         Suggestion from Akim Demaille.
26025
26026 1999-10-30  Jim Meyering  <meyering@ascend.com>
26027
26028         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
26029         m4-quoted string.
26030         * m4/ls-mntd-fs.m4: Likewise.
26031         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
26032         * m4/jm-winsz1.m4: Likewise.
26033
26034         * m4/const.m4: Remove file, since the fix made it into the experimental
26035         version of autoconf.
26036         * m4/mktime.m4: Likewise.
26037
26038         * m4/check-type.m4: Remove file, now that the latest version of
26039         AC_CHECK_TYPE takes a third arg to specify additional #includes.
26040
26041         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
26042         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
26043         AC_CHECK_TYPE.
26044
26045 1999-10-04  Jim Meyering  <meyering@ascend.com>
26046
26047         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
26048
26049 1999-09-22  Paul Eggert  <eggert@twinsun.com>
26050
26051         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
26052         2.95.1 bug with HP-UX 10.20.
26053
26054 1999-09-17  Jim Meyering  <meyering@ascend.com>
26055
26056         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
26057         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
26058         due to missing strdup (against sh-utils-2.0).
26059
26060 1999-08-29  Jim Meyering  <meyering@ascend.com>
26061
26062         * m4/jm-macros.m4: Require jm_BISON.
26063         * m4/bison.m4: New file.
26064
26065 1999-08-17  Paul Eggert  <eggert@twinsun.com>
26066
26067         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
26068         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
26069
26070 1999-08-05  Jim Meyering  <meyering@ascend.com>
26071
26072         * m4/getline.m4: Rename test file from conftestdata to conftest.data
26073         to avoid conflicts with `conftest' on 8+3 filesystems.
26074         Suggestion from Eli Zaretskii.
26075
26076 1999-08-04  Jim Meyering  <meyering@ascend.com>
26077
26078         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
26079         fileutils and sh-utils (textutils's getline test was inadequate).
26080         (AM_FUNC_GETLINE): Run this test.
26081         (AC_CHECK_FUNCS): Check for getdelim.
26082         Reported by Bob Proulx.
26083
26084 1999-08-02  Jim Meyering  <meyering@ascend.com>
26085
26086         * m4/jm-macros.m4: Add a comment.
26087
26088 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26089
26090         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
26091         <inttypes.h> defines strtoumax as a macro (and not as a
26092         function).
26093
26094 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26095
26096         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
26097         that we can shift, multiply and divide unsigned long long
26098         values; Ultrix cc can't do it.
26099
26100 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26101
26102         * m4/mktime.m4: New file, which is a preview of what should appear
26103         in the next public autoconf release.
26104
26105 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26106
26107         * m4/lfs.m4: Remove this file.
26108         * m4/largefile.m4: New file.  It contains the old contents of
26109         lfs.m4, except that all names with prefix AC_LFS have been
26110         changed to use the prefix AC_SYS_LARGEFILE instead, to be
26111         compatible with future autoconf versions.  Also, some minor m4
26112         quoting problems have been fixed.
26113
26114 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26115
26116         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
26117         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
26118         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
26119         and simplify the shell code.
26120
26121 1999-08-01  Jim Meyering  <meyering@ascend.com>
26122
26123         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
26124         m4.
26125
26126 1999-07-20  Jim Meyering  <meyering@ascend.com>
26127
26128         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
26129
26130 1999-07-15  Jim Meyering  <meyering@ascend.com>
26131
26132         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
26133
26134 1999-05-22  Jim Meyering  <meyering@ascend.com>
26135
26136         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
26137
26138 1999-05-20  Jim Meyering  <meyering@ascend.com>
26139
26140         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
26141         Add a colon after each `then' in case $4 is empty.
26142
26143 1999-05-16  Jim Meyering  <meyering@ascend.com>
26144
26145         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
26146
26147 1999-05-10  Jim Meyering  <meyering@ascend.com>
26148
26149         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
26150
26151         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
26152         AC_FUNC_MKTIME.
26153
26154 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
26155
26156         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
26157
26158 1999-05-04  Paul Eggert  <eggert@twinsun.com>
26159
26160         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
26161         not CPPFLAGS, so that linking works correctly in IRIX.
26162
26163 1999-04-30  Paul Eggert  <eggert@twinsun.com>
26164
26165         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
26166
26167 1999-04-20  Paul Eggert  <eggert@twinsun.com>
26168
26169         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
26170         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
26171         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
26172         jm_AC_TYPE_UNSIGNED_LONG_LONG.
26173         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
26174
26175         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
26176
26177 1999-04-20  Jim Meyering  <meyering@ascend.com>
26178
26179         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
26180         AC_REPLACE xstroull if necessary.  From Paul Eggert.
26181         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
26182
26183 1999-04-18  Jim Meyering  <meyering@ascend.com>
26184
26185         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
26186         * m4/jm-macros.m4: Use it.
26187
26188 1999-04-06  Jim Meyering  <meyering@ascend.com>
26189
26190         * m4/strftime.m4: Remove test for %f.
26191
26192 1999-03-29  Jim Meyering  <meyering@ascend.com>
26193
26194         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
26195         superset of the AC_TYPE_* checks in the textutils, fileutils,
26196         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
26197         AC_TYPE_PID_T.
26198
26199 1999-03-28  Jim Meyering  <meyering@ascend.com>
26200
26201         * m4/jm-macros.m4: Define GNU_PACKAGE here.
26202         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
26203         replaced e.g., in the *.sh files of the sh-utils.
26204
26205 1999-03-20  Jim Meyering  <meyering@ascend.com>
26206
26207         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
26208         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
26209         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
26210
26211 1999-03-19  Jim Meyering  <meyering@ascend.com>
26212
26213         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
26214
26215 1999-03-12  Jim Meyering  <meyering@ascend.com>
26216
26217         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
26218
26219 1999-03-07  Jim Meyering  <meyering@ascend.com>
26220
26221         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
26222         declared.
26223
26224 1999-02-17  Jim Meyering  <meyering@ascend.com>
26225
26226         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
26227         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
26228
26229 1999-02-07  Jim Meyering  <meyering@ascend.com>
26230
26231         * m4/group-member.m4: New file -- extracted from sh-utils'
26232         configure.in.
26233
26234         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
26235         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
26236
26237 1999-02-06  Jim Meyering  <meyering@ascend.com>
26238
26239         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
26240         * m4/fnmatch.m4: Likewise.
26241         * m4/getgroups.m4: Likewise.
26242         * m4/lstat.m4: Likewise.
26243         * m4/malloc.m4: Likewise.
26244         * m4/putenv.m4: Likewise.
26245         * m4/realloc.m4: Likewise.
26246         * m4/regex.m4: Likewise.
26247         * m4/stat.m4: Likewise.
26248         * m4/strftime.m4: Likewise.
26249         Suggestion from Alain Magloire.
26250
26251         * m4/chown.m4: Use `.$ac_objext', not `.o'.
26252         * m4/fnmatch.m4: Likewise.
26253         * m4/getgroups.m4: Likewise.
26254         * m4/getline.m4: Likewise.
26255         * m4/lstat.m4: Likewise.
26256         * m4/malloc.m4: Likewise.
26257         * m4/memcmp.m4: Likewise.
26258         * m4/putenv.m4: Likewise.
26259         * m4/realloc.m4: Likewise.
26260         * m4/regex.m4: Likewise.
26261         * m4/stat.m4: Likewise.
26262         * m4/strftime.m4: Likewise.
26263         Suggestion from Alain Magloire.
26264
26265         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
26266         an argument.
26267
26268         * m4/regex.m4: Add a run-time Test for proper operation of
26269         re_compile_pattern.
26270
26271 1999-01-31  Jim Meyering  <meyering@ascend.com>
26272
26273         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
26274
26275 1999-01-30  Jim Meyering  <meyering@ascend.com>
26276
26277         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
26278
26279         * m4/jm-mktime.m4: Make this a wrapper around the official
26280         AM_FUNC_MKTIME rather than my private copy, now that the official one
26281         is up to date.
26282         * m4/mktime.m4: Remove file.
26283
26284         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
26285         * m4/uptime.m4: Likewise.
26286         * m4/uintmax_t.m4: Likewise.
26287
26288 1999-01-28  Jim Meyering  <meyering@ascend.com>
26289
26290         * m4/jm-macros.m4: Use jm_AFS.
26291         * m4/afs.m4: New file (from fileutils' configure.in).
26292
26293         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
26294         * m4/chown.m4: Likewise.
26295         * m4/d-ino.m4: Likewise.
26296         * m4/d-type.m4: Likewise.
26297         * m4/fnmatch.m4: Likewise.
26298         * m4/getgroups.m4: Likewise.
26299         * m4/gettext.m4: Likewise.
26300         * m4/jm-mktime.m4: Likewise.
26301         * m4/jm-winsz2.m4: Likewise.
26302         * m4/lcmessage.m4: Likewise.
26303         * m4/ls-mntd-fs.m4: Likewise.
26304         * m4/malloc.m4: Likewise.
26305         * m4/memcmp.m4: Likewise.
26306         * m4/putenv.m4: Likewise.
26307         * m4/realloc.m4: Likewise.
26308         * m4/st_mtim.m4: Likewise.
26309         * m4/strftime.m4: Likewise.
26310
26311 1999-01-16  Jim Meyering  <meyering@ascend.com>
26312
26313         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
26314         (ARGMATCH_DIE_DECL): Define.
26315
26316 1999-01-12  Jim Meyering  <meyering@ascend.com>
26317
26318         * m4/Makefile.am.in: Rewrite to avoid using fmt.
26319         Reported by Lars Hecking.
26320
26321 1999-01-10  Jim Meyering  <meyering@ascend.com>
26322
26323         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
26324         gross kludge.
26325         * m4/inttypes_h.m4: Likewise.
26326         * m4/lstat.m4: Likewise.
26327         * m4/malloc.m4: Likewise.
26328         * m4/readdir.m4: Likewise.
26329         * m4/realloc.m4: Likewise.
26330         * m4/st_dm_mode.m4: Likewise.
26331         * m4/stat.m4: Likewise.
26332         * m4/utimbuf.m4: Likewise.
26333         * m4/utimes.m4: Likewise.
26334
26335         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
26336         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
26337         comments in config.h.in are meaningful.
26338
26339         * m4/jm-macros.m4: Require autoconf-2.13 here.
26340
26341         * m4/regex.m4: By default, don't use the included regex.c on systems
26342         with glibc 2.  Suggestion from Uli Drepper.
26343
26344 1999-01-02  Jim Meyering  <meyering@ascend.com>
26345
26346         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
26347
26348 1998-12-18  Jim Meyering  <meyering@ascend.com>
26349
26350         * m4/Makefile.am.in (Makefile.am): Simplify rule.
26351         Based on a suggestion from Lars Hecking.
26352
26353 1998-11-16  Paul Eggert  <eggert@twinsun.com>
26354
26355         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
26356
26357 1998-11-16  Jim Meyering  <meyering@ascend.com>
26358
26359         * m4/lfs.m4: Double-quote the `uname...` expression.
26360
26361 1998-11-14  Jim Meyering  <meyering@ascend.com>
26362
26363         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
26364         * m4/stat.m4: Likewise.
26365
26366 1998-11-03  Jim Meyering  <meyering@ascend.com>
26367
26368         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
26369         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
26370
26371 1998-10-18  Jim Meyering  <meyering@ascend.com>
26372
26373         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
26374
26375 1998-10-17  Jim Meyering  <meyering@ascend.com>
26376
26377         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
26378         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
26379         calls for those previously hard-coded headers.  Instead, take a new
26380         parameter.
26381         (jm_CHECK_DECLARATIONS): Reflect interface change.
26382         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
26383         (jm_CHECK_DECL_LOCALTIME_R): New macro.
26384
26385         * m4/mktime.m4: Test for spring-forward gap before long-running test.
26386
26387 1998-10-14  Jim Meyering  <meyering@ascend.com>
26388
26389         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
26390         instead of "TZ=America/Vancouver".  From Paul Eggert.
26391
26392 1998-10-11  Jim Meyering  <meyering@ascend.com>
26393
26394         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
26395         This adds a test for a recently added compatibility fix for mktime.c.
26396         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
26397
26398 1998-09-27  Jim Meyering  <meyering@ascend.com>
26399
26400         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
26401
26402         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
26403         ../configure.in, including a change from Gordon Matzigkeit to allow
26404         cross-compiling for the Hurd.
26405
26406         * m4/glibc.m4: New file/macro to test for the GNU C Library
26407         versions 1 and 2.  From Gordon Matzigkeit.
26408         Indent.
26409
26410 1998-09-21  Jim Meyering  <meyering@ascend.com>
26411
26412         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
26413
26414 1998-08-18  Paul Eggert  <eggert@twinsun.com>
26415
26416         Port nanosecond-resolution times to UnixWare 2.1.2 and
26417         pedantic Solaris 2.6.
26418
26419         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
26420         AC_STRUCT_ST_MTIM.
26421         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
26422         Generate name of ns member, instead of just 1 or undef.
26423         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
26424
26425 1998-08-15  Jim Meyering  <meyering@ascend.com>
26426
26427         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
26428         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
26429         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
26430         instead of jm_TYPE_SSIZE_T.
26431
26432 1998-08-12  Jim Meyering  <meyering@ascend.com>
26433
26434         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
26435
26436 1998-08-02  Jim Meyering  <meyering@ascend.com>
26437
26438         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
26439         in acconfig.h manually.
26440
26441 1998-07-31  Paul Eggert  <eggert@twinsun.com>
26442
26443         * m4/st_mtim.m4: New file.
26444
26445 1998-07-28  Jim Meyering  <meyering@ascend.com>
26446
26447         * m4/utimes.m4: Undef stat.
26448
26449 1998-07-25  Jim Meyering  <meyering@ascend.com>
26450
26451         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
26452         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
26453
26454 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
26455
26456         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
26457         uid and gid actually remain unchanged.
26458
26459 1998-07-07  Jim Meyering  <meyering@ascend.com>
26460
26461         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
26462
26463 1998-07-04  Jim Meyering  <meyering@ascend.com>
26464
26465         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
26466         to prove that this macro can be used in packages without regex.c.
26467
26468 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
26469
26470         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
26471         is to be used.
26472
26473 1998-07-03  Jim Meyering  <meyering@ascend.com>
26474
26475         * m4/gettext.m4: Add -lintl if it's found to be necessary.
26476
26477         * m4/gettext.m4: New file -- from gettext-0.10.35.
26478         * m4/lcmessage.m4: Likewise.
26479         * m4/progtest.m4: Likewise.
26480
26481         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
26482         * m4/jm-macros.m4: Require the new macro.
26483
26484 1998-06-29  Jim Meyering  <meyering@ascend.com>
26485
26486         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
26487         for the definition of NGROUPS (used in a system header included
26488         by sys/mount.h).
26489
26490 1998-06-28  Jim Meyering  <meyering@ascend.com>
26491
26492         * m4/ls-mntd-fs.m4: New file.
26493         * m4/fstypename.m4: New file.
26494
26495         * m4/jm-macros.m4: Require the new macro.
26496         * m4/jm-glibc-io.m4: New file.
26497
26498 1998-05-19  Jim Meyering  <meyering@ascend.com>
26499
26500         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
26501         * m4/lchown.m4: New file.
26502
26503         * m4/Makefile.am.in: New file.
26504         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
26505
26506 1998-05-14  Jim Meyering  <meyering@ascend.com>
26507
26508         * m4/Makefile.am (EXTRA_DIST): Add them.
26509         * m4/jm-macros.m4: New file.
26510         * m4/utimbuf.m4: New file.
26511
26512 1998-05-12  Jim Meyering  <meyering@ascend.com>
26513
26514         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
26515
26516 1998-05-11  Jim Meyering  <meyering@ascend.com>
26517
26518         * m4/isc-posix.m4: New file.
26519
26520 1998-05-10  Jim Meyering  <meyering@ascend.com>
26521
26522         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
26523
26524 1998-05-09  Jim Meyering  <meyering@ascend.com>
26525
26526         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
26527         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
26528         with automake.
26529
26530         * m4/ssize_t.m4: New file.
26531         * m4/mktime.m4: Remove file -- the new automake has this now.
26532
26533 1998-04-26  Jim Meyering  <meyering@ascend.com>
26534
26535         * m4/assert.m4: New file.
26536         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
26537
26538 1998-04-05  Jim Meyering  <meyering@ascend.com>
26539
26540         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
26541         (jm_PREREQ): Use it here.
26542
26543 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
26544
26545         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
26546         in acconfig.h.
26547
26548 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
26549
26550         * m4/prereq.m4: New file.
26551         * m4/error.m4: New file.
26552         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
26553
26554 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
26555
26556         * m4/getline.m4: Don't set am_cv_func_working_getline before the
26557         cache-check for the same variable -- that defeated the purpose of
26558         the test; the test program was never run.  This was a problem only
26559         on systems with losing getline functions -- HP-UX 10.20 is one.
26560         Reported by Bjorn Helgaas.
26561
26562 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
26563
26564         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
26565
26566 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
26567
26568         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
26569
26570         * m4/const.m4: New file.  Use an initializer in this declaration
26571         typedef int charset[2]; const charset x;
26572         Reported by Bob Glickstein.
26573
26574 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
26575
26576         * m4/chown.m4: Fix reversed types on -1 args to chown.
26577         From Kaveh Ghazi.
26578
26579 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
26580
26581         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
26582         Add lseek and memchr.
26583
26584         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
26585         T.E.Dickey <dickey@clark.net> said that some older preprocessors
26586         have a 20-character limit on names.
26587
26588 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
26589
26590         * m4/inttypes_h.m4: New file.
26591         * m4/uintmax_t.m4: New file.
26592         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
26593
26594 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
26595   Free Software Foundation, Inc.
26596 Copying and distribution of this file, with or without modification,
26597 are permitted provided the copyright notice and this notice are preserved.