633a054441ec4894d40f1fa073efd7728d661950
[gnulib.git] / ChangeLog
1 2007-02-11  Bruno Haible  <bruno@clisp.org>
2
3         * lib/mbsrchr.c (mbsrchr): Fix bug.
4
5         * modules/mbsrchr-tests: New file.
6         * tests/test-mbsrchr.sh: New file.
7         * tests/test-mbsrchr.c: New file.
8
9 2007-02-11  Bruno Haible  <bruno@clisp.org>
10
11         * lib/mbschr.c (mbschr): Fix bug.
12
13         * modules/mbschr-tests: New file.
14         * tests/test-mbschr.sh: New file.
15         * tests/test-mbschr.c: New file.
16         * m4/locale-zh.m4: New file.
17
18 2007-02-11  Bruno Haible  <bruno@clisp.org>
19
20         Support for copying multibyte string iterators.
21         * lib/mbiter.h: Include <string.h>.
22         (mbiter_multi_copy): New function.
23         (mbi_copy): New macro.
24         * lib/mbuiter.h: Include <string.h>.
25         (mbuiter_multi_copy): New function.
26         (mbui_copy): New macro.
27
28 2007-02-11  Bruno Haible  <bruno@clisp.org>
29
30         New module mbslen.
31         * modules/mbslen: New file.
32         * lib/mbslen.c: New file.
33         * lib/string_.h (mbslen): New declaration.
34         * m4/mbslen.m4: New file.
35         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
36         GNULIB_MBSLEN.
37         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
38         * MODULES.html.sh (Internationalization functions): Add mbslen.
39
40 2007-02-11  Bruno Haible  <bruno@clisp.org>
41
42         Ensure O(n) worst-case complexity of strcasestr substitute.
43         * lib/strcasestr.c: Include stdbool.h.
44         (knuth_morris_pratt): New function.
45         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
46         bookkeeping indicates that it's worth it.
47         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
48
49         * modules/strcasestr-tests: New file.
50         * tests/test-strcasestr.c: New file.
51
52 2007-02-11  Bruno Haible  <bruno@clisp.org>
53
54         Ensure O(n) worst-case complexity of c_strcasestr.
55         * lib/c-strcasestr.c: Include stdbool.h, string.h.
56         (knuth_morris_pratt): New function.
57         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
58         the bookkeeping indicates that it's worth it.
59         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
60
61         * modules/c-strcasestr-tests: New file.
62         * tests/test-c-strcasestr.c: New file.
63
64 2007-02-11  Bruno Haible  <bruno@clisp.org>
65
66         Ensure O(n) worst-case complexity of c_strstr.
67         * lib/c-strstr.c: Include stdbool.h, string.h.
68         (knuth_morris_pratt): New function.
69         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
70         bookkeeping indicates that it's worth it.
71         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
72
73         * lib/c-strstr.c: Complete rewrite for maintainability.
74
75         * modules/c-strstr-tests: New file.
76         * tests/test-c-strstr.c: New file.
77
78 2007-02-11  Bruno Haible  <bruno@clisp.org>
79
80         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
81         5.2.1 and earlier, whereby \055 was treated just like the range
82         delimiter '-'.  Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
83
84 2007-02-08  Bruno Haible  <bruno@clisp.org>
85
86         * modules/regex (Depends-on): Add stdbool.
87         Reported by Dalibor Topic <robilad@kaffe.org>.
88
89 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
90
91         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
92         Prefer returning from main to exiting from it.
93         Remove unnecessary parens after sizeof.
94
95 2007-02-05  Bruno Haible  <bruno@clisp.org>
96
97         New module mbssep.
98         * modules/mbssep: New file.
99         * lib/mbssep.c: New file.
100         * lib/string_.h (strsep): Add a conditional link warning.
101         (mbssep): New declaration.
102         * m4/mbssep.m4: New file.
103         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
104         GNULIB_MBSSEP.
105         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
106         * MODULES.html.sh (Internationalization functions): Add mbssep.
107
108 2007-02-05  Bruno Haible  <bruno@clisp.org>
109
110         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
111         Optimize search in case of 1 delimiter.
112
113 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
114
115         * lib/acl.h: Include sys/types.h before sys/acl.h.
116
117 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
118
119         Merge upstream fix for glibc bugzilla #3957:
120
121         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
122
123         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
124         bit for RE_HAT_LISTS_NOT_NEWLINE.
125         (build_charclass_op): Remove bogus comment.
126
127 2007-02-05  Simon Josefsson  <simon@josefsson.org>
128
129         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
130
131 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
132
133         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
134         * lib/memmem.c [!defined _LIBC]: Include config.h.
135
136 2007-02-04  Bruno Haible  <bruno@clisp.org>
137
138         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
139         warning message.
140
141 2007-02-04  Bruno Haible  <bruno@clisp.org>
142
143         New module mbstok_r.
144         * modules/mbstok_r: New file.
145         * lib/mbstok_r.c: New file.
146         * lib/string_.h (strtok_r): Change argument names to match the
147         comments. Add a conditional link warning.
148         (mbstok_r): New declaration.
149         * m4/mbstok_r.m4: New file.
150         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
151         GNULIB_MBSTOK_R.
152         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
153         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
154
155 2007-02-04  Bruno Haible  <bruno@clisp.org>
156
157         New module mbsspn.
158         * modules/mbsspn: New file.
159         * lib/mbsspn.c: New file.
160         * lib/string_.h (strspn): Add a conditional link warning.
161         (mbsspn): New declaration.
162         * m4/mbsspn.m4: New file.
163         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
164         GNULIB_MBSSPN.
165         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
166         * MODULES.html.sh (Internationalization functions): Add mbsspn.
167
168 2007-02-04  Bruno Haible  <bruno@clisp.org>
169
170         New module mbspbrk.
171         * modules/mbspbrk: New file.
172         * lib/mbspbrk.c: New file.
173         * lib/string_.h (strpbrk): Add a conditional link warning.
174         (mbspbrk): New declaration.
175         * m4/mbspbrk.m4: New file.
176         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
177         GNULIB_MBSPBRK.
178         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
179         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
180
181 2007-02-04  Bruno Haible  <bruno@clisp.org>
182
183         New module mbscspn.
184         * modules/mbscspn: New file.
185         * lib/mbscspn.c: New file.
186         * lib/string_.h (strcspn): Add a conditional link warning.
187         (mbscspn): New declaration.
188         * m4/mbscspn.m4: New file.
189         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
190         GNULIB_MBSCSPN.
191         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
192         * MODULES.html.sh (Internationalization functions): Add mbscspn.
193
194 2007-02-04  Bruno Haible  <bruno@clisp.org>
195
196         New module mbscasestr, reduced goal of strcasestr.
197         * modules/mbscasestr: New file.
198         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
199         (mbscasestr): Renamed from strcasestr.
200         * lib/strcasestr.c: Don't include mbuiter.h.
201         (strcasestr): Remove support for multibyte locales.
202         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
203         Change the conditional link warning.
204         (mbscasestr): New declaration.
205         * m4/mbscasestr.m4: New file.
206         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
207         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
208         REPLACE_STRCASESTR.
209         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
210         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
211         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
212         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
213         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
214         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
215         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
216         (Depends-on): Remove mbuiter.
217         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
218
219 2007-02-04  Bruno Haible  <bruno@clisp.org>
220
221         Simplify handling of strncasecmp.
222         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
223         the conditional link warning.
224         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
225         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
226         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
227         * modules/strcase (configure.ac): Don't invoke
228         gl_STRING_MODULE_INDICATOR.
229         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
230
231 2007-02-04  Bruno Haible  <bruno@clisp.org>
232
233         New module mbscasecmp, reduced goal of strcasecmp.
234         * modules/mbscasecmp: New file.
235         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
236         (mbscasecmp): Renamed from strcasecmp.
237         * lib/strcasecmp.c: Don't include mbuiter.h.
238         (strcasecmp): Remove support for multibyte locales.
239         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
240         Change the conditional link warning.
241         (mbscasecmp): New declaration.
242         * m4/mbscasecmp.m4: New file.
243         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
244         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
245         REPLACE_STRCASECMP.
246         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
247         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
248         GNULIB_MBSCASECMP.
249         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
250         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
251         * modules/strcase (Files): Remove m4/mbrtowc.m4.
252         (Depends-on): Remove mbuiter.
253         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
254
255 2007-02-04  Bruno Haible  <bruno@clisp.org>
256
257         New module mbsstr. Remove module strstr.
258         * modules/mbsstr: New file.
259         * modules/strstr: Remove file.
260         * lib/mbsstr.c: Renamed from lib/strstr.c.
261         (mbsstr): Renamed from strstr.
262         * lib/string_.h (strstr): Remove declaration. Change the conditional
263         link warning.
264         (mbsstr): New declaration.
265         * m4/mbsstr.m4: New file.
266         * m4/strstr.m4: Remove file.
267         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
268         REPLACE_STRSTR.
269         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
270         Don't initialize GNULIB_STRSTR.
271         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
272         substitute GNULIB_STRSTR and REPLACE_STRSTR.
273         * MODULES.html.sh (Internationalization functions): Add mbsstr.
274         (Support for systems lacking ANSI C 89): Remove strstr.
275
276 2007-02-04  Bruno Haible  <bruno@clisp.org>
277
278         New module mbsrchr.
279         * modules/mbsrchr: New file.
280         * lib/mbsrchr.c: New file.
281         * lib/string_.h (strrchr): Add a conditional link warning.
282         (mbsrchr): New declaration.
283         * m4/mbsrchr.m4: New file.
284         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
285         GNULIB_MBSRCHR.
286         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
287         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
288
289 2007-02-04  Bruno Haible  <bruno@clisp.org>
290
291         New module mbschr.
292         * modules/mbschr: New file.
293         * lib/mbschr.c: New file.
294         * lib/string_.h (strchr): Add a conditional link warning.
295         (mbschr): New declaration.
296         * m4/mbschr.m4: New file.
297         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
298         GNULIB_MBSCHR.
299         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
300         * MODULES.html.sh (Internationalization functions): Add mbschr.
301
302 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
303
304         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
305
306         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
307
308 2007-02-04  Bruno Haible  <bruno@clisp.org>
309
310         New module description section 'configure.ac-early'.
311         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
312         (func_get_autoconf_early_snippet): New function.
313         (func_import, func_create_testdir): Use it. Remove special cases for
314         modules 'extensions' and 'lock'.
315         * modules/extensions (configure.ac-early): Require
316         gl_USE_SYSTEM_EXTENSIONS.
317         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
318
319 2007-02-04  Bruno Haible  <bruno@clisp.org>
320
321         Make use of gcj-4.3's -fsource and -ftarget option.
322         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
323         and if so try the options -fsource and -ftarget.
324         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
325         source_version, ftarget_option, target_version arguments.
326         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
327         (is_envjavac_oldgcj_14_14_usable): Renamed from
328         is_envjavac_gcj_14_14_usable.
329         (is_envjavac_oldgcj_14_13_usable): Renamed from
330         is_envjavac_gcj_14_13_usable.
331         (is_gcj_present): Update.
332         (is_gcj_43, is_gcj43_usable): New functions.
333         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
334         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
335         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
336         try the options -fsource and -ftarget.
337
338 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
339
340         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
341         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
342         larger value.
343
344 2007-02-03  Jim Meyering  <jim@meyering.net>
345
346         Give tools a better chance to allocate space for very large buffers.
347         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
348
349         Make pwd and readlink work also when run with an unreadable parent dir
350         on systems with openat support.
351         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
352         provided getcwd function, even when we have openat support.
353         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
354
355 2007-02-02  Bruno Haible  <bruno@clisp.org>
356
357         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
358         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
359         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
360         portability problems if one of these functions is only used on specific
361         platforms.
362         Reported by Paul Eggert.
363
364 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
365
366         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
367         is causing more trouble than it's curing.
368         * lib/regex_internal.h (__mempcpy): Remove.
369         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
370         (and make the code a tad smaller to boot).
371         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
372
373 2007-02-02  Jim Meyering  <jim@meyering.net>
374
375         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
376         section, not in the Makefile.am: one.
377
378 2007-02-02  Eric Blake  <ebb9@byu.net>
379
380         * lib/strchrnul.c: Always include config.h first.
381
382         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
383         gnulib strstr is not necessary here.
384
385 2007-02-02  Simon Josefsson  <simon@josefsson.org>
386
387         * m4/socklen.m4: Fix typo.
388
389 2007-02-02  Eric Blake  <ebb9@byu.net>
390
391         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
392         * modules/netinet_in (Makefile.am): Likewise.
393
394 2007-02-01  Bruno Haible  <bruno@clisp.org>
395
396         * lib/string_.h (GL_LINK_WARNING): New macro.
397         (strcasecmp, strstr, strcasestr): If provided by the system,
398         conditionally define as a macro that leads to a warning instead of to
399         an error.
400         (strncasecmp): Conditionally define as a macro that leads to a warning.
401
402 2007-02-01  Jim Meyering  <jim@meyering.net>
403
404         Give tools a better chance to allocate space for very large buffers.
405         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
406
407 2007-02-01  Karl Berry  <karl@gnu.org>
408
409         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
410
411 2007-02-01  Bruno Haible  <bruno@clisp.org>
412
413         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
414         renamings.
415
416 2007-02-01  Eric Blake  <ebb9@byu.net>
417
418         * modules/regex (Depends-on): Revert dependence on mempcpy.
419         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
420         module's definition of mempcpy.
421         Reported by Paul Eggert.
422
423 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
424
425         * lib/string_.h: If the gnulib module XYZ is not present, undefine
426         the symbol XYZ before redefining it.  This fixes a problem with
427         programs that don't use XYZ, when compiled on systems that define
428         XYZ to something else.
429
430 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
431
432         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
433         occurs when "mkdir -m foo" creates a setgid directory that is (1)
434         writeable to group or other and (2) is intended to have a special
435         mode bit that is set or cleared.  In such a case, the directory
436         should be neither group- nor other-writeable until the special
437         mode bits are right.
438
439 2007-01-31  Eric Blake  <ebb9@byu.net>
440
441         * modules/mountlist (Depends-on): Add strstr.
442
443         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
444         bug.
445         * modules/string (Makefile.am): Remove redundant replacement.
446         * modules/regex (Depends-on): Add mempcpy.
447
448 2007-01-31  Bruno Haible  <bruno@clisp.org>
449
450         New module description field 'Link'.
451         * gnulib-tool (func_usage): Document --extract-link-directive.
452         (sed_extract_prog): Recognize 'Link' directive.
453         (func_get_link_directive): New function.
454         (func_import): Show summary of link directives.
455         Handle --extract-link-directive option.
456         * modules/acl (Link): New section.
457         * modules/clock-time (Link): New section.
458         * modules/euidaccess (Link): New section.
459         * modules/gettext (Link): New section.
460         * modules/iconv (Link): New section.
461         * modules/lock (Link): New section.
462         * modules/nanosleep (Link): New section.
463         * modules/readline (Link): New section.
464
465 2007-01-27  Bruno Haible  <bruno@clisp.org>
466
467         Enforce the use of gnulib modules for unportable <string.h> functions.
468         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
469         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
470         (gl_HEADER_STRING_H_BODY): Require it.
471         * lib/string_.h: If the gnulib module XYZ is not present, redefine
472         the symbol XYZ to one that gives a link error.
473         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
474         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
475         * modules/mempcpy (configure.ac): Likewise.
476         * modules/memrchr (configure.ac): Likewise.
477         * modules/stpcpy (configure.ac): Likewise.
478         * modules/stpncpy (configure.ac): Likewise.
479         * modules/strcase (configure.ac): Likewise.
480         * modules/strcasestr (configure.ac): Likewise.
481         * modules/strchrnul (configure.ac): Likewise.
482         * modules/strdup (configure.ac): Likewise.
483         * modules/strndup (configure.ac): Likewise.
484         * modules/strnlen (configure.ac): Likewise.
485         * modules/strpbrk (configure.ac): Likewise.
486         * modules/strsep (configure.ac): Likewise.
487         * modules/strstr (configure.ac): Likewise.
488         * modules/strtok_r (configure.ac): Likewise.
489
490 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
491
492         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
493
494 2007-01-30  Jim Meyering  <jim@meyering.net>
495
496         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
497
498 2007-01-29  Bruno Haible  <bruno@clisp.org>
499
500         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
501         * lib/execute.c: Likewise.
502         * lib/pipe.c: Likewise.
503         * lib/printf-args.h: Likewise.
504         * lib/printf-args.c: Likewise.
505         * lib/printf-parse.c: Likewise.
506         * lib/vasnprintf.c: Likewise.
507
508 2007-01-29  Eric Blake  <ebb9@byu.net>
509
510         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
511         declaration.
512
513 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
514
515         * lib/strptime.h (strptime): Use 'restrict' for args where
516         POSIX requires this.
517         * lib/strptime.c (strptime): Likewise.
518         Change license notice from LGPL to GPL, since gnulib-tool will
519         change this as needed.
520         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
521         defined.
522         Include "strptime.h" first, to check interface.
523         Do not #undef _LIBC and _NL_CURRENT.
524         Do not include <stdlib.h>; no longer needed.
525         Include "time_r.h" and declare ptime_locale_status
526         only if _LIBC is not defined.
527         (__P): Remove unused macro.
528         (match_string): Bring back glibc version, but use it only if _LIBC
529         is defined.
530         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
531         Remove unnecessary assertion and abort() call.
532         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
533         * m4/strptime.m4: Fix serial number comment.
534         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
535         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
536         (Depends-on): Add time_r.
537
538 2007-01-29  Bruno Haible  <bruno@clisp.org>
539
540         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
541         strptime.
542         * modules/strptime (Depends-on): Add stdbool.
543         * lib/strptime.h: Include <time.h> always. Add comments.
544
545 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
546
547         * modules/strptime: New file.
548         * lib/strptime.h: New file.
549         * lib/strptime.c: New file.
550         * m4/strptime.m4: New file.
551
552 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
553
554         * MODULES.html.sh: New module mpsort.
555         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
556
557         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
558         a circularity problem with HP-UX ia64 reported by Bob Proulx in
559         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
560         All uses changed.
561         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
562         All uses changed.
563         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
564         to _Restrict_.
565         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
566         the parameter matches the prototype.
567
568 2007-01-28  Jim Meyering  <jim@meyering.net>
569
570         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
571         sys/time.h here, reverting that part of the previous patch:
572         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
573
574 2007-01-28  Bruno Haible  <bruno@clisp.org>
575
576         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
577         value of $(SYS_TIME_H).
578         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
579         remove it conditionally, too. [added by Jim Meyering]
580         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
581         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
582         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
583         GETTIMEOFDAY_REPLACEMENT to 1.
584
585 2007-01-28  Bruno Haible  <bruno@clisp.org>
586
587         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
588         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
589         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
590         Set UNISTD_H instead of UNISTD_H2.
591         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
592
593 2007-01-28  Bruno Haible  <bruno@clisp.org>
594
595         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
596         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
597
598 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
599
600         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
601         (func_create_testdir): Ensure C locale for `grep' and `tr'
602         character ranges.
603         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
604         ACLOCAL_AMFLAGS parsing state machine.
605
606 2007-01-27  Bruno Haible  <bruno@clisp.org>
607
608         * modules/unistr/base: Update.
609
610 2007-01-27  Bruno Haible  <bruno@clisp.org>
611
612         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
613         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
614         * modules/unistr/u32-mbtouc-unsafe: Renamed from
615         modules/unistr/u32-mbtouc.
616         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
617         * lib/unistr.h: Update.
618         * lib/linebreak.c: Update.
619         * modules/unistr/u32-mbtouc: Renamed from
620         modules/unistr/u32-mbtouc-safe.
621         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
622         * lib/unistr.h: Update.
623         * lib/unistr/u32-to-u8.c: Update.
624         * lib/unistr/u32-to-u16.c: Update.
625
626 2007-01-27  Bruno Haible  <bruno@clisp.org>
627
628         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
629         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
630         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
631         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
632         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
633         * modules/unistr/u16-mbtouc-unsafe: Renamed from
634         modules/unistr/u16-mbtouc.
635         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
636         * lib/unistr.h: Update.
637         * lib/linebreak.c: Update.
638         * modules/linebreak: Update.
639         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
640         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
641         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
642         * modules/unistr/u16-mbtouc: Renamed from
643         modules/unistr/u16-mbtouc-safe.
644         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
645         * lib/unistr.h: Update.
646         * lib/unistr/u16-to-u8.c: Update.
647         * modules/unistr/u16-to-u8: Update.
648         * lib/unistr/u16-to-u32.c: Update.
649         * modules/unistr/u16-to-u32: Update.
650
651 2007-01-27  Bruno Haible  <bruno@clisp.org>
652
653         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
654         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
655         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
656         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
657         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
658         * modules/unistr/u8-mbtouc-unsafe: Renamed from
659         modules/unistr/u8-mbtouc.
660         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
661         * lib/unistr.h: Update.
662         * lib/striconveh.c: Update.
663         * modules/striconveh: Update.
664         * lib/linebreak.c: Update.
665         * modules/linebreak: Update.
666         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
667         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
668         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
669         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
670         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
671         * lib/unistr.h: Update.
672         * lib/striconveh.c: Update.
673         * modules/striconveh: Update.
674         * lib/unistr/u8-to-u16.c: Update.
675         * modules/unistr/u8-to-u16: Update.
676         * lib/unistr/u8-to-u32.c: Update.
677         * modules/unistr/u8-to-u32: Update.
678
679 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
680
681         Sync from Libtool.
682         * lib/argz.c: Do not include strings.h nor memory.h, include
683         string.h unconditionally.  Patch by Simon Josefsson.
684
685 2007-01-27  Bruno Haible  <bruno@clisp.org>
686
687         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
688         from gl_HEADER_STRING_H_BODY.
689         (gl_HEADER_STRING_H_BODY): Require it.
690         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
691         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
692         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
693         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
694         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
695         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
696         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
697         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
698         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
699         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
700         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
701         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
702         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
703         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
704         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
705
706 2007-01-27  Bruno Haible  <bruno@clisp.org>
707
708         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
709         check_PROGRAMS into noinst_PROGRAMS.
710         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
711         check_PROGRAMS in this case.
712         (func_import): Set for_test to false.
713         (func_create_testdir): Set for_test to true.
714
715 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
716             Bruno Haible  <bruno@clisp.org>
717
718         * modules/strcasestr (Files): Remove lib/strcasestr.h.
719         (Depends-on): Add string.
720         (Includes): Use <string.h> instead of strcasestr.h.
721         * modules/string (Makefile.am): Also substitute the value of
722         REPLACE_STRCASESTR.
723         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
724         assume strcasestr is declared in <string.h> not <strings.h>. Also
725         set REPLACE_STRCASESTR.
726         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
727         REPLACE_STRCASESTR.
728         * lib/strcasestr.h: Remove file.
729         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
730         * lib/string_.h (strcasestr): New declaration.
731
732 2007-01-27  Bruno Haible  <bruno@clisp.org>
733
734         * lib/string_.h: Use 'extern'.
735
736 2007-01-27  Jim Meyering  <jim@meyering.net>
737
738         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
739         of set-but-not-used local, "q".
740
741         * lib/mempcpy.c: Include <config.h> before <string.h>.
742         This fixes a compilation error on HP-UX, due to the system's
743         "restrict"-using mempcpy prototype.
744
745 2007-01-26  Bruno Haible  <bruno@clisp.org>
746
747         Small optimization.
748         * lib/javacomp.c: Include c-strstr.h.
749          (is_envjavac_gcj): Use c_strstr instead of strstr.
750         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
751
752 2007-01-26  Bruno Haible  <bruno@clisp.org>
753
754         * MODULES.html.sh (Unicode string functions): Add the new modules.
755
756         * modules/uniconv/u32-strconv-to-locale: New file.
757         * lib/uniconv/u32-strconv-to-locale.c: New file.
758
759         * modules/uniconv/u16-strconv-to-locale: New file.
760         * lib/uniconv/u16-strconv-to-locale.c: New file.
761
762         * modules/uniconv/u8-strconv-to-locale: New file.
763         * lib/uniconv/u8-strconv-to-locale.c: New file.
764
765         * modules/uniconv/u32-strconv-from-locale: New file.
766         * lib/uniconv/u32-strconv-from-locale.c: New file.
767
768         * modules/uniconv/u16-strconv-from-locale: New file.
769         * lib/uniconv/u16-strconv-from-locale.c: New file.
770
771         * modules/uniconv/u8-strconv-from-locale: New file.
772         * lib/uniconv/u8-strconv-from-locale.c: New file.
773
774         * modules/uniconv/u32-strconv-to-enc: New file.
775         * lib/uniconv/u32-strconv-to-enc.c: New file.
776         * modules/uniconv/u32-strconv-to-enc-tests: New file.
777         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
778
779         * modules/uniconv/u16-strconv-to-enc: New file.
780         * lib/uniconv/u16-strconv-to-enc.c: New file.
781         * lib/uniconv/u-strconv-to-enc.h: New file.
782         * modules/uniconv/u16-strconv-to-enc-tests: New file.
783         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
784
785         * modules/uniconv/u8-strconv-to-enc: New file.
786         * lib/uniconv/u8-strconv-to-enc.c: New file.
787         * modules/uniconv/u8-strconv-to-enc-tests: New file.
788         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
789
790         * modules/uniconv/u32-strconv-from-enc: New file.
791         * lib/uniconv/u32-strconv-from-enc.c: New file.
792         * modules/uniconv/u32-strconv-from-enc-tests: New file.
793         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
794
795         * modules/uniconv/u16-strconv-from-enc: New file.
796         * lib/uniconv/u16-strconv-from-enc.c: New file.
797         * modules/uniconv/u16-strconv-from-enc-tests: New file.
798         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
799
800         * modules/uniconv/u8-strconv-from-enc: New file.
801         * lib/uniconv/u8-strconv-from-enc.c: New file.
802         * lib/uniconv/u-strconv-from-enc.h: New file.
803         * modules/uniconv/u8-strconv-from-enc-tests: New file.
804         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
805
806         * modules/uniconv/u32-conv-from-enc: New file.
807         * lib/uniconv/u32-conv-from-enc.c: New file.
808         * modules/uniconv/u32-conv-from-enc-tests: New file.
809         * tests/uniconv/test-u32-conv-from-enc.c: New file.
810
811         * modules/uniconv/u16-conv-from-enc: New file.
812         * lib/uniconv/u16-conv-from-enc.c: New file.
813         * lib/uniconv/u-conv-from-enc.h: New file.
814         * modules/uniconv/u16-conv-from-enc-tests: New file.
815         * tests/uniconv/test-u16-conv-from-enc.c: New file.
816
817         * modules/uniconv/u8-conv-from-enc: New file.
818         * lib/uniconv/u8-conv-from-enc.c: New file.
819         * modules/uniconv/u8-conv-from-enc-tests: New file.
820         * tests/uniconv/test-u8-conv-from-enc.c: New file.
821
822         * modules/uniconv/base: New file.
823         * lib/uniconv.h: New file.
824
825 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
826
827         * doc/gnulib-tool.texi (Initial import): Update to match current
828         behavior with strdup module.
829         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
830         * lib/memmem.h: Remove; all uses removed.  This is now done
831         by <string.h>.
832         * lib/mempcpy.h: Likewise.
833         * lib/memrchr.h: Likewise.
834         * lib/stpcpy.h: Likewise.
835         * lib/stpncpy.h: Likewise.
836         * lib/strcase.h: Likewise.
837         * lib/strchrnul.h: Likewise.
838         * lib/strdup.h: Likewise.
839         * lib/strndup.h: Likewise.
840         * lib/strnlen.h: Likewise.
841         * lib/strpbrk.h: Likewise.
842         * lib/strsep.h: Likewise.
843         * lib/strstr.h: Likewise.
844         * lib/strtok_r.h: Likewise.
845         * lib/string_.h: New file.
846         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
847         Rely on <string.h> instead.
848         * lib/canon-host.c: Likewise.
849         * lib/chdir-long.c: Likewise.
850         * lib/concatpath.c: Likewise.
851         * lib/exclude.c: Likewise.
852         * lib/fchdir.c: Likewise.
853         * lib/getaddrinfo.c: Likewise.
854         * lib/getcwd.c: Likewise.
855         * lib/getsubopt.c: Likewise.
856         * lib/glob.c: Likewise.
857         * lib/hard-locale.c: Likewise.
858         * lib/iconvme.c: Likewise.
859         * lib/javacomp.c: Likewise.
860         * lib/mempcpy.c: Likewise.
861         * lib/memrchr.c: Likewise.
862         * lib/regex_internal.h: Likewise.
863         * lib/stpncpy.c: Likewise.
864         * lib/strcasecmp.c: Likewise.
865         * lib/strchrnul.c: Likewise.
866         * lib/strdup.c: Likewise.
867         * lib/striconv.c: Likewise.
868         * lib/striconveh.c: Likewise.
869         * lib/striconveha.c: Likewise.
870         * lib/strncasecmp.c: Likewise.
871         * lib/strndup.c: Likewise.
872         * lib/strnlen.c: Likewise.
873         * lib/strsep.c: Likewise.
874         * lib/strstr.c: Likewise.
875         * lib/strtok_r.c: Likewise.
876         * lib/userspec.c: Likewise.
877         * lib/w32spawn.h: Likewise.
878         * lib/xstrndup.c: Likewise.
879         * lib/mountlist.c (strstr): Remove decl.
880         * m4/string_h.m4: New file.
881         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
882         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
883         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
884         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
885         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
886         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
887         Set REPLACE_STRCASECMP if necessary.
888         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
889         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
890         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
891         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
892         HAVE_DECL_STRDUP if necessary.
893         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
894         since gl_FUNC_STRNDUP does that now.
895         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
896         Check for decl here...
897         (gl_PREREQ_STRNLEN): ... not here.
898         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
899         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
900         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
901         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
902         necessary.
903         * modules/string: New file.
904         * modules/memmem (Files): Remove special-purpose include file.
905         (Depends-on): Add string.
906         (Include): Include <string.h>, not the removed file.
907         * modules/mempcpy: Likewise.
908         * modules/memrchr: Likewise.
909         * modules/stpcpy: Likewise.
910         * modules/stpncpy: Likewise.
911         * modules/strcase: Likewise.
912         * modules/strchrnul: Likewise.
913         * modules/strdup: Likewise.
914         * modules/strndup: Likewise.
915         * modules/strnlen: Likewise.
916         * modules/strpbrk: Likewise.
917         * modules/strsep: Likewise.
918         * modules/strstr: Likewise.
919         * modules/strtok_r: Likewise.
920         * tests/test-dirname.c: Don't include "strdup.h", since
921         <string.h> now suffices.
922         * tests/test-memmem.c: Don't include "memmem.h", since
923         <string.h> now suffices.
924
925 2007-01-25  Bruno Haible  <bruno@clisp.org>
926
927         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
928         *resultp is 0.
929
930         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
931         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
932         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
933         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
934
935         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
936         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
937         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
938         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
939         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
940         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
941
942 2007-01-24  Bruno Haible  <bruno@clisp.org>
943
944         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
945         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
946         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
947         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
948         gl_FUNC_FTS_CORE.
949         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
950         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
951         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
952         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
953         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
954         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
955         gl_FUNC_FCHOWNAT.
956         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
957         gl_FUNC_STRFTIME.
958         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
959         Reported by Ralf Wildenhues.
960
961 2007-01-24  Bruno Haible  <bruno@clisp.org>
962
963         Drop AC_REQUIRE calls that are redundant with the module dependencies.
964         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
965         gl_GETADDRINFO.
966         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
967         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
968         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
969
970 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
971
972         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
973         Don't use 'exit'; just return from 'main'.
974         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
975
976         * lib/fnmatch_.h: Readjust white space and comments to match
977         glibc, to avoid spurious diffs.
978
979 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
980
981         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
982         2004-12-01 change by Jakub Jelinek, since this code won't compile
983         if !LIBC.  Problem reported by Bob Proulx.
984
985 2007-01-23  Bruno Haible  <bruno@clisp.org>
986
987         * lib/striconveh.c: Include c-strcaseeq.h.
988         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
989         * modules/striconveh (Depends-on): Add c-strcaseeq.
990
991 2007-01-23  Bruno Haible  <bruno@clisp.org>
992
993         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
994
995         * modules/c-strcaseeq: New file.
996         * lib/c-strcaseeq.h: New file.
997
998         * modules/streq: New file.
999         * lib/streq.h: New file.
1000
1001 2007-01-23  Bruno Haible  <bruno@clisp.org>
1002
1003         * modules/striconveha-tests: New file.
1004         * tests/test-striconveha.c: New file.
1005
1006         * lib/striconveha.h: Include <stdbool.h>.
1007         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
1008         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
1009         (mem_iconveha_notranslit): Renamed from mem_iconveha.
1010         (mem_iconveha): New function.
1011         (str_iconveha_notranslit): Renamed from str_iconveha.
1012         (str_iconveha): New function.
1013         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
1014         c-strcase.
1015
1016 2007-01-23  Bruno Haible  <bruno@clisp.org>
1017
1018         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
1019         encodings without forgiving before trying any encoding with handler.
1020         (str_iconveha): Try all encodings without forgiving before trying any
1021         encoding with handler.
1022
1023 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1024
1025         Import the following changes from libc.
1026
1027         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
1028
1029         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
1030
1031         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
1032
1033         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
1034         normal_bracket label.
1035
1036         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
1037
1038         [BZ #361]
1039         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
1040         to normal_bracket after fetching the next character.
1041
1042 2007-01-22  Bruno Haible  <bruno@clisp.org>
1043
1044         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
1045         argument.
1046         * lib/striconveh.c (iconv_carefully_1): New function.
1047         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
1048         argument.
1049         (str_cd_iconveh): Update.
1050         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
1051         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
1052         * tests/test-striconveh.c (MAGIC): New macro.
1053         (new_offsets): New function.
1054         (main): Test call with and without offsets.
1055
1056 2007-01-22  Bruno Haible  <bruno@clisp.org>
1057
1058         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
1059         * modules/sys_select (Makefile.am): Likewise.
1060         * modules/sys_socket (Makefile.am): Likewise.
1061         * modules/sys_time (Makefile.am): Likewise.
1062
1063 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
1064
1065         * modules/gettimeofday (License): Change from GPL to LGPL, since
1066         gettimeofday is a library function.
1067
1068 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1069
1070         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
1071
1072 2007-01-21  Bruno Haible  <bruno@clisp.org>
1073
1074         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
1075
1076 2007-01-21  Bruno Haible  <bruno@clisp.org>
1077
1078         * modules/striconveha: New file.
1079         * lib/striconveha.h: New file.
1080         * lib/striconveha.c: New file.
1081         * MODULES.html.sh (Internationalization functions): Add striconveha.
1082         * lib/striconv.c (str_iconv): Optimize the case of an empty input
1083         string.
1084         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
1085
1086 2007-01-21  Bruno Haible  <bruno@clisp.org>
1087
1088         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
1089         * lib/striconveh.c (str_iconveh): Likewise.
1090
1091 2007-01-21  Bruno Haible  <bruno@clisp.org>
1092
1093         * lib/striconveh.h (mem_iconveh): New declaration.
1094         * lib/striconveh.c (mem_iconveh): New function.
1095         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
1096
1097 2007-01-21  Bruno Haible  <bruno@clisp.org>
1098
1099         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
1100
1101         * lib/striconveh.h (mem_cd_iconveh): Change specification.
1102         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
1103         original result buffer.
1104         (str_cd_iconveh): Update.
1105         * tests/test-striconveh.c (main): Update.
1106
1107         * lib/striconv.h (mem_cd_iconv): Change specification.
1108         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
1109         result buffer.
1110         (str_cd_iconv): Update.
1111         * tests/test-striconv.c (main): Update.
1112
1113 2007-01-21  Bruno Haible  <bruno@clisp.org>
1114
1115         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
1116
1117 2007-01-20  Jim Meyering  <jim@meyering.net>
1118
1119         * lib/userspec.c (parse_with_separator): If a user or group string
1120         starts with "+", skip the corresponding name-to-ID look-up, since
1121         such a look-up must fail: user and group names may not include "+".
1122
1123 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1124
1125         * lib/poll.c: Include sys/time.h and time.h unconditionally,
1126         since we now assume the sys_time module.
1127         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
1128         check for sys/time.h; no longer needed.
1129         * modules/poll (Depends-on): Depend on sys_time.
1130
1131 2007-01-18  Bruno Haible  <bruno@clisp.org>
1132
1133         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
1134         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1135
1136         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
1137         gettimeofday.
1138
1139         * tests/test-gettimeofday.c: Include <time.h>.
1140         (dummy): Remove variable.
1141
1142         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
1143         gl_HEADER_SYS_TIME_H.
1144         (gl_HEADER_SYS_TIME_H): New macro.
1145
1146         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
1147         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1148         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
1149         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
1150         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1151         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
1152         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
1153         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1154         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
1155         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
1156         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1157
1158         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
1159         last change; it caused a compilation error when cross-compiling to
1160         Cygwin.
1161
1162 2007-01-18  Jim Meyering  <jim@meyering.net>
1163
1164         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
1165         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
1166         than the race-prone "test -d sys || mkdir sys".
1167         (configure.ac): Use AC_PROG_MKDIR_P.
1168         * modules/sys_select: Likewise.
1169         * modules/sys_socket: Likewise.
1170         * modules/sys_time: Likewise.
1171
1172 2007-01-18  Eric Blake  <ebb9@byu.net>
1173
1174         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
1175         replace gettimeofday.
1176         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
1177         name, to avoid infinite recursion.
1178
1179 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
1180
1181         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
1182         module sys_time.
1183         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
1184         assume timespec.h defines struct timeval.
1185         * lib/settime.c: Likewise.
1186         * lib/utimens.c: Likewise.
1187         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
1188         since we now assume the gettimeofday module.
1189         * lib/tempname.c (__gen_tempname): Likewise.
1190         * lib/gettimeofday.h: Remove.
1191         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
1192         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
1193         Include <time.h>, for 'time()'.
1194         (localtime_buffer_addr): Also use this workaround if
1195         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
1196         to simplify the uses.  All uses changed.
1197         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
1198         that #undef is inside {}, and 'const' follows type name consistently.
1199         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
1200         (gettimeofday): Do not use the maximum possible value for
1201         tv->tv_usec, since that might break usages other than ls.c.
1202         Instead, we'll leave ls.c alone.  This undoes today's patch
1203         by Bruno.  Add a compile-time warning for 1s-clock resolution;
1204         we've never observed the problem but might as well keep the
1205         canary.
1206         * lib/nanosleep.c: Include timespec.h first, for interface check.
1207         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
1208         now assume the sys_time module.
1209         * lib/tempname.c: Likewise.
1210         * lib/timespec.h: Likewise.
1211         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
1212         needed.
1213         * lib/strftime.c: Likewise.
1214         * lib/timespec.h: Likewise.
1215         * lib/posixtm.c: Include posixtm.h first, for interface check.
1216         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
1217         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
1218         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
1219         * lib/sys_time_.h: New file.
1220         * lib/timespec.h (struct timespec): Use long int, not long.
1221         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1222         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
1223         Remove obsolescent call to AC_HEADER_TIME.
1224         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1225         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
1226         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1227         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
1228         Likewise.
1229         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
1230         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
1231         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
1232         into the sys_time module.  Check for gettimeofday just once.
1233         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
1234         for gettimeofday signature to just check the signature.  Merely
1235         compile it, since linking doesn't test signature.  Improve test for
1236         whether gettimeofday.o is actually needed.
1237         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
1238         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
1239         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
1240         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1241         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
1242         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
1243         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
1244         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
1245         than worrying about sys/time.h.
1246         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1247         Don't bother worrying about TIME_WITH_SYS_TIME.
1248         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
1249         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
1250         * m4/sys_time_h.m4: New file.
1251         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
1252         Don't include sys/time.h.  Return from main rather than exiting.
1253         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
1254         all uses changed.
1255         * modules/gethrxtime (Depends-on): Add sys_time.
1256         * modules/gettime (Depends-on): Likewise.
1257         * modules/gettimeofday (Depends-on): Likewise.
1258         * modules/nanosleep (Depends-on): Likewise.
1259         * modules/settime (Depends-on): Likewise.
1260         * modules/tempname (Depends-on): Likewise.
1261         * modules/utimens (Depends-on): Likewise.
1262         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
1263         (Include:) Change back to <sys/time.h>.
1264         (Maintainer:) Add self.
1265         * modules/sys_time: New file.
1266         * modules/tempname (Depends-on): Add gettimeofday.
1267         * tests/test-gettimeofday.c: Include <sys/time.h>
1268         rather than gettimeofday.h.
1269
1270 2007-01-17  Bruno Haible  <bruno@clisp.org>
1271
1272         * gnulib-tool (func_get_license): Revert last patch. Instead, let
1273         the license default to GPL.
1274         (func_create_testdir): Don't complain if a module is LGPL and its
1275         tests module depends on GPLed modules.
1276
1277 2007-01-17  Bruno Haible  <bruno@clisp.org>
1278
1279         * lib/gettimeofday.c (gettimeofday): Add code for the case
1280         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
1281         maximum possible value for tv->tv_usec, rather than the minimum one.
1282
1283 2005-10-08  Martin Lambers  <marlam@marlam.de>
1284 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
1285 2007-01-16  Bruno Haible  <bruno@clisp.org>
1286
1287         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
1288         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
1289         gl_FUNC_GETTIMEOFDAY.
1290         (Include): Add gettimeofday.h.
1291         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
1292         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
1293         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
1294         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
1295         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
1296         * lib/gettimeofday.h: New file.
1297         * lib/gettimeofday.c: Include <sys/timeb.h>.
1298         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
1299         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1300         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
1301         fall back on time().
1302
1303         * tests/test-gettimeofday.c: New file.
1304         * modules/gettimeofday-tests: New file.
1305
1306 2007-01-16  Eric Blake  <ebb9@byu.net>
1307
1308         * modules/fnmatch (Depends-on): Depend on wchar.
1309         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
1310         * m4/fnmatch.m4: Likewise.
1311         * modules/mbchar (Makefile.am): Assume <wchar.h>.
1312         * m4/mbchar.m4: Likewise.
1313         * modules/mbswidth (Depends-on): Depend on wchar.
1314         * lib/mbswidth.c: Assume <wchar.h>.
1315         * m4/mbswidth.m4: Likewise.
1316         * modules/quotearg (Depends-on): Depend on wchar.
1317         * lib/quotearg.c: Assume <wchar.h>.
1318         * m4/quotearg.m4: Likewise.
1319         * modules/regex (Depends-on): Depend on wchar.
1320         * lib/regex_internal.h: Assume <wchar.h>.
1321         * m4/regex.m4: Likewise.
1322         * modules/stdint (Depends-on): Depend on wchar.
1323         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
1324         * m4/stdint.m4: Likewise.
1325         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
1326         * modules/strftime (Depends-on): Depend on wchar.
1327         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
1328         * modules/strtol (Depends-on): Depend on wchar.
1329         * lib/strtol.c: Assume <wchar.h>.
1330         * modules/wcwidth (Depends-on): Depend on wchar.
1331         * lib/wcwidth.h: Assume <wchar.h>.
1332         * m4/wcwidth.m4: Likewise.
1333
1334 2007-01-16  Bruno Haible  <bruno@clisp.org>
1335
1336         * modules/csharpexec-script: New, created from...
1337         * modules/csharpexec: ... this.
1338
1339 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
1340
1341         * modules/javaexec-script: New, created from...
1342         * modules/javaexec: ... this.
1343
1344 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1345
1346         * modules/poll (Dependencies): Add sys_select.
1347
1348 2007-01-15  Jim Meyering  <jim@meyering.net>
1349
1350         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
1351         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
1352         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
1353         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
1354
1355 2007-01-15  Bruno Haible  <bruno@clisp.org>
1356
1357         * modules/striconveh: New file.
1358         * lib/striconveh.h: New file.
1359         * lib/striconveh.c: New file.
1360         * MODULES.html.sh (Internationalization functions): Add striconveh.
1361
1362         * modules/striconveh-tests: New file.
1363         * tests/test-striconveh.c: New file.
1364
1365 2007-01-15  Bruno Haible  <bruno@clisp.org>
1366
1367         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
1368         not from GNU libiconv or GNU libc.
1369
1370 2007-01-15  Bruno Haible  <bruno@clisp.org>
1371
1372         * doc/gnulib-intro.texi (Copyright): Explain the different license
1373         terms for module descriptions, autoconf macros, tests, documentation.
1374
1375 2007-01-14  Bruno Haible  <bruno@clisp.org>
1376
1377         * modules/striconv-tests: New file.
1378         * tests/test-striconv.c: New file.
1379
1380 2007-01-14  Bruno Haible  <bruno@clisp.org>
1381
1382         * modules/iconv-tests: New file.
1383         * tests/test-iconv.c: New file.
1384
1385 2007-01-14  Bruno Haible  <bruno@clisp.org>
1386
1387         * gnulib-tool (func_get_license): For test modules, use the license of
1388         the main module.
1389
1390 2007-01-14  Bruno Haible  <bruno@clisp.org>
1391
1392         * modules/iconv (Include): Clarify that <iconv.h> can only be included
1393         if iconv is found to exist.
1394
1395 2007-01-14  Bruno Haible  <bruno@clisp.org>
1396
1397         * modules/c-ctype-tests: New file.
1398         * tests/test-c-ctype.c: New file.
1399
1400 2007-01-14  Bruno Haible  <bruno@clisp.org>
1401
1402         * modules/binary-io-tests: New file.
1403         * tests/test-binary-io.sh: New file.
1404         * tests/test-binary-io.c: New file.
1405
1406 2007-01-14  Bruno Haible  <bruno@clisp.org>
1407
1408         * modules/array-oset-tests: New file.
1409         * tests/test-array_oset.c: New file.
1410
1411 2007-01-14  Bruno Haible  <bruno@clisp.org>
1412
1413         * modules/array-list-tests: New file.
1414         * tests/test-array_list.c: New file.
1415
1416 2007-01-14  Bruno Haible  <bruno@clisp.org>
1417
1418         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
1419         and make.
1420         Reported by Simon Josefsson in
1421         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
1422
1423 2007-01-14  Bruno Haible  <bruno@clisp.org>
1424
1425         * modules/allocsa-tests: New file.
1426         * tests/test-allocsa.c: New file.
1427
1428 2007-01-14  Bruno Haible  <bruno@clisp.org>
1429
1430         * modules/fchdir (Depends-on): Add absolute-header.
1431         * modules/unistd (Depends-on): Likewise.
1432
1433 2006-12-30  Bruno Haible  <bruno@clisp.org>
1434
1435         * modules/fchdir: New file.
1436         * modules/unistd (Files): Add lib/unistd_.h.
1437         (Makefile.am): Generate unistd.h from unistd_.h.
1438         * lib/fchdir.c: New file.
1439         * lib/dirent_.h: New file.
1440         * lib/unistd_.h: New file.
1441         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
1442         * m4/fchdir.m4: New file.
1443         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
1444         (gl_HEADER_UNISTD): Invoke it.
1445         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
1446         function.
1447         * lib/backupfile.c (opendir, closedir): Undefine.
1448         * lib/chown.c (open, close): Undefine.
1449         * lib/clean-temp.c (open, close): Undefine.
1450         * lib/copy-file.c (open, close): Undefine.
1451         * lib/execute.c (open, close): Undefine.
1452         * lib/fsusage.c (open, close): Undefine.
1453         * lib/gc-gnulib.c (open, close): Undefine.
1454         * lib/getcwd.c (opendir, closedir): Undefine.
1455         * lib/glob.c (opendir, closedir): Undefine.
1456         * lib/javacomp.c (open, close): Undefine.
1457         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
1458         * lib/openat-proc.c (open, close): Undefine.
1459         * lib/pagealign_alloc.c (open, close): Undefine.
1460         * lib/pipe.c (open, close): Undefine.
1461         * lib/progreloc.c (open, close): Undefine.
1462         * lib/savedir.c (opendir, closedir): Undefine.
1463         * lib/utime.c (open, close): Undefine.
1464         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
1465
1466 2007-01-10  Bruno Haible  <bruno@clisp.org>
1467
1468         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
1469
1470 2007-01-12  Eric Blake  <ebb9@byu.net>
1471
1472         Provide a robust <wchar.h>.  Further simplifications are now
1473         possible in other modules, but not included here.
1474         * modules/wchar: New module.
1475         * m4/wchar.m4: New file.
1476         * lib/wchar_.h: Likewise.
1477         * modules/mbchar (Depends-on): Depend on wchar, as the first use
1478         of the new module.
1479         * MODULES.html.sh (Extended multibyte and wide character utilities):
1480         New section.
1481
1482 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
1483
1484         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
1485         to a reasonable default for memory allocation.
1486         (xreadlink): Don't allocate a huge buffer, to work around a buggy
1487         file system that reports garbage st_size values for symlinks.
1488         Problem reported by Liyang Hu.
1489
1490 2007-01-11  Simon Josefsson  <simon@josefsson.org>
1491
1492         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
1493         Emacs .#* auto-save files).
1494
1495 2007-01-11  Bruno Haible  <bruno@clisp.org>
1496
1497         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
1498         directory.
1499
1500 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1501
1502         Use @...@ consistently in lib/wctype_.h.
1503         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
1504         on it being set to 1 or 0.
1505         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
1506         go back to AC_SUBSTing it.
1507         * modules/wctype (Makefile.am): Undo previous change.
1508
1509 2007-01-10  Eric Blake  <ebb9@byu.net>
1510
1511         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
1512         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
1513         * modules/wctype (Makefile.am): Likewise.
1514         Reported by Chris McGuire.
1515
1516 2007-01-10  Jim Meyering  <jim@meyering.net>
1517
1518         fts.c: a small readability/maintainability improvement
1519         * lib/fts.c (fts_read): Make this code slightly more readable and
1520         maintainable by hoisting the "sp->fts_cur = p" assignments to
1521         immediately follow the statements that set P.  Derived from
1522         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
1523
1524 2007-01-10  Eric Blake  <ebb9@byu.net>
1525
1526         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
1527         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
1528         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1529         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
1530         Reported by Chris McGuire.
1531
1532 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1533
1534         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
1535         in sed script.
1536
1537 2007-01-09  Bruno Haible  <bruno@clisp.org>
1538
1539         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
1540         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
1541         variables.
1542         (func_module): Use them.
1543
1544 2007-01-09  Bruno Haible  <bruno@clisp.org>
1545
1546         * modules/unistr/base: New file.
1547         * lib/unistr.h: New file.
1548
1549         * modules/unistr/u8-to-u16: New file.
1550         * lib/unistr/u8-to-u16.c: New file.
1551
1552         * modules/unistr/u8-to-u32: New file.
1553         * lib/unistr/u8-to-u32.c: New file.
1554
1555         * modules/unistr/u16-to-u8: New file.
1556         * lib/unistr/u16-to-u8.c: New file.
1557
1558         * modules/unistr/u16-to-u32: New file.
1559         * lib/unistr/u16-to-u32.c: New file.
1560
1561         * modules/unistr/u32-to-u8: New file.
1562         * lib/unistr/u32-to-u8.c: New file.
1563
1564         * modules/unistr/u32-to-u16: New file.
1565         * lib/unistr/u32-to-u16.c: New file.
1566
1567         * modules/unistr/u8-check: New file.
1568         * modules/unistr/u16-check: New file.
1569         * modules/unistr/u32-check: New file.
1570         * lib/unistr/u8-check.c: New file.
1571         * lib/unistr/u16-check.c: New file.
1572         * lib/unistr/u32-check.c: New file.
1573
1574         * modules/unistr/u8-chr: New file.
1575         * modules/unistr/u16-chr: New file.
1576         * modules/unistr/u32-chr: New file.
1577         * lib/unistr/u8-chr.c: New file.
1578         * lib/unistr/u16-chr.c: New file.
1579         * lib/unistr/u32-chr.c: New file.
1580
1581         * modules/unistr/u8-cmp: New file.
1582         * modules/unistr/u16-cmp: New file.
1583         * modules/unistr/u32-cmp: New file.
1584         * lib/unistr/u8-cmp.c: New file.
1585         * lib/unistr/u16-cmp.c: New file.
1586         * lib/unistr/u32-cmp.c: New file.
1587
1588         * modules/unistr/u8-cpy: New file.
1589         * modules/unistr/u16-cpy: New file.
1590         * modules/unistr/u32-cpy: New file.
1591         * lib/unistr/u8-cpy.c: New file.
1592         * lib/unistr/u16-cpy.c: New file.
1593         * lib/unistr/u32-cpy.c: New file.
1594         * lib/unistr/u-cpy.h: New file.
1595
1596         * modules/unistr/u8-cpy-alloc: New file.
1597         * modules/unistr/u16-cpy-alloc: New file.
1598         * modules/unistr/u32-cpy-alloc: New file.
1599         * lib/unistr/u8-cpy-alloc.c: New file.
1600         * lib/unistr/u16-cpy-alloc.c: New file.
1601         * lib/unistr/u32-cpy-alloc.c: New file.
1602         * lib/unistr/u-cpy-alloc.h: New file.
1603
1604         * modules/unistr/u8-endswith: New file.
1605         * modules/unistr/u16-endswith: New file.
1606         * modules/unistr/u32-endswith: New file.
1607         * lib/unistr/u8-endswith.c: New file.
1608         * lib/unistr/u16-endswith.c: New file.
1609         * lib/unistr/u32-endswith.c: New file.
1610         * lib/unistr/u-endswith.h: New file.
1611
1612         * modules/unistr/u8-mblen: New file.
1613         * modules/unistr/u16-mblen: New file.
1614         * modules/unistr/u32-mblen: New file.
1615         * lib/unistr/u8-mblen.c: New file.
1616         * lib/unistr/u16-mblen.c: New file.
1617         * lib/unistr/u32-mblen.c: New file.
1618
1619         * modules/unistr/u8-mbtouc: New file.
1620         * modules/unistr/u16-mbtouc: New file.
1621         * modules/unistr/u32-mbtouc: New file.
1622         * lib/unistr/u8-mbtouc.c: New file.
1623         * lib/unistr/u16-mbtouc.c: New file.
1624         * lib/unistr/u32-mbtouc.c: New file.
1625
1626         * modules/unistr/u8-mbtouc-safe: New file.
1627         * modules/unistr/u16-mbtouc-safe: New file.
1628         * modules/unistr/u32-mbtouc-safe: New file.
1629         * lib/unistr/u8-mbtouc-safe.c: New file.
1630         * lib/unistr/u16-mbtouc-safe.c: New file.
1631         * lib/unistr/u32-mbtouc-safe.c: New file.
1632
1633         * modules/unistr/u8-move: New file.
1634         * modules/unistr/u16-move: New file.
1635         * modules/unistr/u32-move: New file.
1636         * lib/unistr/u8-move.c: New file.
1637         * lib/unistr/u16-move.c: New file.
1638         * lib/unistr/u32-move.c: New file.
1639         * lib/unistr/u-move.h: New file.
1640
1641         * modules/unistr/u8-next: New file.
1642         * modules/unistr/u16-next: New file.
1643         * modules/unistr/u32-next: New file.
1644         * lib/unistr/u8-next.c: New file.
1645         * lib/unistr/u16-next.c: New file.
1646         * lib/unistr/u32-next.c: New file.
1647
1648         * modules/unistr/u8-prev: New file.
1649         * modules/unistr/u16-prev: New file.
1650         * modules/unistr/u32-prev: New file.
1651         * lib/unistr/u8-prev.c: New file.
1652         * lib/unistr/u16-prev.c: New file.
1653         * lib/unistr/u32-prev.c: New file.
1654
1655         * modules/unistr/u8-set: New file.
1656         * modules/unistr/u16-set: New file.
1657         * modules/unistr/u32-set: New file.
1658         * lib/unistr/u8-set.c: New file.
1659         * lib/unistr/u16-set.c: New file.
1660         * lib/unistr/u32-set.c: New file.
1661         * lib/unistr/u-set.h: New file.
1662
1663         * modules/unistr/u8-startswith: New file.
1664         * modules/unistr/u16-startswith: New file.
1665         * modules/unistr/u32-startswith: New file.
1666         * lib/unistr/u8-startswith.c: New file.
1667         * lib/unistr/u16-startswith.c: New file.
1668         * lib/unistr/u32-startswith.c: New file.
1669         * lib/unistr/u-startswith.h: New file.
1670
1671         * modules/unistr/u8-stpcpy: New file.
1672         * modules/unistr/u16-stpcpy: New file.
1673         * modules/unistr/u32-stpcpy: New file.
1674         * lib/unistr/u8-stpcpy.c: New file.
1675         * lib/unistr/u16-stpcpy.c: New file.
1676         * lib/unistr/u32-stpcpy.c: New file.
1677         * lib/unistr/u-stpcpy.h: New file.
1678
1679         * modules/unistr/u8-stpncpy: New file.
1680         * modules/unistr/u16-stpncpy: New file.
1681         * modules/unistr/u32-stpncpy: New file.
1682         * lib/unistr/u8-stpncpy.c: New file.
1683         * lib/unistr/u16-stpncpy.c: New file.
1684         * lib/unistr/u32-stpncpy.c: New file.
1685         * lib/unistr/u-stpncpy.h: New file.
1686
1687         * modules/unistr/u8-strcat: New file.
1688         * modules/unistr/u16-strcat: New file.
1689         * modules/unistr/u32-strcat: New file.
1690         * lib/unistr/u8-strcat.c: New file.
1691         * lib/unistr/u16-strcat.c: New file.
1692         * lib/unistr/u32-strcat.c: New file.
1693         * lib/unistr/u-strcat.h: New file.
1694
1695         * modules/unistr/u8-strchr: New file.
1696         * modules/unistr/u16-strchr: New file.
1697         * modules/unistr/u32-strchr: New file.
1698         * lib/unistr/u8-strchr.c: New file.
1699         * lib/unistr/u16-strchr.c: New file.
1700         * lib/unistr/u32-strchr.c: New file.
1701
1702         * modules/unistr/u8-strcmp: New file.
1703         * modules/unistr/u16-strcmp: New file.
1704         * modules/unistr/u32-strcmp: New file.
1705         * lib/unistr/u8-strcmp.c: New file.
1706         * lib/unistr/u16-strcmp.c: New file.
1707         * lib/unistr/u32-strcmp.c: New file.
1708
1709         * modules/unistr/u8-strcpy: New file.
1710         * modules/unistr/u16-strcpy: New file.
1711         * modules/unistr/u32-strcpy: New file.
1712         * lib/unistr/u8-strcpy.c: New file.
1713         * lib/unistr/u16-strcpy.c: New file.
1714         * lib/unistr/u32-strcpy.c: New file.
1715         * lib/unistr/u-strcpy.h: New file.
1716
1717         * modules/unistr/u8-strcspn: New file.
1718         * modules/unistr/u16-strcspn: New file.
1719         * modules/unistr/u32-strcspn: New file.
1720         * lib/unistr/u8-strcspn.c: New file.
1721         * lib/unistr/u16-strcspn.c: New file.
1722         * lib/unistr/u32-strcspn.c: New file.
1723         * lib/unistr/u-strcspn.h: New file.
1724
1725         * modules/unistr/u8-strdup: New file.
1726         * modules/unistr/u16-strdup: New file.
1727         * modules/unistr/u32-strdup: New file.
1728         * lib/unistr/u8-strdup.c: New file.
1729         * lib/unistr/u16-strdup.c: New file.
1730         * lib/unistr/u32-strdup.c: New file.
1731         * lib/unistr/u-strdup.h: New file.
1732
1733         * modules/unistr/u8-strlen: New file.
1734         * modules/unistr/u16-strlen: New file.
1735         * modules/unistr/u32-strlen: New file.
1736         * lib/unistr/u8-strlen.c: New file.
1737         * lib/unistr/u16-strlen.c: New file.
1738         * lib/unistr/u32-strlen.c: New file.
1739         * lib/unistr/u-strlen.h: New file.
1740
1741         * modules/unistr/u8-strmblen: New file.
1742         * modules/unistr/u16-strmblen: New file.
1743         * modules/unistr/u32-strmblen: New file.
1744         * lib/unistr/u8-strmblen.c: New file.
1745         * lib/unistr/u16-strmblen.c: New file.
1746         * lib/unistr/u32-strmblen.c: New file.
1747
1748         * modules/unistr/u8-strmbtouc: New file.
1749         * modules/unistr/u16-strmbtouc: New file.
1750         * modules/unistr/u32-strmbtouc: New file.
1751         * lib/unistr/u8-strmbtouc.c: New file.
1752         * lib/unistr/u16-strmbtouc.c: New file.
1753         * lib/unistr/u32-strmbtouc.c: New file.
1754
1755         * modules/unistr/u8-strncat: New file.
1756         * modules/unistr/u16-strncat: New file.
1757         * modules/unistr/u32-strncat: New file.
1758         * lib/unistr/u8-strncat.c: New file.
1759         * lib/unistr/u16-strncat.c: New file.
1760         * lib/unistr/u32-strncat.c: New file.
1761         * lib/unistr/u-strncat.h: New file.
1762
1763         * modules/unistr/u8-strncmp: New file.
1764         * modules/unistr/u16-strncmp: New file.
1765         * modules/unistr/u32-strncmp: New file.
1766         * lib/unistr/u8-strncmp.c: New file.
1767         * lib/unistr/u16-strncmp.c: New file.
1768         * lib/unistr/u32-strncmp.c: New file.
1769
1770         * modules/unistr/u8-strncpy: New file.
1771         * modules/unistr/u16-strncpy: New file.
1772         * modules/unistr/u32-strncpy: New file.
1773         * lib/unistr/u8-strncpy.c: New file.
1774         * lib/unistr/u16-strncpy.c: New file.
1775         * lib/unistr/u32-strncpy.c: New file.
1776         * lib/unistr/u-strncpy.h: New file.
1777
1778         * modules/unistr/u8-strnlen: New file.
1779         * modules/unistr/u16-strnlen: New file.
1780         * modules/unistr/u32-strnlen: New file.
1781         * lib/unistr/u8-strnlen.c: New file.
1782         * lib/unistr/u16-strnlen.c: New file.
1783         * lib/unistr/u32-strnlen.c: New file.
1784         * lib/unistr/u-strnlen.h: New file.
1785
1786         * modules/unistr/u8-strpbrk: New file.
1787         * modules/unistr/u16-strpbrk: New file.
1788         * modules/unistr/u32-strpbrk: New file.
1789         * lib/unistr/u8-strpbrk.c: New file.
1790         * lib/unistr/u16-strpbrk.c: New file.
1791         * lib/unistr/u32-strpbrk.c: New file.
1792         * lib/unistr/u-strpbrk.h: New file.
1793
1794         * modules/unistr/u8-strrchr: New file.
1795         * modules/unistr/u16-strrchr: New file.
1796         * modules/unistr/u32-strrchr: New file.
1797         * lib/unistr/u8-strrchr.c: New file.
1798         * lib/unistr/u16-strrchr.c: New file.
1799         * lib/unistr/u32-strrchr.c: New file.
1800
1801         * modules/unistr/u8-strspn: New file.
1802         * modules/unistr/u16-strspn: New file.
1803         * modules/unistr/u32-strspn: New file.
1804         * lib/unistr/u8-strspn.c: New file.
1805         * lib/unistr/u16-strspn.c: New file.
1806         * lib/unistr/u32-strspn.c: New file.
1807         * lib/unistr/u-strspn.h: New file.
1808
1809         * modules/unistr/u8-strstr: New file.
1810         * modules/unistr/u16-strstr: New file.
1811         * modules/unistr/u32-strstr: New file.
1812         * lib/unistr/u8-strstr.c: New file.
1813         * lib/unistr/u16-strstr.c: New file.
1814         * lib/unistr/u32-strstr.c: New file.
1815         * lib/unistr/u-strstr.h: New file.
1816
1817         * modules/unistr/u8-strtok: New file.
1818         * modules/unistr/u16-strtok: New file.
1819         * modules/unistr/u32-strtok: New file.
1820         * lib/unistr/u8-strtok.c: New file.
1821         * lib/unistr/u16-strtok.c: New file.
1822         * lib/unistr/u32-strtok.c: New file.
1823         * lib/unistr/u-strtok.h: New file.
1824
1825         * modules/unistr/u8-uctomb: New file.
1826         * modules/unistr/u16-uctomb: New file.
1827         * modules/unistr/u32-uctomb: New file.
1828         * lib/unistr/u8-uctomb.c: New file.
1829         * lib/unistr/u16-uctomb.c: New file.
1830         * lib/unistr/u32-uctomb.c: New file.
1831
1832         * MODULES.html.sh (Unicode string functions): Add the new modules.
1833
1834 2007-01-08  Bruno Haible  <bruno@clisp.org>
1835
1836         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
1837         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
1838         subdirectories.
1839
1840 2007-01-08  Karl Berry  <karl@gnu.org>
1841
1842         * doc/error.texi: mention that main() fns must set program_name
1843         when progname is used.
1844
1845 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
1846
1847         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
1848         WCTYPE_H is empty, for the benefit of builds from non-distclean
1849         directories.  Problem reported by Eric Blake in
1850         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
1851
1852 2007-01-08  Bruno Haible  <bruno@clisp.org>
1853
1854         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
1855         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
1856         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
1857         PROVIDE_CANONICALIZE_FILENAME_MODE.
1858         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
1859
1860 2007-01-08  Bruno Haible  <bruno@clisp.org>
1861
1862         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
1863         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
1864         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
1865         * lib/fts.c: Likewise.
1866         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
1867
1868 2006-12-25  Bruno Haible  <bruno@clisp.org>
1869
1870         * modules/utf8-ucs4-safe: New file.
1871         * lib/utf8-ucs4-safe.h: New file.
1872         * lib/unistr/utf8-ucs4-safe.c: New file.
1873
1874         * modules/utf16-ucs4-safe: New file.
1875         * lib/utf16-ucs4-safe.h: New file.
1876         * lib/unistr/utf16-ucs4-safe.c: New file.
1877
1878         * MODULES.html.sh (Unicode string functions): Add the new modules.
1879
1880 2007-01-08  Bruno Haible  <bruno@clisp.org>
1881
1882         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
1883         (Depends-on): Add unitypes.
1884         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1885         (u8_mbtouc_aux): Move out to separate file.
1886         (u8_mbtouc): Use ucs4_t, uint8_t types.
1887         * lib/unistr/utf8-ucs4.c: New file.
1888
1889         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
1890         (Depends-on): Add unitypes.
1891         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1892         (u16_mbtouc_aux): Move out to separate file.
1893         (u16_mbtouc): Use ucs4_t, uint16_t types.
1894         * lib/unistr/utf16-ucs4.c: New file.
1895
1896         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
1897         (Depends-on): Add unitypes.
1898         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
1899         (u8_uctomb_aux): Move out to separate file.
1900         (u8_uctomb): Use ucs4_t, uint8_t types.
1901         * lib/unistr/ucs4-utf8.c: New file.
1902
1903         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
1904         (Depends-on): Add unitypes.
1905         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
1906         (u16_uctomb_aux): Move out to separate file.
1907         (u16_uctomb): Use ucs4_t, uint16_t types.
1908         * lib/unistr/ucs4-utf16.c: New file.
1909
1910 2006-12-25  Bruno Haible  <bruno@clisp.org>
1911
1912         * modules/unitypes: New file.
1913         * lib/unitypes.h: New file.
1914         * MODULES.html.sh (func_all_modules): New section "Unicode string
1915         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
1916         this section. Add unitypes.
1917
1918 2007-01-08  Bruno Haible  <bruno@clisp.org>
1919
1920         Avoid variable names that conflict with those from libtool.
1921         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
1922         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
1923         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
1924         library_names_spec to acl_library_names_spec, hardcode_* to
1925         acl_hardcode_*.
1926         Reported by Ralf Wildenhues.
1927
1928 2007-01-08  Bruno Haible  <bruno@clisp.org>
1929
1930         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
1931         definition.
1932         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
1933         definition.
1934         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
1935         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
1936         definition.
1937         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
1938         definition.
1939         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
1940         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
1941         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
1942         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
1943         definition.
1944         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
1945         definition.
1946         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
1947         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
1948         GC_USE_<algorithm>.
1949         * lib/gc-libgcrypt.c: Likewise.
1950         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
1951         * modules/gc-arctwo (configure.ac): Likewise.
1952         * modules/gc-des (configure.ac): Likewise.
1953         * modules/gc-hmac-md5 (configure.ac): Likewise.
1954         * modules/gc-hmac-sha1 (configure.ac): Likewise.
1955         * modules/gc-md2 (configure.ac): Likewise.
1956         * modules/gc-md4 (configure.ac): Likewise.
1957         * modules/gc-md5 (configure.ac): Likewise.
1958         * modules/gc-random (configure.ac): Likewise.
1959         * modules/gc-rijndael (configure.ac): Likewise.
1960         * modules/gc-sha1 (configure.ac): Likewise.
1961
1962 2007-01-08  Bruno Haible  <bruno@clisp.org>
1963
1964         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
1965         macro definition.
1966         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
1967         definition.
1968         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
1969         definition.
1970         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
1971         * modules/fcntl-safer (configure.ac): Likewise.
1972         * modules/fopen-safer (configure.ac): Likewise.
1973         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
1974         GNULIB_FWRITEERROR macro definition.
1975
1976 2007-01-08  Bruno Haible  <bruno@clisp.org>
1977
1978         * m4/gnulib-common.m4: New file.
1979         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
1980         (func_get_filelist): Add m4/gnulib-common.m4.
1981
1982 2007-01-08  Bruno Haible  <bruno@clisp.org>
1983
1984         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
1985         command.
1986
1987 2007-01-08  Jim Meyering  <jim@meyering.net>
1988
1989         Use a more robust test for a "can't happen" condition.
1990         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
1991         narrowed the st_size value.  Presuming the "can't happen" condition
1992         is true, that narrowing could conceivably convert an invalid st_size
1993         value into a valid one.  Instead, use a change based on Matthew
1994         Woehlke's original patch.
1995
1996         Slight readability improvement: use an assert-like macro
1997         in place of literal "abort ()" uses.
1998         * lib/fts.c (fts_assert): Define.
1999         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
2000         Use this macro instead of a bare 'abort'.
2001
2002 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
2003
2004         Don't worry about using IRIX 5.3's wctype.h broken definitions;
2005         simply work around them.
2006         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
2007         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
2008         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
2009         Don't bother to define as macros, since the standard doesn't require it.
2010         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
2011         longer worry about IRIX 5.3.
2012         (HAVE_WCTYPE_CTMP_BUG): Remove.
2013
2014 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
2015
2016         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
2017         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
2018         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
2019         Problems reported by Georg Schwarz for IRIX 5.3.
2020
2021         * gnulib-tool (autoconf_minversion): Take the maximum version number
2022         found, not the minimum.  Problem reported by James Youngman.
2023
2024 2007-01-03  Karl Berry  <karl@gnu.org>
2025
2026         * doc/error.texi: new file, explaining interaction with progname.
2027         * doc/gnulib.texi: include it.  Update copyright.
2028
2029 2007-01-03  Simon Josefsson  <simon@josefsson.org>
2030
2031         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
2032         AC_CANONICAL_HOST, to improve autobuild outputs.
2033
2034 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
2035             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
2036
2037         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
2038         sockets, server sockets, and other file descriptors.  Count errors
2039         to compute the return value.  Reorder the code a bit to be easier
2040         to follow.  Don't set event bits that were not requested (except
2041         POLLERR and POLLHUP).
2042
2043 2007-01-01  Bruno Haible  <bruno@clisp.org>
2044
2045         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
2046
2047 2007-01-03  Jim Meyering  <jim@meyering.net>
2048
2049         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
2050
2051 2007-01-02  Bruno Haible  <bruno@clisp.org>
2052
2053         * modules/settime (Include): Require timespec.h.
2054         * modules/nanosleep (Include): Likewise.
2055
2056 2007-01-01  Bruno Haible  <bruno@clisp.org>
2057
2058         * gnulib-tool (func_emit_copyright_notice): Bump year.
2059         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
2060
2061 2007-01-01  Bruno Haible  <bruno@clisp.org>
2062
2063         Improve support for OpenBSD.
2064         * build-aux/config.rpath (libname_spec): Export.
2065         (library_names_spec): New variable. Export.
2066         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
2067         library_names_spec from the config.rpath output. Locate shared library
2068         through the name pattern in library_names_spec.
2069
2070 2007-01-01  Eric Blake  <ebb9@byu.net>
2071
2072         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
2073
2074 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2075
2076         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
2077         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
2078         assume the C locale, and avoid an "eval" that could cause trouble.
2079         Problem with SORT reported by Bob Proulx.
2080
2081         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
2082         Define.  Trivial patch from Henning Nielsen Lund, originally
2083         sent to bug-grep@gnu.org today.
2084
2085 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2086
2087         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
2088         struct stat.  Problem reported by Henning Nielsen Lund.
2089         * lib/acl.c: Include acl.h first, to check interface.  Don't
2090         bother to include sys/types.h and sys/stat.h again.
2091
2092 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
2093
2094         Import the following change from libc; problem reported by
2095         Sven Verdoolaege.
2096
2097         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
2098
2099         [BZ #1373]
2100         * lib/argp.h: Remove __NTH for __argp_usage inline function.
2101
2102 2006-12-28  Jim Meyering  <jim@meyering.net>
2103
2104         * build-aux/announce-gen: Do not assume that the package
2105         builds any of tar.gz, tar.bz2, and .xdelta files.
2106         Suggestion from Simon Josefsson.
2107
2108 2006-12-28  Simon Josefsson  <simon@josefsson.org>
2109
2110         * modules/announce-gen: New file.
2111
2112 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
2113
2114         * lib/mbchar.h: Just include <wctype.h>; the wctype module
2115         handles its gotchas now.
2116         * lib/mbswidth.c: Likewise.
2117         * lib/wcwidth.h: Likewise.
2118         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
2119         and iswcntrl; the wctype module does this stuff now.
2120         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
2121         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2122         * modules/mbchar (Depends-on): Add wctype.
2123         * modules/mbswidth (Depends-on): Likewise.
2124         * modules/wcwidth (Depends-on): Likewise.
2125
2126 2006-12-27  Eric Blake  <ebb9@byu.net>
2127
2128         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
2129         module uses more than what <wctype.h> is required to provide.
2130
2131 2006-12-26  Eric Blake  <ebb9@byu.net>
2132
2133         * gnulib-tool (sed_extract_prog): Avoid space-tab.
2134
2135 2006-12-26  Eric Blake  <ebb9@byu.net>
2136
2137         * modules/absolute-header: New module.
2138         * modules/fcntl (Depends-on): Depend on it.
2139         * modules/inttypes (Depends-on): Likewise.
2140         * modules/stdint (Depends-on): Likewise.
2141         * modules/sys_stat (Depends-on): Likewise.
2142         * modules/wctype (Depends-on): Likewise.
2143         * MODULES.html.sh (Support for building libraries and
2144         executables): Document it.
2145
2146 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
2147
2148         * gnulib-tool (SED): Remove, undoing previous change.
2149         The problem was that it broke coreutils on Solaris, because
2150         "sed --posix" leaked into a makefile.
2151         (sed): New alias, if 'alias' and GNU sed.
2152
2153 2006-12-24  Jim Meyering  <jim@meyering.net>
2154
2155         Work around an fchownat bug in glibc-2.4:
2156         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
2157         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
2158         in spite of the -P option.
2159         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
2160         New macros.
2161         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
2162         * modules/openat (Files): Add lib/fchownat.c.
2163         * lib/openat.c (fchownat): Don't define here.  Move to...
2164         * lib/fchownat.c: ...this new file.
2165
2166 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
2167
2168         Fix bug reported by Bruno Haible in
2169         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
2170         where quotearg.c didn't compile on Mac OS X 10.2 because it
2171         lacks <wchar.h> and wint_t.
2172         * lib/wctype_.h (__wctype_wint_t): New type.
2173         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
2174         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
2175         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
2176         Arg is now of type __wctype_wint_t, not wint_t.
2177         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
2178         substitute HAVE_WINT_T.
2179         * modules/wctype (Files): Add m4/wint_t.m4.
2180         (wctype.h): Substitute HAVE_WINT_T.
2181
2182 2006-12-23  Bruno Haible  <bruno@clisp.org>
2183
2184         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
2185
2186 2006-12-23  Bruno Haible  <bruno@clisp.org>
2187
2188         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
2189         S_ISLNK.
2190         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
2191         mingw.
2192
2193 2006-12-22  Bruno Haible  <bruno@clisp.org>
2194
2195         * lib/copy-file.c: Include acl.h.
2196         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
2197         Close the file descriptors only after being done with copy_acl.
2198         * modules/copy-file (Depends-on): Add acl.
2199
2200 2006-12-22  Bruno Haible  <bruno@clisp.org>
2201
2202         * gnulib-tool (SED): New variable.
2203         Use $SED instead of sed everywhere.
2204
2205 2006-12-22  Bruno Haible  <bruno@clisp.org>
2206
2207         * modules/no-c++: New file.
2208         * m4/no-c++.m4: New file.
2209         * MODULES.html.sh (Support for building libraries and executables):
2210         Add no-c++.
2211
2212 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
2213
2214         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
2215         Include <limits.h>, and use its INT_MAX to rewrite the
2216         j loop so that it does not overflow 'int'.  Problem reported by
2217         Ralf Wildenhues in
2218         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
2219         Play it safe by shifting left by 1 rather than multiplying by 2,
2220         as GCC is less likely to optimize this away when the value
2221         is signed (when it assumes overflow leads to undefined behavior).
2222         Also, don't assume time_t uses two's complement.
2223
2224 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2225
2226         * MODULES.html.sh: New module wctype.
2227         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
2228         * lib/fnmatch.c: Don't bother to include <wchar.h> before
2229         <wctype.h>, since the new wctype module should fix this.
2230         * lib/quotearg.c: Include <wctype.h> unconditionally, since
2231         the wctype module should arrange for it.
2232         * lib/regex_internal.h: Likewise.
2233         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
2234         since the wctype module should handle this now.
2235         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
2236         * modules/fnmatch (Depends-on): Add wctype.
2237         * modules/quotearg (Depends-on): Likewise.
2238         * modules/regex (Depends-on): Likewise.
2239
2240 2006-12-19  Bruno Haible  <bruno@clisp.org>
2241
2242         * lib/strdup.h [C++]: Wrap definitions in extern "C".
2243         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
2244
2245 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2246
2247         * modules/savewd (Depends-on): Fix dependency on fcntl.
2248
2249 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2250
2251         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
2252         conforms to C99, rather than relying on the user's environment
2253         setting of STDINT_H.
2254
2255 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2256         and Eric Blake  <ebb9@byu.net>
2257
2258         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
2259         This is more consistent with the other defines here.
2260         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
2261         Port to z/OS.  Problem reported by Paul Gilmartin.
2262         Change local vars to use gl_ prefix rather than ac_.
2263         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
2264         with other defines.
2265         * modules/double-slash-root: New module.
2266         * modules/dirname (Files): Remove m4/double-slash-root.m4.
2267         (Depends-on): Add double-slash-root.
2268         * MODULES.html.sh (File system functions): Mention new module.
2269
2270 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2271
2272         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
2273         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
2274         This is for the benefit of gzip, which doesn't do i18n.
2275
2276 2006-12-12  Jim Meyering  <jim@meyering.net>
2277
2278         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
2279         Reported by Andreas Schwab <schwab@suse.de>.
2280
2281 2006-12-12  Bruno Haible  <bruno@clisp.org>
2282
2283         Merge these changes.
2284         2006-09-05  Bruno Haible  <bruno@clisp.org>
2285         * lib/iconvme.c (iconv_string): No need to save and restore errno when
2286         iconv_alloc succeeded.
2287         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
2288         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
2289         test for " && dest " at the end - dest is always != NULL there. Call
2290         iconv with 4xNULL arguments initially, to reset the state. Call iconv
2291         with 2xNULL arguments, also to flush the state storage. Handle the
2292         IRIX iconv behaviour. Realloc the final result, to throw away unused
2293         memory.
2294
2295 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
2296
2297         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
2298         and fchmodat unconditionally, since glibc 2.4 has them.
2299         Problem reported by Arkadiusz Miskiewicz.
2300
2301 2006-12-10  Bruno Haible  <bruno@clisp.org>
2302
2303         * gnulib-tool (func_import): Show the include files only for those
2304         modules that are copied and specified.
2305         Reported by Karl Berry.
2306
2307 2006-12-08  Jim Meyering  <jim@meyering.net>
2308
2309         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
2310         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
2311
2312         * build-aux/announce-gen: Add two new options, both optional:
2313         --bootstrap-tools=TOOL_LIST
2314               a comma-separated list of tools, e.g.,
2315               autoconf,automake,bison,gnulib
2316         --gnulib-snapshot-date=DATE
2317               if gnulib is in the bootstrap tool list,
2318               then report this as the snapshot date.
2319               If not specified, use the current date/time.
2320               If you specify a date here, be sure it's UTC.
2321
2322 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2323
2324         * tests/test-argp-2.sh: Fix test to match actual output.
2325         (func_compare): Fix sed script to be portable.
2326
2327 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2328
2329         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
2330         workaround for this case.  It is not autoconfigured now; offhand
2331         it's hard to see how to autoconfigure it.
2332
2333 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
2334
2335         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
2336         a directory that is about to be chowned.  Such a directory's
2337         initial file permissions should permit the owner only and this
2338         should not be changed until after the chown, since the group and
2339         other bits would be incorrect if they granted permission before
2340         the chown.
2341
2342         Fix porting problem for iswctype reported by Georg Schwarz in:
2343         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
2344         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
2345         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
2346         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
2347         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2348
2349 2006-12-03  Jim Meyering  <jim@meyering.net>
2350
2351         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
2352         p->fts_statp may not yet be defined.
2353         (fts_read): Instead, set it in the caller, once p->fts_statp is
2354         sure to be defined, and corresponds to a top-level directory.
2355         This bug made du -x fail.  Here's the coreutils test case:
2356         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
2357         Reported by Mike Frysinger.
2358
2359 2006-12-01  Jim Meyering  <jim@meyering.net>
2360
2361         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
2362         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
2363         Reported by Simon Josefsson.
2364
2365 2006-11-30  Jim Meyering  <jim@meyering.net>
2366
2367         * m4/warning.m4: Use the all-permissive copyright notice
2368         recommended by RMS (rather than LGPL).
2369         * m4/vararrays.m4: Likewise.
2370         * m4/flexmember.m4: Likewise.
2371
2372 2006-11-29  Bruno Haible  <bruno@clisp.org>
2373
2374         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2375         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
2376         using +=.
2377         Reported by Simon Josefsson <simon@josefsson.org>.
2378
2379 2006-11-28  James Youngman <jay@gnu.org>
2380
2381         * README: Advise users that they might find the bug-gnulib@gnu.org
2382         and autotools-announce@gnu.org mailing lists useful.
2383
2384 2006-11-28  Bruno Haible  <bruno@clisp.org>
2385
2386         * m4/ptrdiff_max.m4: Remove file.
2387
2388 2006-11-21  Bruno Haible  <bruno@clisp.org>
2389
2390         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
2391         _AC_COMPUTE_INT.
2392         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2393         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
2394         _AC_COMPUTE_INT.
2395         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2396         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
2397         _AC_COMPUTE_INT.
2398         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2399
2400 2006-11-28  Jim Meyering  <jim@meyering.net>
2401
2402         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
2403         warning from "gcc -Wshadow" about shadowing the builtin.
2404
2405 2006-11-27  Bruno Haible  <bruno@clisp.org>
2406
2407         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
2408         _AC_COMPUTE_INT.
2409         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2410
2411 2006-11-27  Bruno Haible  <bruno@clisp.org>
2412             Paul Eggert  <eggert@cs.ucla.edu>
2413
2414         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
2415
2416 2006-11-26  Bruno Haible  <bruno@clisp.org>
2417
2418         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2419         noinst_LTLIBRARIES.
2420
2421 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2422             Bruno Haible  <bruno@clisp.org>
2423
2424         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
2425         if compiling with "gcc -ansi".
2426
2427 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2428
2429         Fix some incompatibilities with gcc -ansi -pedantic.
2430         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
2431         if compiling pedantically with GCC, unless it's C99 or later.
2432         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
2433         it mishandles gcc -ansi -pedantic as well.
2434         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
2435         if gcc -pedantic.
2436         * lib/regexec.c (check_node_accept_bytes): Don't use auto
2437         initializers for struct if -pedantic, unless it's C99 or later.
2438
2439 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
2440
2441         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
2442         Don't close an fd more than once. Identical atimes indicate
2443         success, not failure.
2444
2445 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
2446
2447         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
2448
2449 2006-11-23  Jim Meyering  <jim@meyering.net>
2450
2451         * build-aux/announce-gen: New file.  From coreutils.
2452
2453 2006-11-22  Jim Meyering  <jim@meyering.net>
2454
2455         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
2456         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
2457         (fts_read): Use a temporary to narrow the overused st_size member
2458         before using it in a switch statement.  Reported by Matthew Woehlke.
2459
2460         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
2461         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
2462
2463 2006-11-20  Bruno Haible  <bruno@clisp.org>
2464
2465         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
2466         changequote instead of pairs of brackets.
2467         Reported by Andreas Schwab <schwab@suse.de>.
2468
2469 2006-11-21  Jim Meyering  <jim@meyering.net>
2470
2471         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
2472         so as to remain compatible with older compilers.
2473         Patch from Michael Deutschmann.
2474
2475 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2476
2477         * MODULES.html.sh (File system functions): Add openat.
2478
2479         * lib/openat.h (rpl_fstatat): New macro, if
2480         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
2481         (fstatat): Define to rpl_fstatat under the same conditions,
2482         unless COMPILING_FSTATAT.
2483         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
2484         seems to have the bug.
2485         * lib/fstatat.c: New file.
2486         * modules/openat (Files): Add it.
2487
2488 2006-11-20  Bruno Haible  <bruno@clisp.org>
2489
2490         * Makefile: New file.
2491
2492 2006-11-20  Jim Meyering  <jim@meyering.net>
2493
2494         The beginnings of syntax-related checks for gnulib.
2495         * lib/Makefile: New file.
2496         * lib/t-idcache: New script.  Ensure that the two halves of
2497         idcache.c stay in sync.
2498
2499         * lib/idcache.c: Adjust comments in user- and group- portions to
2500         be more accurate, and to be consistent with one another.
2501
2502 2006-11-20  Jim Meyering  <jim@meyering.net>
2503
2504         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
2505         continue using the flexible array member (thus, this module performs
2506         half as many malloc calls), with the addition that...
2507         (getgroup, getuser): Consistently record a non-match via an empty
2508         "name" string, and map an empty string match to a NULL return value.
2509         * modules/idcache (Depends-on): Re-add flexmember.
2510
2511         * lib/idcache.c (getuser): Remove all uses of the register keyword.
2512         (getuidbyname, getgroup, getgidbyname): Likewise.
2513
2514         Use cleaner syntax: NULL rather than 0.
2515         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
2516
2517 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2518
2519         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
2520         It mishandled the case where the group was missing.
2521         Problem reported by Greg Schafer.
2522         * modules/idcache: Likewise.
2523
2524 2006-11-18  Jim Meyering  <jim@meyering.net>
2525
2526         * check-module (%exempt_header): Add exception for some
2527         conditionally-included headers.
2528
2529         * modules/i-ring (Depends-on): Add verify.
2530         (License): Change to LGPL.
2531
2532 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2533
2534         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
2535         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
2536         and inttostr.h.  Use snprintf rather than uinttostr, so that
2537         LGPLed code doesn't depend on GPLed.
2538
2539 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2540
2541         * modules/inline (License): Change from GPL to LGPL.
2542
2543 2006-11-17  Jim Meyering  <jim@meyering.net>
2544
2545         * modules/d-type (License): Switch to LGPL.
2546
2547 2006-11-15  Bruno Haible  <bruno@clisp.org>
2548
2549         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
2550
2551 2006-11-15  Eric Blake  <ebb9@byu.net>
2552
2553         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
2554         the module dependency.
2555
2556 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2557             Bruno Haible  <bruno@clisp.org>
2558
2559         * gnulib-tool (func_create_testdir): Add license consistency check.
2560
2561 2006-11-15  Eric Blake  <ebb9@byu.net>
2562
2563         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
2564         random "(cached)" in configure output.
2565
2566 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2567
2568         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
2569         test for conforming inttypes.h is both announced and cached.
2570
2571         * MODULES.html.sh (seen_modules, seen_files): New variables.
2572         (func_module): Rewrite to use a few less gnulib-tool and sed
2573         invocations.  Avoid a couple of quadratic algorithms for ...
2574         (missed_modules, missed_files): ... these, with ...
2575         (func_append, func_tmpdir): ... these new functions, from
2576         gnulib-tool.  Analogously, install traps for cleanup.
2577
2578         * tests/test-gc.c (main): Remove unused variables.
2579         * tests/test-read-file.c: Include stdlib.h, for 'free'.
2580
2581 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2582
2583         * modules/inttostr (License): Change to LGPL.
2584
2585 2006-11-14  Eric Blake  <ebb9@byu.net>
2586
2587         * modules/tempname (License): Change to LGPL.
2588
2589 2006-11-14  Eric Blake  <ebb9@byu.net>
2590
2591         * doc/functions.texi (Function Portability): *printf functions on
2592         Cygwin now understand all POSIX size specifiers.
2593
2594 2006-11-14  Bruno Haible  <bruno@clisp.org>
2595
2596         * modules/c-ctype (License): Change to LGPL.
2597
2598 2006-11-12  Bruno Haible  <bruno@clisp.org>
2599
2600         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
2601         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
2602         for GNOME libraries, for which the include files are installed in
2603         subdirectories of $prefix/include.
2604
2605 2006-11-12  Bruno Haible  <bruno@clisp.org>
2606
2607         * m4/lib-link.m4: Require at least autoconf-2.54.
2608         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
2609         name to underscores for the --with option.
2610
2611 2006-11-13  Bruno Haible  <bruno@clisp.org>
2612
2613         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
2614         the tests directory.
2615         Reported by Ralf Wildenhues.
2616
2617 2006-11-13  Bruno Haible  <bruno@clisp.org>
2618
2619         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
2620         (func_emit_initmacro_end): Undo the override here.
2621         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
2622         Works around the famous automake error in coreutils.
2623
2624 2006-11-13  Eric Blake  <ebb9@byu.net>
2625
2626         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
2627         element, not its node.
2628
2629 2006-11-12  Bruno Haible  <bruno@clisp.org>
2630
2631         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
2632         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
2633
2634 2006-11-12  Bruno Haible  <bruno@clisp.org>
2635
2636         * gnulib-tool: New option --local-symlink.
2637         (func_usage): Document it.
2638         (lsymbolic): New variable.
2639         (func_import, func_create_testdir): If --symlink was not specified,
2640         test whether --local-symlink was specified and the file comes from
2641         the local_gnulib_dir.
2642
2643 2006-11-12  Bruno Haible  <bruno@clisp.org>
2644
2645         * gnulib-tool (func_ln): New function.
2646         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
2647
2648 2006-11-12  Bruno Haible  <bruno@clisp.org>
2649
2650         Finish support for source files in subdirectories.
2651         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
2652         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
2653         AUTOMAKE_OPTIONS.
2654         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
2655
2656 2006-11-12  Bruno Haible  <bruno@clisp.org>
2657
2658         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2659         EXTRA_lib_SOURCES augmentation.
2660         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
2661
2662 2006-11-12  Jim Meyering  <jim@meyering.net>
2663
2664         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
2665         file descriptors.  This also averts a failure on systems with
2666         native openat support when a traversed directory lacks "x" access.
2667         * lib/fts_.h: Include "i-ring.h"
2668         (struct FTS) [fts_fd_ring]: New member.
2669         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
2670         (FCHDIR): Add parentheses.
2671         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
2672         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
2673         When descending, rather than simply closing the previous
2674         fts_cwd_fd value, push that file descriptor onto the ring.
2675         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
2676         (fts_open): Initialize the new fd_ring member.
2677         (fts_close): Clear the ring.
2678         (fts_safe_changedir): When possible, use our new fd_ring to skip
2679         the diropen and fstat and dev/ino comparison that would normally
2680         accompany a virtual `chdir ("..")'.
2681
2682         * modules/fts (Depends-on): Add i-ring.
2683         * modules/i-ring: New module.
2684         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
2685         * m4/i-ring.m4: New file.
2686
2687 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2688
2689         * gnulib-tool (func_create_testdir): Fix replacement of
2690         `build-aux' in configure.ac.  Run autotools in gltests
2691         subdirectory.
2692         (func_create_testdir, func_create_megatestdir, test): There is
2693         no need for '--force' in most autotool invocations in a new
2694         tree.  Actually fail the whole test if any of the tools, or the
2695         configure or make stages fail.
2696
2697         Sync from Automake.
2698         * build-aux/gnupload: Revert last change.  Add pointer to upload
2699         instructions of the GNU Maintenance Instructions.
2700         Suggestion by Karl Berry.
2701
2702 2006-11-10  Jim Meyering  <jim@meyering.net>
2703
2704         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
2705
2706 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2707
2708         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
2709         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
2710         (bind_textdomain_codeset) [! ENABLE_NLS]:
2711         Evaluate all the arguments.  That way, callers get compatible behavior
2712         if the arguments have side effects.  Also, it avoids some GCC
2713         diagnostics in some cases; Joel E. Denny reported problems when Bison
2714         was configured with --enable-gcc-warnigs.
2715
2716 2006-11-10  Jim Meyering  <jim@meyering.net>
2717
2718         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
2719         relevant options in CFLAGS (like -O, -fno-inline) are taken into
2720         account.
2721
2722 2006-11-10  Jim Meyering  <jim@meyering.net>
2723
2724         * modules/inline: New file/module.
2725         * modules/xalloc (Files): Remove m4/inline.m4.
2726         (Depends-on): Add inline, instead.
2727         * modules/oset: Likewise.
2728         * modules/list: Likewise.
2729
2730 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2731
2732         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
2733         Problem reported by Matthew Woehlke.
2734
2735 2006-11-09  Bruno Haible  <bruno@clisp.org>
2736
2737         * lib/tempname.c (gen_tempname): Remove variant that invokes
2738         __gen_tempname.
2739         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
2740         __gen_tempname.
2741
2742 2006-11-08  Bruno Haible  <bruno@clisp.org>
2743
2744         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
2745         to 'yes' instead of 'cross-compiling'.
2746
2747 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
2748
2749         * lib/quotearg.h (quotearg_free): New decl.
2750         * lib/quotearg.c (quotearg_free): New function.
2751         (slot0, nslots, slotvec0, slotvec):
2752         Now file-scope so that quotearg_free can get at them.
2753
2754 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2755
2756         Sync from Automake.
2757         * build-aux/gnupload: Add missing 'gnu' to example URL.
2758         Report by Karl Berry.
2759
2760 2006-11-08  Bruno Haible  <bruno@clisp.org>
2761
2762         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
2763         Suggested by Paul Eggert.
2764
2765 2006-11-08  Jim Meyering  <jim@meyering.net>
2766
2767         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
2768         It's already included if !_LIBC.
2769         (fts_safe_changedir): Add a comment.
2770
2771 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2772
2773         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
2774         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
2775         Matthew Woehlke.
2776
2777         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
2778         definitions up, to avoid colliding with change below.
2779         (static_inline) [HAVE_INLINE]: New macro.
2780         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
2781         Provide extern decls when !HAVE_INLINE.  Do not define unless
2782         static_inline is defined, either by us or by xmalloc.c.  Use
2783         static_inline rather than static inline.
2784         (XCALLOC): Optimize sizeof(T) = 1 case.
2785         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
2786
2787 2006-11-07  Bruno Haible  <bruno@clisp.org>
2788
2789         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
2790         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
2791         AC_C_INLINE.
2792         * modules/xalloc (Files): Add m4/inline.m4.
2793
2794 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2795
2796         * README: Fix typo.
2797         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
2798         (Miscellanous Notes): ...from this.
2799
2800 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2801
2802         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
2803         Mention that offsetof should be used instead of sizeof.
2804         From Bruno Haible.
2805
2806 2006-11-07  Bruno Haible  <bruno@clisp.org>
2807
2808         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
2809
2810 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2811
2812         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2813         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
2814         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2815         (gl_tree_add_before, gl_tree_add_after):
2816         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
2817         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
2818         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
2819         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
2820         (gl_linked_add_after, gl_linked_add_at): Likewise.
2821         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
2822         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2823         (gl_tree_add_before, gl_tree_add_after): Likewise.
2824         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
2825         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
2826         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
2827
2828 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2829
2830         * lib/gl_oset.h: Use C comment style, not C++ comment style.
2831
2832 2006-11-06  Bruno Haible  <bruno@clisp.org>
2833
2834         * m4/inline.m4: New file.
2835         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
2836         * modules/list (Files): Add m4/inline.m4.
2837         * modules/oset (Files): Likewise.
2838
2839 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2840
2841         * lib/idcache.c: Include <stddef.h>, for offsetof.
2842         (struct userid.name): Change from char * to a flexible array member.
2843         All uses changed.
2844         * modules/idcache (Depends-on): Add flexmember.
2845
2846         * MODULES.html.sh (Core language properties): New module flexmember.
2847         * modules/flexmember, m4/flexmember.m4: New files.
2848
2849         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
2850         inline functions that are identical with the old xnmalloc_inline,
2851         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
2852         that we can avoid some unnecessary integer multiplications and
2853         divisions in the common case where the element size is known at
2854         compile time.
2855         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
2856         needed.
2857         (xnboundedmalloc): Remove.
2858         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
2859         arguments, for consistency with rest of this header.
2860         (xcharalloc): Rewrite using XNMALLOC.
2861         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
2862         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
2863         versions have been moved to lib/xalloc.h and renamed to be the
2864         non-*_inline versions.
2865         (xmalloc, xrealloc): Implement without reference to the xnmalloc
2866         and xnrealloc functions, since those functions are now inline and
2867         now call us.
2868         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
2869         renaming described above.
2870         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
2871         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
2872         captures the dependency in AC_C_INLINE.
2873
2874         New module canonicalize-lgpl, proposed by Charles Wilson in
2875         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
2876         with a few small changes afterwards.
2877         * MODULES.html.sh (File system functions): New module
2878         canonicalize-lgpl.
2879         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
2880         and canonicalize_file_name.
2881         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
2882         * modules/canonicalize-lgpl: New files.
2883
2884 2006-11-05  Bruno Haible  <bruno@clisp.org>
2885
2886         * gnulib-tool (func_import, func_create_testdir): Create directories
2887         also for files in subdirectories of lib/.
2888
2889 2006-11-05  Bruno Haible  <bruno@clisp.org>
2890
2891         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
2892         ANSI C compliant.
2893
2894 2006-11-03  Bruno Haible  <bruno@clisp.org>
2895
2896         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2897         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
2898         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
2899         (xnboundedmalloc): New inline function.
2900         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
2901         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
2902         xmalloc.
2903         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
2904         xmalloc.
2905         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
2906         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
2907         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
2908         xmalloc.
2909         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2910         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
2911         xmalloc.
2912         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
2913         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2914         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
2915         xmalloc.
2916         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2917         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
2918         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2919         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
2920         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
2921         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
2922         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
2923
2924 2006-11-03  Bruno Haible  <bruno@clisp.org>
2925
2926         * lib/c-ctype.h [C++]: Define functions without name mangling.
2927         * lib/fwriteerror.h [C++]: Likewise.
2928         * lib/gcd.h [C++]: Likewise.
2929         * lib/linebreak.h [C++]: Likewise.
2930
2931 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
2932
2933         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
2934         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
2935         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
2936         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
2937         Check for functions and headers just once.
2938         Check for declaration of canonicalize_file_name.
2939         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
2940
2941 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2942
2943         * gnulib-tool (func_import): Fix typo in actioncmd.
2944
2945 2006-11-02  Bruno Haible  <bruno@clisp.org>
2946
2947         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
2948         newline sequence in the Makefile.am snippet as a space, like "make"
2949         does.
2950         Reported by Roger Persson <perrog@gmail.com>.
2951
2952 2006-11-01  Bruno Haible  <bruno@clisp.org>
2953
2954         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
2955         already declared in <string.h>.
2956         * lib/strcase.h (strncasecmp): Don't declare it if yes.
2957
2958 2006-11-01  Bruno Haible  <bruno@clisp.org>
2959
2960         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
2961         * lib/strcase.h: Include <string.h>.
2962         (strcasecmp): Define to rpl_strcasecmp here.
2963
2964 2006-11-01  Bruno Haible  <bruno@clisp.org>
2965
2966         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
2967
2968 2006-11-01  Eric Blake  <ebb9@byu.net>
2969
2970         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
2971
2972         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
2973
2974 2006-10-29  Bruno Haible  <bruno@clisp.org>
2975
2976         Make it compile in C++ mode.
2977         * lib/full-write.c (full_rw): Add a cast.
2978
2979 2006-11-01  Bruno Haible  <bruno@clisp.org>
2980
2981         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
2982         be POSIX compliant.
2983         Reported by Roger Persson <perrog@gmail.com>.
2984
2985 2006-11-01  Eric Blake  <ebb9@byu.net>
2986
2987         * lib/getopt_.h: Fix comments.
2988
2989 2006-10-31  Eric Blake  <ebb9@byu.net>
2990
2991         * modules/tmpdir (Depends-on): Add sys_stat.
2992         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
2993         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
2994         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
2995         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
2996         tempname.
2997
2998 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
2999
3000         Avoid some C++ diagnostics reported by Bruno Haible.
3001         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
3002         xmalloc.
3003         (quotearg_alloc): Use xcharalloc rather than xmalloc.
3004         (struct slotvec): Move to top level.
3005         (quotearg_n_options): Rewrite to avoid xmalloc.
3006         * lib/xalloc.h (xcharalloc): New function.
3007         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
3008         [defined __cplusplus]: Add function template that provides result
3009         type propagation.  This part of the change is from Bruno Haible.
3010
3011 2006-10-29  Bruno Haible  <bruno@clisp.org>
3012
3013         Make it compile in C++ mode.
3014         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
3015         * lib/strnlen1.c (strnlen1): Cast memchr result.
3016         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
3017         * lib/clean-temp.c (string_equals, string_hash): Add casts.
3018         (create_temp_dir): Rename local variable 'template'.
3019         (compile_csharp_using_sscli): Add cast.
3020         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
3021         * lib/findprog.c (find_in_path): Likewise.
3022         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
3023         * lib/wait-process.c (register_slave_subprocess): Likewise.
3024
3025 2006-10-22  Bruno Haible  <bruno@clisp.org>
3026
3027         * modules/tsearch: New file.
3028         * lib/tsearch.h: New file.
3029         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
3030         * m4/tsearch.m4: New file.
3031         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
3032
3033 2006-10-29  Eric Blake  <ebb9@byu.net>
3034
3035         * lib/arcfour.c: Assume config.h.
3036         * lib/arctwo.c: Likewise.
3037         * lib/base64.c: Likewise.
3038         * lib/check-version.c: Likewise.
3039         * lib/crc.c: Likewise.
3040         * lib/des.c: Likewise.
3041         * lib/gc-gnulib.c: Likewise.
3042         * lib/gc-libgcrypt.c: Likewise.
3043         * lib/gc-pbkdf2-sha1.c: Likewise.
3044         * lib/getaddrinfo.c: Likewise.
3045         * lib/getdelim.c: Likewise.
3046         * lib/getline.c: Likewise.
3047         * lib/hmac-md5.c: Likewise.
3048         * lib/hmac-sha1.c: Likewise.
3049         * lib/iconvme.c: Likewise.
3050         * lib/md2.c: Likewise.
3051         * lib/md4.c: Likewise.
3052         * lib/memxor.c: Likewise.
3053         * lib/read-file.c: Likewise.
3054         * lib/readline.c: Likewise.
3055         * lib/rijndael-alg-fst.c: Likewise.
3056         * lib/rijndael-api-fst.c: Likewise.
3057         * lib/xgetdomainname.c: Likewise.
3058
3059 2006-10-28  Eric Blake  <ebb9@byu.net>
3060
3061         * lib/xstrndup.c: Assume config.h.
3062
3063 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
3064
3065         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
3066         stat-macros.h is now for our own macros, whereas stat_h is for
3067         macros in the <sys/stat.h> name space.
3068         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
3069         (STAT_MACROS_H): Remove.
3070         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
3071         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
3072         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
3073         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
3074         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
3075         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
3076         Move these macros to ...
3077         * lib/stat_.h: here.  Don't include stat-macros.h.
3078         * lib/canonicalize.c: Don't include stat-macros.h.
3079         * lib/chown.c: Likewise.
3080         * lib/euidaccess.c: Likewise.
3081         * lib/file-type.c: Likewise.
3082         * lib/filemode.c: Likewise.
3083         * lib/glob.c: Likewise.
3084         * lib/isapipe.c: Likewise.
3085         * lib/lchown.c: Likewise.
3086         * lib/lstat.c: Likewise.
3087         * lib/mkdir-p.c: Likewise.
3088         * lib/rmdir.c: Likewise.
3089         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
3090         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
3091         unless mkdir isn't declared, to speed up 'configure'.
3092         Always create sys/stat.h, since it's unlikely any real sys/stat.h
3093         would define all the S_* symbols.
3094         * modules/canonicalize (Depends-on):
3095         Depend on sys_stat, not stat-macros.
3096         * modules/chown: Likewise.
3097         * modules/euidaccess: Likewise.
3098         * modules/filemode: Likewise.
3099         * modules/file-type: Likewise.
3100         * modules/glob: Likewise.
3101         * modules/isapipe: Likewise.
3102         * modules/lchown: Likewise.
3103         * modules/lstat: Likewise.
3104         * modules/mkancesdirs: Likewise.
3105         * modules/rmdir: Likewise.
3106         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
3107         * modules/modechange: Likewise.
3108         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
3109         (configure.ac): Remove gl_STAT_MACROS.
3110         * modules/sys_stat (Depends-on): Remove stat-macros.
3111
3112 2006-10-27  Bruno Haible  <bruno@clisp.org>
3113
3114         * m4/signed.m4: Remove file.
3115         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
3116         invocation.
3117         * modules/vasnprintf (Files): Remove m4/signed.m4.
3118
3119 2006-10-27  Bruno Haible  <bruno@clisp.org>
3120
3121         Update to GNU gettext 0.16.
3122         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
3123         m4/inttypes-h.m4, m4/signed.m4.
3124         * m4/gettext.m4: Update to GNU gettext 0.16.
3125         * m4/intl.m4: New file, from GNU gettext.
3126         * m4/intldir.m4: New file, from GNU gettext.
3127         * config/srclist.txt: Update
3128
3129 2006-10-27  Eric Blake  <ebb9@byu.net>
3130
3131         * MODULES.html.sh: Document tempname.
3132         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
3133         dependencies.
3134         (Files): Move lib/tempname.c...
3135         * modules/tempname: ...to this new module.
3136         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
3137         (gl_PREREQ_TEMPNAME): Move...
3138         * m4/tempname.m4: ...to this new file.
3139         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
3140         * modules/sys_stat (Depends-on): Add stat-macros.
3141         * lib/stat_.h (includes): Pick up stat macros.
3142         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
3143         if stat macros are broken.
3144         * lib/tempname.c (includes): No need to include "stat-macros.h".
3145         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
3146         (direxists, __path_search) [!_LIBC]: Don't compile these in
3147         gnulib; the tmpdir module covers that.
3148         * lib/tempname.h: New file.
3149
3150 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
3151
3152         * COPYING: Explain how gnulib-tool converts licence headers.
3153         Almost all wording by Eric Blake.
3154
3155 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
3156
3157         * lib/mbchar.h (is_basic_table): Make read-only.
3158         * lib/mbchar.c (is_basic_table): Likewise.
3159         Reported by John Darrington.
3160
3161 2006-10-25  Bruno Haible  <bruno@clisp.org>
3162
3163         * lib/progname.h (set_program_name): Undefine before defining.
3164
3165 2006-10-25  Bruno Haible  <bruno@clisp.org>
3166
3167         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
3168         false for non-gcc C++ compilers.
3169         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
3170
3171 2006-10-24  Bruno Haible  <bruno@clisp.org>
3172
3173         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
3174         iconv implementations like Irix iconv.
3175
3176 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3177
3178         * modules/vararrays: New file.
3179         * m4/vararrays.m4: New file, taken from diffutils.
3180         * MODULES.html.sh: New module vararrays.
3181
3182 2006-10-24  Karl Berry  <karl@gnu.org>
3183
3184         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
3185         Don't call GNU Unix.
3186
3187 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3188
3189         * users.txt: Add Libtool.
3190
3191         Sync from Libtool:
3192
3193         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3194
3195         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
3196         to gnulib's policy of including config.h unconditionally.
3197
3198 2006-10-24  Bruno Haible  <bruno@clisp.org>
3199
3200         * modules/wcwidth (Files): Add m4/wint_t.m4.
3201         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
3202         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
3203
3204 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3205
3206         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
3207         to pacify GCC with some -W flags enabled.  Problem reported by
3208         Bruno Haible.
3209
3210 2006-10-24  Jim Meyering  <jim@meyering.net>
3211
3212         * MODULES.html.sh: Remove uinttostr.  It's not a module.
3213         Reported by Karl Berry.
3214
3215 2006-10-23  Bruno Haible  <bruno@clisp.org>
3216
3217         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
3218
3219 2006-10-24  Bruno Haible  <bruno@clisp.org>
3220
3221         * lib/gl_list.h: Use C comment style, not C++ comment style.
3222
3223 2006-10-23  Eric Blake  <ebb9@byu.net>
3224
3225         * lib/getaddrinfo.c (includes): Add missing include.
3226
3227 2006-10-23  Bruno Haible  <bruno@clisp.org>
3228             Paul Eggert  <eggert@cs.ucla.edu>
3229
3230         Ability to rename obstack_free.
3231         * lib/obstack.h (__obstack_free): New macro. Declare instead of
3232         obstack_free.
3233         (obstack_free): Invoke the __obstack_free macro.
3234         * lib/obstack.c (obstack_free): Use __obstack_free macro.
3235
3236 2006-10-23  Bruno Haible  <bruno@clisp.org>
3237             Paul Eggert  <eggert@cs.ucla.edu>
3238
3239         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
3240         __argc, __argv from the declaration. (They are defined as macros on
3241         mingw.)
3242
3243 2006-10-22  Bruno Haible  <bruno@clisp.org>
3244
3245         * doc/gnulib-intro.texi: New file.
3246         * doc/gnulib.texi: Include it.
3247
3248 2006-10-21  Bruno Haible  <bruno@clisp.org>
3249
3250         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
3251         "Introduction", "Miscellanous Notes", "Particular Modules".
3252
3253 2006-10-21  Bruno Haible  <bruno@clisp.org>
3254
3255         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3256         Change mostlyclean-local rule to avoid sh syntax error from bash
3257         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
3258
3259 2006-10-23  Jim Meyering  <jim@meyering.net>
3260
3261         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
3262         in place of snprintf.
3263
3264         * modules/inttostr (Files): Add lib/uinttostr.c.
3265         * lib/uinttostr.c (inttostr): New file/function.
3266         * lib/inttostr.h (uinttostr): Declare.
3267         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
3268         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
3269         Add uinttostr.
3270         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
3271
3272 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3273
3274         * lib/canonicalize.c (ELOOP): Define if not already defined.
3275         Problem reported by Bruno Haible in
3276         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
3277
3278 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3279
3280         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
3281         Problem reported by Perry Smith and Ville Laurikari.
3282
3283         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
3284         uses.
3285
3286 2006-10-19  Bruno Haible  <bruno@clisp.org>
3287
3288         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
3289         for mingw.
3290
3291 2006-10-19  Bruno Haible  <bruno@clisp.org>
3292
3293         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
3294         Needed for mingw.
3295
3296 2006-10-19  Bruno Haible  <bruno@clisp.org>
3297
3298         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
3299
3300 2006-10-19  Bruno Haible  <bruno@clisp.org>
3301
3302         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
3303         it.
3304
3305 2006-10-19  Bruno Haible  <bruno@clisp.org>
3306
3307         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
3308         invocation.
3309
3310 2006-10-19  Bruno Haible  <bruno@clisp.org>
3311
3312         * gnulib-tool (func_create_testdir): Don't include ftruncate and
3313         mountlist by default.
3314
3315 2006-10-16  Bruno Haible  <bruno@clisp.org>
3316
3317         * lib/c-strstr.c: Include c-strstr.h.
3318
3319 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3320
3321         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
3322         in a slash.
3323
3324 2006-10-18  Bruno Haible  <bruno@clisp.org>
3325
3326         * lib/lock.h [C++]: Wrap definitions in extern "C".
3327
3328 2006-10-18  Bruno Haible  <bruno@clisp.org>
3329
3330         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
3331         gl_LIBOBJS list.
3332
3333 2006-10-18  Bruno Haible  <bruno@clisp.org>
3334
3335         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
3336
3337 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
3338
3339         * lib/xstrtol.h: Include gettext.h.
3340         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
3341         Problem reported by Eric Blake.
3342         * modules/xstrtol (Depends-on): Add gettext-h.
3343
3344 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
3345
3346         * lib/strftime.c (advance): New macro.
3347         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
3348         incomplete type, so you can't add 0 to it.  Problem and patch
3349         reported by Eelco Dolstra for dietlibc.
3350
3351 2006-10-18  Jim Meyering  <jim@meyering.net>
3352
3353         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
3354         type for a local, and rename it: s/up/user_proc/.
3355
3356 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
3357
3358         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
3359         READ_UTMP_USER_PROCESS.
3360         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
3361
3362 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
3363
3364         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
3365         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
3366
3367 2006-10-17  Eric Blake  <ebb9@byu.net>
3368
3369         * lib/sigprocmask.c (sigprocmask): Fix typo.
3370
3371         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
3372
3373         * modules/clean-temp (Makefile.am): Don't add to make output...
3374         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
3375         config.h.
3376
3377 2006-10-17  Bruno Haible  <bruno@clisp.org>
3378
3379         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
3380         differently if DEFAULT_TEXT_DOMAIN is set.
3381
3382 2006-10-16  Bruno Haible  <bruno@clisp.org>
3383
3384         * lib/clean-temp.c: Include fwriteerror.h.
3385
3386 2006-10-16  Bruno Haible  <bruno@clisp.org>
3387
3388         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
3389
3390 2006-10-16  Bruno Haible  <bruno@clisp.org>
3391
3392         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
3393         * lib/sigprocmask.h: Include <sys/types.h>.
3394         (sigset_t): Use the system's definition if present.
3395
3396 2006-10-17  Eric Blake  <ebb9@byu.net>
3397
3398         * lib/xvasprintf.c (includes): Assume config.h.
3399         * lib/xasprintf.c (includes): Likewise.
3400
3401 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
3402
3403         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
3404         at least as wide as intmax_t.
3405
3406 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
3407
3408         (Imported from Automake.)
3409         * build-aux/gnupload: Update to version 1.1 of directive file.
3410
3411 2006-10-16  Eric Blake  <ebb9@byu.net>
3412
3413         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
3414         match Automake 1.10a.
3415
3416 2006-10-14  Bruno Haible  <bruno@clisp.org>
3417
3418         * modules/sigprocmask: New file.
3419         * lib/sigprocmask.h: New file.
3420         * lib/sigprocmask.c: New file.
3421         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
3422         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
3423         request sigprocmask.o.
3424         (gl_PREREQ_SIGPROCMASK): New macro.
3425         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
3426         (Depends-on): Add sigprocmask.
3427         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
3428         gt_SIGNALBLOCKING. Test for 'raise' only once.
3429         * lib/fatal-signal.c: Include sigprocmask.h.
3430         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
3431         unblock_fatal_signals): Define always.
3432         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3433         sigprocmask.
3434
3435 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
3436
3437         Sync from Automake.
3438         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
3439         which incorrectly sets the mode of an existing destination
3440         directory.  In some cases the unpatched install-sh could do the
3441         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
3442         system.  We hope this is rare in practice, but it's clearly worth
3443         fixing.  Problem reported by Alex Unleashed in
3444         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
3445         Also, don't bother to check for -m bugs unless we're using -m;
3446         suggested by Stepan Kasal.
3447
3448 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3449
3450         Sync from Automake.
3451         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
3452         `-c' flag, so they appear at the same position as in %FASTDEP%
3453         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
3454         which ignores unknown options only after the first non-option.
3455         Bug report against M4 by Nelson H. F. Beebe.
3456
3457 2006-10-13  Jim Meyering  <jim@meyering.net>
3458
3459         Fix a bug in yesterday's change.
3460         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
3461         p->fts_statp->st_dev would be used uninitialized.
3462         Ensures that we always call fts_stat on the very first entry.
3463         Miklos Szeredi reported that find -xdev stopped working.
3464
3465 2006-10-12  Bruno Haible  <bruno@clisp.org>
3466
3467         * gnulib-tool (func_get_automake_snippet): Append an automatically
3468         computed EXTRA_DIST augmentation.
3469         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
3470         * modules/alloca-opt (Makefile.am): Likewise.
3471         * modules/allocsa (Makefile.am): Likewise.
3472         * modules/arcfour (Makefile.am): Likewise.
3473         * modules/arctwo (Makefile.am): Likewise.
3474         * modules/argmatch (Makefile.am): Likewise.
3475         * modules/argz (Makefile.am): Likewise.
3476         * modules/atexit (Makefile.am): Likewise.
3477         * modules/backupfile (Makefile.am): Likewise.
3478         * modules/byteswap (Makefile.am): Likewise.
3479         * modules/c-strtod (Makefile.am): Likewise.
3480         * modules/c-strtold (Makefile.am): Likewise.
3481         * modules/calloc (Makefile.am): Likewise.
3482         * modules/canon-host (Makefile.am): Likewise.
3483         * modules/canonicalize (Makefile.am): Likewise.
3484         * modules/chdir-long (Makefile.am): Likewise.
3485         * modules/chdir-safer (Makefile.am): Likewise.
3486         * modules/check-version (Makefile.am): Likewise.
3487         * modules/chown (Makefile.am): Likewise.
3488         * modules/cloexec (Makefile.am): Likewise.
3489         * modules/close-stream (Makefile.am): Likewise.
3490         * modules/closeout (Makefile.am): Likewise.
3491         * modules/crc (Makefile.am): Likewise.
3492         * modules/csharpexec (Makefile.am): Likewise.
3493         * modules/cycle-check (Makefile.am): Likewise.
3494         * modules/des (Makefile.am): Likewise.
3495         * modules/dev-ino (Makefile.am): Likewise.
3496         * modules/dirfd (Makefile.am): Likewise.
3497         * modules/dirname (Makefile.am): Likewise.
3498         * modules/dup2 (Makefile.am): Likewise.
3499         * modules/eealloc (Makefile.am): Likewise.
3500         * modules/error (Makefile.am): Likewise.
3501         * modules/euidaccess (Makefile.am): Likewise.
3502         * modules/exclude (Makefile.am): Likewise.
3503         * modules/exitfail (Makefile.am): Likewise.
3504         * modules/fcntl-safer (Makefile.am): Likewise.
3505         * modules/fcntl (Makefile.am): Likewise.
3506         * modules/file-type (Makefile.am): Likewise.
3507         * modules/fileblocks (Makefile.am): Likewise.
3508         * modules/filemode (Makefile.am): Likewise.
3509         * modules/filenamecat (Makefile.am): Likewise.
3510         * modules/fnmatch (Makefile.am): Likewise.
3511         * modules/fopen-safer (Makefile.am): Likewise.
3512         * modules/fpending (Makefile.am): Likewise.
3513         * modules/fprintftime (Makefile.am): Likewise.
3514         * modules/free (Makefile.am): Likewise.
3515         * modules/fsusage (Makefile.am): Likewise.
3516         * modules/ftruncate (Makefile.am): Likewise.
3517         * modules/fts (Makefile.am): Likewise.
3518         * modules/gc-arcfour (Makefile.am): Likewise.
3519         * modules/gc-des (Makefile.am): Likewise.
3520         * modules/gc-hmac-md5 (Makefile.am): Likewise.
3521         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
3522         * modules/gc-md4 (Makefile.am): Likewise.
3523         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3524         * modules/gc-sha1 (Makefile.am): Likewise.
3525         * modules/gc (Makefile.am): Likewise.
3526         * modules/getaddrinfo (Makefile.am): Likewise.
3527         * modules/getcwd (Makefile.am): Likewise.
3528         * modules/getdelim (Makefile.am): Likewise.
3529         * modules/getdomainname (Makefile.am): Likewise.
3530         * modules/getgroups (Makefile.am): Likewise.
3531         * modules/gethostname (Makefile.am): Likewise.
3532         * modules/gethrxtime (Makefile.am): Likewise.
3533         * modules/getline (Makefile.am): Likewise.
3534         * modules/getloadavg (Makefile.am): Likewise.
3535         * modules/getlogin_r (Makefile.am): Likewise.
3536         * modules/getndelim2 (Makefile.am): Likewise.
3537         * modules/getopt (Makefile.am): Likewise.
3538         * modules/getpagesize (Makefile.am): Likewise.
3539         * modules/getpass-gnu (Makefile.am): Likewise.
3540         * modules/getpass (Makefile.am): Likewise.
3541         * modules/getsubopt (Makefile.am): Likewise.
3542         * modules/gettime (Makefile.am): Likewise.
3543         * modules/gettimeofday (Makefile.am): Likewise.
3544         * modules/getugroups (Makefile.am): Likewise.
3545         * modules/getusershell (Makefile.am): Likewise.
3546         * modules/glob (Makefile.am): Likewise.
3547         * modules/group-member (Makefile.am): Likewise.
3548         * modules/hard-locale (Makefile.am): Likewise.
3549         * modules/hash (Makefile.am): Likewise.
3550         * modules/hmac-md5 (Makefile.am): Likewise.
3551         * modules/hmac-sha1 (Makefile.am): Likewise.
3552         * modules/human (Makefile.am): Likewise.
3553         * modules/idcache (Makefile.am): Likewise.
3554         * modules/imaxabs (Makefile.am): Likewise.
3555         * modules/imaxdiv (Makefile.am): Likewise.
3556         * modules/inet_ntop (Makefile.am): Likewise.
3557         * modules/inet_pton (Makefile.am): Likewise.
3558         * modules/intprops (Makefile.am): Likewise.
3559         * modules/inttostr (Makefile.am): Likewise.
3560         * modules/inttypes (Makefile.am): Likewise.
3561         * modules/isapipe (Makefile.am): Likewise.
3562         * modules/javaversion (Makefile.am): Likewise.
3563         * modules/lchmod (Makefile.am): Likewise.
3564         * modules/lchown (Makefile.am): Likewise.
3565         * modules/localcharset (Makefile.am): Likewise.
3566         * modules/long-options (Makefile.am): Likewise.
3567         * modules/lstat (Makefile.am): Likewise.
3568         * modules/malloc (Makefile.am): Likewise.
3569         * modules/mathl (Makefile.am): Likewise.
3570         * modules/mbchar (Makefile.am): Likewise.
3571         * modules/md2 (Makefile.am): Likewise.
3572         * modules/md4 (Makefile.am): Likewise.
3573         * modules/md5 (Makefile.am): Likewise.
3574         * modules/memcasecmp (Makefile.am): Likewise.
3575         * modules/memchr (Makefile.am): Likewise.
3576         * modules/memcmp (Makefile.am): Likewise.
3577         * modules/memcoll (Makefile.am): Likewise.
3578         * modules/memcpy (Makefile.am): Likewise.
3579         * modules/memmem (Makefile.am): Likewise.
3580         * modules/memmove (Makefile.am): Likewise.
3581         * modules/mempcpy (Makefile.am): Likewise.
3582         * modules/memrchr (Makefile.am): Likewise.
3583         * modules/memset (Makefile.am): Likewise.
3584         * modules/memxor (Makefile.am): Likewise.
3585         * modules/mkancesdirs (Makefile.am): Likewise.
3586         * modules/mkdir-p (Makefile.am): Likewise.
3587         * modules/mkdir (Makefile.am): Likewise.
3588         * modules/mkdtemp (Makefile.am): Likewise.
3589         * modules/mkstemp (Makefile.am): Likewise.
3590         * modules/mktime (Makefile.am): Likewise.
3591         * modules/modechange (Makefile.am): Likewise.
3592         * modules/mountlist (Makefile.am): Likewise.
3593         * modules/nanosleep (Makefile.am): Likewise.
3594         * modules/obstack (Makefile.am): Likewise.
3595         * modules/openat (Makefile.am): Likewise.
3596         * modules/pagealign_alloc (Makefile.am): Likewise.
3597         * modules/pathmax (Makefile.am): Likewise.
3598         * modules/physmem (Makefile.am): Likewise.
3599         * modules/poll (Makefile.am): Likewise.
3600         * modules/posixtm (Makefile.am): Likewise.
3601         * modules/posixver (Makefile.am): Likewise.
3602         * modules/putenv (Makefile.am): Likewise.
3603         * modules/quote (Makefile.am): Likewise.
3604         * modules/quotearg (Makefile.am): Likewise.
3605         * modules/raise (Makefile.am): Likewise.
3606         * modules/read-file (Makefile.am): Likewise.
3607         * modules/readline (Makefile.am): Likewise.
3608         * modules/readlink (Makefile.am): Likewise.
3609         * modules/readtokens (Makefile.am): Likewise.
3610         * modules/readutmp (Makefile.am): Likewise.
3611         * modules/realloc (Makefile.am): Likewise.
3612         * modules/regex (Makefile.am): Likewise.
3613         * modules/rename-dest-slash (Makefile.am): Likewise.
3614         * modules/rename (Makefile.am): Likewise.
3615         * modules/rijndael (Makefile.am): Likewise.
3616         * modules/rmdir (Makefile.am): Likewise.
3617         * modules/rpmatch (Makefile.am): Likewise.
3618         * modules/safe-read (Makefile.am): Likewise.
3619         * modules/safe-write (Makefile.am): Likewise.
3620         * modules/same-inode (Makefile.am): Likewise.
3621         * modules/same (Makefile.am): Likewise.
3622         * modules/save-cwd (Makefile.am): Likewise.
3623         * modules/savedir (Makefile.am): Likewise.
3624         * modules/setenv (Makefile.am): Likewise.
3625         * modules/settime (Makefile.am): Likewise.
3626         * modules/sha1 (Makefile.am): Likewise.
3627         * modules/sig2str (Makefile.am): Likewise.
3628         * modules/snprintf (Makefile.am): Likewise.
3629         * modules/stat-macros (Makefile.am): Likewise.
3630         * modules/stat-time (Makefile.am): Likewise.
3631         * modules/stdbool (Makefile.am): Likewise.
3632         * modules/stdint (Makefile.am): Likewise.
3633         * modules/stdlib-safer (Makefile.am): Likewise.
3634         * modules/stpcpy (Makefile.am): Likewise.
3635         * modules/stpncpy (Makefile.am): Likewise.
3636         * modules/strcase (Makefile.am): Likewise.
3637         * modules/strcasestr (Makefile.am): Likewise.
3638         * modules/strchrnul (Makefile.am): Likewise.
3639         * modules/strcspn (Makefile.am): Likewise.
3640         * modules/strdup (Makefile.am): Likewise.
3641         * modules/strerror (Makefile.am): Likewise.
3642         * modules/strftime (Makefile.am): Likewise.
3643         * modules/strndup (Makefile.am): Likewise.
3644         * modules/strnlen (Makefile.am): Likewise.
3645         * modules/strpbrk (Makefile.am): Likewise.
3646         * modules/strsep (Makefile.am): Likewise.
3647         * modules/strstr (Makefile.am): Likewise.
3648         * modules/strtod (Makefile.am): Likewise.
3649         * modules/strtoimax (Makefile.am): Likewise.
3650         * modules/strtok_r (Makefile.am): Likewise.
3651         * modules/strtol (Makefile.am): Likewise.
3652         * modules/strtoll (Makefile.am): Likewise.
3653         * modules/strtoul (Makefile.am): Likewise.
3654         * modules/strtoull (Makefile.am): Likewise.
3655         * modules/strtoumax (Makefile.am): Likewise.
3656         * modules/strverscmp (Makefile.am): Likewise.
3657         * modules/sys_socket (Makefile.am): Likewise.
3658         * modules/sys_stat (Makefile.am): Likewise.
3659         * modules/sysexits (Makefile.am): Likewise.
3660         * modules/time_r (Makefile.am): Likewise.
3661         * modules/timegm (Makefile.am): Likewise.
3662         * modules/timespec (Makefile.am): Likewise.
3663         * modules/tmpfile-safer (Makefile.am): Likewise.
3664         * modules/trim (Makefile.am): Likewise.
3665         * modules/unistd-safer (Makefile.am): Likewise.
3666         * modules/unlinkdir (Makefile.am): Likewise.
3667         * modules/unlocked-io (Makefile.am): Likewise.
3668         * modules/userspec (Makefile.am): Likewise.
3669         * modules/utime (Makefile.am): Likewise.
3670         * modules/utimecmp (Makefile.am): Likewise.
3671         * modules/utimens (Makefile.am): Likewise.
3672         * modules/vasnprintf (Makefile.am): Likewise.
3673         * modules/vasprintf (Makefile.am): Likewise.
3674         * modules/vsnprintf (Makefile.am): Likewise.
3675         * modules/xalloc (Makefile.am): Likewise.
3676         * modules/xgetcwd (Makefile.am): Likewise.
3677         * modules/xnanosleep (Makefile.am): Likewise.
3678         * modules/xreadlink (Makefile.am): Likewise.
3679         * modules/xstrtod (Makefile.am): Likewise.
3680         * modules/xstrtol (Makefile.am): Likewise.
3681         * modules/xstrtold (Makefile.am): Likewise.
3682         * modules/yesno (Makefile.am): Likewise.
3683         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
3684
3685 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3686
3687         * modules/error (Makefile.am): Distribute files through
3688         EXTRA_DIST, not lib_SOURCES.
3689
3690 2006-10-12  Eric Blake  <ebb9@byu.net>
3691
3692         * modules/error (Makefile.am): Distribute files in /lib.
3693         * modules/obstack (Makefile.am): Likewise.
3694
3695 2006-10-12  Bruno Haible  <bruno@clisp.org>
3696
3697         * modules/acl (Makefile.am): Distribute all files in lib/ through
3698         EXTRA_DIST.
3699         * modules/arcfour (Makefile.am): Likewise.
3700         * modules/arctwo (Makefile.am): Likewise.
3701         * modules/argmatch (Makefile.am): Likewise.
3702         * modules/argz (Makefile.am): Likewise.
3703         * modules/atexit (Makefile.am): Likewise.
3704         * modules/backupfile (Makefile.am): Likewise.
3705         * modules/c-strtod (Makefile.am): Likewise.
3706         * modules/c-strtold (Makefile.am): Likewise.
3707         * modules/calloc (Makefile.am): Likewise.
3708         * modules/canon-host (Makefile.am): Likewise.
3709         * modules/canonicalize (Makefile.am): Likewise.
3710         * modules/chdir-long (Makefile.am): Likewise.
3711         * modules/chdir-safer (Makefile.am): Likewise.
3712         * modules/check-version (Makefile.am): Likewise.
3713         * modules/chown (Makefile.am): Likewise.
3714         * modules/cloexec (Makefile.am): Likewise.
3715         * modules/close-stream (Makefile.am): Likewise.
3716         * modules/closeout (Makefile.am): Likewise.
3717         * modules/crc (Makefile.am): Likewise.
3718         * modules/cycle-check (Makefile.am): Likewise.
3719         * modules/des (Makefile.am): Likewise.
3720         * modules/dirfd (Makefile.am): Likewise.
3721         * modules/dirname (Makefile.am): Likewise.
3722         * modules/dup2 (Makefile.am): Likewise.
3723         * modules/euidaccess (Makefile.am): Likewise.
3724         * modules/exclude (Makefile.am): Likewise.
3725         * modules/exitfail (Makefile.am): Likewise.
3726         * modules/fcntl-safer (Makefile.am): Likewise.
3727         * modules/file-type (Makefile.am): Likewise.
3728         * modules/fileblocks (Makefile.am): Likewise.
3729         * modules/filemode (Makefile.am): Likewise.
3730         * modules/filenamecat (Makefile.am): Likewise.
3731         * modules/fnmatch (Makefile.am): Likewise.
3732         * modules/fopen-safer (Makefile.am): Likewise.
3733         * modules/fpending (Makefile.am): Likewise.
3734         * modules/fprintftime (Makefile.am): Likewise.
3735         * modules/free (Makefile.am): Likewise.
3736         * modules/fsusage (Makefile.am): Likewise.
3737         * modules/ftruncate (Makefile.am): Likewise.
3738         * modules/fts (Makefile.am): Likewise.
3739         * modules/gc (Makefile.am): Likewise.
3740         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3741         * modules/getaddrinfo (Makefile.am): Likewise.
3742         * modules/getcwd (Makefile.am): Likewise.
3743         * modules/getdelim (Makefile.am): Likewise.
3744         * modules/getdomainname (Makefile.am): Likewise.
3745         * modules/getgroups (Makefile.am): Likewise.
3746         * modules/gethostname (Makefile.am): Likewise.
3747         * modules/gethrxtime (Makefile.am): Likewise.
3748         * modules/getline (Makefile.am): Likewise.
3749         * modules/getloadavg (Makefile.am): Likewise.
3750         * modules/getlogin_r (Makefile.am): Likewise.
3751         * modules/getopt (Makefile.am): Likewise.
3752         * modules/getpass (Makefile.am): Likewise.
3753         * modules/getpass-gnu (Makefile.am): Likewise.
3754         * modules/getsubopt (Makefile.am): Likewise.
3755         * modules/gettime (Makefile.am): Likewise.
3756         * modules/gettimeofday (Makefile.am): Likewise.
3757         * modules/getugroups (Makefile.am): Likewise.
3758         * modules/getusershell (Makefile.am): Likewise.
3759         * modules/glob (Makefile.am): Likewise.
3760         * modules/group-member (Makefile.am): Likewise.
3761         * modules/hard-locale (Makefile.am): Likewise.
3762         * modules/hash (Makefile.am): Likewise.
3763         * modules/hmac-md5 (Makefile.am): Likewise.
3764         * modules/hmac-sha1 (Makefile.am): Likewise.
3765         * modules/human (Makefile.am): Likewise.
3766         * modules/idcache (Makefile.am): Likewise.
3767         * modules/imaxabs (Makefile.am): Likewise.
3768         * modules/imaxdiv (Makefile.am): Likewise.
3769         * modules/inet_ntop (Makefile.am): Likewise.
3770         * modules/inet_pton (Makefile.am): Likewise.
3771         * modules/inttostr (Makefile.am): Likewise.
3772         * modules/isapipe (Makefile.am): Likewise.
3773         * modules/lchown (Makefile.am): Likewise.
3774         * modules/long-options (Makefile.am): Likewise.
3775         * modules/lstat (Makefile.am): Likewise.
3776         * modules/malloc (Makefile.am): Likewise.
3777         * modules/mathl (Makefile.am): Likewise.
3778         * modules/mbchar (Makefile.am): Likewise.
3779         * modules/md2 (Makefile.am): Likewise.
3780         * modules/md4 (Makefile.am): Likewise.
3781         * modules/md5 (Makefile.am): Likewise.
3782         * modules/memcasecmp (Makefile.am): Likewise.
3783         * modules/memchr (Makefile.am): Likewise.
3784         * modules/memcmp (Makefile.am): Likewise.
3785         * modules/memcoll (Makefile.am): Likewise.
3786         * modules/memcpy (Makefile.am): Likewise.
3787         * modules/memmem (Makefile.am): Likewise.
3788         * modules/memmove (Makefile.am): Likewise.
3789         * modules/mempcpy (Makefile.am): Likewise.
3790         * modules/memrchr (Makefile.am): Likewise.
3791         * modules/memset (Makefile.am): Likewise.
3792         * modules/memxor (Makefile.am): Likewise.
3793         * modules/mkancesdirs (Makefile.am): Likewise.
3794         * modules/mkdir (Makefile.am): Likewise.
3795         * modules/mkdir-p (Makefile.am): Likewise.
3796         * modules/mkdtemp (Makefile.am): Likewise.
3797         * modules/mkstemp (Makefile.am): Likewise.
3798         * modules/mktime (Makefile.am): Likewise.
3799         * modules/modechange (Makefile.am): Likewise.
3800         * modules/mountlist (Makefile.am): Likewise.
3801         * modules/nanosleep (Makefile.am): Likewise.
3802         * modules/openat (Makefile.am): Likewise.
3803         * modules/pagealign_alloc (Makefile.am): Likewise.
3804         * modules/physmem (Makefile.am): Likewise.
3805         * modules/poll (Makefile.am): Likewise.
3806         * modules/posixtm (Makefile.am): Likewise.
3807         * modules/posixver (Makefile.am): Likewise.
3808         * modules/putenv (Makefile.am): Likewise.
3809         * modules/quote (Makefile.am): Likewise.
3810         * modules/quotearg (Makefile.am): Likewise.
3811         * modules/raise (Makefile.am): Likewise.
3812         * modules/read-file (Makefile.am): Likewise.
3813         * modules/readline (Makefile.am): Likewise.
3814         * modules/readlink (Makefile.am): Likewise.
3815         * modules/readtokens (Makefile.am): Likewise.
3816         * modules/readutmp (Makefile.am): Likewise.
3817         * modules/realloc (Makefile.am): Likewise.
3818         * modules/regex (Makefile.am): Likewise.
3819         * modules/rename (Makefile.am): Likewise.
3820         * modules/rename-dest-slash (Makefile.am): Likewise.
3821         * modules/rijndael (Makefile.am): Likewise.
3822         * modules/rmdir (Makefile.am): Likewise.
3823         * modules/rpmatch (Makefile.am): Likewise.
3824         * modules/safe-read (Makefile.am): Likewise.
3825         * modules/safe-write (Makefile.am): Likewise.
3826         * modules/same (Makefile.am): Likewise.
3827         * modules/save-cwd (Makefile.am): Likewise.
3828         * modules/savedir (Makefile.am): Likewise.
3829         * modules/setenv (Makefile.am): Likewise.
3830         * modules/settime (Makefile.am): Likewise.
3831         * modules/sha1 (Makefile.am): Likewise.
3832         * modules/sig2str (Makefile.am): Likewise.
3833         * modules/snprintf (Makefile.am): Likewise.
3834         * modules/stdlib-safer (Makefile.am): Likewise.
3835         * modules/stpcpy (Makefile.am): Likewise.
3836         * modules/stpncpy (Makefile.am): Likewise.
3837         * modules/strcase (Makefile.am): Likewise.
3838         * modules/strcasestr (Makefile.am): Likewise.
3839         * modules/strchrnul (Makefile.am): Likewise.
3840         * modules/strcspn (Makefile.am): Likewise.
3841         * modules/strdup (Makefile.am): Likewise.
3842         * modules/strerror (Makefile.am): Likewise.
3843         * modules/strftime (Makefile.am): Likewise.
3844         * modules/strndup (Makefile.am): Likewise.
3845         * modules/strnlen (Makefile.am): Likewise.
3846         * modules/strpbrk (Makefile.am): Likewise.
3847         * modules/strsep (Makefile.am): Likewise.
3848         * modules/strstr (Makefile.am): Likewise.
3849         * modules/strtod (Makefile.am): Likewise.
3850         * modules/strtoimax (Makefile.am): Likewise.
3851         * modules/strtok_r (Makefile.am): Likewise.
3852         * modules/strtol (Makefile.am): Likewise.
3853         * modules/strtoll (Makefile.am): Likewise.
3854         * modules/strtoul (Makefile.am): Likewise.
3855         * modules/strtoull (Makefile.am): Likewise.
3856         * modules/strtoumax (Makefile.am): Likewise.
3857         * modules/strverscmp (Makefile.am): Likewise.
3858         * modules/time_r (Makefile.am): Likewise.
3859         * modules/timegm (Makefile.am): Likewise.
3860         * modules/tmpfile-safer (Makefile.am): Likewise.
3861         * modules/unistd-safer (Makefile.am): Likewise.
3862         * modules/unlinkdir (Makefile.am): Likewise.
3863         * modules/userspec (Makefile.am): Likewise.
3864         * modules/utime (Makefile.am): Likewise.
3865         * modules/utimecmp (Makefile.am): Likewise.
3866         * modules/utimens (Makefile.am): Likewise.
3867         * modules/vasnprintf (Makefile.am): Likewise.
3868         * modules/vasprintf (Makefile.am): Likewise.
3869         * modules/vsnprintf (Makefile.am): Likewise.
3870         * modules/xalloc (Makefile.am): Likewise.
3871         * modules/xgetcwd (Makefile.am): Likewise.
3872         * modules/xnanosleep (Makefile.am): Likewise.
3873         * modules/xreadlink (Makefile.am): Likewise.
3874         * modules/xstrtod (Makefile.am): Likewise.
3875         * modules/xstrtol (Makefile.am): Likewise.
3876         * modules/xstrtold (Makefile.am): Likewise.
3877         * modules/yesno (Makefile.am): Likewise.
3878
3879 2006-10-12  Jim Meyering  <jim@meyering.net>
3880
3881         * m4/getloadavg.m4: Revert the change below.
3882
3883         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
3884         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
3885         fail with a symlink, which is what coreutils' ./bootstrap now
3886         creates by default.
3887
3888 2006-10-12  Bruno Haible  <bruno@clisp.org>
3889
3890         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
3891         mingw.
3892         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
3893         MSVC and mingw explicitly.
3894
3895 2006-10-11  Simon Josefsson  <jas@extundo.com>
3896             Bruno Haible  <bruno@clisp.org>
3897
3898         Add support for multiple gnulib-tool invocations in the scope of a
3899         single configure.ac file.
3900         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
3901         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
3902         with the same contents as the _LIBADD variable.
3903         (func_emit_initmacro_start, func_emit_initmacro_end,
3904         func_emit_initmacro_done): New functions.
3905         (func_import, func_create_testdir): Invoke them. Allow the identifiers
3906         gl_LIBOBJS and gl_LTLIBOBJS.
3907
3908 2006-10-11  Bruno Haible  <bruno@clisp.org>
3909
3910         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
3911         (func_create_testdir): Don't create po/Makefile.am, don't invoke
3912         autoreconf. Instead, invoke autopoint explicitly but move back the
3913         *.m4 files from gnulib.
3914
3915 2006-10-11  Bruno Haible  <bruno@clisp.org>
3916
3917         * gnulib-tool (func_usage): Make module names after --create-testdir
3918         optional.
3919         (func_create_testdir): If no module was specified, use nearly all
3920         modules.
3921
3922 2006-10-12  Jim Meyering  <jim@meyering.net>
3923
3924         Big performance improvement for fts-based tools that use FTS_NOSTAT.
3925         Avoid spurious inode-mismatch problems on non-POSIX file systems.
3926         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
3927         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
3928         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
3929         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
3930         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
3931         (fts_set_stat_required): New function.
3932         (fts_open): Defer the calls to fts_stat, if possible or requested.
3933         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
3934         into fts_stat itself.
3935         (fts_read): Perform any required (deferred) fts_stat call.
3936         (fts_build): Likewise, for the directory we're about to open and read.
3937         In the readdir loop, carefully decide whether each entry will require
3938         an eventual call to fts_stat, using dirent.d_type info if available.
3939         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
3940         a command line argument into this function.  Update all callers.
3941         Map a return value of FTS_DOT to FTS_D for a command line argument.
3942         * modules/fts (Depends-on): Add d-type.  Alphabetize.
3943         Thanks to Miklos Szeredi for his tenacity and for the initial
3944         bug report about "find" failing on a FUSE-based file system.
3945
3946         * lib/fts.c (fts_open): Use consistent indentation.
3947
3948 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3949
3950         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
3951         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
3952         reported by Jim Meyering.  All uses of cache variables renamed
3953         to match Autoconf's.
3954         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
3955         the other one.
3956
3957         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
3958         Fix misspelling in diagnostic.
3959
3960 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3961
3962         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
3963         defined.  Problem reported by Matthew Woehlke.
3964
3965         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
3966         Add support for Tandem NonStop R series.
3967         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
3968         Use new macro.
3969
3970         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
3971         (has_trailing_slash): Omit size arg; all callers changed.
3972         Omit 'inline', since it doesn't help performance and we'd
3973         need to configure it.
3974         Don't count //, ///, etc. as having a trailing slash.
3975         As a side effect, this removes a C99ism reported by Matthew Woehlke.
3976         (rpl_rename_dest_slash): On failure, use rename's errno rather
3977         than (in some cases) an incorrect or junk errno.
3978         Simplify code by removing need to compute length; this does
3979         cause it to make two passes instead of one over the file name,
3980         but it's worth it.
3981
3982         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
3983         change, since Autoconf's version may no longer be appropriate now
3984         that we are using CVS Autoconf's version.  Add support for Tandem.
3985
3986 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3987             Bruno Haible  <bruno@clisp.org>
3988
3989         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
3990         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
3991         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
3992         gl_AC_TYPE_LONG_LONG.
3993
3994         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
3995         instead of HAVE_LONG_LONG.
3996         * lib/printf-args.c (printf_fetchargs): Likewise.
3997         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
3998         * lib/vasnprintf.c (VASNPRINTF): Likewise.
3999         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
4000         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
4001         gl_AC_TYPE_LONG_LONG.
4002
4003 2006-10-11  Bruno Haible  <bruno@clisp.org>
4004
4005         * m4/longlong.m4: Add comments.
4006         * m4/ulonglong.m4: Likewise.
4007
4008 2006-10-10  Bruno Haible  <bruno@clisp.org>
4009
4010         Make it possible to #define stpcpy, strdup to aliases.
4011         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
4012         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
4013
4014 2006-10-10  Bruno Haible  <bruno@clisp.org>
4015
4016         Make it possible to #define gcd to an alias.
4017         * lib/gcd.c: Include config.h.
4018
4019 2006-10-10  Bruno Haible  <bruno@clisp.org>
4020
4021         Make it possible to #define c_isascii to an alias.
4022         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
4023         defined. Undefine the macros before defining them, to avoid gcc
4024         warnings.
4025         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
4026         define NO_C_CTYPE_MACROS early.
4027
4028 2006-10-10  Bruno Haible  <bruno@clisp.org>
4029
4030         Make it possible to #define set_program_name to an alias.
4031         * lib/progname.c: Don't undefine set_program_name; instead, undefine
4032         ENABLE_RELOCATABLE early.
4033
4034 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
4035
4036         Port to Tandem NSK OSS, which has 64-bit signed int but at most
4037         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
4038         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
4039         More generally, don't assume that 64-bit signed int is available
4040         if unsigned int is, and vice versa.
4041         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
4042         unsigned symbols, not on their signed counterparts.
4043         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
4044         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
4045         (UINT64_C, UINTMAX_C):
4046         Likewise.
4047         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
4048         unsigned counterparts.
4049         (Have_long_long, Unsigned): New macros.
4050         (Int): Renamed from INT.
4051         (strtoimax): Use the new macros.
4052         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
4053         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
4054         * modules/inttypes (inttypes.h): Substitute
4055         HAVE_UNSIGNED_LONG_LONG_INT.
4056         * modules/stdint (stdint.h): Likewise.
4057         (Files): Add m4/ulonglong.m4.
4058
4059 2006-10-10  Bruno Haible  <bruno@clisp.org>
4060
4061         Fix a gcc -Wshadow warning.
4062         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
4063         to 'bucket'.
4064         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
4065         gl_linked_indexof_from_to): Likewise.
4066         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
4067         Likewise.
4068         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
4069         Likewise.
4070         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
4071         Reported by Eric Blake.
4072
4073 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
4074
4075         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
4076         for NetBSD.  Problem reported by Bruno Haible.
4077
4078 2006-10-09  Jim Meyering  <jim@meyering.net>
4079
4080         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
4081         Patch from Bruno Haible.
4082
4083 2006-10-09  Jim Meyering  <jim@meyering.net>
4084
4085         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
4086         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
4087         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
4088
4089 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4090
4091         Don't include <config.h> twice; this doesn't work in some cases,
4092         e.g., when config.h has "#define intmax_t long long int" and
4093         we include <config.h>, <inttypes.h>, <config.h> in that order.
4094         Problem reported by Matthew Woehlke in:
4095         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
4096         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
4097         * lib/fts-cycle.c: Don't include config.h.
4098         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
4099         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
4100         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
4101         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
4102         inttypes.h.
4103         * lib/xstrtoumax.c: Likewise.
4104         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
4105         __strtol and the like, so that this module is more like its siblings.
4106         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
4107         Remove; no longer needed now that we assume gnulib inttypes.h.
4108
4109 2006-10-08  Bruno Haible  <bruno@clisp.org>
4110
4111         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
4112         option.
4113
4114 2006-10-07  Jim Meyering  <jim@meyering.net>
4115
4116         * modules/inttypes (inttypes.h): Revert what seems to have been
4117         an inadvertent part of today's change: use "|", not "/" in the
4118         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
4119
4120 2006-10-07  Bruno Haible  <bruno@clisp.org>
4121
4122         * modules/sublist: New file.
4123
4124 2006-10-07  Bruno Haible  <bruno@clisp.org>
4125
4126         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
4127         * modules/argz (argz.h): Likewise.
4128         * modules/arpa_inet (arpa/inet.h): Likewise.
4129         * modules/byteswap (byteswap.h): Likewise.
4130         * modules/configmake (configmake.h): Likewise.
4131         * modules/fcntl (fcntl.h): Likewise.
4132         * modules/fnmatch (fnmatch.h): Likewise.
4133         * modules/getopt (getopt.h): Likewise.
4134         * modules/glob (glob.h): Likewise.
4135         * modules/inttypes (inttypes.h): Likewise.
4136         * modules/netinet_in (netinet/in.h): Likewise.
4137         * modules/poll (poll.h): Likewise.
4138         * modules/stdbool (stdbool.h): Likewise.
4139         * modules/stdint (stdint.h): Likewise.
4140         * modules/sys_select (sys/select.h): Likewise.
4141         * modules/sys_socket (sys/socket.h): Likewise.
4142         * modules/sys_stat (sys/stat.h): Likewise.
4143         * modules/sysexits (sysexits.h): Likewise.
4144         * modules/unistd (unistd.h): Likewise.
4145         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4146         Add a "DO NOT EDIT" comment to the generated file.
4147         (func_import): Likewise for gnulib-comp.m4.
4148
4149 2006-10-07  Bruno Haible  <bruno@clisp.org>
4150
4151         * lib/gl_sublist.h: New file.
4152         * lib/gl_sublist.c: New file.
4153
4154 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
4155
4156         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
4157         name (relative to the original working directory) and the file
4158         name component (relative to the temporary working directory).  All
4159         callers changed.
4160         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
4161         * lib/mkdir-p.c (make_dir_parents): Likewise.
4162         * lib/mkdir-p.h (make_dir_parents): Likewise.
4163
4164 2006-10-06  Eric Blake  <ebb9@byu.net>
4165
4166         Define several macros for use by the clean-temp module.
4167         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
4168         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
4169         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
4170
4171         * lib/clean-temp.h (close_stream_temp): New declaration.
4172         * lib/clean-temp.c (includes): Pull in headers according to what
4173         other modules are in use.
4174         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
4175
4176 2006-10-06  Bruno Haible  <bruno@clisp.org>
4177
4178         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
4179         instead of fopen, fwriteerror.
4180
4181 2006-10-06  Bruno Haible  <bruno@clisp.org>
4182
4183         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
4184         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
4185         int.
4186         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
4187         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
4188         Return an error indicator.
4189         Suggested by Eric Blake.
4190
4191 2006-10-06  Bruno Haible  <bruno@clisp.org>
4192
4193         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
4194         Reported by Eric Blake.
4195
4196 2006-10-06  Bruno Haible  <bruno@clisp.org>
4197
4198         * modules/closeout (Description): Mention stderr too.
4199
4200 2006-10-06  Bruno Haible  <bruno@clisp.org>
4201         and Paul Eggert  <eggert@cs.ucla.edu>
4202
4203         * lib/closeout.c (close_stdout): Also close stderr.
4204         * lib/closeout.h: Update comment.
4205
4206 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
4207
4208         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
4209         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
4210         * lib/dirchownmod.c: Include lchown.h.
4211         * lib/lchown.c: Don't include files that lchown.h now includes.
4212         Don't declare chown, since lchown.h now does that.
4213         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
4214         (lchown): Define to rpl_chown if lchown is declared but
4215         does not exist.  Declare using a prototype if lchown is not
4216         declared.  Add a copyright notice.
4217         * lib/mkstemp.h: Include <unistd.h>.
4218         * lib/openat.c: Include lchown.h.
4219
4220         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
4221         we now test for that separately.
4222         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
4223         rather than O_NOFOLLOW, when testing whether it's possible to
4224         avoid a race condition reliably.
4225         * lib/savewd.c (savewd_chdir): Likewise.
4226
4227         Remove macros that are no longer needed now that stdint.h is
4228         reliable.
4229         * lib/fsusage.c (UINTMAX_MAX): Remove.
4230         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
4231         * lib/utimecmp.c (SIZE_MAX): Remove.
4232
4233         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
4234
4235         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
4236         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
4237         O_NOATIME works.
4238
4239 2006-10-05  Bruno Haible  <bruno@clisp.org>
4240
4241         * lib/gl_list.h (gl_sortedlist_search_from_to,
4242         gl_sortedlist_indexof_from_to): New declarations.
4243         (gl_list_implementation): New fields sortedlist_search_from_to,
4244         sortedlist_indexof_from_to.
4245         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
4246         inline functions.
4247         * lib/gl_list.c (gl_sortedlist_search_from_to,
4248         gl_sortedlist_indexof_from_to): New functions.
4249         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
4250         function.
4251         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
4252         (gl_array_sortedlist_search_from_to): New function.
4253         (gl_array_list_implementation): Update.
4254         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
4255         function.
4256         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
4257         (gl_carray_sortedlist_search_from_to): New function.
4258         (gl_carray_list_implementation): Update.
4259         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
4260         gl_linked_sortedlist_indexof_from_to): New functions.
4261         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4262         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4263         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
4264         gl_tree_sortedlist_indexof_from_to): New functions.
4265         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4266         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4267         Update.
4268         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4269         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
4270         Update.
4271
4272 2006-10-05  Bruno Haible  <bruno@clisp.org>
4273
4274         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
4275         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
4276         (struct gl_list_implementation): Add fields search_from_to,
4277         indexof_from_to. Remove fields search, indexof.
4278         (gl_list_search): Use the search_from_to method.
4279         (gl_list_search_from, gl_list_search_from_to): New functions.
4280         (gl_list_indexof): Use the indexof_from_to method.
4281         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4282         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
4283         (gl_list_search_from, gl_list_search_from_to): New functions.
4284         (gl_list_indexof): Use the indexof_from_to method.
4285         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4286         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
4287         gl_array_indexof. Add start_index, end_index arguments.
4288         (gl_array_search_from_to): Renamed from gl_array_search. Add
4289         start_index, end_index arguments.
4290         (gl_array_remove, gl_array_list_implementation): Update.
4291         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
4292         gl_carray_indexof. Add start_index, end_index arguments.
4293         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
4294         start_index, end_index arguments.
4295         (gl_carray_remove, gl_carray_list_implementation): Update.
4296         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
4297         gl_linked_search. Add start_index, end_index arguments.
4298         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
4299         start_index, end_index arguments.
4300         (gl_linked_remove): Update.
4301         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4302         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4303         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
4304         field to 'size_t'.
4305         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
4306         gl_tree_search. Add start_index, end_index arguments.
4307         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4308         start_index, end_index arguments.
4309         (gl_tree_remove): Update.
4310         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4311         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4312         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
4313         function.
4314         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
4315         gl_tree_search. Add start_index, end_index arguments.
4316         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4317         start_index, end_index arguments.
4318         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4319         Update.
4320         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
4321
4322 2006-10-05  Bruno Haible  <bruno@clisp.org>
4323
4324         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
4325
4326         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
4327         fwriteerror_temp): New declarations.
4328         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
4329         (descriptors): New variable.
4330         (cleanup): First, close the descriptors.
4331         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
4332         fclose_temp, fwriteerror_temp): New functions.
4333
4334 2006-10-04  Jim Meyering  <jim@meyering.net>
4335
4336         * lib/fts.c (fts_open): Tiny comment change.
4337
4338 2006-10-04  Bruno Haible  <bruno@clisp.org>
4339
4340         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
4341         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
4342         gl_LOCK_BODY.
4343         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
4344         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
4345         gl_LOCK_EARLY_BODY.
4346         (gl_LOCK): Require gl_LOCK_BODY.
4347
4348 2006-10-04  Bruno Haible  <bruno@clisp.org>
4349
4350         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
4351         (gl_oset_search_atleast): New declaration.
4352         (struct gl_oset_implementation): Add field 'search_atleast'.
4353         (gl_oset_search_atleast): New inline function.
4354         * lib/gl_oset.c (gl_oset_search_atleast): New function.
4355         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
4356         (gl_array_oset_implementation): Update.
4357         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
4358         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
4359         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
4360
4361 2006-10-04  Bruno Haible  <bruno@clisp.org>
4362
4363         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
4364
4365 2006-10-03  Bruno Haible  <bruno@clisp.org>
4366
4367         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
4368         from gl_avltreehash_list_implementation.
4369
4370 2006-10-03  Bruno Haible  <bruno@clisp.org>
4371
4372         * lib/gl_oset.c (gl_oset_add): Fix return type.
4373
4374 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
4375
4376         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
4377
4378 2006-10-02  Eric Blake  <ebb9@byu.net>
4379
4380         * modules/strnlen (Depends-on): Add extensions.
4381
4382 2006-10-02  Eric Blake  <ebb9@byu.net>
4383
4384         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
4385         definition in 2.60+.
4386
4387 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
4388
4389         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
4390         checks.
4391
4392 2006-10-02  Bruno Haible  <bruno@clisp.org>
4393
4394         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
4395         to the AUTOMAKE_OPTIONS.
4396         Reported by Jim Meyering.
4397
4398 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
4399
4400         Work around bug in Solaris 10 /proc file system:
4401         /proc/self/fd/NNN/.. isn't the parent directory of
4402         the directory whose file descriptor is NNN.  This needs to
4403         be worked around at run time, not compile time, since a
4404         program might be built on Solaris 8, where things work, and
4405         run on Solaris 10.
4406         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
4407         to use the following interface instead:
4408         (OPENAT_BUFFER_SIZE): New macro.
4409         (openat_proc_name): New function.
4410         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
4411         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
4412         Likewise.
4413         * lib/openat-proc.c: New file.
4414         * modules/openat (Files): Add lib/openat-proc.c.
4415         (Depends-on): Add same-inode, stdbool.
4416         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
4417
4418 2006-09-29  Bruno Haible  <bruno@clisp.org>
4419
4420         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
4421         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
4422         argument. Set stdout_closed before testing for ferror, not after.
4423         (fwriteerror, fwriteerror_no_ebadf): New functions.
4424
4425 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4426
4427         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
4428
4429 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
4430
4431         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
4432         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
4433
4434 2006-09-28  Jim Meyering  <jim@meyering.net>
4435
4436         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
4437         Include <unistd.h>.
4438
4439 2006-09-28  Bruno Haible  <bruno@clisp.org>
4440
4441         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
4442         * modules/linkedhash-list (Depends-on): Likewise.
4443         * modules/rbtreehash-list (Depends-on): Likewise.
4444
4445 2006-09-28  Bruno Haible  <bruno@clisp.org>
4446
4447         * lib/strndup.h: Simplify the redefinition of strndup.
4448         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
4449         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
4450
4451 2006-09-28  Bruno Haible  <bruno@clisp.org>
4452
4453         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
4454         * lib/gl_linkedhash_list.c: Likewise.
4455         * lib/gl_rbtreehash_list.c: Likewise.
4456
4457 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
4458
4459         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
4460         getaddrinfo.
4461
4462         * lib/__fpending.h: Don't include <stdio_ext.h> unless
4463         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
4464         it causes <stdio_ext.h> to cause a compile-time error.
4465         Problem reported by Nelson H. F. Beebe.
4466         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
4467         of HAVE_DECL___PENDING.
4468
4469         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
4470         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
4471         declaration.
4472
4473 2006-09-27  Jim Meyering  <jim@meyering.net>
4474
4475         This file could end up with a definition for a function
4476         named __strndup, rather than rpl_strndup on a system with
4477         incomplete weak_alias support.
4478         * lib/strndup.c (strndup): Rename from __strndup.
4479         Remove #defines that used to map __strndup to strndup.
4480         Don't use K&R prototypes.
4481         Remove LIBC-related code, since this file is not sync'd with glibc.
4482         * lib/strndup.h: Revamp, accordingly.
4483         * m4/strndup.m4: Modernize.
4484
4485 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
4486
4487         * modules/savewd (Depends-on): Add 'raise'.
4488         * lib/savewd.c: Include <signal.h>, for 'raise'.
4489
4490 2006-09-26  Jim Meyering  <jim@meyering.net>
4491
4492         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
4493         when we detect Darwin 8.7.0's acl_get_file bug.
4494         Rearrange to perform the new (below) run-test while $LIBS
4495         contains any acl-related library.  Set USE_ACL at the end.
4496         (gl_ACL_GET_FILE): New function.
4497
4498 2006-09-26  Eric Blake  <ebb9@byu.net>
4499
4500         * lib/verror.c: Include <config.h> unconditionally.
4501
4502 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
4503
4504         * modules/clock-time (Maintainer): Add self.
4505         * modules/getlogin_r (Depends-on): Add extensions.
4506
4507 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4508
4509         * modules/clock-time: New module.
4510         * modules/nanosleep (Depends-on): Add clock-time.
4511         * modules/gethrxtime (Depends-on): Likewise.
4512         * modules/gettime (Depends-on): Likewise.
4513         * modules/settime (Depends-on): Likewise.
4514
4515         * modules/fts-lgpl: Depend on openat.
4516         * modules/mkancesdirs: Depend on savewd.
4517         * modules/mkdir-p: Likewise.
4518
4519 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4520
4521         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
4522
4523         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
4524         `gl_have_arbitrary_file_name_length_limit' to
4525         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
4526         actually works between configure runs.
4527
4528 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4529             Bruno Haible  <bruno@clisp.org>
4530
4531         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
4532
4533 2006-09-25  Jim Meyering  <jim@meyering.net>
4534
4535         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
4536         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
4537
4538 2006-09-25  Eric Blake  <ebb9@byu.net>
4539
4540         * gnulib-tool (func_import, func_create_testdir): Fix typos in
4541         exec's in 2006-09-18 patch when shuffling fds.
4542
4543 2006-09-25  Bruno Haible  <bruno@clisp.org>
4544
4545         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
4546         Reported by Jim Meyering.
4547
4548 2006-09-24  Jim Meyering  <jim@meyering.net>
4549
4550         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
4551         compare a pointer against a literal "0".  That caused failures with
4552         at least HP-UX's hpcc.
4553
4554 2006-09-22  Simon Josefsson  <jas@extundo.com>
4555
4556         * modules/gc-sha1:
4557         * modules/gc-md4:
4558         * modules/gc-hmac-sha1:
4559         * modules/gc-hmac-md5:
4560         * modules/gc-des:
4561         * modules/gc-arcfour: Distribute more files.
4562
4563 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4564
4565         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
4566         (gl_linked_iterator_from_to): Initialize struct completely.
4567         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
4568         (gl_tree_iterator_from_to): Likewise
4569         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
4570         * lib/gl_array_list.c [lint] (gl_array_iterator)
4571         (gl_array_iterator_from_to): Likewise.
4572         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
4573         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
4574         (gl_carray_iterator_from_to): Likewise.
4575
4576         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
4577         * lib/md4.c (md4_process_block): Remove unused variable.
4578         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
4579         parentheses for clarity.
4580
4581 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4582
4583         * modules/bison-i18n (Depends-on): Add gettext.
4584
4585 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4586
4587         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
4588         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
4589         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
4590         also add missing comma that caused broken test.
4591         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
4592         stdlib.h, for `abort'.
4593         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
4594         variables.
4595         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
4596         include unistd.h if present, for `rmdir'.
4597         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
4598         variables.
4599         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
4600         in the process include standard headers for prototypes.
4601         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
4602         gets declared on GNU/Linux.
4603         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
4604         unistd.h, for `rmdir'.
4605         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
4606
4607         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
4608         always true.
4609         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
4610
4611         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
4612
4613 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4614
4615         * gnulib-tool (func_version): Create output all at once.  This
4616         may help avoid triggering unnecessary SIGPIPEs, and at any
4617         rate it doesn't hurt.
4618
4619 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4620             Bruno Haible  <bruno@clisp.org>
4621
4622         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
4623         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4624         * m4/signed.m4 (bh_C_SIGNED): Likewise.
4625
4626         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
4627         (gl_FUNC_VASPRINTF): Invoke it.
4628
4629 2006-09-22  Bruno Haible  <bruno@clisp.org>
4630
4631         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
4632         getloadavg.c as first argument.
4633
4634 2006-09-22  Bruno Haible  <bruno@clisp.org>
4635
4636         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
4637         at the beginning of the gl_INIT macro.
4638         * modules/getloadavg (configure.ac): Pass $gl_source_base to
4639         gl_GETLOADAVG.
4640
4641 2006-09-22  Bruno Haible  <bruno@clisp.org>
4642
4643         * gnulib-tool (func_create_megatestdir): Don't include the config-h
4644         module.
4645         Suggested by Ralf Wildenhues.
4646
4647 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
4648
4649         Import this patch from libc:
4650
4651         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
4652
4653         * lib/regex_internal.c (re_string_reconstruct): Handle
4654         offset < pstr->valid_raw_len && pstr->offsets_needed case.
4655         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
4656         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
4657         re_string_context_at.
4658
4659         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
4660         now requires it.
4661         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
4662         gl_REGEX now does it for us.
4663         (gl_REGEX): Add test taken from
4664         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
4665
4666         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
4667         Check that large offsets work.  Modernize Autoconf usages.
4668         Prefer "yes" to mean a good thing rather than a bad.
4669         Don't put "#define mkstemp" in config.h, as this might interfere
4670         with standard system headers that "#define mkstemp mkstemp64".
4671
4672         * modules/mkstemp (Depends-on): Add extensions, so that
4673         mkstemp is visible on some platforms.
4674         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
4675         (Include): Change to "mkstemp.h" from <stdlib.h>.
4676         (Files): Add mkstemp.h.
4677
4678         * lib/mkstemp.h: New file, since some standard headers
4679         #define mkstemp.
4680         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
4681         Include "mkstemp.h".
4682         Make the _LIBC code resemble glibc original more,
4683         e.g., use K&R style.
4684         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
4685         (mkstemp): Remove, since mkstemp.h does this for us.
4686         * lib/stdlib--.h: Include mkstemp.h.
4687
4688         Import this patch from libc:
4689
4690         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4691
4692         * lib/tempname.c (__gen_tempname): Change attempts_min
4693         into a macro.  Use preprocessor to decide how to initialize
4694         attempts [Coverity CID 67].
4695
4696 2006-09-20  Bruno Haible  <bruno@clisp.org>
4697
4698         * lib/mkdtemp.c: Import from libc.
4699         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4700                 * sysdeps/posix/tempname.c (__gen_tempname): Change
4701                 attempts_min into a macro.  Use preprocessor to decide how to
4702                 initialize attempts [Coverity CID 67].
4703         2001-11-27  Paul Eggert  <eggert@twinsun.com>
4704                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
4705                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
4706
4707 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4708
4709         * gnulib-tool (func_exit): New function, to allow to pass the
4710         exit status portably through the trap.  Use everywhere.
4711         (--help, --version): Signal a write error.
4712         (trap): catch SIGPIPE, for write errors.
4713         Exit at the end of the trap, with the correct exit status.
4714
4715 2006-09-19  Karl Berry  <karl@gnu.org>
4716
4717         * doc/gnulib.texi: note about the license texinfo files.
4718
4719 2006-09-19  Eric Blake  <ebb9@byu.net>
4720
4721         * gnulib-tool: Avoid space-tab.
4722
4723 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4724
4725         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
4726         that prevented coreutils 6.1 from building.  Problem reported
4727         by Petter Reinholdtsen.
4728
4729 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4730
4731         * gnulib-tool (avoidlist): Fix typo that broke options like
4732         --avoid=lock that are used by coreutils bootstrap.
4733
4734 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
4735
4736         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
4737         more systematically.
4738
4739 2006-09-18  Jim Meyering  <jim@meyering.net>
4740
4741         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
4742
4743 2006-09-18  Bruno Haible  <bruno@clisp.org>
4744
4745         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
4746
4747 2006-09-18  Bruno Haible  <bruno@clisp.org>
4748
4749         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
4750         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
4751         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
4752         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
4753         * m4/gettext.m4: Require autoconf >= 2.52.
4754         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
4755         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
4756         of gl_cv_header_inttypes_h.
4757
4758 2006-09-18  Bruno Haible  <bruno@clisp.org>
4759
4760         * lib/javaversion.c: Include configmake.h.
4761
4762 2006-09-18  Bruno Haible  <bruno@clisp.org>
4763
4764         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
4765         avoid that the while loops be executed in a subshell.
4766
4767 2006-09-18  Bruno Haible  <bruno@clisp.org>
4768
4769         * MODULES.html.sh (func_module): Break long lines.
4770         Suggested by Bruce Korb <bkorb@gnu.org>.
4771
4772 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4773
4774         Speed up by a factor of 1.12.
4775         * gnulib-tool (nl): New variable.
4776         (func_import): Rewrite include directive extraction to only read each
4777         directive once.
4778
4779 2006-09-17  Bruno Haible  <bruno@clisp.org>
4780
4781         * modules/javaversion (Makefile.am): Remove DEFS setting.
4782         (Depends-on): Add configmake, for PKGDATADIR definition.
4783
4784 2006-09-17  Bruno Haible  <bruno@clisp.org>
4785
4786         * gnulib-tool (func_create_testdir): Rewrite all files at once.
4787
4788 2006-09-17  Bruno Haible  <bruno@clisp.org>
4789
4790         * gnulib-tool (func_append): New function, stolen from libtool.m4.
4791         (func_modules_transitive_closure, func_modules_add_dummy,
4792         func_modules_to_filelist, func_import, func_create_testdir,
4793         func_create_megatestdir, ...): Use it wherever possible.
4794         Suggested by Ralf Wildenhues.
4795
4796 2006-09-16  Karl Berry  <karl@gnu.org>
4797
4798         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
4799         to avoid sectioning errors.
4800         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
4801         [ifinfo]: blank line after @center-ed titles.
4802         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
4803         Spell FSF address consistently with others.
4804         (These changes approved by rms.)
4805
4806 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4807
4808         Speed up by a factor of 1.61.
4809         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
4810         already checked module names again.
4811
4812 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4813
4814         Speed up by a factor of 1.13.
4815         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
4816         for new_files, and the input to func_add_or_update.
4817
4818 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4819
4820         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
4821         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
4822
4823 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4824
4825         * modules/mkancesdirs (Depends-on): Add fcntl.
4826         * modules/savewd: New file.
4827         * MODULES.html.sh (File system functions): Add savewd.
4828
4829         * modules/configmake (Makefile.am): Add support for the
4830         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
4831
4832 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4833
4834         * m4/savewd.m4: New file.
4835
4836 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4837
4838         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
4839         (dirchownmod): New arg FD.  All callers changed.
4840         Use FD rather than opening the directory ourself, as opening is
4841         now the caller's responsibility.
4842         * lib/dirchownmod.h: Likewise.
4843         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
4844         hosts that require <sys/types.h> before <sys/stat.h>.  Include
4845         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
4846         (test_dir): Remove.
4847         (mkancesdirs): Return length of prefix of FILE that has already
4848         been made, or -2 if there is a child doing the work.  Redo
4849         algorithm so that it is O(N) rather than O(N**2).  Optimize away
4850         ".", and treat ".." specially since it might stray back into
4851         already-created areas.  Use a subprocess if necessary.  New arg
4852         WD; all users changed.  MAKE_DIR function should now return 1
4853         if it creates a directory that is not readable.  Return -2 if
4854         a child process is spun off.
4855         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
4856         Adjust signature to match code.
4857         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
4858         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
4859         all users changed.
4860         * lib/savewd.c, lib/savewd.h: New files.
4861
4862 2006-09-15  Jim Meyering  <jim@meyering.net>
4863
4864         * modules/rename-dest-slash: New module.
4865         * MODULES.html.sh (posix_compat): Add it here.
4866
4867         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
4868
4869 2006-09-15  Jim Meyering  <jim@meyering.net>
4870
4871         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
4872         file.
4873
4874         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
4875
4876 2006-09-15  Jim Meyering  <jim@meyering.net>
4877
4878         * lib/rename-dest-slash.c (has_trailing_slash): Use
4879         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
4880         (rpl_rename_dest_slash): Perform the cheaper trailing slash
4881         test before testing whether SRC is a directory.
4882         Suggestions from Bruno Haible.
4883
4884         Avoid a warning about an unused variable.
4885         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
4886         into the #ifdef block where it's used.
4887
4888         * lib/rename-dest-slash.c: New file.
4889
4890 2006-09-14  Bruno Haible  <bruno@clisp.org>
4891
4892         * lib/allocsa.c: Include <config.h> unconditionally.
4893         * lib/asnprintf.c: Likewise.
4894         * lib/asprintf.c: Likewise.
4895         * lib/c-strcasecmp.c: Likewise.
4896         * lib/c-strcasestr.c: Likewise.
4897         * lib/c-strncasecmp.c: Likewise.
4898         * lib/c-strstr.c: Likewise.
4899         * lib/classpath.c: Likewise.
4900         * lib/clean-temp.c: Likewise.
4901         * lib/concatpath.c: Likewise.
4902         * lib/copy-file.c: Likewise.
4903         * lib/csharpcomp.c: Likewise.
4904         * lib/csharpexec.c: Likewise.
4905         * lib/execute.c: Likewise.
4906         * lib/fatal-signal.c: Likewise.
4907         * lib/findprog.c: Likewise.
4908         * lib/fwriteerror.c: Likewise.
4909         * lib/gl_array_list.c: Likewise.
4910         * lib/gl_array_oset.c: Likewise.
4911         * lib/gl_avltree_list.c: Likewise.
4912         * lib/gl_avltree_oset.c: Likewise.
4913         * lib/gl_avltreehash_list.c: Likewise.
4914         * lib/gl_carray_list.c: Likewise.
4915         * lib/gl_linked_list.c: Likewise.
4916         * lib/gl_linkedhash_list.c: Likewise.
4917         * lib/gl_list.c: Likewise.
4918         * lib/gl_oset.c: Likewise.
4919         * lib/gl_rbtree_list.c: Likewise.
4920         * lib/gl_rbtree_oset.c: Likewise.
4921         * lib/gl_rbtreehash_list.c: Likewise.
4922         * lib/imaxabs.c: Likewise.
4923         * lib/imaxdiv.c: Likewise.
4924         * lib/javacomp.c: Likewise.
4925         * lib/javaexec.c: Likewise.
4926         * lib/javaversion.c: Likewise.
4927         * lib/linebreak.c: Likewise.
4928         * lib/localcharset.c: Likewise.
4929         * lib/lock.c: Likewise.
4930         * lib/mbchar.c: Likewise.
4931         * lib/mbswidth.c: Likewise.
4932         * lib/mkdtemp.c: Likewise.
4933         * lib/pipe.c: Likewise.
4934         * lib/printf-args.c: Likewise.
4935         * lib/printf-parse.c: Likewise.
4936         * lib/progname.c: Likewise.
4937         * lib/progreloc.c: Likewise.
4938         * lib/readlink.c: Likewise.
4939         * lib/sh-quote.c: Likewise.
4940         * lib/stpcpy.c: Likewise.
4941         * lib/stpncpy.c: Likewise.
4942         * lib/strcasecmp.c: Likewise.
4943         * lib/strcasestr.c: Likewise.
4944         * lib/strcspn.c: Likewise.
4945         * lib/striconv.c: Likewise.
4946         * lib/strncasecmp.c: Likewise.
4947         * lib/strnlen1.c: Likewise.
4948         * lib/strstr.c: Likewise.
4949         * lib/strtok_r.c: Likewise.
4950         * lib/tls.c: Likewise.
4951         * lib/tmpdir.c: Likewise.
4952         * lib/unicodeio.c: Likewise.
4953         * lib/unsetenv.c: Likewise.
4954         * lib/vasnprintf.c: Likewise.
4955         * lib/vasprintf.c: Likewise.
4956         * lib/wait-process.c: Likewise.
4957         * lib/xallocsa.c: Likewise.
4958         * lib/xsetenv.c: Likewise.
4959         * lib/xstriconv.c: Likewise.
4960
4961 2006-09-13  Simon Josefsson  <jas@extundo.com>
4962
4963         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
4964         that internally, suggested by Ralf Wildenhues
4965         <Ralf.Wildenhues@gmx.de>.
4966
4967 2006-09-13  Simon Josefsson  <jas@extundo.com>
4968
4969         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
4970         @LIBOBJS@.
4971         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4972
4973 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
4974
4975         * lib/_fpending.c: Include <config.h> unconditionally, since we no
4976         longer worry about uses that don't define HAVE_CONFIG_H.
4977         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
4978         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
4979         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
4980         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
4981         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
4982         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
4983         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
4984         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
4985         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
4986         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
4987         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
4988         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
4989         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
4990         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
4991         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
4992         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
4993         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
4994         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
4995         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
4996         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
4997         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
4998         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
4999         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
5000         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
5001         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
5002         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
5003         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
5004         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
5005         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
5006         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
5007         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
5008         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
5009         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
5010         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
5011         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
5012         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
5013         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
5014         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
5015         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
5016         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
5017         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
5018         Likewise.
5019
5020 2006-09-13  Eric Blake  <ebb9@byu.net>
5021
5022         * lib/getopt.c: Fix typo in last commit.
5023
5024 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
5025
5026         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
5027         dgettext.
5028
5029 2006-09-12  Jim Meyering  <jim@meyering.net>
5030
5031         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
5032         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
5033         Reported by Nelson H. F. Beebe.
5034
5035 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
5036
5037         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
5038         program_invocation_name and program_invocation_short_name are
5039         initialized.
5040         * lib/argp-namefrob.h: Move declarations of program_invocation_name
5041         and program_invocation_short_name to argp.h, so they are visible
5042         to user programs.
5043         * lib/argp.h: Likewise
5044
5045 2006-09-10  Bruno Haible  <bruno@clisp.org>
5046
5047         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
5048         m4/inttypes_h.m4, m4/uintmax_t.m4.
5049
5050 2006-09-10  Bruno Haible  <bruno@clisp.org>
5051
5052         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
5053         gl_AC_TYPE_UINTMAX_T.
5054
5055 2006-09-10  Bruno Haible  <bruno@clisp.org>
5056
5057         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
5058
5059 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
5060
5061         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
5062         convention.  Text proposed by Bruno Haible.
5063         (struct argp_option): Document the use of N_() wrappers.
5064
5065         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
5066         '\v', and translate the two parts separately, instead of feeding
5067         the whole string to gettext.  This allows to exclude
5068         '\v' from the strings visible to the translator by writing doc
5069         strings as N_("..") "\v" N_("..").
5070
5071 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
5072
5073         * config/srclist.txt: Undo latest change; the bug was fixed.
5074
5075 2006-09-09  Bruno Haible  <bruno@clisp.org>
5076
5077         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
5078         assignments if building a library without libtool.
5079         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
5080         in func_emit_lib_Makefile_am.
5081         (func_import): When building a static library libfoo.a, arrange to
5082         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
5083         (func_create_testdir): Likewise.
5084         * modules/gc (configure.ac, Makefile.am): If building statically,
5085         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
5086         * modules/iconvme (configure.ac, Makefile.am): Likewise.
5087         * modules/striconv (configure.ac, Makefile.am): Likewise.
5088         Based on a suggestion by Ralf Wildenhues.
5089
5090 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5091
5092         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5093         Check for unistd.h too, since Autoconf doesn't assume POSIX.
5094         Also:
5095
5096         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5097         Add year_2050_test to catch glibc bug 2821
5098         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5099
5100         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5101         Prefer #ifdef to #if.
5102
5103         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
5104         Return from 'main' instead of calling 'exit'.
5105
5106 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5107
5108         * lib/mktime.c (guess_time_tm): Fix bug where mktime
5109         returned the maximum time_t value rather than (time_t) -1.
5110         Problem originally reported by William Bardwell
5111         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5112
5113         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5114         Moved to here ...
5115         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5116         ... from here.
5117
5118 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5119
5120         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
5121         2821 is fixed.
5122
5123 2006-09-08  Jim Meyering  <jim@meyering.net>
5124
5125         Don't make generated files read-only.  That would bother too many
5126         people.  However, do retain the ability to work when targets are
5127         read-only: remove the destination and temporary files before writing
5128         them (when generated via sed or echo), or by using the -f option for
5129         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
5130         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5131         * modules/byteswap, modules/configmake, modules/fcntl:
5132         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5133         * modules/localcharset, modules/netinet_in, modules/poll:
5134         * modules/stdbool, modules/stdint, modules/sys_select:
5135         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5136
5137 2006-09-08  Jim Meyering  <jim@meyering.net>
5138
5139         Avoid new build failure on FreeBSD 6.0.
5140         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
5141         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
5142         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
5143
5144 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5145
5146         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
5147
5148 2006-09-07  Jim Meyering  <jim@meyering.net>
5149
5150         Fix global typo in last change: use chmod u-w, not chmod u-x.
5151         Spotted by Paul Eggert and Bruce Korb.
5152         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5153         * modules/byteswap, modules/configmake, modules/fcntl:
5154         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5155         * modules/localcharset, modules/netinet_in, modules/poll:
5156         * modules/stdbool, modules/stdint, modules/sys_select:
5157         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5158
5159 2006-09-06  Jim Meyering  <jim@meyering.net>
5160
5161         Make generated files be read-only.
5162         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
5163         Ensure that each generated file is now read-only.
5164         * modules/argz: Likewise.
5165         * modules/arpa_inet: Likewise.
5166         * modules/byteswap: Likewise.
5167         * modules/configmake: Likewise.
5168         * modules/fcntl: Likewise.
5169         * modules/fnmatch: Likewise.
5170         * modules/getopt: Likewise.
5171         * modules/glob: Likewise.
5172         * modules/inttypes: Likewise.
5173         * modules/netinet_in: Likewise.
5174         * modules/poll: Likewise.
5175         * modules/stdbool: Likewise.
5176         * modules/stdint: Likewise.
5177         * modules/sys_select: Likewise.
5178         * modules/sys_socket: Likewise.
5179         * modules/sys_stat: Likewise.
5180         * modules/sysexits: Likewise.
5181         * modules/localcharset: Same as above, but continue using temporary
5182         file named "t-$@" (why different?) rather than the "$@-t" used
5183         everywhere else.
5184
5185         * modules/sysexits (Makefile.am): Replace literal occurrences
5186         of "sysexit.h" more readable, and more consistent, "$@".
5187
5188 2006-09-06  Bruno Haible  <bruno@clisp.org>
5189
5190         * modules/striconv: New file.
5191         * modules/xstriconv: New file.
5192         * MODULES.html.sh (Internationalization functions): Add striconv,
5193         xstriconv.
5194
5195 2006-09-06  Bruno Haible  <bruno@clisp.org>
5196
5197         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
5198         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
5199         not using libtool correctly.
5200
5201 2006-09-06  Bruno Haible  <bruno@clisp.org>
5202
5203         * lib/striconv.h: New file.
5204         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
5205         iconvstring.c.
5206         * lib/xstriconv.h: New file.
5207         * lib/xstriconv.c: New file.
5208
5209 2006-09-06  Bruno Haible  <bruno@clisp.org>
5210
5211         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5212         lib_..._LDFLAGS.
5213
5214 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5215
5216         * lib/argz_.h: Sync from Libtool.
5217
5218         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
5219                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5220
5221         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
5222
5223 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5224
5225         * modules/trim: New file.
5226
5227 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5228
5229         * lib/trim.h: New file.
5230         * lib/trim.c: New file.
5231
5232 2006-09-05  Bruno Haible  <bruno@clisp.org>
5233
5234         * MODULES.html.sh (String handling): Add trim.
5235
5236 2006-09-04  Karl Berry  <karl@gnu.org>
5237
5238         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
5239         until next release.
5240
5241 2006-09-03  Bruno Haible  <bruno@clisp.org>
5242
5243         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
5244         correctly.
5245
5246 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5247
5248         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
5249         not gl_GETLOADAVG.  Omit unneeded semicolons.
5250         Problems reported by Ralf Wildenhues in
5251         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5252         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
5253         at the end, which is the usual gnulib style.
5254
5255         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
5256         of doing all the work ourselves.
5257         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
5258         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
5259
5260 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5261
5262         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
5263         Problem reported by Ralf Wildenhues in
5264         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5265
5266         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
5267         HAVE_STRUCT_STATFS_F_FSTYPENAME.
5268
5269 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5270
5271         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
5272         yesterday's patch by changing test -n to test -z.
5273
5274 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5275
5276         * modules/getloadavg (Files): Add m4/getloadavg.m4.
5277         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
5278         the former is now obsolescent.
5279
5280         * modules/chdir-long (Depends-on): Add fcntl.
5281
5282 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5283
5284         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
5285         obsolescent, and programs should use gnulib instead.
5286         * m4/getloadavg.m4: New file, with contents taken from Autoconf
5287         but with prefixes changed.
5288
5289 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5290
5291         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
5292         or stdbool.h, because they might not exist while configuring.
5293
5294         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
5295         Don't include unistd.h or limits.h; not needed, since chdir-long.h
5296         does that for us.
5297         (O_DIRECTORY): Remove.
5298
5299 2006-08-31  Eric Blake  <ebb9@byu.net>
5300
5301         * gnulib-tool: Don't let emacs change spaces to TAB.
5302
5303 2006-08-31  Bruno Haible  <bruno@clisp.org>
5304
5305         * gnulib-tool: When calling func_import more than once, do it in a
5306         subshell.
5307         Reported by Eric Blake <ebb9@byu.net>.
5308
5309 2006-08-31  Bruno Haible  <bruno@clisp.org>
5310
5311         * gnulib-tool (nl): Remove variable.
5312         (sed_transform_lib_file): Use more robust test for config-h module.
5313         (func_import): Fix typo in 2006-08-25 patch.
5314
5315 2006-08-31  Bruno Haible  <bruno@clisp.org>
5316
5317         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
5318         specified, augment Makefile.am variables instead of assigning them.
5319
5320 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5321
5322         Work around a bug in both the Linux and SunOS 64-bit kernels:
5323         nanosleep mishandles sleeps for longer than 2**31 seconds.
5324         Problem reported by Frank v Waveren in
5325         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5326         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
5327         Check for nanosleep bug.
5328         (LIB_NANOSLEEP): Append clock_gettime library if needed.
5329
5330 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5331
5332         Work around a bug in both the Linux and SunOS 64-bit kernels:
5333         nanosleep mishandles sleeps for longer than 2**31 seconds.
5334         Problem reported by Frank v Waveren in
5335         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5336         * lib/nanosleep.c (BILLION): New constant.
5337         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
5338         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
5339         implementation.
5340
5341 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5342
5343         * modules/nanosleep (Depends-on): Add gettime.
5344
5345 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5346         and Simon Josefsson  <jas@extundo.com>
5347         and Oskar Liljeblad  <oskar@osk.mine.nu>
5348
5349         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
5350         * gnulib-tool (func_import): New license type 'unmodifiable license
5351         text'.
5352         * modules/fdl: Use it.  Longer description.
5353         * module/gpl, module/lgpl: New files.
5354
5355 2006-08-30  Jim Meyering  <jim@meyering.net>
5356
5357         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
5358         shadowing the parameter.
5359
5360 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5361
5362         Sync from Libtool:
5363
5364         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5365
5366         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
5367         sharing with gnulib.  Report by Eric Blake.
5368
5369 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5370
5371         * modules/isapipe: New file.
5372         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
5373
5374 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5375
5376         * modules/configmake (Makefile.am): Add a comment, and omit
5377         the CONFIGMAKE_ prefix from generated macro names.  Suggested
5378         by Bruno Haible.
5379
5380 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5381
5382         * m4/isapipe.m4: New file.
5383
5384 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5385
5386         * lib/isapipe.c, lib/isapipe.h: New files.
5387
5388 2006-08-29  Jim Meyering  <jim@meyering.net>
5389
5390         * modules/configmake (Makefile.am): Make configmake.h depend on
5391         Makefile.  Otherwise, a stale configmake.h could hang around.
5392
5393 2006-08-29  Eric Blake  <ebb9@byu.net>
5394
5395         * lib/error.c (error_at_line, print_errno_message): Match libc, after
5396         resolution of upstream bug 3044.
5397
5398 2006-08-29  Bruno Haible  <bruno@clisp.org>
5399
5400         * modules/localcharset (Depends-on): Add configmake.
5401         (Makefile.am): Remove setting of LIBDIR through DEFS.
5402
5403 2006-08-29  Bruno Haible  <bruno@clisp.org>
5404
5405         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
5406         defined.
5407
5408 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5409
5410         * modules/fcntl: New file.
5411         * modules/chdir-safer (Depends-on): Add fcntl.
5412         * modules/fts: Likewise.
5413         * modules/mkdir-p: Likewise.
5414
5415         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
5416         This undoes the most recent change, since we're now addressing the
5417         problem in a different way.
5418
5419         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
5420         into output, since the output might be called Makefile.am even
5421         if $makefile_name is something different.
5422         (func_import): Use $makefile_am rather than
5423         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
5424         empty.
5425
5426         * modules/inttypes (Files): Add m4/inttypes-h.m4.
5427
5428 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5429
5430         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
5431         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
5432         recent change to stdint.m4, since we're now addressing the problem in a
5433         different way.
5434
5435 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5436
5437         * m4/fcntl_h.m4: New file.
5438
5439 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5440
5441         * lib/fcntl_.h: New file.
5442         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
5443         the fcntl module.
5444         * lib/dirchownmod.c: Likewise.
5445         * lib/fts.c: Likewise.
5446
5447         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
5448         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
5449         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
5450         just before including <inttypes.h>, to avoid circular inclusion.
5451
5452 2006-08-28  Jim Meyering  <jim@meyering.net>
5453
5454         * doc/visibility.texi: Actually read and correct the grammar of the
5455         sentence affected by yesterday's change.
5456
5457 2006-08-28  Eric Blake  <ebb9@byu.net>
5458
5459         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
5460         needs wrapper.
5461
5462 2006-08-28  Eric Blake  <ebb9@byu.net>
5463
5464         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
5465
5466 2006-08-28  Eric Blake  <ebb9@byu.net>
5467
5468         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
5469
5470 2006-08-28  Bruno Haible  <bruno@clisp.org>
5471
5472         * modules/c-strstr: New file, from GNU gettext.
5473         * MODULES.html.sh (String handling): Add c-strstr.
5474
5475 2006-08-28  Bruno Haible  <bruno@clisp.org>
5476
5477         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
5478         macros.
5479         Reported by Eric Blake.
5480
5481 2006-08-28  Bruno Haible  <bruno@clisp.org>
5482
5483         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
5484         (VASNPRINTF): Return a string of length > INT_MAX without failing.
5485         * lib/vasprintf.c: Include errno.h, limits.h.
5486         (EOVERFLOW): New fallback definition.
5487         (vasprintf): Test here whether the string length is > INT_MAX.
5488         * lib/vsnprintf.c: Include errno.h, limits.h.
5489         (EOVERFLOW): New fallback definition.
5490         (vsnprintf): Fix bug when generated string was too long for the buffer.
5491         Test here whether the string length is > INT_MAX.
5492
5493 2006-08-28  Bruno Haible  <bruno@clisp.org>
5494
5495         * lib/inttypes_.h (SCNX*): Remove definitions.
5496         Reported by Eric Blake.
5497
5498 2006-08-28  Bruno Haible  <bruno@clisp.org>
5499
5500         * lib/c-strstr.h: New file, from GNU gettext.
5501         * lib/c-strstr.c: New file, from GNU gettext.
5502
5503 2006-08-28  Bruno Haible  <bruno@clisp.org>
5504
5505         * gnulib-tool: Reorder some statements.
5506
5507 2006-08-28  Bruno Haible  <bruno@clisp.org>
5508
5509         * gnulib-tool: New option --makefile-name.
5510         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
5511         $makefile_name.
5512         (func_import): Write $makefile_name to the cache file, and read it from
5513         there unless explicitly specified. Use $makefile_name as file name
5514         instead of Makefile.am. Adjust the recommendations accordingly.
5515
5516 2006-08-28  Bruno Haible  <bruno@clisp.org>
5517
5518         * gnulib-tool (func_verify_module): Check against misapplying patch.
5519
5520 2006-08-28  Bruno Haible  <bruno@clisp.org>
5521
5522         * gnulib-tool (func_relativize, func_relconcat): New functions.
5523         Give an error if --local-dir is given with --update.
5524         Remove trailing slashes from $local_gnulib_dir.
5525         (func_import): Store the relativized $local_gnulib_dir in
5526         gnulib-cache.m4, and read it from there if not specified explicitly.
5527
5528 2006-08-28  Bruno Haible  <bruno@clisp.org>
5529
5530         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
5531         is the current directory. Respect also $local_gnulib_dir.
5532
5533 2006-08-28  Bruno Haible  <bruno@clisp.org>
5534             Simon Josefsson  <jas@extundo.com>
5535
5536         BeOS portability.
5537         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
5538
5539 2006-08-27  Jim Meyering  <jim@meyering.net>
5540
5541         * doc/visibility.texi: Remove duplicate word: "pointer".
5542
5543 2006-08-26  Bruno Haible  <bruno@clisp.org>
5544
5545         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
5546         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
5547         (Makefile.am): Create inttypes.h from inttypes_.h.
5548         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
5549
5550         * modules/imaxabs: New file.
5551
5552         * modules/imaxdiv: New file.
5553
5554 2006-08-26  Bruno Haible  <bruno@clisp.org>
5555
5556         * m4/inttypes.m4: New file.
5557         * m4/_inttypes_h.m4: Remove file.
5558         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
5559         PRI_MACROS_BROKEN.
5560         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
5561
5562         * m4/imaxabs.m4: New file.
5563
5564         * m4/imaxdiv.m4: New file.
5565
5566 2006-08-26  Bruno Haible  <bruno@clisp.org>
5567
5568         * lib/inttypes_.h: New file.
5569         * lib/inttypes.h: Remove file.
5570         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
5571
5572         * lib/imaxabs.c: New file.
5573
5574         * lib/imaxdiv.c: New file.
5575
5576 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5577
5578         New config-h module, so that "make" output needn't be cluttered
5579         by -DHAVE_CONFIG_H.
5580         * MODULES.html.sh (Support for building libraries and executables):
5581         Add config-h.
5582         * modules/config-h: New file.
5583         * gnulib-tool (nl, sed_transform_lib_file): New vars.
5584         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
5585         the config-h module is used.
5586
5587         New configmake module, so that "make" output needn't be cluttered
5588         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
5589         * MODULES.html.sh (Support for building libraries and executables):
5590         Add configmake.
5591         * modules/configmake: New file.
5592
5593 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5594
5595         * m4/config-h.m4: New file.
5596
5597 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5598
5599         * config/srclist.txt: Add elisp-comp.
5600
5601 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5602
5603         * MODULES.html.sh (Support for building libraries and executables):
5604         Add elisp-comp.
5605         * build-aux/elisp-comp: New file.
5606         * modules/elisp-comp: New file.
5607
5608 2006-08-24  Bruno Haible  <bruno@clisp.org>
5609
5610         * gnulib-tool (func_create_testdir): Use non-default values of
5611         sourcebase and m4base.
5612
5613 2006-08-24  Bruno Haible  <bruno@clisp.org>
5614
5615         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
5616         HTML structure.
5617
5618 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
5619
5620         * modules/openat (Depends-on): Add lchown.
5621
5622 2006-08-23  Bruno Haible  <bruno@clisp.org>
5623
5624         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
5625         of gl_LOCK_EARLY instead of gl_LOCK.
5626
5627 2006-08-23  Bruno Haible  <bruno@clisp.org>
5628
5629         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
5630         on OSF/1 to no.
5631         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
5632
5633 2006-08-23  Bruno Haible  <bruno@clisp.org>
5634
5635         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
5636         as unusable.
5637
5638         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
5639         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
5640         (gl_LOCK): New macro.
5641
5642 2006-08-22  Simon Josefsson  <jas@extundo.com>
5643
5644         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
5645         to md5 module.
5646
5647 2006-08-22  Simon Josefsson  <jas@extundo.com>
5648
5649         * MODULES.html.sh: Add "Support for maintaining and release
5650         projects".
5651
5652         * build-aux/gnupload: New file, from coreutils.
5653
5654 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5655
5656         Avoid the need for AC_LIBSOURCES in m4 macros.
5657         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
5658         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
5659         * modules/check-version (EXTRA_DIST): Add check-version.h.
5660         * modules/crc (EXTRA_DIST): Add crc.h.
5661         * modules/des (EXTRA_DIST): Add des.h.
5662         * modules/gc (EXTRA_DIST): Add gc.h.
5663         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
5664         * modules/getline (EXTRA_DIST): Add getline.h.
5665         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
5666         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
5667         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
5668         * modules/md2 (EXTRA_DIST): Add md2.h.
5669         * modules/md4 (EXTRA_DIST): Add md4.h.
5670         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
5671         * modules/read-file (EXTRA_DIST): Add read-file.h.
5672         * modules/readline (EXTRA_DIST): Add readline.h.
5673         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
5674         rijndael-api-fst.h.
5675
5676 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5677
5678         * m4/rijndael.m4 (gl_ARCFOUR):
5679         * m4/arctwo.m4 (gl_ARCTWO):
5680         * m4/check-version.m4 (gl_CHECK_VERSION):
5681         * m4/crc.m4 (gl_CRC):
5682         * m4/des.m4 (gl_DES):
5683         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
5684         * m4/gc.m4 (gl_GC):
5685         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
5686         * m4/getline.m4 (gl_FUNC_GETLINE):
5687         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
5688         * m4/hmac-md5.m4 (gl_HMAC_MD5):
5689         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
5690         * m4/md2.m4 (gl_MD2):
5691         * m4/md4.m4 (gl_MD4):
5692         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
5693         * m4/read-file.m4 (gl_FUNC_READ_FILE):
5694         * m4/readline.m4 (gl_FUNC_READLINE):
5695         * m4/rijndael.m4 (gl_RIJNDAEL):
5696         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5697         to get the necessary .h files and whatnot.
5698
5699 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5700
5701         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
5702         gnulib rather than the other way around.
5703         * config/srclistvars.sh (COREUTILS): Remove.
5704
5705 2006-08-22  Jim Meyering  <jim@meyering.net>
5706
5707         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
5708
5709         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
5710
5711 2006-08-22  Eric Blake  <ebb9@byu.net>
5712
5713         * modules/regexprops-generic: New file.
5714         * MODULES.html.sh (Support for building documentation): List it.
5715
5716 2006-08-22  Eric Blake  <ebb9@byu.net>
5717
5718         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
5719         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
5720         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
5721         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
5722
5723 2006-08-22  Bruno Haible  <bruno@clisp.org>
5724
5725         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
5726         and lib_LTLIBRARIES like the other lib_* variables.
5727
5728 2006-08-22  Bruno Haible  <bruno@clisp.org>
5729
5730         * build-aux/x-to-1.in: New file, from GNU gettext.
5731
5732 2006-08-22  Bruno Haible  <bruno@clisp.org>
5733
5734         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
5735         <utmpx.h> exists.
5736
5737 2006-08-22  Bruno Haible  <bruno@clisp.org>
5738
5739         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
5740         <utmpx.h> exists.
5741
5742 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5743
5744         BeOS portability.
5745         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
5746         exist.
5747         Problem reported by Bruno Haible.
5748
5749 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5750
5751         Avoid the need for AC_LIBSOURCES in m4 macros.
5752         * modules/acl (EXTRA_DIST): Add acl.h.
5753         * modules/argmatch (Files): Add m4/argmatch.m4.
5754         (configure.ac): Add gl_ARGMATCH.
5755         (EXTRA_DIST): Renamed from lib_SOURCES, for
5756         consistency with the other modules.  Remove argmatch.c.
5757         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
5758         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
5759         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
5760         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
5761         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
5762         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
5763         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
5764         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
5765         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
5766         * modules/closeout (EXTRA_DIST): Add closeout.h.
5767         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
5768         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
5769         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
5770         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
5771         dirname.h; remove basename.c and stripslash.c.
5772         * modules/exclude (EXTRA_DIST): Add exclude.h.
5773         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
5774         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
5775         * modules/file-type (EXTRA_DIST): Add file-type.h.
5776         * modules/filemode (EXTRA_DIST): Add filemode.h.
5777         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
5778         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5779         * modules/fpending (EXTRA_DIST): Add __fpending.h.
5780         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
5781         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
5782         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
5783         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
5784         * modules/getdate (EXTRA_DIST): Add getdate.c.
5785         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
5786         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
5787         * modules/getpass (EXTRA_DIST): Add getpass.h.
5788         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
5789         * modules/group-member (EXTRA_DIST): Add group-member.h.
5790         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
5791         * modules/hash (EXTRA_DIST): Add hash.h.
5792         * modules/human (EXTRA_DIST): Add human.h.
5793         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
5794         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
5795         * modules/lchown (EXTRA_DIST): Add lchown.h.
5796         * modules/long-options (EXTRA_DIST): Add long-options.h.
5797         * modules/lstat (EXTRA_DIST): Add lstat.h.
5798         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
5799         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
5800         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
5801         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
5802         * modules/memxor (EXTRA_DIST): Add memxor.h.
5803         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
5804         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
5805         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
5806         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
5807         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
5808         * modules/physmem (EXTRA_DIST): Add physmem.h.
5809         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
5810         * modules/posixver (EXTRA_DIST): Add posixver.h.
5811         * modules/quote (EXTRA_DIST): Add quote.h.
5812         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
5813         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
5814         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
5815         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
5816         regex_internal.h regexec.c.
5817         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
5818         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
5819         * modules/same (EXTRA_DIST): Add same.h.
5820         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
5821         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
5822         * modules/savedir (EXTRA_DIST): Add savedir.h.
5823         * modules/sha1 (EXTRA_DIST): Add sha1.h.
5824         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
5825         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
5826         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
5827         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
5828         * modules/strdup (EXTRA_DIST): Add strdup.h.
5829         * modules/strftime (EXTRA_DIST): Add strftime.h.
5830         * modules/strndup (EXTRA_DIST): Add strndup.h.
5831         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
5832         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
5833         * modules/time_r (EXTRA_DIST): Add time_r.h.
5834         * modules/timespec (EXTRA_DIST): Add timespec.h.
5835         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5836         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
5837         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
5838         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
5839         * modules/userspec (EXTRA_DIST): Add userspec.h.
5840         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
5841         * modules/utimens (EXTRA_DIST): Add utimens.h.
5842         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
5843         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
5844         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
5845         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
5846         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
5847         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
5848         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
5849         * modules/yesno (EXTRA_DIST): Add yesno.h.
5850
5851 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5852
5853         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
5854
5855         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
5856         * m4/dev-ino.m4, same-inode.m4: Remove.
5857
5858         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
5859         * m4/acl.m4 (AC_FUNC_ACL):
5860         * m4/backupfile.m4 (gl_BACKUPFILE):
5861         * m4/c-strtod.m4 (gl_C99_STRTOLD):
5862         * m4/canon-host.m4 (gl_CANON_HOST):
5863         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5864         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
5865         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
5866         * m4/cloexec.m4 (gl_CLOEXEC):
5867         * m4/close-stream.m4 (gl_CLOSE_STREAM):
5868         * m4/closeout.m4 (gl_CLOSEOUT):
5869         * m4/dirfd.m4 (gl_FUNC_DIRFD):
5870         * m4/dirname.m4 (gl_DIRNAME):
5871         * m4/exclude.m4 (gl_EXCLUDE):
5872         * m4/exitfail.m4 (gl_EXITFAIL):
5873         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
5874         * m4/file-type.m4 (gl_FILE_TYPE):
5875         * m4/filemode.m4 (gl_FILEMODE):
5876         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
5877         * m4/fpending.m4 (gl_FUNC_FPENDING):
5878         * m4/fprintftime.m4 (gl_FPRINTFTIME):
5879         * m4/fts.m4 (gl_FUNC_FTS):
5880         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
5881         * m4/getdate.m4 (gl_GETDATE):
5882         * m4/gethrxtime.m4 (gl_GETHRXTIME):
5883         * m4/getpagesize.m4 (gl_GETPAGESIZE):
5884         * m4/getpass.m4 (gl_FUNC_GETPASS):
5885         * m4/gettime.m4 (gl_GETTIME):
5886         * m4/getugroups.m4 (gl_GETUGROUPS):
5887         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
5888         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
5889         * m4/hard-locale.m4 (gl_HARD_LOCALE):
5890         * m4/hash.m4 (gl_HASH):
5891         * m4/idcache.m4 (gl_IDCACHE):
5892         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
5893         * m4/lchown.m4 (gl_FUNC_LCHOWN):
5894         * m4/long-options.m4 (gl_LONG_OPTIONS):
5895         * m4/lstat.m4 (gl_FUNC_LSTAT):
5896         * m4/md5.m4 (gl_MD5):
5897         * m4/memcasecmp.m4 (gl_MEMCASECMP):
5898         * m4/memcoll.m4 (gl_MEMCOLL):
5899         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
5900         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
5901         * m4/memxor.m4 (gl_MEMXOR):
5902         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
5903         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
5904         * m4/modechange.m4 (gl_MODECHANGE):
5905         * m4/mountlist.m4 (gl_MOUNTLIST):
5906         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5907         * m4/openat.m4 (gl_FUNC_OPENAT):
5908         * m4/pathmax.m4 (gl_PATHMAX):
5909         * m4/physmem.m4 (gl_PHYSMEM):
5910         * m4/posixtm.m4 (gl_POSIXTM):
5911         * m4/posixver.m4 (gl_POSIXVER):
5912         * m4/quote.m4 (gl_QUOTE):
5913         * m4/quotearg.m4 (gl_QUOTEARG):
5914         * m4/readtokens.m4 (gl_READTOKENS):
5915         * m4/readutmp.m4 (gl_READUTMP):
5916         * m4/regex.m4 (gl_REGEX):
5917         * m4/safe-read.m4 (gl_SAFE_READ):
5918         * m4/safe-write.m4 (gl_SAFE_WRITE):
5919         * m4/same.m4 (gl_SAME):
5920         * m4/save-cwd.m4 (gl_SAVE_CWD):
5921         * m4/savedir.m4 (gl_SAVEDIR):
5922         * m4/settime.m4 (gl_SETTIME):
5923         * m4/sha1.m4 (gl_SHA1):
5924         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
5925         * m4/stat-macros.m4 (gl_STAT_MACROS):
5926         * m4/stat-time.m4 (gl_STAT_TIME):
5927         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
5928         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
5929         * m4/strdup.m4 (gl_FUNC_STRDUP):
5930         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
5931         * m4/strndup.m4 (gl_FUNC_STRNDUP):
5932         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
5933         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
5934         * m4/time_r.m4 (gl_TIME_R):
5935         * m4/timespec.m4 (gl_TIMESPEC):
5936         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
5937         * m4/unlinkdir.m4 (gl_UNLINKDIR):
5938         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
5939         * m4/userspec.m4 (gl_USERSPEC):
5940         * m4/utimecmp.m4 (gl_UTIMECMP):
5941         * m4/utimens.m4 (gl_UTIMENS):
5942         * m4/xalloc.m4 (gl_XALLOC):
5943         * m4/xgetcwd.m4 (gl_XGETCWD):
5944         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
5945         * m4/xreadlink.m4 (gl_XREADLINK):
5946         * m4/xstrtod.m4 (gl_XSTRTOD):
5947         * m4/yesno.m4 (gl_YESNO):
5948         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5949         to get the necessary .h files and whatnot.
5950
5951 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
5952             Bruno Haible  <bruno@clisp.org>
5953
5954         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
5955         /bin/sh understanding of '!' conditional negation.
5956
5957 2006-08-21  Jim Meyering  <jim@meyering.net>
5958
5959         * modules/openat (Depends-on): Really alphabetize.
5960
5961         * modules/acl (Depends-on): Add error and quote.
5962
5963         * check-module (find_included_lib_files): Add at-func.c to the
5964         ok-to-include-more-than-once white list.
5965
5966         * modules/openat (Depends-on): Add lstat.  Alphabetize.
5967
5968 2006-08-21  Bruno Haible  <bruno@clisp.org>
5969
5970         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5971         Emit a pkgdata_DATA variable only if some snippets add contents to it.
5972         Reported by Martin Lambers <marlam@marlam.de>.
5973
5974 2006-08-21  Bruno Haible  <bruno@clisp.org>
5975
5976         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
5977         specify an installation location, don't emit a noinst_LIBRARIES or
5978         noinst_LTLIBRARIES assignment.
5979
5980 2006-08-21  Bruno Haible  <bruno@clisp.org>
5981
5982         BeOS portability.
5983         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
5984         BeOS has mbrtowc() but no <wctype.h>.
5985
5986 2006-08-21  Bruno Haible  <bruno@clisp.org>
5987
5988         BeOS portability.
5989         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
5990         exist.
5991
5992 2006-08-21  Bruno Haible  <bruno@clisp.org>
5993
5994         BeOS portability.
5995         * lib/mbchar.h: Include <wctype.h> only if it exists.
5996
5997 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5998
5999         Remove files that are no longer needed by their respective modules.
6000         * m4/obstack.m4: Remove.
6001         * m4/strerror_r.m4: Remove.
6002         * m4/uint32_t.m4: Remove.
6003         * m4/uintptr_t.m4: Remove.
6004         * m4/ullong_max.m4: Remove.
6005         * m4/xstrtoimax.m4: Remove.
6006         * m4/xstrtoumax.m4: Remove.
6007
6008         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
6009         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
6010         dependencies now capture this.
6011
6012         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
6013         Do not use AC_LIBSOURCES, since gnulib modules now do this.
6014         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
6015         * m4/human.m4 (gl_HUMAN): Likewise.
6016         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
6017         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
6018
6019         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
6020
6021         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
6022         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
6023         stdint.
6024         * m4/human.m4 (gl_HUMAN): Likewise.
6025         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
6026         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
6027         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
6028         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
6029         * m4/xstrtol (gl_XSTRTOL): Likewise.
6030
6031         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
6032         AC_TYPE_LONG_LONG_INT.
6033         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
6034         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
6035         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
6036         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
6037
6038         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
6039         on stdbool.
6040
6041         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
6042         (gl_PREREQ_XSTRTOUL): Remove.
6043
6044         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
6045
6046         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
6047         mode.
6048
6049 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6050
6051         Add and change modules to make it easier for coreutils to use
6052         gnulib-tool.
6053         * modules/backupfile (Files): Remove m4/d-ino.m4.
6054         (Depends-on): Add d-ino.
6055         * modules/cycle-check (Depends-on): Add stdint.
6056         (lib_SOURCES): Add cycle-check.h.
6057         * modules/d-ino: New module.
6058         * modules/d-type: New module.
6059         * modules/error (Files): Remove m4/strerror_r.m4.
6060         * modules/filemode (Files): Add m4/st_dm_mode.m4.
6061         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
6062         m4/inttypes_h.m4, m4/uintmax_t.m4.
6063         (Depends-on): Add stdint.
6064         (lib_SOURCES): Add fsusage.h.
6065         * modules/getcwd (Files): Remove d-ino.m4.
6066         (Depends-on): Add d-ino.
6067         * modules/getndelim2 (Depends-on): Add stdint.
6068         * modules/glob (Files): Remove m4/d-type.m4.
6069         (Depends-on): Add d-type.
6070         * modules/host-os: New module.
6071         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
6072         m4/inttypes_h.m4, m4/uintmax_t.m4.
6073         * Depends-on: Add stdint.
6074         (lib_SOURCES): Add human.h.
6075         * modules/inttostr (Files): Remove m4/intmax_t.m4,
6076         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
6077         m4/uintmax_t.m4, m4/ulonglong.m4.
6078         (Depends-on): Add stdint.
6079         (EXTRA_DIST): Add inttostr.h.
6080         * modules/lchmod: New module.
6081         * modules/link-follow: New module.
6082         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
6083         (Depends-on): Add lchmod.
6084         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
6085         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
6086         (Depends-on): Add stdint.
6087         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
6088         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
6089         (Depends-on): Add stdint.
6090         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
6091         * modules/perl: New module.
6092         * modules/regex (Depends-on): Add stdint.
6093         * modules/rmdir-errno: New module.
6094         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6095         m4/intmax_t.m4.
6096         (Depends-on): Add stdint.
6097         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6098         m4/uintmax_t.m4.
6099         (Depends-on): Add stdint.
6100         * modules/unlink-busy: New module.
6101         * modules/utimecmp (Depends-on): Add stdint.
6102         * modules/uptime: New module.
6103         * modules/winsz-ioctl: New module.
6104         * modules/winsz-termios: New module.
6105         * modules/xnanosleep (Depends-on): Add nanosleep.
6106         * modules/ullong_max: Remove.
6107         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
6108         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
6109         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
6110         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
6111         (Depends-on): Add inttypes.
6112         (lib_SOURCES): Add xstrtol.h.
6113         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
6114         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
6115         * MODULES.html.sh: Move 'assert' into the assert section.
6116         Move 'dummy' into the linking section.
6117         Remove ullong_max.
6118         Add section for compatibility checks for POSIX:2001 functions,
6119         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
6120         winsz-ioctl, and winsz-termios into it.
6121         Add lchmod.
6122         Add top-level Misc section and put host-os, perl, and uptime
6123         into it.
6124
6125 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6126
6127         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
6128         now assume the stdint module.  Do not include inttypes.h.
6129         * lib/fsusage.h: Likewise.
6130         * lib/getndelim2.c: Likewise.
6131         * lib/human.h: Likewise.
6132         * lib/inttostr.h: Likewise.
6133         * lib/obstack.c: Likewise.
6134         * lib/regex_internal.h: Likewise.
6135         * lib/tempname.c: Likewise.
6136         * lib/utimecmp.c: Likewise.
6137         * lib/xstrtol.h: Likewise.
6138
6139         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
6140
6141         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
6142         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
6143         * lib/xtime.h: Likewise.
6144
6145 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6146
6147         * modules/openat (Files): Add lib/fchmodat.c.
6148         Fixes problem reported by Jay Youngman.
6149
6150 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6151
6152         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
6153         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
6154
6155 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
6156             Bruno Haible  <bruno@clisp.org>
6157
6158         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
6159         and is a script that invokes bison. Tighten the code. Add comments.
6160
6161 2006-08-18  Jim Meyering  <jim@meyering.net>
6162
6163         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
6164         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
6165         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
6166         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
6167
6168 2006-08-18  Bruno Haible  <bruno@clisp.org>
6169
6170         * modules/bison-i18n: New file.
6171         * MODULES.html.sh (Internationalization functions): Add it.
6172
6173 2006-08-18  Bruno Haible  <bruno@clisp.org>
6174
6175         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
6176         sys/statvfs.h. When getmntinfo was found, check its declaration and
6177         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
6178
6179 2006-08-18  Bruno Haible  <bruno@clisp.org>
6180
6181         * m4/bison-i18n.m4: New file, from bison.
6182
6183 2006-08-18  Bruno Haible  <bruno@clisp.org>
6184
6185         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
6186         (ME_DUMMY): Treat "kernfs" as a dummy.
6187         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
6188
6189 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6190
6191         Update from coreutils.
6192
6193         2006-08-15  Jim Meyering  <jim@meyering.net>
6194
6195         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
6196
6197         2006-01-17  Jim Meyering  <jim@meyering.net>
6198
6199         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
6200
6201         2006-01-11  Jim Meyering  <jim@meyering.net>
6202
6203         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
6204         Check for the lchmod function.
6205
6206 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6207
6208         Update from coreutils.
6209
6210         * lib/__fpending.h: Add copyright notice.
6211         * lib/fprintftime.h: Likewise.
6212         * lib/savedir.c: Use (C) in copyright notice.
6213         * lib/savedir.h: Likewise.
6214
6215         2006-08-15  Jim Meyering  <jim@meyering.net>
6216
6217         * lib/at-func.c: New file, with the logic of all emulated at-functions.
6218         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
6219         in support of the EXPECTED_ERRNO macro.
6220         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
6221         definitions.  Instead, define the appropriate symbols and include
6222         "at-func.c".
6223         * lib/mkdirat.c (mkdirat): Likewise.
6224         * lib/fchmodat.c (fchmodat): Likewise.
6225         (ENOSYS): Remove definition.
6226         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
6227         it.  Don't include "unistd--.h" -- it wasn't ever used.
6228
6229         2006-01-17  Jim Meyering  <jim@meyering.net>
6230
6231         Rewrite fts.c not to change the current working directory,
6232         by using openat, fstatat, fdopendir, etc..
6233
6234         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
6235         (HAVE_OPENAT_SUPPORT): Define.
6236         [_LIBC] (fchdir): Don't undef or define; no longer used.
6237         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
6238         Now, this `function' always succeeds, and consumes its file descriptor
6239         parameter -- so callers must not close such FDs.  Update callers.
6240         (diropen_fd, opendirat, cwd_advance_fd): New functions.
6241         (diropen): Add parameter, SP.  Adjust all callers.
6242         Implement using diropen_fd, rather than open.
6243         (fts_open): Initialize new member, fts_cwd_fd.
6244         Remove fts_rft-setting code.
6245         (fts_close): Close fts_cwd_fd, if necessary.
6246         (__opendir2): Define in terms of opendir or opendirat,
6247         depending on whether the FST_NOCHDIR flag is set.
6248         (fts_build): Since fts_safe_changedir consumes its FD, and since
6249         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
6250         and close the dup'd file descriptor upon failure.
6251         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
6252         (fts_safe_changedir): Tweak semantics to reflect that this function
6253         now calls cwd_advance_fd and hence consumes its FD argument.
6254         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
6255         [struct FTS] (fts_rft): Remove now-unused member.
6256         [struct FTS] (fts_cycle.state): Improve comment.
6257
6258         * lib/openat.c (openat_needs_fchdir): New function.
6259         * lib/openat.h (openat_needs_fchdir): Declare it.
6260
6261 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
6262
6263         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
6264         Problem and fix reported by Pádraig Brady in
6265         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
6266
6267 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6268
6269         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
6270
6271 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6272
6273         * lib/memcoll.c (memcoll): Optimize for the common case where the
6274         arguments are bytewise equal.
6275
6276 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6277
6278         * doc/regexprops-generic.texi: Add a copyright notice.
6279
6280 2006-08-15  Bruno Haible  <bruno@clisp.org>
6281
6282         * modules/tmpdir (License): Change to LGPL.
6283
6284 2006-08-15  Bruno Haible  <bruno@clisp.org>
6285
6286         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
6287         module.
6288
6289 2006-08-14  Simon Josefsson  <jas@extundo.com>
6290
6291         * config/srclist.txt: Add gnupload.
6292
6293 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6294
6295         Change copyright notice from LGPL 2 to GPL 2, since that's the
6296         standard form used in the gnulib repository.
6297         * tests/test-lock.c: Likewise.
6298         * tests/test-stdint.c: Likewise.
6299         * tests/test-tls.c: Likewise.
6300
6301         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
6302         prelude-manager.  User shorter URLs for GNU projects, without '?'.
6303         Add copyright notice.
6304
6305         * check-module: Add copyright notice.  Output a copyright
6306         notice if "--version" is specified.
6307         * modules/COPYING: New file.
6308         * tests/test-getaddrinfo.c: Add copyright notice.
6309         * tests/test-verify.c: Likewise.
6310
6311 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6312
6313         Change copyright notice from LGPL 2 to GPL 2, since that's the
6314         standard form used in the gnulib repository.
6315         * lib/lock.c: LGPL -> GPL.
6316         * lib/lock.h: Likewise.
6317         * lib/strnlen1.c: Likewise.
6318         * lib/strnlen1.h: Likewise.
6319         * lib/tls.c: Likewise.
6320         * lib/tls.h: Likewise.
6321         * lib/tmpdir.c: Likewise.
6322
6323         * lib/TODO: Remove; this belongs only in coreutils.
6324
6325 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6326
6327         Add copyright notices to long-enough files that lack them, since
6328         otherwise the files aren't clearly free.  Use the same notice that
6329         getdate.texi already uses.
6330         * doc/alloca-opt.texi: Add copyright notice.
6331         * doc/alloca.texi: Likewise.
6332         * doc/ctime.texi: Likewise.
6333         * doc/functions.texi: Likewise.
6334         * doc/gcd.texi: Likewise.
6335         * doc/gnulib-tool.texi: Likewise.
6336         * doc/inet_ntoa.texi: Likewise.
6337         * doc/visibility.texi: Likewise.
6338
6339         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
6340         * doc/quote.texi: Add copyright notice.
6341
6342         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
6343         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
6344         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
6345         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
6346         is now obsolete, and give a pointer to the Sun list.
6347         Add copyright notice.
6348
6349 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6350
6351         * config/srclistvars.sh: Add copyright notice.
6352
6353 2006-08-14  Eric Blake  <ebb9@byu.net>
6354
6355         Import the following change from libc:
6356
6357         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
6358
6359         Upstream bug 2997.
6360         * lib/misc/error.c: Add space between program name and message if file
6361         name is missing.
6362
6363 2006-08-12  Karl Berry  <karl@gnu.org>
6364
6365         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
6366         remove, these originate in gnulib now.
6367
6368 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6369
6370         * doc/Makefile (standards.info standards.html standards.dvi):
6371         Also depend on make-stds.texi.
6372
6373 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6374
6375         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
6376         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
6377
6378         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
6379         in wchar_t.  Problem reported by Eric Blake.
6380
6381         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
6382         LEN is smaller than SIZE.  Suggested by Bruno Haible.
6383         Also, help the compiler to keep LEN in a register.
6384
6385 2006-08-11  Eric Blake  <ebb9@byu.net>
6386
6387         * users.txt: Sort.  Add tar.
6388
6389 2006-08-11  Bruno Haible  <bruno@clisp.org>
6390
6391         * users.txt: New file.
6392
6393 2006-08-11  Bruno Haible  <bruno@clisp.org>
6394
6395         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
6396         before <wchar.h>. Needed for OSF/1 and BSD/OS.
6397
6398 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6399
6400         * modules/snprintf (Depends-on): Remove minmax.
6401         (Maintainer): Add self and Bruno.
6402
6403 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6404
6405         * lib/.cppi-disable: Add snprintf.h, socket_.h.
6406         * lib/snprintf.c: Include <errno.h> and <limits.h>.
6407         (EOVERFLOW): Define if the system does not.
6408         Do not include "minmax.h"; it wasn't used.
6409         (snprintf): Don't assume size_t promotes to an unsigned type.
6410         Fix bug when generated string was too long for the buffer: the
6411         buffer's contents are supposed to be the initial prefix of the
6412         output.  Don't assume vasnprintf returns EOVERFLOW if the size
6413         exceeds INT_MAX; do the check ourselves.
6414
6415         Import the following changes from libc:
6416
6417         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
6418
6419         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
6420         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
6421         set wc to the byte which couldn't be converted.
6422         (re_string_reconstruct): Don't clear valid_raw_len before calling
6423         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
6424         tip_context using re_string_context_at.
6425
6426         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
6427
6428         * lib/posix/regex.h: g++ still cannot handled [restrict].
6429
6430         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
6431
6432         * lib/posix/regex.h: Remove special handling for VMS.
6433
6434 2006-08-10  Jim Meyering  <jim@meyering.net>
6435
6436         * modules/same-inode: New module.
6437         * modules/dev-ino: New module.
6438         * modules/cycle-check: Depend on these modules, rather than simply
6439         including their .h files.
6440         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
6441         required via m4/cycle-check.m4.
6442         * modules/same: Depend on new same-inode module, rather than
6443         including same-inode.h.
6444         * modules/chdir-safer: New file.
6445
6446         * modules/chown (Depends-on): Add stat-macros.
6447
6448 2006-08-10  Jim Meyering  <jim@meyering.net>
6449
6450         * m4/cycle-check.m4: New file.
6451         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
6452         * m4/dev-ino.m4, m4/same-inode.m4: New files.
6453
6454 2006-08-10  Eric Blake  <ebb9@byu.net>
6455
6456         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
6457         in from original proposal.
6458
6459 2006-08-10  Eric Blake  <ebb9@byu.net>
6460         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6461
6462         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
6463         namespace.
6464
6465 2006-08-10  Bruno Haible  <bruno@clisp.org>
6466
6467         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
6468         as well.
6469
6470 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6471
6472         Sync from coreutils.
6473
6474         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
6475
6476         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
6477         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
6478
6479 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6480
6481         * modules/restrict: Remove; no longer needed now that we assume
6482         Autoconf 2.59 or later.
6483         * MODULES.html.sh: Remove 'restrict'.
6484         * modules/argp (Depends-on): Remove 'restrict'.
6485         * modules/base64 (Depends-on): Likewise.
6486         * modules/gc (Depends-on): Likewise.
6487         * modules/getaddrinfo (Depends-on): Likewise.
6488         * modules/glob (Depends-on): Likewise.
6489         * modules/inet_ntop (Depends-on): Likewise.
6490         * modules/inet_pton (Depends-on): Likewise.
6491         * modules/memxor (Depends-on): Likewise.
6492         * modules/regex (Depends-on): Likewise.
6493         * modules/strtok_r (Depends-on): Likewise.
6494         * modules/time_r (Depends-on): Likewise.
6495
6496 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6497
6498         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
6499         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
6500         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6501         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
6502         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
6503         * m4/memxor.m4 (gl_MEMXOR): Likewise.
6504         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
6505         gl_C_RESTRICT replaced by AC_C_RESTRICT.
6506
6507         Merge from coreutils.
6508         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
6509         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
6510         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6511         * m4/time_r.m4 (gl_TIME_R): Likewise.
6512
6513 2006-08-09  Karl Berry  <karl@gnu.org>
6514
6515         * config/srclist.txt: no more gettext-tools, per Bruno.
6516
6517 2006-08-08  Eric Blake  <ebb9@byu.net>
6518
6519         * modules/verror: New module.
6520         * MODULES.html.sh: Document it.
6521
6522 2006-08-08  Eric Blake  <ebb9@byu.net>
6523
6524         * lib/verror.h, lib/verror.c: New files.
6525
6526 2006-08-08  Eric Blake  <ebb9@byu.net>
6527
6528         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
6529         verror_at_line output complies with GNU Coding Standards even when
6530         file is NULL.
6531
6532 2006-08-07  Bruno Haible  <bruno@clisp.org>
6533
6534         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
6535         versions of AIX.
6536         Reported by Ralf Wildenhues.
6537
6538 2006-08-07  Bruno Haible  <bruno@clisp.org>
6539
6540         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
6541         in an AC_DEFUN. Needed so that the autoconf snippets can use
6542         AC_REQUIRE.
6543
6544 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6545
6546         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6547         Initialize pkgdata_DATA.
6548         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
6549         overriding it.
6550
6551 2006-08-06  Eric Blake  <ebb9@byu.net>
6552
6553         * lib/error.h: Fold in some upstream changes from glibc.
6554         * lib/error.c: Likewise.
6555
6556 2006-08-04  Bruno Haible  <bruno@clisp.org>
6557
6558         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6559         Make the mostlyclean-local rule depend on mostlyclean-generic.
6560         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
6561
6562 2006-07-31  Bruno Haible  <bruno@clisp.org>
6563
6564         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
6565         <stdlib.h>, <string.h>.
6566
6567 2006-07-30  Bruno Haible  <bruno@clisp.org>
6568
6569         * modules/readlink (License): Change to LGPL.
6570
6571 2006-07-30  Bruno Haible  <bruno@clisp.org>
6572
6573         * modules/javaversion (Makefile.am): Distribute javaversion.java and
6574         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
6575         set PKGDATADIR to point to it.
6576
6577 2006-07-30  Bruno Haible  <bruno@clisp.org>
6578
6579         * modules/csharpexec (configure.ac): Comment out macro invocation.
6580         * modules/javaexec (configure.ac): Likewise.
6581         * modules/javacomp-script (configure.ac): Likewise.
6582
6583         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
6584
6585 2006-07-30  Bruno Haible  <bruno@clisp.org>
6586
6587         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
6588         linked-list.
6589
6590 2006-07-30  Bruno Haible  <bruno@clisp.org>
6591
6592         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
6593
6594 2006-07-30  Bruno Haible  <bruno@clisp.org>
6595
6596         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6597         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
6598         get removed.
6599
6600 2006-07-29  Bruno Haible  <bruno@clisp.org>
6601
6602         Make it possible for gnulib-tool to work with locally modified or
6603         augmented gnulib repositories.
6604         * gnulib-tool (func_usage): Document --local-dir option.
6605         (local_gnulib_dir): New variable.
6606         Handle --local-dir option.
6607         (func_lookup_file): New function.
6608         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
6609         (func_get_description, func_get_filelist, func_get_description,
6610         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
6611         func_get_automake_snippet, func_get_include_directive,
6612         func_get_license, func_get_maintainer): Use func_lookup_file.
6613         (func_import, func_create_testdir): Use func_lookup_file.
6614
6615 2006-07-29  Bruno Haible  <bruno@clisp.org>
6616
6617         * modules/setenv (Depends-on): Add unistd.
6618
6619 2006-07-29  Bruno Haible  <bruno@clisp.org>
6620
6621         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
6622
6623 2006-07-29  Bruno Haible  <bruno@clisp.org>
6624
6625         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
6626
6627 2006-07-29  Bruno Haible  <bruno@clisp.org>
6628
6629         * gnulib-tool (import, update): If there is no Makefile.am, look at
6630         aclocal.m4, instead of bailing out.
6631
6632 2006-07-29  Bruno Haible  <bruno@clisp.org>
6633
6634         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
6635         Categorize the options by when they are useful.
6636
6637 2006-07-29  Bruno Haible  <bruno@clisp.org>
6638
6639         * gnulib-tool (func_usage): Document option --no-libtool.
6640         Handle option --no-libtool.
6641         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
6642         for changed semantics of $libtool variable.
6643         (func_import): Likewise. If libtool is not used, show this through
6644         an option --no-libtool.
6645         (func_create_testdir): Update.
6646
6647 2006-07-29  Bruno Haible  <bruno@clisp.org>
6648
6649         * gnulib-tool (func_import): Extend error message about missing
6650         --doc-base.
6651
6652 2006-07-29  Bruno Haible  <bruno@clisp.org>
6653
6654         * gnulib-tool (func_import): Don't create the $docbase directory if
6655         there is no file to store there.
6656
6657 2006-07-29  Bruno Haible  <bruno@clisp.org>
6658
6659         * gnulib-tool (autoconf_minversion): If a --dir option is given and
6660         relevant, look for configure.ac there, not in the current directory.
6661         Also use a simple search for AC_PREREQ, not "autoconf --trace".
6662
6663 2006-07-29  Bruno Haible  <bruno@clisp.org>
6664
6665         * gnulib-tool (SORT): New variable.
6666         (func_usage): Undocument --assume-autoconf option.
6667         Remove --assume-autoconf option handling.
6668         (autoconf_minversion): Determine from the contents of configure.ac.
6669         (func_import): Remove autoconf_minversion handling.
6670         Suggested by Eric Blake.
6671
6672 2006-07-29  Bruno Haible  <bruno@clisp.org>
6673
6674         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
6675
6676 2006-07-29  Bruno Haible  <bruno@clisp.org>
6677
6678         * config/srclist.txt (*setenv.[ch]): Remove rules.
6679
6680 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6681
6682         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
6683
6684 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6685
6686         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
6687         arpa/inet.h.
6688
6689 2006-07-28  Simon Josefsson  <jas@extundo.com>
6690
6691         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
6692         * modules/inet_pton (Depends-on): Likewise.
6693
6694 2006-07-28  Simon Josefsson  <jas@extundo.com>
6695
6696         * m4/netinet_in_h.m4: New file.
6697
6698 2006-07-28  Simon Josefsson  <jas@extundo.com>
6699
6700         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
6701         #include's.
6702
6703 2006-07-28  Simon Josefsson  <jas@extundo.com>
6704
6705         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
6706         #include's.
6707
6708 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
6709
6710         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
6711         setgid on directories only if they set these bits.
6712         * lib/modechange.h: Remove obsolete comment about masks.
6713
6714 2006-07-28  Eric Blake  <ebb9@byu.net>
6715
6716         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
6717         macro expansion.
6718
6719 2006-07-28  Bruno Haible  <bruno@clisp.org>
6720
6721         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
6722
6723 2006-07-28  Bruno Haible  <bruno@clisp.org>
6724
6725         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
6726
6727 2006-07-28  Bruno Haible  <bruno@clisp.org>
6728
6729         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
6730         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
6731         Define fallbacks.
6732         Avoids link error on FreeBSD 4.x.
6733         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
6734
6735         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
6736         encoding.
6737         * lib/mbswidth.c (iswcntrl): Likewise.
6738
6739 2006-07-27  Bruno Haible  <bruno@clisp.org>
6740
6741         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
6742         test.
6743
6744 2006-07-27  Bruno Haible  <bruno@clisp.org>
6745
6746         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
6747         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
6748         defined.
6749
6750 2006-07-26  Eric Blake  <ebb9@byu.net>
6751
6752         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
6753
6754 2006-07-26  Eric Blake  <ebb9@byu.net>
6755
6756         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
6757         like mingw that lack mkstemp.
6758         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
6759         avoid compilation warning on mingw.
6760
6761 2006-07-26  Bruno Haible  <bruno@clisp.org>
6762
6763         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
6764         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
6765         INT_FAST*_MIN, INTPTR_MIN.
6766
6767 2006-07-25  Bruno Haible  <bruno@clisp.org>
6768
6769         * modules/version-etc (Depends-on): Add stdarg.
6770
6771 2006-07-25  Bruno Haible  <bruno@clisp.org>
6772
6773         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
6774         complex commands.
6775
6776 2006-07-25  Bruno Haible  <bruno@clisp.org>
6777
6778         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
6779         defined in <stdarg.h> or config.h.
6780
6781 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6782
6783         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
6784         (gl_STDIO_SAFER): Remove.
6785
6786 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6787
6788         * MODULES.html.sh (File stream based Input/Output):
6789         Add fopen-safer, tmpfile-safer; remove stdio-safer.
6790         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
6791         * modules/fopen-safer, modules/tmpfile-safer: New files.
6792         * modules/stdio-safer: Remove.
6793
6794 2006-07-24  Bruno Haible  <bruno@clisp.org>
6795
6796         * modules/tmpdir: New file.
6797         * MODULES.html.sh (File system functions): Add it.
6798
6799 2006-07-24  Bruno Haible  <bruno@clisp.org>
6800
6801         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
6802         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
6803
6804 2006-07-24  Bruno Haible  <bruno@clisp.org>
6805
6806         * modules/clean-temp: New file.
6807
6808 2006-07-24  Bruno Haible  <bruno@clisp.org>
6809
6810         * m4/tmpdir.m4: New file, from GNU gettext.
6811
6812 2006-07-24  Bruno Haible  <bruno@clisp.org>
6813
6814         * lib/tmpdir.h: New file, from GNU gettext.
6815         * lib/tmpdir.c: New file, from GNU gettext.
6816
6817 2006-07-24  Bruno Haible  <bruno@clisp.org>
6818
6819         * lib/clean-temp.h: New file, from GNU gettext.
6820         * lib/clean-temp.c: New file, from GNU gettext.
6821
6822 2006-07-23  Eric Blake  <ebb9@byu.net>
6823
6824         * modules/stdio-safer (Files): Add tmpfile-safer.c.
6825         (Depends-on): Add binary-io.
6826
6827 2006-07-23  Eric Blake  <ebb9@byu.net>
6828
6829         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
6830
6831 2006-07-23  Eric Blake  <ebb9@byu.net>
6832
6833         * lib/tmpfile-safer.c: New file.
6834         * lib/stdio-safer.h (fopen_safer): Add prototype.
6835         * lib/stdio--.h (tmpfile): Make safer.
6836
6837 2006-07-23  Bruno Haible  <bruno@clisp.org>
6838
6839         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
6840         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
6841         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
6842         gl_linked_remove_at): Use it.
6843
6844 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6845         and Simon Josefsson <jas@extundo.com>
6846
6847         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
6848
6849         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
6850
6851 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6852
6853         * modules/close-stream: New file.
6854         * modules/closeout (Description): Make it clear that it exits
6855         with a diagnostic on error.
6856         (Depends-on): Add close-stream.  Remove fpending, stdbool.
6857         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
6858
6859 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6860
6861         * m4/close-stream.m4: New file.
6862
6863 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6864
6865         * lib/close-stream.c, lib/close-stream.h: New files.
6866
6867 2006-07-22  Bruno Haible  <bruno@clisp.org>
6868
6869         Merge from GNU gettext 0.15.
6870
6871         2006-05-01  Bruno Haible  <bruno@clisp.org>
6872
6873                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
6874
6875         2006-07-22  Bruno Haible  <bruno@clisp.org>
6876
6877                 * modules/javaversion: New file.
6878                 * MODULES.html.sh (Java): Add javaversion.
6879
6880         2006-03-12  Bruno Haible  <bruno@clisp.org>
6881
6882                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
6883
6884         2005-12-04  Bruno Haible  <bruno@clisp.org>
6885
6886                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
6887                 (untested).
6888
6889         2006-06-21  Bruno Haible  <bruno@clisp.org>
6890
6891                 Avoid warnings from recent versions of mcs.
6892                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
6893                 -o, -L, -r any more. Use options documented since mcs-1.0
6894                 instead. Similarly for -g.
6895
6896         2005-12-04  Bruno Haible  <bruno@clisp.org>
6897
6898                 * build-aux/csharpcomp.sh.in: Suffix for resources is
6899                 .resources, not .resource.
6900
6901         2005-07-09  Bruno Haible  <bruno@clisp.org>
6902
6903                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
6904                 add a .dll suffix.
6905                 Reported by Mark Junker <mjscod@gmx.de>.
6906
6907         2006-07-22  Bruno Haible  <bruno@clisp.org>
6908
6909                 * modules/gettext: Upgrade to gettext-0.15.
6910                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
6911                 m4/visibility.m4.
6912                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
6913
6914 2006-07-22  Bruno Haible  <bruno@clisp.org>
6915
6916         Merge from GNU gettext 0.15.
6917
6918         2006-03-25  Bruno Haible  <bruno@clisp.org>
6919
6920                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
6921
6922         2006-07-21  Bruno Haible  <bruno@clisp.org>
6923
6924                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
6925                 "1.1".
6926
6927         2006-05-09  Bruno Haible  <bruno@clisp.org>
6928
6929                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
6930                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
6931                 for the conftestver execution.
6932
6933         2006-05-01  Bruno Haible  <bruno@clisp.org>
6934
6935                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
6936                 optional target-version argument. Verify that the compiler
6937                 groks source of the specified source-version, or add -source
6938                 option as necessary. Verify that the compiler produces
6939                 bytecode in the specified target-version, or add -target and
6940                 -source options as necessary. Make the result of the test
6941                 available as variable CONF_JAVAC. Also log error output in
6942                 config.log.
6943
6944         2006-03-11  Bruno Haible  <bruno@clisp.org>
6945
6946                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
6947
6948         2006-05-09  Bruno Haible  <bruno@clisp.org>
6949
6950                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
6951                 CLASSPATH_SEPARATOR to a semicolon.
6952
6953         2006-03-12  Bruno Haible  <bruno@clisp.org>
6954
6955                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
6956                 available as variable CONF_JAVA, for subsequent autoconf
6957                 tests. Also log error output in config.log.
6958
6959         2006-07-19  Bruno Haible  <bruno@clisp.org>
6960
6961                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
6962                 that getline works on glibc2 systems. Needed to avoid trouble
6963                 in relocatable.c.
6964                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
6965
6966         2005-12-04  Bruno Haible  <bruno@clisp.org>
6967
6968                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
6969                 launcher (untested).
6970
6971         2005-12-04  Bruno Haible  <bruno@clisp.org>
6972
6973                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
6974
6975         2006-07-22  Bruno Haible  <bruno@clisp.org>
6976
6977                 * gettext.m4: Update from GNU gettext-0.15.
6978                 * nls.m4: Likewise.
6979                 * po.m4: Likewise.
6980                 * inttypes-pri.m4: Likewise.
6981                 * inttypes-h.m4: Renamed from inttypes.m4.
6982                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
6983
6984 2006-07-22  Bruno Haible  <bruno@clisp.org>
6985
6986         Merge from GNU gettext 0.15.
6987
6988         2005-07-05  Bruno Haible  <bruno@clisp.org>
6989
6990                 * printf-args.c (printf_fetchargs): Work around broken
6991                 definition of wint_t on mingw.
6992
6993         2005-02-12  Bruno Haible  <bruno@clisp.org>
6994
6995                 * xallocsa.h: Add extern "C" for C++.
6996
6997         2006-05-17  Bruno Haible  <bruno@clisp.org>
6998
6999                 Cygwin portability.
7000                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
7001
7002         2006-04-30  Bruno Haible  <bruno@clisp.org>
7003
7004                 * progreloc.c: Include <mach-o/dyld.h> if available.
7005                 (find_executable): Use _NSGetExecutablePath when possible.
7006
7007         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
7008
7009                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
7010                 function.
7011
7012         2005-12-29  Bruno Haible  <bruno@clisp.org>
7013
7014                 * progreloc.c (set_program_name_and_installdir): Fix
7015                 compilation error.
7016
7017         2005-12-04  Bruno Haible  <bruno@clisp.org>
7018
7019                 Cygwin portability.
7020                 * progreloc.c: Include <windows.h> also on Cygwin.
7021                 (find_executable): Add support for Cygwin.
7022                 (set_program_name_and_installdir): Handle also platforms with
7023                 nonempty EXEEXT.
7024
7025         2006-07-11  Bruno Haible  <bruno@clisp.org>
7026
7027                 * javacomp.c: Fix a comment.
7028                 Reported by Jim Meyering.
7029
7030         2006-04-30  Bruno Haible  <bruno@clisp.org>
7031
7032                 * javacomp.h (compile_java_class): Add source_version,
7033                 target_version arguments.
7034                 * javacomp.c: Rewritten to choose only a compiler that
7035                 respects the specified source_version and target_version.
7036
7037         2006-06-27  Bruno Haible  <bruno@clisp.org>
7038
7039                 Assume correct S_ISDIR macro.
7040                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
7041
7042         2006-07-22  Bruno Haible  <bruno@clisp.org>
7043
7044                 * javaversion.h: New file, from GNU gettext.
7045                 * javaversion.c: New file, from GNU gettext.
7046                 * javaversion.java: New file, from GNU gettext.
7047                 * javaversion.class: New file, from GNU gettext.
7048
7049         2006-05-17  Bruno Haible  <bruno@clisp.org>
7050
7051                 Cygwin portability.
7052                 * javaexec.c (execute_java_class): Test for jview program
7053                 also on Cygwin.
7054
7055         2006-04-09  Bruno Haible  <bruno@clisp.org>
7056
7057                 * fatal-signal.c: Don't include string.h.
7058                 (at_fatal_signal): Use a copying loop instead of memcpy.
7059
7060         2005-12-04  Bruno Haible  <bruno@clisp.org>
7061
7062                 * csharpexec.c: Add support for 'clix' launcher (untested).
7063                 (execute_csharp_using_sscli): New function.
7064                 (execute_csharp_program): Call it.
7065
7066         2006-06-21  Bruno Haible  <bruno@clisp.org>
7067
7068                 Avoid warnings from recent versions of mcs.
7069                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
7070                 -o, -L, -r any more. Use options documented since mcs-1.0
7071                 instead. Similarly for -g.
7072
7073         2005-07-09  Bruno Haible  <bruno@clisp.org>
7074
7075                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
7076                 add a .dll suffix.
7077                 Reported by Mark Junker <mjscod@gmx.de>.
7078
7079         2006-06-17  Bruno Haible  <bruno@clisp.org>
7080
7081                 * config.charset: Update for NetBSD 3.0.
7082
7083         2006-05-17  Bruno Haible  <bruno@clisp.org>
7084
7085                 Cygwin portability.
7086                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
7087
7088         2006-05-16  Bruno Haible  <bruno@clisp.org>
7089
7090                 * localcharset.c [CYGWIN]: Include <windows.h>.
7091                 (get_charset_aliases): For Cygwin, return the same CPxxx
7092                 aliases list as under WIN32.
7093                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
7094                 the environment variables. Fall back to GetACP().
7095
7096         2006-04-05  Bruno Haible  <bruno@clisp.org>
7097
7098                 * config.charset: Update Juan Manuel Guerrero's address.
7099
7100         2005-02-12  Bruno Haible  <bruno@clisp.org>
7101
7102                 * allocsa.h: Add extern "C" for C++.
7103
7104         2005-02-10  Bruno Haible  <bruno@clisp.org>
7105
7106                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
7107                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
7108
7109         2006-07-22  Bruno Haible  <bruno@clisp.org>
7110
7111                 * gettext.h: Update to GNU gettext-0.15.
7112
7113 2006-07-22  Bruno Haible  <bruno@clisp.org>
7114
7115         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
7116         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
7117         lib-prefix.m4, longdouble.m4, ssize_t.m4.
7118
7119 2006-07-21  Eric Blake  <ebb9@byu.net>
7120
7121         * modules/stdlib-safer: New file.
7122         * MODULES.html.sh (File stream based Input/Output): Add
7123         stdlib-safer.
7124
7125 2006-07-21  Eric Blake  <ebb9@byu.net>
7126
7127         * lib/stdlib-safer.h: New file from coreutils, required by
7128         stdlib--.h.
7129
7130 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
7131
7132         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
7133
7134 2006-07-20  Bruno Haible  <bruno@clisp.org>
7135
7136         * gnulib-tool: Recognize new option --assume-autoconf.
7137         (autoconf_minversion): New variable.
7138         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
7139
7140 2006-07-20  Bruno Haible  <bruno@clisp.org>
7141
7142         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
7143
7144 2006-07-19  Derek R. Price  <derek@ximbiot.com>
7145
7146         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
7147         Reindent and repaginate.
7148
7149 2006-07-19  Derek Price  <derek@ximbiot.com>
7150
7151         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
7152         Correct grammar.
7153
7154 2006-07-17  Bruno Haible  <bruno@clisp.org>
7155
7156         * modules/list: New file.
7157         * modules/array-list: New file.
7158         * modules/carray-list, modules/carray-list-tests: New files.
7159         * modules/linked-list, modules/linked-list-tests: New files.
7160         * modules/avltree-list, modules/avltree-list-tests: New files.
7161         * modules/rbtree-list, modules/rbtree-list-tests: New files.
7162         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
7163         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
7164         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
7165         * modules/oset: New file.
7166         * modules/array-oset: New file.
7167         * modules/avltree-oset, modules/avltree-oset-tests: New files.
7168         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
7169         * tests/test-carray_list.c: New file.
7170         * tests/test-linked_list.c: New file.
7171         * tests/test-avltree_list.c: New file.
7172         * tests/test-rbtree_list.c: New file.
7173         * tests/test-linkedhash_list.c: New file.
7174         * tests/test-avltreehash_list.c: New file.
7175         * tests/test-rbtreehash_list.c: New file.
7176         * tests/test-avltree_oset.c: New file.
7177         * tests/test-rbtree_oset.c: New file.
7178         * MODULES.html.sh (Container data structures): New section.
7179
7180 2006-07-17  Bruno Haible  <bruno@clisp.org>
7181
7182         * m4/gl_list.m4: New file.
7183
7184 2006-07-17  Bruno Haible  <bruno@clisp.org>
7185
7186         * lib/gl_list.h: New file.
7187         * lib/gl_list.c: New file.
7188         * lib/gl_array_list.h: New file.
7189         * lib/gl_array_list.c: New file.
7190         * lib/gl_carray_list.h: New file.
7191         * lib/gl_carray_list.c: New file.
7192         * lib/gl_linked_list.h: New file.
7193         * lib/gl_linked_list.c: New file.
7194         * lib/gl_anylinked_list1.h: New file.
7195         * lib/gl_anylinked_list2.h: New file.
7196         * lib/gl_avltree_list.h: New file.
7197         * lib/gl_avltree_list.c: New file.
7198         * lib/gl_anyavltree_list1.h: New file.
7199         * lib/gl_anyavltree_list2.h: New file.
7200         * lib/gl_rbtree_list.h: New file.
7201         * lib/gl_rbtree_list.c: New file.
7202         * lib/gl_anyrbtree_list1.h: New file.
7203         * lib/gl_anyrbtree_list2.h: New file.
7204         * lib/gl_anytree_list1.h: New file.
7205         * lib/gl_anytree_list2.h: New file.
7206         * lib/gl_linkedhash_list.h: New file.
7207         * lib/gl_linkedhash_list.c: New file.
7208         * lib/gl_anyhash_list1.h: New file.
7209         * lib/gl_anyhash_list2.h: New file.
7210         * lib/gl_avltreehash_list.h: New file.
7211         * lib/gl_avltreehash_list.c: New file.
7212         * lib/gl_rbtreehash_list.h: New file.
7213         * lib/gl_rbtreehash_list.c: New file.
7214         * lib/gl_anytreehash_list1.h: New file.
7215         * lib/gl_anytreehash_list2.h: New file.
7216
7217         * lib/gl_oset.h: New file.
7218         * lib/gl_oset.c: New file.
7219         * lib/gl_array_oset.h: New file.
7220         * lib/gl_array_oset.c: New file.
7221         * lib/gl_avltree_oset.h: New file.
7222         * lib/gl_avltree_oset.c: New file.
7223         * lib/gl_rbtree_oset.h: New file.
7224         * lib/gl_rbtree_oset.c: New file.
7225         * lib/gl_anytree_oset.h: New file.
7226
7227 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7228
7229         * m4/mkancesdirs.m4: New file.
7230         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
7231         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
7232         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
7233         it.
7234
7235 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7236
7237         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
7238         * lib/mkancesdirs.h: New files.
7239         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
7240         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
7241         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
7242         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
7243         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
7244         callers changed.  Revamp internals significantly, by not
7245         attempting to create directories that are temporarily more
7246         permissive than the final results.  Do not attempt to use
7247         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
7248         This removes some race conditions, fixes some bugs, and simplifies
7249         things.  Use new dirchownmod function to do owner and mode changes.
7250         * lib/mkdir-p.h: Likewise.
7251         * lib/modechange.c (octal_to_mode): New function.
7252         (struct mode_change): New member mentioned.
7253         (make_node_op_equals): New arg mentioned.  All callers changed.
7254         (mode_compile): Keep track of which mode bits the user has explicitly
7255         mentioned.
7256         (mode_adjust): New arg DIR, so that we implement the X op correctly.
7257         New arg PMODE_BITS, to keep track of which mode bits the user
7258         mentioned; it treats S_ISUID and S_ISGID speciall.
7259         All callers changed.
7260         * lib/modechange.h: Likewise.
7261
7262 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7263
7264         * MODULES.html.sh: Add mkancestors.
7265         * modules/mkancesdirs: New module.
7266         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
7267         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
7268         The chdir-safer and afs files are now orphans; I'll remove them
7269         unless someone speaks up.
7270         Add lib/dirchownmod.c, lib/dirchownmod.h.
7271         (Depends-on): Remove alloca, chown, save-cwd, dirname.
7272         Add lchown, mkancesdirs.
7273         (Maintainer): Add self.
7274
7275 2006-07-15  Karl Berry  <karl@gnu.org>
7276
7277         * gnulib-tool: help message wording/arrangement.
7278
7279 2006-07-14  Simon Josefsson  <jas@extundo.com>
7280
7281         * doc/gnulib.texi (Libtool and Windows): New section.
7282
7283 2006-07-12  Simon Josefsson  <jas@extundo.com>
7284
7285         * modules/gendocs (License): Fix license, approved by Karl.
7286
7287 2006-07-12  Eric Blake  <ebb9@byu.net>
7288
7289         * MODULES.html.sh: Add gendocs.
7290
7291 2006-07-11  Eric Blake  <ebb9@byu.net>
7292
7293         * modules/fdl: New module, to install doc/fdl.texi.
7294         * MODULES.html.sh: Add new section for documentation modules.
7295         * gnulib-tool: Avoid space-tab.
7296         (--doc-base): New option, to manage files from doc.
7297
7298 2006-07-11  Eric Blake  <ebb9@byu.net>
7299
7300         * m4/absolute-header.m4: Fix comments to match recent change.
7301
7302 2006-07-11  Eric Blake  <ebb9@byu.net>
7303
7304         * gnulib-tool: List --doc-base before --tests-base.
7305
7306 2006-07-11  Derek R. Price  <derek@ximbiot.com>
7307
7308         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
7309
7310 2006-07-11  Bruno Haible  <bruno@clisp.org>
7311
7312         * README: Mention where to put documentation.
7313
7314 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7315
7316         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
7317
7318 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7319
7320         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
7321         to stdint.m4.
7322
7323 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7324
7325         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
7326         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
7327         "no/such/file/stdint.h" when there is no such file, so that
7328         the resulting C code can be parsed by dodgy compilers.
7329         Problems reported by Bob Proulx.
7330
7331 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7332
7333         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
7334         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7335         macros into the GNU _D_EXACT_NAMLEN.
7336         * lib/savedir.c:  Likewise.
7337         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
7338
7339 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7340         and Paul Eggert  <eggert@cs.ucla.edu>
7341
7342         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
7343         * m4/savedir.m4:
7344         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7345         macros into the GNU _D_EXACT_NAMLEN.
7346
7347 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7348
7349         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
7350         around the absolute name, to work around a problem with the HP-UX
7351         11.23 native C compiler, reported by Bob Proulx.
7352
7353 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7354
7355         * doc/maintain.texi, make-stds.texi: Sync from
7356         <http://savannah.gnu.org/projects/gnustandards>.
7357
7358 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7359
7360         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
7361
7362 2006-07-09  Jim Meyering  <jim@meyering.net>
7363
7364         * m4/glob.m4: Remove a doubled word in a comment.
7365
7366 2006-07-09  Jim Meyering  <jim@meyering.net>
7367
7368         * lib/argp-pv.c: Remove a doubled word in a comment.
7369         * lib/check-version.c (check_version): Likewise.
7370         * lib/javacomp.c (compile_java_class): Likewise.
7371
7372 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
7373
7374         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
7375         for the benefit of people using Autoconf 2.60.  If you want to
7376         support older Autoconf versions you can copy m4/onceonly_2_57.m4
7377         (or m4/onceonly.m4, if pre-2.57) manually.
7378
7379 2006-07-08  Jim Meyering  <jim@meyering.net>
7380
7381         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
7382         comment.
7383         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
7384         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
7385         comment.
7386
7387 2006-07-08  Jim Meyering  <jim@meyering.net>
7388
7389         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
7390
7391 2006-07-07  Simon Josefsson  <jas@extundo.com>
7392
7393         * tests/test-crc.c: Change expected crc value, the test vector
7394         were probably computed using the old broken crc.c?
7395
7396 2006-07-06  Simon Josefsson  <jas@extundo.com>
7397
7398         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
7399         now the canonical place for the M4 file).
7400
7401         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
7402         from the sys_socket dependency now.
7403
7404         * modules/inet_pton (Files): Ditto.
7405
7406         * modules/inet_ntop (Files): Ditto.
7407
7408 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7409
7410         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
7411         not gl_PREREQ_GETUSERSHELL.
7412
7413 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7414
7415         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
7416         with only one argument, for Autoconf 2.60.
7417         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
7418         expand to nothing, so add a shell command to avoid syntax error.
7419         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7420
7421 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7422
7423         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
7424
7425 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7426
7427         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
7428         no longer needed.  Check for isblank decl.
7429         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
7430         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
7431         of existence.
7432
7433 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7434
7435         * lib/getloadavg.c: Use __VMS, not VMS.
7436         * lib/getopt.c: Likewise.
7437         * lib/getpagesize.h: Likewise.
7438         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
7439         and probably does not work.
7440
7441 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7442
7443         * lib/.cppi-disable: Add wcwidth.
7444         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
7445         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
7446         (ISGRAPH): Remove.  All uses changed to isgraph.
7447         (FOLD) [!defined _LIBC]: Remove special case.
7448         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
7449         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
7450         HAVE_ISBLANK.
7451         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
7452         case.
7453
7454 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7455
7456         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
7457         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
7458         brackets.  Other minor changes to suppress some compiler
7459         warnings.
7460
7461 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7462         and Paul Eggert  <eggert@cs.ucla.edu>
7463
7464         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
7465         of invoking obsolescent AC_HEADER_DIRENT macro.
7466         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
7467         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
7468         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
7469         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
7470         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
7471         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7472         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
7473         * m4/readdir.m4: Remove; no longer needed.
7474
7475 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7476         and Paul Eggert  <eggert@cs.ucla.edu>
7477
7478         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
7479         Don't worry about this obsolete case any more.
7480         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
7481         directories.
7482         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
7483         worry about this obsolete case any more.
7484         * lib/fts.c: Likewise.
7485         * lib/getcwd.c: Likewise.
7486         * lib/glob.h: Likewise.
7487         * lib/savedir.c: Likewise.
7488
7489 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7490
7491         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
7492         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
7493         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
7494         needed.
7495         All uses removed.
7496         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7497         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7498         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
7499         needed.
7500         * m4/getdate.m4 (gl_GETDATE): Likewise.
7501         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7502         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7503         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7504         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7505         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7506         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7507         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
7508         needed.
7509
7510 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7511
7512         * lib/memcasecmp.c: Include <limits.h>.
7513         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
7514         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
7515         Don't assume isdigit succeeds only on '0' through '9'.
7516
7517 2006-07-05  Eric Blake  <ebb9@byu.net>
7518
7519         * modules/getaddrinfo (Depends-on): Add snprintf.
7520
7521 2006-07-05  Eric Blake  <ebb9@byu.net>
7522
7523         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
7524         to avoid 'header present but could not be compiled' on cygwin.
7525
7526 2006-07-05  Eric Blake  <ebb9@byu.net>
7527
7528         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
7529         missing from netdb.h.
7530         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
7531
7532 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7533
7534         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
7535         no longer needed.
7536         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
7537         * m4/getdate.m4 (gl_GETDATE): Likewise.
7538         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7539         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7540         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7541         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7542         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7543
7544 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7545
7546         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
7547         All uses of is_space replaced by isspace.
7548         * lib/exit.h: Don't talk about STDC_HEADERS.
7549         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
7550         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
7551         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
7552         replaced by isprint etc.
7553         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
7554         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7555         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
7556         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
7557         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
7558         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7559
7560 2006-07-05  Bruno Haible  <bruno@clisp.org>
7561
7562         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
7563         the function exists, before testing against AIX.
7564         Reported by Martin Lambers <marlam@marlam.de>.
7565
7566 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7567
7568         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
7569         From Mark D. Baushke.
7570
7571 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7572
7573         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
7574         to the absolute name, not just one, to bypass Sun C 5.8's
7575         "warning: #include of /usr/include/... may be non-portable".
7576
7577 2006-07-04  Eric Blake  <ebb9@byu.net>
7578
7579         * modules/dirname-tests: New test module.
7580         * tests/test-dirname.c: New file, replacing dirname.c
7581         TEST_DIRNAME section that was recently deleted.
7582
7583 2006-07-04  Bruno Haible  <bruno@clisp.org>
7584
7585         Assume ANSI C header files and <ctype.h> functions.
7586         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
7587         (mbsnwidth): Use isprint, iscntrl instead.
7588
7589 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7590
7591         Merge from coreutils.
7592         * MODULES.html.sh: Add xstrtold.
7593         * modules/xstrtold: New file.
7594         * modules/cycle-check (Files): Add lib/same-inode.h.
7595         * modules/dirname (Files): Add m4/double-slash-root.m4.
7596         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
7597         * modules/mkdir-p (Files): Add lib/same-inode.h.
7598         * modules/same (Files): Add lib/same-inode.h.
7599
7600 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7601
7602         * m4/absolute-header.m4: Renamed from full-header-path.m4.
7603         This is to keep the terminology clean; POSIX talks about
7604         "absolute pathnames", not "full pathnames", but the GNU
7605         Coding Standards say to use "path" for something else;
7606         so use "absolute" to keep both sides happy.
7607         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
7608         Set gl_absolute_header, not gl_full_header_path.
7609         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
7610         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
7611         All uses changed.
7612
7613         Merge from coreutils.
7614
7615         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7616
7617         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
7618         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
7619         want to require the building of c-strtod.o.
7620         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
7621         needs -lm directly.
7622         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
7623
7624         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7625
7626         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
7627         --as-needed option if available.  Problem reported by Albert Chin in
7628         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
7629         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
7630         cc merely issues a bunch of annoying warnings for --as-needed
7631         (this problem was reported by Bob Proulx).  Also, try linking with
7632         -lm to detect a bug in binutils 2.16 (this problem was reported
7633         by Ralf Wildenhues).
7634
7635         2006-06-18  Jim Meyering  <jim@meyering.net>
7636
7637         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
7638         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
7639         macro.
7640         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
7641         also check for glibc-2.4's abort-inducing bug.
7642
7643         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
7644         Low-probability clean-up should be to use rmdir to get rid of
7645         the just-created directory, not unlink.
7646
7647         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
7648         configure fail, and request a bug report to inform us about it.
7649         Add a comment that, barring reports to the contrary, in 2007 we'll
7650         assume ftruncate is universally available.
7651
7652         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7653
7654         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
7655
7656         2006-03-12  Jim Meyering  <jim@meyering.net>
7657
7658         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
7659         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
7660         * m4/same.m4 (gl_SAME): Likewise.
7661         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
7662
7663         2006-03-11  Eric Blake  <ebb9@byu.net>
7664
7665         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
7666         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
7667         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
7668         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
7669
7670 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7671
7672         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
7673         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
7674         reported by Mark D. Baushke, one in
7675         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
7676
7677         Merge from coreutils.
7678
7679         * lib/.cppi-disable: Add stdint_.h.
7680         * lib/.cvsignore: Add stdint.h.
7681
7682         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7683
7684         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
7685         both double and long double versions.
7686         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
7687         * lib/xstrtold.c: New file.
7688         * lib/xstrtod.h (xstrtold): New decl.
7689
7690         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
7691
7692         * lib/filemode.c (setst): Remove.
7693         (strmode): Rewrite to avoid setst.  This makes the code shorter,
7694         (arguably) clearer, and the generated code is a bit smaller on my
7695         Debian GNU/Linux stable x86 host.
7696
7697         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7698
7699         * lib/filemode.c: Include "filemode.h" first, to test the interface.
7700         Assume that filemode.h includes sys/types.h and sys/stat.h.
7701         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
7702         (ftypelet): Reorder to put common cases first, for efficiency.
7703         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
7704         to do 'M'.
7705         (strmode): Renamed from mode_string, and now stores 12 bytes instead
7706         of 10, for compatibility with FreeBSD.  All callers changed.
7707         (filemodestring): Now stores 12 bytes instead of 10, and sets file
7708         types that can't be deduced solely from st_mode.  First arg is now a
7709         const pointer.
7710         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
7711         (strmode): Renamed from mode_string.
7712         (filemodestring): New decl.
7713         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
7714         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
7715         needed.
7716         (S_ISPORT, S_ISWHT): New macros, if not already defined.
7717
7718         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
7719
7720         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
7721         fsusage.h now does that.  Include fsusage.h first, to test interface.
7722         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
7723         at most one method (the old code could have generated decls that
7724         didn't conform to C89, not that this was ever exercised).
7725         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
7726
7727         2006-03-19  Jim Meyering  <jim@meyering.net>
7728
7729         Work even in a chroot where d_ino values for entries in "/"
7730         don't match the stat.st_ino values for the same names.
7731         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
7732         number, iterate through all entries again, using lstat instead.
7733         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
7734         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
7735
7736         * lib/getcwd.c (__getcwd): Clarify a comment.
7737         Use memcpy in place of a call to strcpy.
7738
7739         2006-03-12  Jim Meyering  <jim@meyering.net>
7740
7741         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
7742         matches that of the current directory (which we're about to chdir ".."
7743         out of), then save the dev-ino of the parent, instead.
7744
7745         * lib/same-inode.h (SAME_INODE): New file/macro.
7746         * lib/chdir-safer.c (SAME_INODE): Remove definition.
7747         Include "same-inode.h", instead.
7748         * lib/same.c: Likewise.
7749         * lib/cycle-check.h: Include "same-inode.h".
7750         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
7751         * lib/cycle-check.c (SAME_INODE): Remove definition.
7752         * lib/root-dev-ino.h: Include "same-inode.h".
7753
7754         2006-03-11  Eric Blake  <ebb9@byu.net>
7755
7756         * lib/same.c (same_name): s/base_name/last_component/
7757         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
7758         * lib/filenamecat.c (file_name_concat): Likewise.
7759
7760         2006-03-11  Eric Blake  <ebb9@byu.net>,
7761                     Paul Eggert  <eggert@cs.ucla.edu>
7762
7763         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
7764         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
7765         drive prefix.
7766         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
7767         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
7768         (last_component): New method.
7769         * lib/dirname.c (dir_len): Determine when drive letters need a
7770         subsequent slash.  Preserve // when it is special.
7771         (dir_name): Don't append dot when drive letter is absolute.
7772         [TEST_DIRNAME]: Move into a full-blown gnulib test.
7773         * lib/basename.c (base_name): New semantics - malloc the result.
7774         Preserve // when it is special.  Preserve relative files that look
7775         like drive letters.
7776         (base_len): Preserve // when it is special.
7777         (last_component): New method, similar to old base_name semantics.
7778         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
7779         base_name.  Strip redundant slashes from ///.
7780
7781 2006-07-03  Jim Meyering  <jim@meyering.net>
7782
7783         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
7784         macro is used before the first cycle_check call.
7785
7786 2006-07-03  Eric Blake  <ebb9@byu.net>
7787
7788         * modules/dirname (Depends-on): Add xstrndup.
7789
7790 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7791
7792         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
7793         test cases, so that config.log is a bit easier to follow.
7794
7795 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7796
7797         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
7798         both are 64 bits, since this seems to be the tradition, and this
7799         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
7800         we ever run into a host that prefers long long to long in this
7801         case, we'll need another configure-time test.  Problem reported by
7802         Jim Meyering.
7803
7804 2006-07-02  Eric Blake  <ebb9@byu.net>
7805
7806         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
7807
7808 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7809
7810         * modules/inttypes (Depends-on): No longer depends on stdint.
7811         * modules/stdint (Description): Say more about assumptions.
7812         Say that the fast types might differ.  Say macros are used.
7813         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
7814         (Makefile.am): Revise list of substituted symbols to match
7815         new stdint.m4.
7816         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
7817         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
7818         * tests/test-stdint.c (verify_same_types)
7819         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
7820         the code conforms to C99/C89.
7821         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
7822         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
7823
7824 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7825
7826         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
7827         but fix a bug, by requiring at least 64 bits.
7828         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
7829         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
7830         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
7831         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
7832
7833         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
7834         changes.  Make 2.59 a prerequisite.  Check and substitute for
7835         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
7836         inttypes.h.  Do not use special include files; just use the
7837         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
7838         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
7839         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
7840         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
7841         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
7842         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
7843         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
7844         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
7845         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
7846         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
7847         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
7848         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
7849         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
7850         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
7851         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
7852         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
7853         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
7854         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
7855         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
7856         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
7857         WINT_MAX.  Check for C99 conformance more strictly, by detecting
7858         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
7859         not check for things that C99 does not require, e.g., int8_t.  If
7860         a test isn't needed unless <stdint.h> isn't working, and is
7861         unlikely to be needed for any other reason, then don't do it
7862         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
7863         size_t, since we assume C89 freestanding at least.  Do not check
7864         for sig_atomic_t, wchar_t, or wint_t, since the code now does
7865         the right thing even if the types are not defined.  Instead use:
7866         (gl_STDINT_TYPE_PROPERTIES): New macro.
7867         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
7868         testing whether <sys/types.h> clashes, as Autoconf does this for
7869         us now.  All uses removed.
7870         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
7871         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
7872         (gl_CHECK_TYPE_SAME):
7873         Remove; no longer needed.
7874         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
7875         exists, since we'll return 0 anyway in that case.
7876         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
7877
7878 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7879
7880         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
7881         possible collision with system files.
7882         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
7883         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
7884         WCHAR_MIN and WCHAR_MAX in this case.
7885         (<stddef.h>): Do not include; no longer needed.
7886         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
7887         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
7888         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
7889         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
7890         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
7891         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
7892         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
7893         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
7894         !defined(__c99))]: Include in this case too, since it's harmless
7895         now.
7896         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
7897         dangerous to do so.
7898         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
7899         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
7900         (_STDINT_MIN, _STDINT_MAX): New macros.
7901         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
7902         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
7903         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
7904         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
7905         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
7906         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
7907         macros, not typedefs; this simplifies things quite a bit.
7908         Use long int for all types narrower than int64_t.
7909         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
7910         Define in terms of long long int or int64_t or long int,
7911         not int64_t or int32_t.  This saves some compile-time testing.
7912         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
7913         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
7914         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
7915         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
7916         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
7917         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
7918         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
7919         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
7920         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
7921         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
7922         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7923         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7924         undef any previous version and define our own version, for
7925         simplicity and consistency with the new macros for types.
7926         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7927         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7928         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
7929         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
7930         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
7931         @WINT_T_SUFFIX@ to keep things simple here.
7932         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
7933         Simplify by assuming typical 8/16/32/64 host, since we're
7934         already doing that elsewhere anyway.
7935         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
7936         and assume long long int is 64 bits if available.  This
7937         speeds up 'configure'.
7938
7939 2006-07-01  Eric Blake  <ebb9@byu.net>
7940
7941         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
7942         Reported by Andreas Buening.
7943
7944 2006-07-01  Eric Blake  <ebb9@byu.net>
7945
7946         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
7947
7948 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7949
7950         * lib/getaddrinfo.c: fixed typo
7951
7952 2006-06-29  Jim Meyering  <jim@meyering.net>
7953
7954         * modules/strftime (Maintainer): Add my name, since with the
7955         FPRINTFTIME changes strftime.c has forked from glibc.
7956
7957 2006-06-29  Eric Blake  <ebb9@byu.net>
7958
7959         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
7960
7961 2006-06-29  Eric Blake  <ebb9@byu.net>
7962
7963         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
7964
7965 2006-06-29  Eric Blake  <ebb9@byu.net>
7966
7967         * lib/stat_.h: New file.
7968
7969 2006-06-29  Eric Blake  <ebb9@byu.net>
7970
7971         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
7972         unused static function.
7973
7974 2006-06-29  Eric Blake  <ebb9@byu.net>
7975
7976         * doc/functions.texi (Function Portability): Document missing lstat
7977         on mingw.
7978
7979 2006-06-29  Eric Blake  <ebb9@byu.net>
7980
7981         * MODULES.html.sh: Add sys_stat.
7982         * modules/sys_stat: New module.
7983         * modules/mkstemp (Depends-on): Add sys_stat.
7984
7985 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7986
7987         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
7988
7989 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7990
7991         * m4/c-bs-a.m4: Removed.
7992
7993 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7994
7995         * lib/strftime.c: Assume strftime() exists.
7996
7997 2006-06-29  Derek Price  <derek@ximbiot.com>
7998
7999         * modules/c-bs-a: Removed - \a is C89.
8000         * MODULES.html.sh: Remove c-bs-a.
8001
8002 2006-06-29  Bruno Haible  <bruno@clisp.org>
8003
8004         * modules/wcwidth (License): Change to LGPL.
8005
8006 2006-06-28  Simon Josefsson  <jas@extundo.com>
8007
8008         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
8009         on _WIN32.
8010
8011         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
8012         getnameinfo.
8013
8014 2006-06-28  Simon Josefsson  <jas@extundo.com>
8015
8016         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
8017
8018 2006-06-28  Simon Josefsson  <jas@extundo.com>
8019
8020         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
8021         functions there.  It will succeed on Windows XP, but on Windows
8022         2000 and (presumably) earlier, it will fail, and use the internal
8023         re-implementation.
8024         (use_win32_p): New function.
8025         (getaddrinfo): Use strtoul on servname, to support numeric ports.
8026         Support AI_NUMERICSERV to disable getservbyname.
8027         (getnameinfo): New function, only supports
8028         NI_NUMERICHOST|NI_NUMERICSERV for now.
8029
8030         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
8031         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
8032         getnameinfo.
8033
8034 2006-06-28  Eric Blake  <ebb9@byu.net>
8035
8036         * modules/wcwidth: New file.
8037         * modules/mbchar (Depends-on): Add wcwidth.
8038         * modules/mbswidth (Depends-on): Add wcwidth.
8039         * MODULES.html.sh: Add wcwidth.
8040
8041 2006-06-28  Eric Blake  <ebb9@byu.net>
8042
8043         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
8044         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
8045
8046 2006-06-28  Eric Blake  <ebb9@byu.net>
8047
8048         * lib/xvasprintf.h: Fix comments.
8049
8050 2006-06-28  Eric Blake  <ebb9@byu.net>
8051
8052         * lib/mbchar.h (wcwidth): Include wcwidth.h.
8053         * lib/mbswidth.c (wcwidth): Move from here...
8054         * lib/wcwidth.h: ...to this new file.
8055
8056 2006-06-28  Derek R. Price  <derek@ximbiot.com>
8057
8058         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
8059
8060         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
8061         it's obsolete.
8062         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
8063
8064 2006-06-28  Derek R. Price  <derek@ximbiot.com>
8065
8066         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
8067         Autoconf 2.60 says this stuff was obsolete.
8068
8069 2006-06-28  Bruno Haible  <bruno@clisp.org>
8070
8071         * modules/wcwidth (Files): Add m4/wchar_t.m4.
8072
8073 2006-06-28  Bruno Haible  <bruno@clisp.org>
8074
8075         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
8076         gt_TYPE_WCHAR_T.
8077
8078 2006-06-28  Bruno Haible  <bruno@clisp.org>
8079
8080         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
8081         declaration for wcwidth.
8082         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
8083
8084 2006-06-28  Bruno Haible  <bruno@clisp.org>
8085
8086         * lib/mkdtemp.c [MINGW]: Include <io.h>.
8087         (mkdir): Define using _mkdir.
8088
8089 2006-06-28  Bruno Haible  <bruno@clisp.org>
8090
8091         * lib/getaddrinfo.h: Fix POSIX URL.
8092         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
8093         _WIN32.
8094         (use_win32_p): Make static.
8095         (getaddrinfo): Reject service name if it is empty or does not consist
8096         solely of decimal digits, or if its value is > 65535.
8097         (getnameinfo): Remove useless casts.
8098
8099 2006-06-27  Simon Josefsson  <jas@extundo.com>
8100
8101         * modules/sys_select: New file, suggested by Bruno Haible, Paul
8102         Eggert and Martin Lambers.
8103
8104 2006-06-27  Simon Josefsson  <jas@extundo.com>
8105
8106         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
8107         Eggert and Martin Lambers.
8108
8109 2006-06-27  Bruno Haible  <bruno@clisp.org>
8110
8111         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
8112         result to 0, not to empty.
8113         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
8114
8115 2006-06-27  Bruno Haible  <bruno@clisp.org>
8116
8117         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
8118
8119 2006-06-26  Simon Josefsson  <jas@extundo.com>
8120
8121         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
8122         present.
8123
8124 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8125
8126         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
8127         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
8128         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
8129
8130 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
8131
8132         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
8133
8134 2006-06-26  Bruno Haible  <bruno@clisp.org>
8135
8136         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
8137
8138 2006-06-26  Bruno Haible  <bruno@clisp.org>
8139
8140         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
8141
8142 2006-06-26  Bruno Haible  <bruno@clisp.org>
8143
8144         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
8145         SGI C compiler in pre-C99 mode.
8146         Suggested by Mark D. Baushke and Larry Jones.
8147
8148 2006-06-26  Bruno Haible  <bruno@clisp.org>
8149
8150         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
8151         WCHAR_MAX.
8152         Reported by Mark D. Baushke and Larry Jones.
8153
8154 2006-06-26  Bruno Haible  <bruno@clisp.org>
8155
8156         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
8157         in pre-C99 mode.
8158         Suggested by Mark D. Baushke and Larry Jones.
8159
8160 2006-06-23  Simon Josefsson  <jas@extundo.com>
8161             Bruno Haible  <bruno@clisp.org>
8162
8163         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
8164         Emit mostlyclean-local rule.
8165         (func_emit_tests_Makefile_am): Likewise.
8166         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
8167
8168 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
8169
8170         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
8171
8172 2006-06-23  Bruno Haible  <bruno@clisp.org>
8173
8174         * tests/test-stdint.c: Update to match ISO C 99 Technical
8175         Corrigendum 1.
8176
8177 2006-06-23  Bruno Haible  <bruno@clisp.org>
8178
8179         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
8180
8181 2006-06-23  Bruno Haible  <bruno@clisp.org>
8182
8183         * lib/stdint_.h: Treat IRIX like OpenBSD.
8184
8185 2006-06-23  Bruno Haible  <bruno@clisp.org>
8186
8187         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
8188         ISO C 99 Technical Corrigendum 1.
8189
8190 2006-06-22  Simon Josefsson  <jas@extundo.com>
8191
8192         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
8193         MinGW.
8194
8195 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
8196
8197         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
8198         needed.  Some compiler complained about some of them.  Problem reported
8199         by Larry Jones in
8200         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
8201
8202 2006-06-21  Simon Josefsson  <jas@extundo.com>
8203
8204         * tests/test-getaddrinfo.c: New file.
8205
8206         * modules/getaddrinfo-tests: New file.
8207
8208         * MODULES.html.sh: Add inet_pton.
8209
8210         * modules/inet_pton: New file.
8211
8212 2006-06-21  Simon Josefsson  <jas@extundo.com>
8213
8214         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
8215         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
8216         of using the (limited) gnulib implementation on Windows XP.
8217
8218         * m4/inet_pton.m4: New file.
8219
8220 2006-06-21  Simon Josefsson  <jas@extundo.com>
8221
8222         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
8223         variable.
8224
8225         * lib/socket_.h: Don't define WINVER.
8226
8227         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
8228         slightly modified to work in gnulib.
8229
8230 2006-06-21  Simon Josefsson  <jas@extundo.com>
8231
8232         * doc/gnulib.texi (Windows sockets): Add.
8233
8234 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
8235
8236         * lib/read-file.c (fread_file): Start with buffer allocation of
8237         0 bytes rather than 1 byte; this simplifies the code.
8238         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
8239         code to free buffer and save/restore errno.
8240         (internal_read_file): Remove unused local.
8241
8242 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
8243
8244         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
8245         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
8246         Problem reported by Denis Excoffier in
8247         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
8248
8249 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8250
8251         * modules/sys_socket, modules/socklen: Include sys/types since
8252         FreeBSD 4.x's sys/socket.h needs it.
8253
8254 2006-06-19  Simon Josefsson  <jas@extundo.com>
8255
8256         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
8257
8258 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8259
8260         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
8261
8262 2006-06-19  Bruno Haible  <bruno@clisp.org>
8263
8264         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
8265         and FULL_PATH_INTTYPES_H in angle brackets.
8266         Reported by Mark D. Baushke <mdb@gnu.org>.
8267
8268 2006-06-17  Eric Blake  <ebb9@byu.net>
8269
8270         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
8271         errno.
8272
8273 2006-06-17  Bruno Haible  <bruno@clisp.org>
8274
8275         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
8276         <sys/inttypes.h>.
8277
8278 2006-06-17  Bruno Haible  <bruno@clisp.org>
8279
8280         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
8281         whether errno is declared. Assume <errno.h> declares errno.
8282
8283 2006-06-17  Bruno Haible  <bruno@clisp.org>
8284
8285         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
8286
8287 2006-06-17  Bruno Haible  <bruno@clisp.org>
8288
8289         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
8290         problem on Solaris 2.5.1.
8291
8292 2006-06-16  Eric Blake  <ebb9@byu.net>
8293
8294         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
8295         * lib/unicodeio.c [!defined errno]: Likewise.
8296         * lib/strtol.c [!defined errno]: Likewise.
8297         * lib/strtod.c [!defined errno]: Likewise.
8298
8299 2006-06-15  Eric Blake  <ebb9@byu.net>
8300
8301         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
8302
8303 2006-06-15  Eric Blake  <ebb9@byu.net>
8304
8305         * config/srclist.txt (ssize_t.m4): Lose sync.
8306
8307 2006-06-15  Bruno Haible  <bruno@clisp.org>
8308
8309         * modules/stdint (Files): Include m4/full-header-path.m4,
8310         m4/size_max.m4, m4/wchar_t.m4.
8311         (Makefile.am): Many more substitutions.
8312         * modules/stdint-tests: New file.
8313         * tests/test-stdint.c: New file.
8314
8315 2006-06-15  Bruno Haible  <bruno@clisp.org>
8316
8317         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
8318         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
8319         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
8320         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
8321         gl_CHECK_TYPE_SAME): New macros.
8322
8323 2006-06-15  Bruno Haible  <bruno@clisp.org>
8324
8325         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
8326
8327 2006-06-15  Bruno Haible  <bruno@clisp.org>
8328
8329         * lib/stdint_.h: Rewritten to be fully auto-configured.
8330         Fixes bug on HP-UX/IA64.
8331
8332 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
8333
8334         * lib/getdate.y (__attribute__): Don't define if already defined.
8335         Problem reported by Larry Jones.
8336         * lib/utimens.c (__attribute__): Likewise.
8337
8338 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
8339
8340         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
8341         reported by Andreas Schwab.
8342
8343 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8344             Bruno Haible  <bruno@clisp.org>
8345
8346         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
8347         check for the declaration of strnlen and a run test that exposes the
8348         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
8349         rpl_strndup.
8350
8351 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8352             Bruno Haible  <bruno@clisp.org>
8353
8354         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
8355
8356 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8357
8358         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
8359         compile test, for Tru64 4.0D.
8360
8361 2006-05-28  Karl Berry  <karl@gnu.org>
8362
8363         * config/srclist.txt (printf-args.c): lose sync.
8364
8365 2006-05-26  Martin Lambers  <marlam@marlam.de>
8366
8367         * lib/getpass.c: Updates the test for the native W32 API, and adds
8368         missing includes, thus fixing compilation warnings.
8369
8370 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8371
8372         * lib/exclude.c (exclude_fnmatch): New function.
8373         (excluded_file_name): Call exclude_fnmatch.
8374         * lib/exclude.h (excluded_file_name): New prototype
8375
8376 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
8377
8378         * lib/tempname.c (small_open, large_open): New macros.
8379         (__open, __open64) [!_LIBC]: Remove.
8380         (__gen_tempname): Use small_open and large_open instead of __open
8381         and __open64.  This fixes a portability bug on HP-UX 11.11i
8382         reported by Simon Wing-Tang in
8383         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
8384
8385 2006-05-24  Bruno Haible  <bruno@clisp.org>
8386
8387         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
8388         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
8389         Reported by Thorsten Maerz <torte@netztorte.de> via
8390         Aaron Stone <aaron@serendipity.cx>.
8391
8392 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8393
8394         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
8395         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
8396         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
8397         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
8398         not really conditional on the cache.
8399         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
8400
8401 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8402
8403         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
8404         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
8405         (my_usleep): Don't mishandle maximum value.
8406
8407 2006-05-19  Jim Meyering  <jim@meyering.net>
8408
8409         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
8410
8411 2006-05-17  Bruno Haible  <bruno@clisp.org>
8412
8413         Cygwin portability.
8414         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
8415
8416 2006-05-17  Bruno Haible  <bruno@clisp.org>
8417
8418         * lib/stdint_.h: Fix recognition of Cygwin.
8419
8420 2006-05-15  Bruno Haible  <bruno@clisp.org>
8421
8422         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
8423         on libtool patch by Ralf Wildenhues.
8424
8425 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
8426
8427         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
8428         test for C99 conformance; (bool) 0.5 is an integer constant
8429         expression, but (bool) -0.5 is not.  Problem reported by Fedor
8430         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
8431
8432 2006-05-11  Simon Josefsson  <jas@extundo.com>
8433
8434         * m4/xvasprintf.m4: Fix obvious typo.
8435
8436 2006-05-11  Jim Meyering  <jim@meyering.net>
8437
8438         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
8439         James Lemley.
8440
8441 2006-05-10  Simon Josefsson  <jas@extundo.com>
8442
8443         * lib/md4.c: Typo fix, update copyright years.
8444         (K1, K2): Don't use L because it turn computations into 64-bit on
8445         64-bit platforms.
8446
8447 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
8448
8449         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
8450         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
8451         unwanted sign propagation, e.g., on hosts with 64-bit int.
8452         There still are some problems with reeelly weird theoretical hosts
8453         (e.g., 33-bit int) but it's not worth worrying about now.
8454         * lib/sha1.c (rol): Likewise.
8455         (K1, K2, K3, K4): Remove unnecessary L suffix.
8456
8457 2006-05-10  Bruno Haible  <bruno@clisp.org>
8458
8459         * lib/des.c: Cast to avoid warnings.
8460
8461 2006-05-09  Bruno Haible  <bruno@clisp.org>
8462
8463         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
8464         (Depends-on): Depend also on xsize, stdarg.
8465         (configure.ac): Add gl_XVASPRINTF.
8466
8467 2006-05-09  Bruno Haible  <bruno@clisp.org>
8468
8469         * m4/xvasprintf.m4: New file.
8470
8471 2006-05-09  Bruno Haible  <bruno@clisp.org>
8472
8473         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
8474         (EOVERFLOW): Define fallback value.
8475         (xstrcat): New function.
8476         (xvasprintf): Recognize the special case of a string concatenation.
8477
8478 2006-05-08  Eric Blake  <ebb9@byu.net>
8479
8480         * gnulib-tool (func_version): Base copyright year on CVS date.
8481         (func_emit_copyright_notice): New function.
8482         (func_emit_lib_Makefile_am): Use it.
8483         (func_emit_tests_Makefile_am): Likewise.
8484         (func_import): Likewise.
8485
8486 2006-05-08  Bruno Haible  <bruno@clisp.org>
8487
8488         * modules/stdarg: New file.
8489         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
8490
8491 2006-05-08  Bruno Haible  <bruno@clisp.org>
8492
8493         * m4/stdarg.m4: New file, from GNU gettext.
8494
8495 2006-05-08  Bruno Haible  <bruno@clisp.org>
8496
8497         * config/srclist.txt (build-aux/config.rpath): different from latest
8498         release.
8499
8500 2006-05-08  Bruno Haible  <bruno@clisp.org>
8501
8502         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
8503
8504 2006-05-05  Jim Meyering  <jim@meyering.net>
8505
8506         * m4/warning.m4: New file, derived from bison's file by the same name.
8507
8508 2006-05-03  Bruno Haible  <bruno@clisp.org>
8509
8510         * lib/stdint_.h: Shorter URL.
8511         * lib/inttypes.h: Likewise.
8512
8513 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8514
8515         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
8516
8517 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8518
8519         * lib/verify.h: Document the internals better.  Most of this change
8520         was written by Bruno Haible.
8521
8522 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8523
8524         * doc/verify.texi: New file, partly based on a proposal by
8525         Bruno Haible.
8526
8527 2006-05-02  Bruno Haible  <bruno@clisp.org>
8528
8529         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
8530         test from here...
8531         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
8532
8533 2006-04-29  Bruno Haible  <bruno@clisp.org>
8534
8535         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
8536         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
8537
8538 2006-04-29  Bruno Haible  <bruno@clisp.org>
8539
8540         * gnulib-tool: Make --update option actually work.
8541
8542 2006-04-29  Bruno Haible  <bruno@clisp.org>
8543
8544         * doc/gcd.texi: New file.
8545         * doc/gnulib.texi: Include it.
8546
8547 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
8548
8549         * lib/getdate.y (get_date): When adding relative date, start with the
8550         initial time, not with the result of the first mktime call.
8551
8552 2006-04-25  Bruno Haible  <bruno@clisp.org>
8553
8554         * gnulib-tool (func_import): Output the include directives in three
8555         blocks, sorted separately.
8556         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8557
8558 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8559
8560         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
8561         to define main with arguments, for C++.  Reported by Eric Blake.
8562         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
8563         Prefer 'int main ()' to 'int main (void)', for C++.
8564         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
8565         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
8566         for 'main', for C99 and C++.
8567
8568 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8569
8570         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
8571         Don't assume that exit status -1 is valid.
8572         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8573         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
8574         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
8575         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
8576         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
8577         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
8578         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
8579         functions can be used without declaring them, or that you can
8580         exit with status -1.
8581         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
8582
8583 2006-04-24  Karl Berry  <karl@gnu.org>
8584
8585         * config/srclist.txt (longdouble.m4): sync lost.
8586
8587 2006-04-24  Eric Blake  <ebb9@byu.net>
8588
8589         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
8590
8591 2006-04-24  Bruno Haible  <bruno@clisp.org>
8592
8593         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
8594         poll() implementation in AIX.
8595         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8596
8597 2006-04-24  Bruno Haible  <bruno@clisp.org>
8598
8599         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
8600         assigned exactly once.
8601
8602 2006-04-23  Claudio Fontana  <claudio@gnu.org>
8603             Bruno Haible  <bruno@clisp.org>
8604
8605         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
8606         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
8607         for AM_CPPFLAGS.
8608
8609 2006-04-23  Bruno Haible  <bruno@clisp.org>
8610
8611         * modules/copy-file: Depend on unistd.
8612         * modules/execute: Likewise.
8613         * modules/fatal-signal: Likewise.
8614         * modules/findprog: Likewise.
8615         * modules/mkdtemp : Likewise.
8616         * modules/pipe: Likewise.
8617         * modules/wait-process: Likewise.
8618
8619 2006-04-23  Bruno Haible  <bruno@clisp.org>
8620
8621         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
8622         condition was already detected.
8623         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8624
8625 2006-04-23  Bruno Haible  <bruno@clisp.org>
8626
8627         * lib/copy-file.c: Include <unistd.h> unconditionally.
8628         * lib/execute.c: Likewise.
8629         * lib/fatal-signal.c: Likewise.
8630         * lib/findprog.c: Likewise.
8631         * lib/mkdtemp.c: Likewise.
8632         * lib/pipe.h: Likewise.
8633         * lib/pipe.c: Likewise.
8634         * lib/wait-process.h: Likewise.
8635
8636 2006-04-23  Bruno Haible  <bruno@clisp.org>
8637
8638         * gnulib-tool (func_usage): Fix --import description. Document
8639         --update.
8640         (func_import): Create temporary file in a temporary directory, if
8641         --dry-run is specified. Silence errors from 'grep' when there are no
8642         m4 files in $m4dir.
8643         (func_create_testdir): Silence errors from 'grep' when there are no
8644         m4 files in $m4dir.
8645         Reported by Karl Berry <karl@freefriends.org>.
8646
8647 2006-04-20  Bruno Haible  <bruno@clisp.org>
8648
8649         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
8650         one argument, so that the code will be portable to Autoconf 2.60.
8651         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
8652         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8653         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
8654
8655 2006-04-19  Derek Price  <derek@ximbiot.com>
8656             Eric Blake  <ebb9@byu.net>
8657
8658         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
8659         rather than "/full/path.h".  Update comment to match.  Shorten &
8660         generalize m4_translit call via AS_TR_CPP.
8661
8662 2006-04-19  Derek Price  <derek@ximbiot.com>
8663             Eric Blake  <ebb9@byu.net>
8664
8665         * lib/inttypes.h: Correct grammar in comment.
8666
8667 2006-04-18  Derek Price  <derek@ximbiot.com>
8668             Paul Eggert  <eggert@cs.ucla.edu>
8669
8670         * modules/inttypes: New file.
8671         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
8672
8673 2006-04-18  Derek Price  <derek@ximbiot.com>
8674             Paul Eggert  <eggert@cs.ucla.edu>
8675
8676         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
8677         New files.
8678
8679 2006-04-18  Derek Price  <derek@ximbiot.com>
8680             Paul Eggert  <eggert@cs.ucla.edu>
8681
8682         * lib/inttypes.h: New file.
8683         * lib/strtoimax.c: Assume <inttypes.h>.
8684
8685 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
8686
8687         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
8688         isn't mounted.  Problem reported by Kir Kolyshkin.
8689
8690 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
8691
8692         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
8693         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
8694         Derek R. Price.
8695         * lib/regex.h (RE_DUP_MAX): Update comment to match current
8696         implementation.
8697
8698 2006-04-12  Eric Blake  <ebb9@byu.net>
8699
8700         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
8701         is now done automatically by the corresponding Autoconf macro.
8702
8703 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
8704
8705         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
8706         time_r.h.
8707
8708 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8709
8710         Merge regex changes from libc, removing some of our
8711         POSIX-conformance changes that were rejected and redoing them in a
8712         less-intrusive way.
8713
8714         * lib/regcomp.c (re_compile_internal, init_dfa):
8715         Length arg is now size_t, not Idx.  All uses changed.
8716         (peek_token): Forward decl now says internal_function.
8717         (__re_error_msgid, __re_error_msgid_idx):
8718         Now static rather than extern with attribute_hidden.
8719         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
8720         For some reason libc prefers K&R style defns for external functions.
8721         (regerror) [!defined _LIBC]: Likewise.
8722         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
8723         (seek_collating_symbol_entry, lookup_collation_sequence_value):
8724         (build_range_exp, build_collating_symbol):
8725         Use K&R-style defn.
8726         (re_compile_fastmap): Use '\0' to memset, not 0.
8727         (utf8_sb_map): Make the calculations more obvious.
8728         (init_dfa, parse_bracket_exp, build_charclass_op):
8729         Call calloc and cast result, as glibc does.
8730         (init_word_char, fetch_token, peek_token, peek_token_bracket):
8731         (build_range_exp, build_collating_symbol):
8732         Now internal functions.
8733
8734         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
8735
8736         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
8737         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
8738         Don't depend on VMS; depend on __VMS instead, for POSIX
8739         namespace cleanness.
8740         (regoff_t): Define to ssize_t, not long int.
8741
8742         Remove the REG_ macros named below.  Instead, make the old names
8743         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
8744         __USE_GNU_REGEX.
8745         (REG_BACKSLASH_ESCAPE_IN_LISTS):
8746         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
8747         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
8748         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
8749         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
8750         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
8751         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
8752         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
8753         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
8754         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
8755         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
8756         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
8757         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
8758         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
8759         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
8760         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
8761         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
8762         (REG_NREGS):
8763         Remove.  All uses replaced by the old RE_* names.
8764         (RE_BACKSLASH_ESCAPE_IN_LISTS):
8765         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
8766         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
8767         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
8768         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
8769         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
8770         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
8771         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
8772         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
8773         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
8774         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
8775         Don't bother having these macros be independent of each others'
8776         values, since they no longer exist in the POSIX name space.
8777
8778         Rename the following member names back to their old names,
8779         unless !__USE_GNU_REGEX.  All uses changed back.
8780         (buffer): Renamed from re_buffer.
8781         (allocated): Renamed from re_allocated.
8782         (used): Renamed from re_used.
8783         (syntax): Renamed from re_syntax.
8784         (fastmap): Renamed from re_fastmap.
8785         (translate): Renamed from re_translate.
8786         (can_be_null): Renamed from re_can_be_null.
8787         (regs_allocated): Renamed from re_regs_allocated.
8788         (fastmap_accurate): Renamed from re_fastmap_accurate.
8789         (no_sub): Renamed from re_no_sub.
8790         (not_bol): Renamed from re_not_bol.
8791         (not_eol): Renamed from re_not_eol.
8792         (newline_anchor): Renamed from re_newline_anchor.
8793         (num_regs): Renamed from rm_num_regs.
8794         (start): Renamed from rm_start.
8795         (end): Renamed from rm_end.
8796
8797         (free_state): Move up a bit.
8798
8799         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
8800         #define to be empty.
8801         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
8802         when that is what is intended.
8803         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
8804         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
8805         (MAX): New macro.
8806         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
8807         All uses changed back to re_malloc, etc.  It's now the caller's
8808         responsibility to check for overflow; all callers changed.
8809         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
8810         (re_x2nrealloc): Remove.
8811         (free_state): Remove decl.
8812
8813         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
8814         (re_set_registers, re_exec):
8815         Use K&R-style defn.
8816
8817         2006-01-31  Roland McGrath  <roland@redhat.com>
8818
8819         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
8820         Reported by Mike Frysinger <vapier@gentoo.org>.
8821
8822         2006-01-15  Andreas Jaeger  <aj@suse.de>
8823
8824         [BZ #1950]
8825         * lib/regex_internal.c (re_string_reconstruct): Adjust for
8826         build_wcs_upper_buffer change.
8827         (build_wcs_upper_buffer): Change return type.
8828
8829         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
8830
8831         * lib/regex_internal.h: Include <stdint.h> if available.
8832
8833         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
8834
8835         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
8836
8837         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
8838
8839         * lib/regcomp.c: Adjust for changed secondary hash function.
8840
8841         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
8842
8843         * lib/regex.h: Pretty printing.
8844         Clean up namespace a bit.
8845
8846         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
8847
8848         * lib/regexec.c (update_cur_sifted_state, check_arrival,
8849         check_arrival_add_next_nodes): Avoid using uninitialized variable.
8850
8851         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8852                     Ulrich Drepper  <drepper@redhat.com>
8853
8854         [BZ #1302]
8855         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
8856         changed.
8857         (bitset_word_t): Renamed from bitset_word.  All uses changed.
8858
8859         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
8860
8861         [BZ #281]
8862         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
8863         * lib/regcomp.c: Remove unnecessary uses of
8864         unsigned RE_TRANSLATE_TYPE.
8865         * lib/regex_internal.h: Likewise.
8866         * lib/regex_internal.c: Likewise.
8867         * lib/regexec.c: Likewise.
8868         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
8869
8870         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
8871
8872         * lib/regexec.c (find_recover_state): Remove unnecessary
8873         initialization.
8874         (transit_state_bkref): Make DFA a const pointer.
8875         (get_subexp): Likewise.
8876         (check_arrival): Likewise.
8877         (update_cur_sifted_state): Likewise.
8878         (re_search_internal): Likewise.
8879         (prune_impossible_nodes): Likewise.
8880         (acquire_init_state_context): Likewise.
8881         (proceed_next_node): Likewise.
8882         (set_regs): Likewise.
8883         (free_fail_stack_return): Likewise.
8884         (check_arrival_expand_ecl): Mark DFA parameter as const.
8885         (check_arrival_expand_ecl_sub): Likewise.
8886         (check_subexp_limits): Likewise.
8887         (sub_epsilon_src_nodes):  Likewise.
8888         (add_epsilon_src_nodes):  Likewise.
8889         (merge_state_array): Likewise.
8890         (update_regs): Likewise.
8891         (build_trtable): Likewise.
8892         (sift_states_backward): Mark MCTX parameter as const.
8893         (build_sifted_states): Likewise.
8894         (update_cur_sifted_state): Likewise.
8895         (sift_states_mkref): Likewise.
8896         (check_arrival_expand_ecl): Mark eclosure as const.
8897         (check_dst_limits_calc_pos_1): Likewise.
8898         * lib/regex_internal.h (re_match_context_t): Make dfa a const
8899         pointer.
8900
8901         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
8902
8903         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
8904         (transit_state_sb): Likewise.
8905         (transit_state_mb): Likewise.
8906         (sift_states_iter_mb): Likewise.
8907         (check_arrival_add_next_nodes): Likewise.
8908         (check_node_accept_bytes): Change first parameter to pointer-to-const.
8909         [_LIBC] (re_search_2_stub): Use mempcpy.
8910
8911         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
8912         mbrtowc for very simple UTF-8 case.
8913
8914         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
8915         a pointer-to-const.
8916         (re_acquire_state_context): Likewise.
8917         * lib/regex_internal.h: Adjust prototypes.
8918
8919         * lib/regex.c: Prevent using C++ compilers.
8920
8921         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
8922         (re_acquire_state_context): Likewise.
8923
8924 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8925
8926         * modules/regex (Depends-on): Add ssize_t.
8927
8928 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8929
8930         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
8931         translation table.
8932
8933 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8934
8935         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
8936
8937 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
8938             Bruno Haible  <bruno@clisp.org>
8939
8940         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
8941         <sys/types.h> and <inttypes.h>.
8942
8943 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8944
8945         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
8946         `__error_t_defined', so argp.h will not typedef the former.
8947
8948 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
8949
8950         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
8951         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
8952         glibc names.  Even if glibc is changed to conform to POSIX, the
8953         traditional names will be available anyway, since regex depends on
8954         the extensions module.  Also, fix a longstanding typo in the
8955         implementation of Spencer ERE test #75 from grep 2.3.  Problems
8956         reported by Emanuele Giaquinta.  Also, change sense of cached
8957         variable, so that the message makes sense.
8958
8959 2006-03-24  Simon Josefsson  <jas@extundo.com>
8960
8961         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
8962         including some doc fixes.
8963         (base64_encode_alloc): Fix +1 bug on allocation failures.
8964
8965 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8966
8967         * lib/base64.c (base64_encode): Do not read past end of array with
8968         unsanitized input on systems with CHAR_BIT > 8.
8969
8970 2006-03-24  Eric Blake  <ebb9@byu.net>
8971
8972         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
8973
8974 2006-03-22  Karl Berry  <karl@gnu.org>
8975
8976         * config/srclist.txt (*setenv.[ch]): get from coreutils.
8977         * config/srclistvars.sh (COREUTILS): new var.
8978
8979 2006-03-17  Jim Meyering  <jim@meyering.net>
8980
8981         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
8982         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
8983
8984 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8985
8986         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
8987         no longer needs it.  Instead, check that regoff_t is as least
8988         as wide as ptrdiff_t.
8989
8990         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
8991         so that our regex.h stays compatible with the installed regex.
8992         This is helpful for installers who configure --without-included-regex.
8993         Problem reported by Emanuele Giaquinta.
8994
8995 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8996
8997         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
8998         Typedef to long int, not to off_, as POSIX will likely change
8999         in that direction.
9000
9001 2006-03-15  Eric Blake  <ebb9@byu.net>
9002
9003         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
9004
9005 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9006
9007         * lib/argp-help.c (validate_uparams): Fix typo
9008         * lib/argp-parse.c (argp_default_options): Consistently begin help
9009         messages with a lowercase letter.
9010
9011 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
9012
9013         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
9014         overrun buffers and shouldn't be used (much as gets shouldn't be
9015         used).
9016         * lib/time_r.c (asctime_r, ctime_r): Likewise.
9017
9018 2006-03-08  Simon Josefsson  <jas@extundo.com>
9019
9020         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
9021         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9022
9023 2006-03-08  Simon Josefsson  <jas@extundo.com>
9024
9025         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
9026         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9027
9028 2006-03-08  Simon Josefsson  <jas@extundo.com>
9029
9030         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
9031         signal that configure disabled the device.
9032
9033 2006-03-08  Simon Josefsson  <jas@extundo.com>
9034
9035         * build-aux/maint.mk: Fix refresh-po, to handle no translated
9036         languages.
9037
9038 2006-03-07  Simon Josefsson  <jas@extundo.com>
9039
9040         * modules/getopt (Depends-on): Add unistd.
9041
9042         * modules/unistd: New file.
9043
9044 2006-03-07  Simon Josefsson  <jas@extundo.com>
9045
9046         * modules/gc-random: New file.
9047
9048 2006-03-07  Simon Josefsson  <jas@extundo.com>
9049
9050         * m4/unistd_h.m4: New file.
9051
9052 2006-03-07  Simon Josefsson  <jas@extundo.com>
9053
9054         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
9055         test to be side-effect free by storing the result in the cache
9056         variable gl_cv_lib_readline, and moving the assignment of
9057         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
9058         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9059
9060 2006-03-07  Simon Josefsson  <jas@extundo.com>
9061
9062         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
9063         error on missing devices (the functions will return an error).
9064
9065         * m4/gc.m4: Move random stuff to gc-random.m4
9066
9067 2006-03-07  Simon Josefsson  <jas@extundo.com>
9068
9069         * lib/unistd_.h: New file.
9070
9071 2006-03-07  Simon Josefsson  <jas@extundo.com>
9072
9073         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
9074
9075 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9076
9077         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
9078         Problem reported by Juan Manuel Guerrero.
9079
9080 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9081
9082         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
9083         the unistd module.
9084         * lib/getlogin_r.c: Likewise.
9085         * lib/getlogin_r.h: Likewise.
9086         * lib/glob.c: Likewise.
9087         * lib/pagealign_alloc.c: Likewise.
9088         * lib/unistd_.h: Remove; no longer needed.
9089
9090 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9091
9092         * MODULES.html.sh (Support for systems lacking POSIX:2001):
9093         Add unistd.
9094         * modules/c-stack (Depends-on): Add unistd.
9095         * modules/getlogin_r: Likewise.
9096         * modules/glob: Likewise.
9097         * modules/pagealign_alloc: Likewise.
9098         * modules/unistd (Files): Remove lib/unistd_.h.
9099         (EXTRA_DIST): Remove.
9100         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
9101         need unistd_.h.
9102         (MOSTLYCLEANFILES): Remove unistd.h-t.
9103
9104 2006-03-03  Simon Josefsson  <jas@extundo.com>
9105
9106         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
9107
9108 2006-03-03  Simon Josefsson  <jas@extundo.com>
9109
9110         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
9111         libidn and bison.
9112
9113 2006-03-03  Simon Josefsson  <jas@extundo.com>
9114
9115         * build-aux/maint.mk: Add indent target.
9116
9117 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
9118
9119         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
9120         our replacement poll.h in any case, to avoid a differing
9121         declaration from a system header.  Seen on AIX.
9122
9123 2006-03-01  Simon Josefsson  <jas@extundo.com>
9124
9125         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
9126         <kasal@ucw.cz>.
9127
9128 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9129
9130         * modules/gettime (Depends-on): Add extensions module.
9131         * modules/nanosleep (Depends-on): Likewise.
9132         * modules/settime (Depends-on): Likewise.
9133
9134 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9135
9136         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
9137         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
9138         pedantically.
9139         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9140         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
9141
9142         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
9143         not "==".  Reported by Ralf Wildenhues.
9144
9145 2006-03-01  Karl Berry  <karl@gnu.org>
9146
9147         * doc/Copyright/request-*: new files, synced from gnuorg.
9148
9149 2006-03-01  Karl Berry  <karl@gnu.org>
9150
9151         * config/srclist.txt (Copyright/*): new entries.
9152
9153 2006-02-28  Simon Josefsson  <jas@extundo.com>
9154
9155         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
9156
9157 2006-02-27  Simon Josefsson  <jas@extundo.com>
9158
9159         * lib/base64.h: Indent #define's.  From Jim Meyering
9160         <jim@meyering.net>.
9161
9162 2006-02-27  Jim Meyering  <jim@meyering.net>
9163
9164         Revert the change of 2006-02-24, so these files can continue
9165         to be sync'd from gettext.
9166         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
9167         of `config.h'.
9168
9169 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
9170
9171         * modules/intprops: New file.
9172         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9173         Add intprops.
9174         * modules/getloadavg (Files): Remove lib/intprops.h.
9175         (Depends-on): Add intprops.
9176         * modules/human: Likewise.
9177         * modules/inttostr: Likewise.
9178         * modules/openat: Likewise.
9179         * modules/sig2str: Likewise.
9180         * modules/userspec: Likewise.
9181         * modules/utimecmp: Likewise.
9182         * modules/xnanosleep: Likewise.
9183         * modules/xstrtol: Likewise.
9184
9185 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
9186
9187         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
9188         * modules/lock-tests (TESTS): Use $(EXEEXT).
9189         * modules/tls-tests: Likewise.
9190         * modules/argp-tests: Likewise.
9191         (check_PROGRAMS): New var, replacing...
9192         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
9193
9194 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9195
9196         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
9197         `config.h'.
9198
9199 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
9200
9201         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
9202
9203 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9204
9205         Sync from coreutils.
9206         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
9207         gl_CHDIR_SAFER.
9208
9209 2006-02-22  Jim Meyering  <jim@meyering.net>
9210
9211         Sync from coreutils.
9212         * m4/chdir-safer.m4: New file.
9213
9214 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
9215
9216         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
9217         AT_FDCWD exceeds INT_MAX.
9218         * lib/openat.h (AT_FDCWD): Likewise.
9219
9220 2006-02-17  Eric Blake  <address@hidden>
9221
9222         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
9223
9224 2006-02-16  Simon Josefsson  <jas@extundo.com>
9225
9226         * modules/getaddrinfo (Depends-on): Add sys_socket.
9227
9228 2006-02-15  Simon Josefsson  <jas@extundo.com>
9229
9230         * build-aux/maint.mk: Add dsyntax-check rule.
9231
9232 2006-02-15  Eric Blake  <ebb9@byu.net>
9233
9234         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
9235         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
9236         'present but cannot compile' warnings on cygwin.
9237         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
9238         use ws2tcpip.h if sys/socket.h works.
9239         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
9240         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
9241
9242 2006-02-14  Simon Josefsson  <jas@extundo.com>
9243
9244         * modules/maintainer-makefile (Files): Rename.
9245
9246         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
9247         and (the local) Makefile.cfg to maint-cfg.mk.
9248
9249         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
9250         to the latter.
9251
9252         * modules/maintainer-makefile: New module.
9253
9254         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
9255         severaly stripped to make it possible to build it up from scratch
9256         with reliable tests.
9257
9258         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
9259         fixes to permit overriding the default actions when configure and
9260         makefile are not available.
9261
9262 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
9263
9264         Sync from coreutils.
9265         * modules/lstat (Depends-on): Don't depend on xalloc.
9266         (License): Change from GPL to LGPL, since this is now simply a
9267         replacement for a libc function.
9268
9269 2006-02-14  Jim Meyering  <jim@meyering.net>
9270
9271         Sync from coreutils.
9272
9273         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
9274         failure on deficient systems, and simplify gnulib lgpl dependencies.
9275         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
9276         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
9277
9278         * lib/xalloc-die.c: Remove unused definition of N_.
9279
9280 2006-02-14  Jim Meyering  <jim@meyering.net>
9281
9282         Sync from coreutils.
9283         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
9284         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
9285         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
9286         double-quote uses of that variable, to accommodate the rare case in
9287         which getmntent is available in none of the libraries checked.  This
9288         happens at least on FreeBSD 5.0.
9289
9290 2006-02-13  Simon Josefsson  <jas@extundo.com>
9291
9292         * gnulib-tool (Usage): Fix --import, from
9293         karl@freefriends.org (Karl Berry).
9294
9295 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9296
9297         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
9298
9299 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
9300
9301         * lib/argp-namefrob.h: Restore changes accidentally lost during the
9302         "autoupdate" on 2005-12-12.
9303
9304 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9305
9306         * modules/closeout (Depends-on): Remove atexit.
9307
9308 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9309
9310         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
9311         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
9312
9313 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
9314
9315         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
9316         __EXTENSIONS__ if this causes compilation to fail.  Problem
9317         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
9318         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
9319
9320 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
9321
9322         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
9323         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
9324         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
9325         All uses changed.
9326
9327 2006-01-26  Simon Josefsson  <jas@extundo.com>
9328
9329         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
9330         prototype is visible on mingw32.
9331
9332         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
9333         for mingw32.
9334
9335         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
9336         mingw32).
9337
9338 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
9339
9340         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
9341         attempt to open for write; this always fails, at least on POSIX
9342         hosts.  This reinstates the 2006-01-09 change, which was
9343         inadvertently removed.
9344
9345 2006-01-26  Bruno Haible  <bruno@clisp.org>
9346
9347         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
9348         Reported by Paul Eggert.
9349
9350 2006-01-26  Bruno Haible  <bruno@clisp.org>
9351             Paul Eggert  <eggert@cs.ucla.edu>
9352
9353         * lib/stdbool_.h (_Bool)
9354         [(! (defined __cplusplus || defined __BEOS__)
9355           && !defined __GNUC__
9356           && !(defined __HP_cc || defined __xlc__
9357                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
9358                || defined __sgi))]:
9359         #define to signed char in these cases too; this simplifies
9360         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
9361         etc., separately) and makes it more conservative.
9362
9363 2006-01-25  Simon Josefsson  <jas@extundo.com>
9364
9365         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
9366         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
9367         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
9368
9369 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9370
9371         * lib/argp-namefrob.h: Bugfix. Remove stray #
9372
9373 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
9374
9375         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
9376         so that we test the test.
9377         Check for yet another HP-UX cc bug involving *bool |= bool.
9378
9379 2006-01-25  Karl Berry  <karl@gnu.org>
9380
9381         * config/srclist.txt (vasnprintf.c): sync lost.
9382
9383 2006-01-25  Jim Meyering  <jim@meyering.net>
9384
9385         Sync from the stable (b5) branch of coreutils:
9386
9387         * lib/fts.c (fts_children): Don't let close() clobber errno from
9388         failed fchdir().
9389
9390         * lib/fts.c (fts_stat): When following a symlink-to-directory,
9391         don't necessarily interpret stat-fails+lstat-succeeds as indicating
9392         a dangling symlink.  That can also happen at least for ELOOP.
9393         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
9394         FYI, this bug predates the inclusion of fts.c in coreutils.
9395
9396         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
9397         in their own block, so pre-c99 compilers don't object.
9398
9399         Avoid the double-free (first in fts_read, second in fts_close) that
9400         would occur when an `active' directory is made inaccessible (e.g.,
9401         via chmod a-x) during a traversal.
9402         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9403         before returning.  Reproduce this failure by
9404         mkdir -p a/b; cd a; chmod a-x . b
9405         Reported by Stavros Passas.
9406
9407 2006-01-25  Jim Meyering  <jim@meyering.net>
9408
9409         * lib/fileblocks.c: Remove more useless parentheses.
9410         * lib/readutmp.h: Likewise.
9411
9412 2006-01-25  Bruno Haible  <bruno@clisp.org>
9413
9414         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
9415         warnings.
9416         Reported by Paul Eggert.
9417
9418 2006-01-25  Bruno Haible  <bruno@clisp.org>
9419
9420         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
9421         rid of a trap command. For Solaris sh.
9422         Reported by Mark D. Baushke <mdb@gnu.org>.
9423
9424 2006-01-24  Simon Josefsson  <jas@extundo.com>
9425
9426         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
9427         Bruno.
9428
9429 2006-01-24  Karl Berry  <karl@gnu.org>
9430
9431         * config/srclist.txt (argp-namefrob.h): sync lost.
9432
9433 2006-01-24  Jim Meyering  <jim@meyering.net>
9434
9435         * modules/openat (Files): Add lib/intprops.h.
9436         From Mark D. Baushke.
9437
9438 2006-01-24  Jim Meyering  <jim@meyering.net>
9439
9440         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
9441         Reported by Mark D. Baushke.
9442
9443 2006-01-24  Jim Meyering  <jim@meyering.net>
9444
9445         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
9446
9447 2006-01-24  Bruno Haible  <bruno@clisp.org>
9448
9449         * modules/strnlen (Maintainer): Change from glibc to all.
9450
9451 2006-01-24  Bruno Haible  <bruno@clisp.org>
9452
9453         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
9454         Patch by Paul Eggert.
9455
9456 2006-01-24  Bruno Haible  <bruno@clisp.org>
9457
9458         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
9459         already has it.
9460         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
9461         2005-11-26.
9462
9463         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
9464         'signed char' to avoid problems with the built-in _Bool type.
9465         Reported by Paul Eggert on 2005-11-26.
9466
9467 2006-01-24  Bruno Haible  <bruno@clisp.org>
9468
9469         * gnulib-tool (func_import): Avoid constructing complicated sed
9470         expressions inside backquote.
9471         Report and solution by Mark D. Baushke <mdb@gnu.org>.
9472
9473 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
9474
9475         These changes imported from libc.
9476         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
9477         test and two separate function calls.
9478         * lib/strndup.c (__strndup): Add libc_hidden_def.
9479
9480 2006-01-23  Simon Josefsson  <jas@extundo.com>
9481
9482         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
9483         Remove the test_*_SOURCES variable: automake infers it by default.
9484         * modules/tls-tests: Likewise.
9485
9486 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9487
9488         Work around porting bugs reported by Dieter in
9489         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
9490         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
9491         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
9492         Include "getopt.h" first, to check interface.
9493         (getenv): Declare only if defined HAVE_DECL_GETENV &&
9494         !HAVE_DECL_GETENV.
9495         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
9496         (__strndup): Revert to K&R-style function dfns, the glibc style.
9497         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
9498         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
9499         Include strnlen.h first, to get prototype properly.
9500         (strnlen): Renamed from __strnlen.
9501         Remove weak alias.
9502
9503 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9504
9505         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
9506
9507 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9508
9509         * config/srclist.txt: Adjust to reflect glibc reorganization.
9510         This affects only comments.
9511
9512 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9513
9514          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
9515          Reported by Bruce Korb <bkorb@gnu.org>.
9516
9517 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9518
9519         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
9520         to pacify gcc -Wswitch-default.
9521
9522 2006-01-22  Bruno Haible  <bruno@clisp.org>
9523
9524         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
9525         temporary buffer for sprintf, take into account the precision also
9526         for 'd', 'i', 'u', 'o', 'x', 'X'.
9527
9528 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9529
9530         * modules/argp-tests: New module
9531         * tests/test-argp.c: New file
9532         * tests/test-argp-2.sh: New file
9533
9534 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9535
9536         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
9537         (__argp_base_name): Removed
9538         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
9539         typo.
9540         (__argp_base_name): Provide macro definition or extern declaration
9541         depending on the configuration
9542
9543 2006-01-20  Simon Josefsson  <jas@extundo.com>
9544
9545         * modules/inet_ntop (Depends-on): Depend on sys_socket.
9546
9547 2006-01-20  Simon Josefsson  <jas@extundo.com>
9548
9549         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
9550
9551 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
9552
9553         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
9554         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
9555         Suggested by Bruno Haible.
9556
9557 2006-01-20  Karl Berry  <karl@gnu.org>
9558
9559         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
9560         until changes propagate, I guess.
9561
9562 2006-01-19  Simon Josefsson  <jas@extundo.com>
9563
9564         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
9565
9566 2006-01-19  Simon Josefsson  <jas@extundo.com>
9567
9568         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
9569
9570 2006-01-19  Simon Josefsson  <jas@extundo.com>
9571
9572         * gnulib-tool: Set check_PROGRAMS.
9573
9574         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9575         modules/des-tests, modules/gc-arcfour-tests,
9576         modules/gc-arctwo-tests, modules/gc-des-tests,
9577         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9578         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9579         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9580         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9581         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9582         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
9583         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
9584         test_*_SOURCES.
9585
9586 2006-01-18  Simon Josefsson  <jas@extundo.com>
9587
9588         * modules/socklen (Depends-on): Depend on sys_socket.
9589
9590 2006-01-18  Simon Josefsson  <jas@extundo.com>
9591
9592         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9593         modules/des-tests, modules/gc-arcfour-tests,
9594         modules/gc-arctwo-tests, modules/gc-des-tests,
9595         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9596         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9597         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9598         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9599         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9600         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
9601         $(EXEEXT) to automake TESTS variable, for mingw32.
9602
9603 2006-01-17  Simon Josefsson  <jas@extundo.com>
9604
9605         * modules/socklen (Include): Need sys/socket.h.
9606
9607 2006-01-17  Bruno Haible  <bruno@clisp.org>
9608
9609         * modules/ssize_t (Include): Add <sys/types.h>.
9610
9611 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
9612
9613         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
9614         it's not portable and it doesn't work with cross-compiles.
9615         Problem reported by Bruno Haible.  Fix missing-$ typo in
9616         'test "gl_cv_ignore_unused_libraries" ...' that prevented
9617         -zignore from being used with Sun's C compiler.
9618
9619 2006-01-12  Simon Josefsson  <jas@extundo.com>
9620
9621         * lib/base64.c: Fix warning, reported by Bruno Haible
9622         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
9623
9624 2006-01-12  Bruno Haible  <bruno@clisp.org>
9625
9626         * modules/ldd: New file.
9627         * build-aux/ldd.sh.in: New file.
9628         * MODULES.html.sh (Support for building libraries and executables): Add
9629         ldd.
9630
9631 2006-01-12  Bruno Haible  <bruno@clisp.org>
9632
9633         * m4/ldd.m4: New file.
9634
9635 2006-01-12  Bruno Haible  <bruno@clisp.org>
9636
9637         * gnulib-tool (func_import, func_create_testdir): Don't go into an
9638         endless loop while replacing $auxdir with build-aux.
9639
9640 2006-01-11  Simon Josefsson  <jas@extundo.com>
9641
9642         * lib/stdint_.h (SIZE_MAX): Add missing (.
9643
9644 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
9645
9646         Sync from coreutils.
9647         * lib/md5.c: Fix commentary typos.
9648         (alignof, UNALIGNED_P): No need for a GCC-specific version.
9649         * lib/md5.h (__attribute__): Remove; unused.
9650         * lib/sha1.c: Fix commentary to match md5 better.
9651         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
9652         so that we don't need to worry about alignment.  All uses changed.
9653         This merges the 2005-10-28 md5 change into sha1.
9654
9655 2006-01-11  Jim Meyering  <jim@meyering.net>
9656
9657         Sync from coreutils.
9658         * lib/md5.c (OP): Fix spacing.
9659
9660 2006-01-11  Bruno Haible  <bruno@clisp.org>
9661
9662         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9663         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
9664         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
9665
9666 2006-01-11  Bruno Haible  <bruno@clisp.org>
9667
9668         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9669         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
9670         the "early" section as well.
9671
9672 2006-01-11  Bruno Haible  <bruno@clisp.org>
9673
9674         Avoid "ar: no archive members specified" error on MacOS X.
9675         * gnulib-tool (func_modules_add_dummy): New function.
9676         (func_import, func_create_testdir): Invoke it.
9677
9678 2006-01-11  Bruno Haible  <bruno@clisp.org>
9679
9680         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
9681         with $auxdir in AC_CONFIG_FILES statements.
9682
9683 2006-01-11  Bruno Haible  <bruno@clisp.org>
9684
9685         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9686         Initialize also noinst_HEADERS to empty.
9687
9688 2006-01-11  Bruno Haible  <bruno@clisp.org>
9689
9690         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
9691         variables.
9692         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
9693         autoreconf.
9694
9695 2006-01-11  Bruno Haible  <bruno@clisp.org>
9696
9697         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
9698         overridable by the user.
9699         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9700
9701 2006-01-10  Simon Josefsson  <jas@extundo.com>
9702
9703         * modules/sys_socket: New file.
9704
9705 2006-01-10  Simon Josefsson  <jas@extundo.com>
9706
9707         * m4/sys_socket_h.m4: New file.
9708
9709 2006-01-10  Simon Josefsson  <jas@extundo.com>
9710
9711         * lib/socket_.h: New file.
9712
9713 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9714
9715         * modules/readutmp (Maintainer): Add myself.
9716
9717 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9718
9719         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
9720         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
9721         People who are still concerned with buggy memcmp implementations
9722         can invoke gl_FUNC_MEMCMP themselves.
9723
9724 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9725
9726         * lib/regex_internal.h (BITSET_WORD_BITS):
9727         Work around a bug in 64-bit PGC (before version 6.1-2), where the
9728         preprocessor mishandles large unsigned values as if they were signed.
9729         Problem reported by Claudio Fontana in
9730         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
9731
9732 2006-01-10  Jim Meyering  <jim@meyering.net>
9733
9734         Avoid the double-free (first in fts_read, second in fts_close) that
9735         would occur when an `active' directory is made inaccessible (e.g.,
9736         via chmod a-x) during a traversal.
9737         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9738         before returning.  Reproduce this failure by
9739         mkdir -p a/b; cd a; chmod a-x . b
9740         Reported by Stavros Passas.
9741
9742         Sync from coreutils.
9743         * lib/sha1.c: Tweak grammar in a comment.
9744
9745 2006-01-10  Jim Meyering  <jim@meyering.net>
9746
9747         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
9748         Patch by Joerg Sonnenberger.
9749
9750 2006-01-10  Bruno Haible  <bruno@clisp.org>
9751
9752         * modules/readutmp: Depend on module free.
9753         * modules/strtok_r: Depend on module restrict.
9754
9755 2006-01-10  Bruno Haible  <bruno@clisp.org>
9756
9757         * modules/gettext (configure.ac): Add an invocation of
9758         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
9759
9760 2006-01-10  Bruno Haible  <bruno@clisp.org>
9761
9762         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
9763         Reported by Werner Lemberg <wl@gnu.org>.
9764
9765 2006-01-10  Bruno Haible  <bruno@clisp.org>
9766
9767         * lib/localcharset.c: Update from GNU gettext.
9768
9769 2006-01-10  Bruno Haible  <bruno@clisp.org>
9770
9771         * lib/argp.h (__const): Remove macro. Use const instead.
9772         * lib/argp-fmtstream.h (__const): Likewise.
9773         * lib/glob_.h (__const): Remove macro.
9774         * lib/glob-libc.h: Use const instead of __const.
9775
9776 2006-01-10  Bruno Haible  <bruno@clisp.org>
9777
9778         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
9779         variable.
9780         Needed to avoid an automake error regarding the 'gettext' module.
9781
9782 2006-01-09  Simon Josefsson  <jas@extundo.com>
9783
9784         * modules/inet_ntop (Depends-on): Add restrict.
9785
9786 2006-01-09  Simon Josefsson  <jas@extundo.com>
9787
9788         * modules/gc-rijndael-tests (License): Put under LGPL.
9789
9790         * modules/gc-des-tests (License): Likewise.
9791
9792         * modules/gc-arcfour-tests (License): Likewise.
9793
9794         * modules/gc-arctwo-tests (License): Likewise.
9795
9796         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
9797
9798         * modules/gc-hmac-sha1-tests (Files): Likewise.
9799
9800         * modules/gc-hmac-md5-tests (License): Likewise.
9801
9802         * modules/gc-sha1-tests (License): Likewise.
9803
9804         * modules/gc-md5-tests (License): Likewise.
9805
9806         * modules/gc-md4-tests (License): Likewise.
9807
9808         * modules/gc-md2-tests (License): Likewise.
9809
9810         * modules/gc-tests (License): Likewise.
9811
9812         * modules/des-tests (License): Likewise.
9813
9814         * modules/md4-tests (License): Likewise.
9815
9816         * modules/md2-tests (License): Likewise.
9817
9818 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9819
9820         Sync from coreutils:
9821
9822         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
9823         * modules/lib-ignore: New file.
9824         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
9825         chdir-safer.m4, lchmod.m4.
9826         * modules/openat: Add mkdirat.c, openat-priv.h.
9827
9828 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9829
9830         Sync from coreutils.
9831         * m4/lib-ignore.m4: New file.
9832         * m4/lchmod.m4: New file.
9833
9834 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9835
9836         Sync from coreutils.
9837         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
9838         for write access: POSIX says that must fail.
9839         * lib/fts.c (diropen): Likewise.
9840         * lib/save-cwd.c (save_cwd): Likewise.
9841         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
9842         well, for minor improvements on hosts that lack O_DIRECTORY.
9843         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
9844         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
9845         Fall back on chown if open failed with EACCES.
9846
9847         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
9848         Report an error at compile-time if only a 1-second nominal clock
9849         resolution is found.
9850
9851         * lib/lchmod.h: New file.
9852         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
9853         (make_dir_parents): Use lchown rather than chown, and
9854         lchmod rather than chmod.
9855
9856         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
9857         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
9858         "proc" reported by n0dalus.
9859
9860         * lib/mountlist.c: Include <limits.h>.
9861         (dev_from_mount_options)
9862         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
9863         New function.  It no longer assumes "dev=" has the System V meaning
9864         on Linux (since it doesn't).  It also parses "dev=" more carefully.
9865         (read_file_system_list)
9866         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
9867         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
9868         dev= in that case.
9869
9870         * lib/posixtm.h (PDS_PRE_2000): New macro.
9871         * lib/posixtm.c (year): Arg is now syntax_bits rather than
9872         allow_century.  All usages changed.  Reject dates outside the range
9873         1969-1999 if PDS_PRE_2000 is used.
9874
9875 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9876
9877         Sync from coreutils.
9878         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
9879         (Time of day items): Mention the possibility of leap seconds.
9880         Problem reported by Dr. David Alan Gilbert.
9881
9882 2006-01-09  Jim Meyering  <jim@meyering.net>
9883
9884         Sync from coreutils.
9885
9886         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
9887
9888         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
9889
9890         * lib/modechange.c (mode_compile): Reject an invalid mode string
9891         that starts with an octal digit.  From Andreas Gruenbacher.
9892
9893         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
9894         and dup to open_safer and dup_safer, respectively.
9895         (openat_permissive): Fix typo in comment.
9896
9897         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
9898         "gettext.h"; either no longer needed or are guaranteed by openat.h.
9899         (_): Remove; no longer needed.
9900         (openat): Renamed from rpl_openat; no need for rpl_openat
9901         since openat.h renames openat for us.
9902         Replace most of the body with a call to openat_permissive,
9903         to avoid duplicate code.
9904         Port to (probably hypothetical) environments were mode_t is
9905         wider than int.
9906         (openat_permissive): Require mode arg, so that we can check
9907         types better.  Put it just after flags.  Change cwd failure
9908         indicator from pointer-to-bool to pointer-to-errno-value.
9909         All callers changed.
9910         Invoke openat_save_fail and/or openat_restore_fail if
9911         cwd_errno is null, so that openat can call us.
9912         (openat_permissive, fdopendir, fstatat, unlinkat):
9913         Simplify errno handling to avoid some duplicate code,
9914         as it's OK to set errno on success.
9915         * lib/openat.h: Revamp code so that function macros depend on
9916         __OPENAT_PREFIX only, not also on AT_FDCWD.
9917         (openat_ro): Remove.  Caller changed to use openat_permissive.
9918         (openat_permissive): Now a macro, if not a function.
9919         (openat_restore_fail, openat_save_fail): Now always functions,
9920         since mkdirat needs them even if __OPENAT_PREFIX is defined.
9921
9922         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
9923         and openat.c.
9924         * lib/mkdirat.c: Include openat-priv.h.
9925         Remove definitions of macros defined therein.
9926         * lib/openat.c: Likewise.
9927
9928         * lib/mkdirat.c (mkdirat): New file and function.
9929         * lib/openat.h (mkdirat): Declare.
9930
9931         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
9932
9933         * lib/openat.h (openat_permissive): Declare.
9934         (openat_ro): Define.
9935
9936         * lib/openat.c (EXPECTED_ERRNO): New macro.
9937         (openat_permissive): New function -- used in remove.c rewrite.
9938         (all functions): Set errno just before returning, only if there
9939         was an actual failure.
9940         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
9941
9942         Emulate openat-family functions using Linux's procfs, if possible.
9943         Idea and some code based on Ulrich Drepper's glibc changes.
9944
9945         * lib/openat.c: (BUILD_PROC_NAME): New macro.
9946         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
9947         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
9948         before falling back on save_cwd and restore_cwd.
9949         (fdopendir, fstatat, unlinkat): Likewise.
9950
9951         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
9952         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
9953
9954         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
9955         as second argument to va_arg.  Otherwise, some versions of gcc
9956         warn that `if this code is reached, the program will abort'.
9957
9958 2006-01-09  Jim Meyering  <jim@meyering.net>
9959
9960         Sync from coreutils.
9961         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
9962         Require openat-priv.h.
9963
9964 2006-01-09  Bruno Haible  <bruno@clisp.org>
9965
9966         * modules/strnlen (Include): Use strnlen.h.
9967
9968 2006-01-09  Bruno Haible  <bruno@clisp.org>
9969
9970         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
9971
9972 2006-01-09  Bruno Haible  <bruno@clisp.org>
9973
9974         * lib/sysexit_.h (EX_OK): New macro.
9975         Suggested by Martin Lambers <marlam@marlam.de>.
9976
9977 2006-01-09  Bruno Haible  <bruno@clisp.org>
9978
9979         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
9980         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
9981
9982 2006-01-09  Bruno Haible  <bruno@clisp.org>
9983
9984         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
9985         numbers.
9986
9987 2006-01-09  Bruno Haible  <bruno@clisp.org>
9988
9989         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
9990         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
9991         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
9992         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
9993
9994 2006-01-09  Bruno Haible  <bruno@clisp.org>
9995
9996         * build-aux/javacomp.sh.in: New file, moved from lib/.
9997         * modules/javacomp-script (Files): Update.
9998         (configure.ac): Add AC_CONFIG_FILES invocation.
9999         (EXTRA_DIST): Remove variable.
10000
10001         * build-aux/javaexec.sh.in: New file, moved from lib/.
10002         * modules/javaexec (Files): Update.
10003         (configure.ac): Add AC_CONFIG_FILES invocation.
10004         (EXTRA_DIST): Remove javaexec.sh.in.
10005
10006         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
10007         * modules/csharpcomp-script (Files): Update.
10008         (configure.ac): Add AC_CONFIG_FILES invocation.
10009         (EXTRA_DIST): Remove variable.
10010
10011         * build-aux/csharpexec.sh.in: New file, moved from lib/.
10012         * modules/csharpexec (Files): Update.
10013         (configure.ac): Add AC_CONFIG_FILES invocation.
10014         (EXTRA_DIST): Remove csharpexec.sh.in.
10015
10016 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
10017
10018         Sync from coreutils.
10019
10020         Add POSIX ACL support
10021         * lib/acl.h (copy_acl, set_acl): Add declarations.
10022         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
10023         systems other than Linux.
10024         (chmod_or_fchmod): New function: use fchmod when possible,
10025         and chmod otherwise.
10026         (file_has_acl): Add a POSIX ACL implementation, with a
10027         Linux-specific subcase.
10028         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
10029         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
10030         acls are unsupported.
10031         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
10032         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
10033         are unsupported.
10034
10035 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
10036
10037         Sync from coreutils.
10038         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
10039
10040 2006-01-07  Bruno Haible  <bruno@clisp.org>
10041
10042         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
10043         gl_EARLY.
10044
10045 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10046
10047         * lib/strftime.c (tzname): Don't declare if it is already #defined.
10048         Problem reported for Mingw by Mark Junker.
10049
10050 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10051
10052         * README: Gnulib normally doesn't generate a tarball.
10053
10054 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
10055
10056         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
10057         long int, not int, for nanosecond counts, so that people who are
10058         used to POSIX struct timespec won't be surprised.  Reported by Jim
10059         Meyering.
10060
10061 2005-12-28  Bruno Haible  <bruno@clisp.org>
10062
10063         * build-aux/config.rpath: Update from GNU gettext.
10064
10065 2005-12-16  Jim Meyering  <jim@meyering.net>
10066
10067         * modules/fprintftime: New module.
10068         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
10069
10070 2005-12-16  Jim Meyering  <jim@meyering.net>
10071
10072         * m4/fprintftime.m4: New file.
10073
10074 2005-12-16  Jim Meyering  <jim@meyering.net>
10075
10076         * lib/fprintftime.c, lib/fprintftime.h: New files.
10077
10078 2005-12-15  Simon Josefsson  <jas@extundo.com>
10079
10080         * modules/socklen (configure.ac): Fix M4 macro name, to align with
10081         new m4/socklen.m4.
10082
10083 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10084
10085         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
10086         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
10087
10088 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10089
10090         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
10091         * lib/argp-help.c (fill_in_uparams): Check if the constructed
10092         struct uparams is valid. Fall back to the default values if it is
10093         not.
10094
10095 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10096
10097         * modules/argp (Files): Add argp-pin.c
10098         (Depends-on): dirname
10099         (lib_SOURCES): Add argp-pin.c
10100
10101 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10102
10103         * m4/argp.m4:  Check if program_invocation_name and
10104         program_invocation_short_name are declared and define appropriate
10105         macros if they are not.
10106
10107 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10108
10109         * lib/argp-help.c (__argp_base_name): New function
10110         (__argp_short_program_name): Rewrite using __argp_base_name
10111         * lib/argp-namefrob.h: Define program_invocation_name and
10112         program_invocation_short_name if requested
10113         (__argp_base_name): Add prototype
10114         * lib/argp-parse.c (argp_def): Use gettext wrappers
10115         (argp_default_parser): Use __argp_base_name
10116         * lib/argp-pin.c: New file. Defines program_invocation_name and
10117         program_invocation_short_name on systems that lack them.
10118
10119 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10120
10121         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
10122         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10123         porting problem reported by Georg Schwarz in
10124         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10125
10126 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10127
10128         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
10129         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10130         porting problem reported by Georg Schwarz in
10131         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10132
10133 2005-12-05  Bruno Haible  <bruno@clisp.org>
10134
10135         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
10136         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
10137         Reported by Mark Junker <mjscod@gmx.de>.
10138
10139 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
10140
10141         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
10142         Use implementation from Albert Chin, with some
10143         comments/corrections by Stepan Kasal and myself.
10144
10145 2005-12-02  Bruno Haible  <bruno@clisp.org>
10146
10147         * gnulib-tool (func_import): Accept GPLed build tool modules when
10148         --lgpl is given.
10149         * modules/csharpcomp-script: New file.
10150         * modules/csharpcomp: Depend on it.
10151         * modules/javacomp-script: New file.
10152         * modules/javacomp: Depend on it.
10153         Suggested by Simon Josefsson.
10154
10155 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
10156
10157         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
10158         statement, to work around an HP-UX 10.20 compiler bug reported by
10159         Peter O'Gorman.
10160
10161 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10162
10163         * modules/savedir (Depends-on): Add openat.
10164
10165 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10166
10167         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
10168         (uintmax_t) [defined uintmax_t]: Do not declare.
10169         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
10170         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
10171         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
10172         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
10173         sake of portability to weird hosts that C allows (though we don't
10174         know of any practical examples).
10175
10176         * lib/savedir.h (fdsavedir): New decl.
10177         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
10178         contains most of the former guts of savedir.
10179         (savedir): Use savedirstream.
10180         Include "openat.h".
10181
10182 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
10183
10184         * modules/obstack (Files): Add m4/ulonglong.m4.
10185         Problem reported by Davide Angelocola.
10186
10187 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
10188
10189         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
10190         coreutils no longer futzes with rounding modes.
10191
10192 2005-11-14  Jim Meyering  <jim@meyering.net>
10193
10194         * lib/mkstemp-safer.c: Include <config.h>, required for possible
10195         replacement of mkstemp.
10196
10197 2005-11-10  Simon Josefsson  <jas@extundo.com>
10198
10199         * lib/readline.c: Remove EOL.
10200
10201 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10202
10203         * modules/gethrxtime (Depends-on): Add gettime.
10204
10205 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10206
10207         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
10208         or gettimeofday; no longer needed.
10209
10210 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10211
10212         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
10213         time business.
10214         (gethrxtime) [! (HAVE_NANOUPTIME
10215         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
10216         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
10217         our own approximation.
10218
10219 2005-11-08  Eric Blake  <ebb9@byu.net>
10220
10221         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10222
10223 2005-11-08  Eric Blake  <ebb9@byu.net>
10224
10225         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10226
10227 2005-11-04  Bruno Haible  <bruno@clisp.org>
10228
10229         * gnulib-tool: Implement --update mode.
10230
10231 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10232
10233         Fix porting problem reported by Theodoros V. Kalamatianos.
10234         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
10235         Don't assume that futimes failing means we must fail.
10236
10237 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10238
10239         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
10240         variables to suggest the intended function of the PATH_MAX check.
10241
10242 2005-10-30  Kean Johnston  <jkj@sco.com>
10243
10244         Trivial changes to support SCO systems.
10245         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
10246         as PATH_MAX.
10247         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
10248         where __ptr is null when no I/O is pending.
10249
10250 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
10251
10252         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
10253         leave errno alone.  Problem reported by Dmitry V. Levin.
10254
10255 2005-10-28  Simon Josefsson  <jas@extundo.com>
10256
10257         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
10258         Test more.
10259
10260         * tests/test-gc-md2.c, tests/test-md2.c: New files.
10261
10262         * modules/md2, modules/md2-tests: New files.
10263
10264 2005-10-28  Simon Josefsson  <jas@extundo.com>
10265
10266         * m4/inet_ntop.m4: More tests.
10267
10268         * m4/gc-md2.m4, md2.m4: New file.
10269
10270 2005-10-28  Simon Josefsson  <jas@extundo.com>
10271
10272         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
10273         "restrict" keywords, as per POSIX.  Protect the function
10274         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
10275         Don't use K&R prototypes.  Check the sprintf return values.
10276         Re-define EAFNOSUPPORT if not present.  Indent.
10277
10278         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
10279         suggested by Bruno Haible <bruno@clisp.org>.
10280
10281         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
10282
10283         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
10284
10285         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
10286         libgcrypt).
10287
10288         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
10289
10290         * lib/md2.h, lib/md2.c: New files.
10291
10292 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
10293
10294         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
10295         errno alone.  Problem reported by Frederic Jolliton.
10296
10297 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
10298
10299         * modules/verify (License): Change from GPL to LGPL.  This is a
10300         tiny module and there are apparently near-equivalents that are
10301         under the BSD license.
10302
10303 2005-10-24  Simon Josefsson  <jas@extundo.com>
10304
10305         * modules/sha1: Relicense to LGPL.
10306
10307 2005-10-24  Simon Josefsson  <jas@extundo.com>
10308
10309         * lib/md4.h: Shrink buffer size, now that we changed the type.
10310
10311 2005-10-23  Simon Josefsson  <jas@extundo.com>
10312
10313         * gnulib-tool (func_import): Fix --tests-base.
10314
10315 2005-10-22  Simon Josefsson  <jas@extundo.com>
10316
10317         * modules/arcfour (Depends-on): Need stdint.
10318
10319 2005-10-22  Simon Josefsson  <jas@extundo.com>
10320
10321         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
10322         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
10323
10324 2005-10-22  Simon Josefsson  <jas@extundo.com>
10325
10326         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
10327         suggested by Bruno Haible <bruno@clisp.org>.
10328
10329 2005-10-22  Simon Josefsson  <jas@extundo.com>
10330
10331         * lib/crc.h: Include stddef.h, for size_t.
10332
10333 2005-10-22  Simon Josefsson  <jas@extundo.com>
10334
10335         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
10336         arcfour_context struct (simplify test vector testing in GNU
10337         Shishi).
10338
10339 2005-10-21  Simon Josefsson  <jas@extundo.com>
10340
10341         * modules/des, modules/des-tests: New files.
10342
10343         * modules/gc-des, modules/gc-des-tests: New files.
10344
10345         * tests/test-des.c, tests/test-gc-des.c: New file.
10346
10347 2005-10-21  Simon Josefsson  <jas@extundo.com>
10348
10349         * modules/arctwo, modules/arctwo-tests: New files.
10350
10351         * tests/test-arctwo.c: New file.
10352
10353         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
10354
10355         * tests/test-gc-arctwo.c: New file.
10356
10357 2005-10-21  Simon Josefsson  <jas@extundo.com>
10358
10359         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
10360         Bruno Haible <bruno@clisp.org>.
10361
10362         * m4/gc-des.m4: New file.
10363
10364 2005-10-21  Simon Josefsson  <jas@extundo.com>
10365
10366         * m4/arctwo.m4: New file.
10367
10368         * m4/gc-arctwo.m4: New file.
10369
10370 2005-10-21  Simon Josefsson  <jas@extundo.com>
10371
10372         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
10373         block.
10374
10375 2005-10-21  Simon Josefsson  <jas@extundo.com>
10376
10377         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
10378         <bruno@clisp.org>.
10379
10380         * lib/hmac-sha1.c (hmac_sha1): Likewise.
10381
10382         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
10383         Bruno Haible <bruno@clisp.org>.
10384
10385         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
10386         <bruno@clisp.org>.
10387
10388 2005-10-21  Simon Josefsson  <jas@extundo.com>
10389
10390         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
10391
10392 2005-10-21  Simon Josefsson  <jas@extundo.com>
10393
10394         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
10395
10396 2005-10-21  Simon Josefsson  <jas@extundo.com>
10397
10398         * lib/des.h, lib/des.c: New files.
10399
10400         * lib/gc-gnulib.c: Support DES.c
10401
10402 2005-10-21  Simon Josefsson  <jas@extundo.com>
10403
10404         * lib/arctwo.h, lib/arctwo.c: New files.
10405
10406         * lib/gc-gnulib.c: Support ARCTWO.
10407
10408 2005-10-21  Simon Josefsson  <jas@extundo.com>
10409
10410         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
10411         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10412
10413 2005-10-21  Simon Josefsson  <jas@extundo.com>
10414
10415         * gnulib-tool (func_import, func_create_testdir): Define automake
10416         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
10417         Makefile.am snippet),
10418         suggested by Bruno Haible <bruno@clisp.org>.
10419
10420         * modules/gc (Makefile.am): Use it.
10421
10422 2005-10-21  Bruno Haible  <bruno@clisp.org>
10423
10424         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
10425         patch.
10426
10427 2005-10-19  Simon Josefsson  <jas@extundo.com>
10428
10429         * tests/test-gc-rijndael.c: New file.
10430
10431         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
10432
10433 2005-10-19  Simon Josefsson  <jas@extundo.com>
10434
10435         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
10436         interface too.
10437
10438 2005-10-19  Simon Josefsson  <jas@extundo.com>
10439
10440         * tests/test-gc-arcfour.c: New file.
10441
10442         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
10443
10444 2005-10-19  Simon Josefsson  <jas@extundo.com>
10445
10446         * modules/gc-md4, modules/gc-md4-tests: New file.
10447
10448         * tests/test-gc-md4.c: New file.
10449
10450 2005-10-19  Simon Josefsson  <jas@extundo.com>
10451
10452         * m4/gc-md4.m4: New file.
10453
10454 2005-10-19  Simon Josefsson  <jas@extundo.com>
10455
10456         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
10457         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
10458         <kasal@ucw.cz>.
10459
10460 2005-10-19  Simon Josefsson  <jas@extundo.com>
10461
10462         * m4/gc-arcfour.m4: New file.
10463
10464         * m4/gc-rijndael.m4: New file.
10465
10466 2005-10-19  Simon Josefsson  <jas@extundo.com>
10467
10468         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
10469
10470 2005-10-19  Simon Josefsson  <jas@extundo.com>
10471
10472         * lib/gc-gnulib.c: Support ARCFOUR.
10473
10474 2005-10-19  Simon Josefsson  <jas@extundo.com>
10475
10476         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
10477         support.
10478
10479         * lib/gc.h: Add ECB enum type.
10480
10481         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
10482
10483 2005-10-18  Simon Josefsson  <jas@extundo.com>
10484
10485         * tests/test-md5.c: New file.
10486
10487         * modules/md5-tests: New file.
10488
10489 2005-10-18  Simon Josefsson  <jas@extundo.com>
10490
10491         * tests/test-md4.c: New file.
10492
10493         * modules/md4, modules/md4-tests: New files.
10494
10495 2005-10-18  Simon Josefsson  <jas@extundo.com>
10496
10497         * m4/md4.m4: New file.
10498
10499 2005-10-18  Simon Josefsson  <jas@extundo.com>
10500
10501         * lib/md4.h, lib/md4.c: New files, based on md5.?.
10502
10503 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
10504
10505         * gnulib-tool (func_create_testdir): Omit the second check whether
10506         BUILT_SOURCES in nonempty.
10507
10508 2005-10-17  Simon Josefsson  <jas@extundo.com>
10509
10510         * tests/test-rijndael.c: New file.
10511
10512 2005-10-17  Simon Josefsson  <jas@extundo.com>
10513
10514         * modules/sha1: Depend on stdint instead of md5.
10515
10516         * modules/md5: Depend on stdint, remove uint32_t.
10517
10518 2005-10-17  Simon Josefsson  <jas@extundo.com>
10519
10520         * modules/gc-sha1-tests: New file.
10521
10522         * tests/test-gc-sha1.c: New file.
10523
10524 2005-10-17  Simon Josefsson  <jas@extundo.com>
10525
10526         * m4/md5.m4: Remove call to uint32_t.m4.
10527
10528 2005-10-17  Simon Josefsson  <jas@extundo.com>
10529
10530         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
10531
10532         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
10533         md5.h.
10534
10535         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
10536
10537         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
10538
10539 2005-10-17  Simon Josefsson  <jas@extundo.com>
10540
10541         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
10542
10543 2005-10-17  Simon Josefsson  <jas@extundo.com>
10544
10545         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
10546
10547 2005-10-17  Simon Josefsson  <jas@extundo.com>
10548
10549         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
10550
10551         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
10552
10553 2005-10-17  Bruno Haible  <bruno@clisp.org>
10554
10555         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
10556         that it can also be used in a test.
10557
10558 2005-10-16  Bruno Haible  <bruno@clisp.org>
10559
10560         * gnulib-tool (func_emit_tests_Makefile_am): Also define
10561         TESTS_ENVIRONMENT, so that individual tests can augment it.
10562
10563         * gnulib-tool (func_create_testdir): Use an intermediate target for
10564         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
10565         macros, like $(ALLOCA_H), which cannot be passed through the command
10566         line.
10567
10568 2005-10-15  Simon Josefsson  <jas@extundo.com>
10569
10570         * modules/rijndael-tests: New file.
10571
10572         * modules/rijndael: New file.
10573
10574 2005-10-15  Simon Josefsson  <jas@extundo.com>
10575
10576         * m4/rijndael.m4: New file.
10577
10578 2005-10-15  Simon Josefsson  <jas@extundo.com>
10579
10580         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
10581
10582         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
10583
10584 2005-10-14  Simon Josefsson  <jas@extundo.com>
10585
10586         * tests/test-arcfour.c: New file.
10587
10588         * modules/arcfour, modules/arcfour-tests: New files.
10589
10590 2005-10-14  Simon Josefsson  <jas@extundo.com>
10591
10592         * m4/arcfour.m4: New file.
10593
10594 2005-10-14  Simon Josefsson  <jas@extundo.com>
10595
10596         * lib/arcfour.h, lib/arcfour.c: New files.
10597
10598 2005-10-14  Roland McGrath  <roland@redhat.com>
10599
10600         Import from libc.  [BZ #1331]
10601         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
10602         macro argument.
10603         Reported by Matej Vela <vela@debian.org>.
10604
10605 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10606
10607         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
10608         include <wchar.h>; no longer needed.
10609
10610 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10611
10612         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
10613
10614 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
10615         and  Ulrich Drepper  <drepper@redhat.com>
10616
10617         Import from libc.
10618         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
10619         instead of inline stream orientation test and two separate
10620         function calls.  Pay no attention to USE_IN_LIBIO.
10621
10622 2005-10-13  Simon Josefsson  <jas@extundo.com>
10623
10624         * modules/gc-hmac-md5-tests: New file.
10625
10626         * tests/test-gc-hmac-sha1.c: New file.
10627
10628         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
10629
10630         * modules/gc-hmac-md5-tests: New file.
10631
10632         * tests/test-gc-md5.c: New file.
10633
10634         * modules/gc-md5-tests: New file.
10635
10636 2005-10-13  Simon Josefsson  <jas@extundo.com>
10637
10638         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
10639         Move memory allocation outside of loop.
10640
10641 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
10642
10643         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
10644         intermediate directory is in a read-only file system.  Problem
10645         reported by Eric Blake.
10646
10647 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
10648
10649         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
10650
10651 2005-10-12  Simon Josefsson  <jas@extundo.com>
10652
10653         * tests/test-hmac-sha1.c: New file.
10654
10655         * modules/hmac-sha1-tests: New file.
10656
10657         * modules/hmac-sha1: New file.
10658
10659 2005-10-12  Simon Josefsson  <jas@extundo.com>
10660
10661         * modules/gc-sha1: New file.
10662
10663 2005-10-12  Simon Josefsson  <jas@extundo.com>
10664
10665         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
10666
10667         * tests/test-gc-pbkdf2-sha1.c: New file.
10668
10669 2005-10-12  Simon Josefsson  <jas@extundo.com>
10670
10671         * modules/gc-md5, modules/gc-hmac-md5: New files.
10672
10673         * modules/gc (Files): Remove md5, memxor and hmac files.
10674
10675 2005-10-12  Simon Josefsson  <jas@extundo.com>
10676
10677         * m4/gc-pbkdf2-sha1.m4: New file.
10678
10679         * m4/gc-hmac-sha1.m4: New file.
10680
10681         * m4/gc-sha1: New file.
10682
10683         * m4/hmac-sha1.m4: New file.
10684
10685 2005-10-12  Simon Josefsson  <jas@extundo.com>
10686
10687         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
10688
10689         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
10690
10691 2005-10-12  Simon Josefsson  <jas@extundo.com>
10692
10693         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
10694         suggested by Bruno Haible <bruno@clisp.org>.
10695
10696 2005-10-12  Simon Josefsson  <jas@extundo.com>
10697
10698         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
10699
10700 2005-10-12  Simon Josefsson  <jas@extundo.com>
10701
10702         * lib/gc-pbkdf2-sha1.c: New file.
10703
10704         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
10705
10706 2005-10-12  Simon Josefsson  <jas@extundo.com>
10707
10708         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
10709
10710         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
10711
10712 2005-10-12  Simon Josefsson  <jas@extundo.com>
10713
10714         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
10715         GC_USE_HMAC_MD5, respectively.
10716
10717         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
10718         (gc_md5): Fix typo.
10719
10720         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
10721
10722         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
10723
10724         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
10725
10726 2005-10-12  Bruno Haible  <bruno@clisp.org>
10727
10728         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
10729         Reported by Stepan Kasal <kasal@ucw.cz>.
10730
10731 2005-10-11  Simon Josefsson  <jas@extundo.com>
10732
10733         * tests/test-crc.c: New file.
10734
10735         * modules/crc, modules/crc-tests: New files.
10736
10737 2005-10-11  Simon Josefsson  <jas@extundo.com>
10738
10739         * m4/crc.m4: New file.
10740
10741 2005-10-11  Simon Josefsson  <jas@extundo.com>
10742
10743         * lib/gc.h: Add gc_hash and gc_hash_buffer.
10744
10745         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
10746
10747         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
10748
10749 2005-10-11  Simon Josefsson  <jas@extundo.com>
10750
10751         * lib/crc.h, lib/crc.c: New files.
10752
10753         * lib/gc.h (gc_hash_buffer): Add doc.
10754
10755 2005-10-11  Bruno Haible  <bruno@clisp.org>
10756
10757         * modules/c-strcasestr: New file.
10758         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
10759
10760 2005-10-11  Bruno Haible  <bruno@clisp.org>
10761
10762         * modules/c-strcase: New file.
10763         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
10764
10765 2005-10-11  Bruno Haible  <bruno@clisp.org>
10766
10767         * lib/strcasecmp.c: Include limits.h.
10768         (strcasecmp): Avoid integer overflow on exotic platforms.
10769         * lib/strncasecmp.c: Include limits.h.
10770         (strncasecmp): Avoid integer overflow on exotic platforms.
10771         Reported by Paul Eggert.
10772
10773 2005-10-11  Bruno Haible  <bruno@clisp.org>
10774
10775         * lib/c-strcasestr.h: New file, from GNU gettext.
10776         * lib/c-strcasestr.c: New file, from GNU gettext.
10777
10778 2005-10-11  Bruno Haible  <bruno@clisp.org>
10779
10780         * lib/c-strcase.h: New file, from GNU gettext.
10781         * lib/c-strcasecmp.c: New file, from GNU gettext.
10782         * lib/c-strncasecmp.c: New file, from GNU gettext.
10783
10784 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10785
10786         * modules/mempcpy (License): GPL -> LGPL.
10787         * modules/strchrnul (License): Likewise.
10788         * modules/sysexits (License): Likewise.
10789
10790 2005-10-08  Simon Josefsson  <jas@extundo.com>
10791
10792         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
10793
10794 2005-10-07  Simon Josefsson  <jas@extundo.com>
10795
10796         * m4/memxor.m4: Remove gl_C_RESTRICT call.
10797
10798 2005-10-06  Simon Josefsson  <jas@extundo.com>
10799
10800         * tests/test-hmac-md5.c: New file.
10801
10802         * modules/hmac-md5-tests: New file.
10803
10804         * modules/hmac-md5: New file.
10805
10806 2005-10-06  Simon Josefsson  <jas@extundo.com>
10807
10808         * m4/hmac-md5.m4: New file.
10809
10810         * m4/memxor.m4: Require gl_C_RESTRICT.
10811
10812 2005-10-06  Simon Josefsson  <jas@extundo.com>
10813
10814         * lib/memxor.c (memxor): Avoid casts and warnings.
10815
10816 2005-10-06  Simon Josefsson  <jas@extundo.com>
10817
10818         * lib/hmac-md5.c: New file.
10819
10820         * lib/hmac.h: New file.
10821
10822 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10823
10824         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
10825         promotes to int, not unsigned int, to catch the AIX 5.3
10826         compiler bug.
10827
10828 2005-10-05  Simon Josefsson  <jas@extundo.com>
10829
10830         * modules/memxor: New file.
10831
10832         * modules/iconv (Files): Move config.rpath to havelib, it is used
10833         there.
10834
10835         * modules/havelib (Files): Add config.rpath.
10836
10837 2005-10-05  Simon Josefsson  <jas@extundo.com>
10838
10839         * m4/memxor.m4: New file.
10840
10841 2005-10-05  Simon Josefsson  <jas@extundo.com>
10842
10843         * lib/memxor.c (memxor): Fix compiler error.
10844
10845         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
10846         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
10847
10848         * lib/memxor.h, lib/memxor.c: New files.
10849
10850         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
10851         we assume all systems have it, suggested by Jim Meyering
10852         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
10853         any systems lack sys/socket.h; mingw32 is known to lack it, but we
10854         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
10855         same reasons.
10856
10857 2005-10-05  Simon Josefsson  <jas@extundo.com>
10858
10859         * config/srclist.txt: Add glibc bug 1423 for md5.h.
10860
10861 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10862
10863         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
10864         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
10865         needed, since the source code now assumes these .h files.
10866
10867 2005-10-05  Derek Price  <derek@ximbiot.com>
10868
10869         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
10870
10871 2005-10-05  Bruno Haible  <bruno@clisp.org>
10872
10873         * modules/stdint (License): Change to LGPL.
10874
10875 2005-10-04  Simon Josefsson  <jas@extundo.com>
10876
10877         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
10878         D. Baushke" <mdb@gnu.org>.
10879
10880 2005-10-04  Bruno Haible  <bruno@clisp.org>
10881
10882         * lib/verify.h (verify_true): Provide alternative definition for C++.
10883
10884 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
10885
10886         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
10887         (SSIZE_MAX): New macro, if not already defined.
10888         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
10889         than 2 GiB.
10890
10891 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10892
10893         Sync from coreutils.
10894         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
10895         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
10896         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
10897         ULLONG_MAX doesn't work with 2.7.2.1.
10898
10899 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10900
10901         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
10902         From Ben Pfaff.
10903
10904         * modules/exclude (Depends-on): Depend on verify.
10905         * modules/strtoimax (Depends-on): Likewise.
10906         * modules/utimecmp (Depends-on): Likewise.
10907
10908 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10909
10910         * lib/exclude.c: Include verify.h.
10911         (verify): Remove.  All callers changed to use verify.h's version.
10912         * lib/strtoimax.c: Likewise.
10913         * lib/utimecmp.c: Likewis.e
10914
10915         Sync from coreutils.
10916         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
10917         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
10918         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
10919         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
10920         bother returning ENOSYS if settimeofday or stime fails; just let
10921         them return whatever errno they want to return.
10922         * lib/utimens.c: Include unistd.h, for dup2.
10923         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
10924         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
10925
10926 2005-10-02  Jim Meyering  <jim@meyering.net>
10927
10928         Sync from coreutils.
10929         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
10930         from glibc-2.2.5 that fails for read-only files.
10931
10932 2005-10-02  Jim Meyering  <jim@meyering.net>
10933
10934         Sync from coreutils.
10935         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
10936         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
10937         `#if HAVE_CONFIG_H'.
10938         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
10939         Remove AT_FDCWD test.
10940         Do not consume the fd unless successful.
10941         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
10942         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
10943         block, so that we don't even try to compile it if settimeofday is
10944         available.  This works around a compilation failure on OSF1 V5.1,
10945         due to stime requiring a `long int*' while tv_sec is `int'.
10946
10947 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
10948
10949         Sync from coreutils.
10950         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
10951         against `yes', rather than just testing for nonempty.
10952
10953 2005-10-01  Simon Josefsson  <jas@extundo.com>
10954
10955         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
10956         and Darwin.
10957
10958         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
10959         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
10960         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
10961         freeaddrinfo and gai_strerror are declared by the POSIX headers.
10962         Check if struct addrinfo is declared.
10963
10964 2005-10-01  Simon Josefsson  <jas@extundo.com>
10965
10966         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
10967         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
10968         AI_* and EAI_* definitions.  Protect function declarations.
10969
10970 2005-10-01  Jim Meyering  <jim@meyering.net>
10971
10972         Sync from coreutils.
10973
10974         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
10975         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
10976         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
10977         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10978         in the inet and nsl libraries.  Required on Solaris 5.7.
10979
10980 2005-10-01  Jim Meyering  <jim@meyering.net>
10981
10982         Sync from coreutils.
10983         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10984         in the inet and nsl libraries.  Required on Solaris 5.7.
10985
10986 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
10987
10988         * lib/getdelim.c (getdelim): Remove unused variables.
10989
10990 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10991
10992         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
10993         so that the code works even with ancient cpp.  Portability problem
10994         with GCC 2.7.2.1 reported by Thomas M.Ott.
10995
10996 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10997
10998         * modules/regex (Depends-on): Add strcase.
10999
11000         * modules/gethostname (Licence): Change from GPL to LGPL, since
11001         gethostname.c is a trivial implementation of a standard library
11002         function.
11003         * modules/poll (License): Change from GPL to LGPL, since it's
11004         derived from LGPL code.
11005
11006 2005-09-27  Jim Meyering  <jim@meyering.net>
11007
11008         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
11009         HAVE_CONFIG_H.
11010
11011         * lib/intprops.h (signed_type_or_expr__): Define.
11012         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
11013         for unsigned types.
11014
11015 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
11016
11017         * lib/verify.h (verify_expr): Remove, replacing with:
11018         (verify_true): New macro that returns true instead of void.
11019         (verify_type__): Remove.
11020         (verify): Use verify_true rather than verify_type__.
11021
11022 2005-09-26  Bruno Haible  <bruno@clisp.org>
11023
11024         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
11025         is necessary.
11026         (lib_SOURCES): Remove mbchar.c.
11027         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
11028         (Files): Add m4/mbrtowc.m4.
11029         * modules/mbiter: Likewise.
11030         * modules/mbuiter: Likewise.
11031
11032 2005-09-26  Bruno Haible  <bruno@clisp.org>
11033
11034         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
11035         compile mbchar.c if they are not both present.
11036         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
11037         * m4/mbiter.m4 (gl_MBITER): Likewise.
11038         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
11039         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
11040         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
11041
11042 2005-09-25  Jim Meyering  <jim@meyering.net>
11043
11044         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
11045         also uses socklen_t.
11046
11047 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
11048
11049         * lib/utimens.c (ENOSYS): Define if not already defined.
11050         (futimens): Support having a null PATH if the file descriptor
11051         is nonnegative.
11052
11053         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
11054         Remove.
11055         (__attribute): Define to empty unless GCC 3.1 or later.
11056         This works around a core dump on OpenBSD 3.4, which has GCC
11057         2.95.3, which dumps core when given __attribute__(()).  It also
11058         simplifies other tests, since we really don't want to bother with
11059         worrying about which ancient version of GCC supported what.
11060         Original problem reported by Yoann Vandoorselaere, with part of
11061         the fix suggested by Derek Price.
11062
11063 2005-09-24  Jim Meyering  <jim@meyering.net>
11064
11065         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
11066         so we can once again use a positive bitfield width of 1 -- now we
11067         don't have to explain why we were using a bitfield width of 2.
11068
11069 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
11070
11071         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
11072         and similarly for the other external symbols.  Problem reported
11073         by James Gallager.
11074
11075         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
11076         bug reported by Jim Meyering.
11077
11078         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
11079         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
11080         not needed, since socklen is a prerequisite module.
11081
11082 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
11083
11084         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
11085         Problem reported by Eric Blake.
11086         (getaddrinfo): Initialize se so that it's not garbage.
11087         Redo internal storage allocation so that it doesn't make unportable
11088         assumptions about alignment.
11089         Fix a memory leak.
11090
11091         * lib/utimens.c (futimens): Use futimesat if available.
11092         Prefer it to futimes since it doesn't have the futimes bug.
11093
11094         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
11095         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
11096         Instead, declare a function that returns a pointer to an array,
11097         and use verify_type__ to declare the size of the array.
11098         Problem and germ of a solution reported by Bruno Haible.
11099         (verify_type__): Use 2, not 1, for bitfield size, to avoid
11100         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
11101
11102 2005-09-23  Jim Meyering  <jim@meyering.net>
11103
11104         Sync from coreutils.
11105         Correct build failure (socklen_t not defined) on at least
11106         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
11107         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
11108
11109 2005-09-23  Jim Meyering  <jim@meyering.net>
11110
11111         * modules/getaddrinfo (Depends-on): Add socklen.
11112
11113 2005-09-23  Bruno Haible  <bruno@clisp.org>
11114
11115         * tests/test-verify.c: New file.
11116
11117 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11118
11119         Sync from coreutils.
11120
11121         * modules/argmatch (Depends-on): Add verify.
11122         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
11123         unistd-safer.
11124         * modules/save-cwd (Depends-on): Likewise.
11125
11126         * modules/openat (Files): Add lib/openat-die.c.
11127         (Depends-on): Remove error, exitfail.
11128         Add dirname.
11129
11130         * modules/verify: New file.
11131         * MODULES.html.sh (Diagnostics <assert.h>): New section,
11132         with "verify" module.
11133
11134 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11135
11136         Sync from coreutils.
11137
11138         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
11139         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
11140         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
11141         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
11142         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
11143         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
11144         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
11145         Don't bother checking for string.h, stdlib.h, unistd.h.
11146         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
11147         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
11148         module's job.
11149         * m4/jm-macros.m4 (gl_MACROS): Likewise.
11150         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
11151
11152         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
11153         (gl_GETDATE): Use it.
11154
11155         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
11156
11157 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11158
11159         Sync from coreutils.
11160
11161         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
11162         stat-time.h.
11163         * lib/argmatch.h: Include verify.h
11164         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
11165         (ARGMATCH_ASSERT): Remove; unused.
11166         * lib/canonicalize.c: Assume STDC_HEADERS.
11167         * lib/exclude.c: Include "strcase.h".
11168         * lib/regex_internal.h [!defined _LIBC]: Likewise.
11169         * lib/getusershell.c: Include stdio--.h rather than stdio.h
11170         and stdio-safer.h.
11171         (getusershell): Call fopen, not fopen_safer.
11172         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
11173         Do not include unistd-safer.h.
11174         (save_cwd): Don't call fd_safer; no longer needed
11175         now that we include fcntl--.h.
11176
11177         * lib/getdate.y (relative_time): New type.
11178         (RELATIVE_TIME_0): New constant.
11179         (parser_control): Use relative_time instead of doing it ourselves.
11180         (%union): Add new relative_time rel member.
11181         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
11182         Now typeless.
11183         (relunit, relunit_snumber): Now of type rel.
11184         (zone, rel, relunit, get_date): Adjust to above changes.
11185
11186         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
11187         Do not include unistd-safer.h.
11188         (getloadavg): Don't call fd_safer; no longer needed
11189         now that we include fcntl--.h.
11190
11191         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
11192         (make_dir_parents): Treat ENOSYS like EEXIST.
11193
11194         Improve quality of diagnostics on restore_cwd failure.
11195         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
11196         (make_dir_parents): Last arg is now int * (for errno), not bool *.
11197         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
11198         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
11199         each time through the loop.  Do not diagnose restore_cwd failure;
11200         that is the caller's job (and perhaps the caller does not care).
11201
11202         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
11203         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
11204         If the file already exists but is not a directory, don't bother
11205         to try to make its parents.
11206         Close potential file descriptor leak if we can't chdir("/") (!).
11207         Don't always return true if chdir($PWD) fails; return true only
11208         if the requested action was done successfully (except for the
11209         chdir($PWD)).
11210         Don't log final directory unless we actually made it.
11211         Refactor to avoid duplicate code to fix up permissions.
11212         Don't attempt to fix up parent permissions if chdir($PWD) fails.
11213
11214         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
11215         to make it a bit faster and (I hope) clearer.
11216         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
11217         Fix bug in formats like %2N.
11218
11219         * lib/verify.h: New file.
11220
11221 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11222
11223         Sync from coreutils.
11224         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
11225
11226 2005-09-22  Jim Meyering  <jim@meyering.net>
11227
11228         Sync from coreutils.
11229
11230         * m4/lstat.m4 (gl_FUNC_LSTAT):
11231         Use AC_LIBSOURCES to require lstat.c and lstat.h.
11232         Remove obsolete comment.
11233         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
11234         * m4/xstrtod.m4: Likewise.
11235
11236         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
11237
11238 2005-09-22  Jim Meyering  <jim@meyering.net>
11239
11240         Sync from coreutils.
11241
11242         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
11243
11244         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
11245         the .tm_year member, since otherwise gcc-4.0 would now warn about
11246         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
11247
11248         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
11249         order to avoid an unsuppressible warning from gcc on 64-bit systems.
11250
11251         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
11252         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
11253         when run in a time zone for which daylight savings time is in effect
11254         for the starting date.
11255
11256         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
11257         stop us from restricting permissions of just-created absolute-named
11258         directories.
11259         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
11260         to restore initial working directory.
11261         * lib/mkdir-p.c (make_dir_parents): New parameter:
11262         different_working_dir, to tell caller if/when we change the working
11263         directory and are unable to return to the initial one.
11264         * lib/mkdir-p.h (make_dir_parents): Update prototype.
11265         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
11266         `return false'.  This fixes a bug introduced on 2004-07-30.
11267
11268         * lib/openat.c (fdopendir): Be sure to close the supplied
11269         file descriptor before returning.  This makes our replacement
11270         implementation a little closer to Solaris's, where fdopendir
11271         ties the file descriptor to the returned DIR* pointer.
11272         * lib/openat.c (unlinkat): New function.
11273         * lib/openat.h (unlinkat): Add prototype.
11274         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
11275         (openat_restore_fail): Rename from openat_restore_die.
11276         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
11277
11278         Provide an alternative to exiting immediately upon save_cwd or
11279         restore_cwd failure.  Now, an application can arrange e.g.,
11280         to perform a longjump in that case.
11281         * lib/openat.c: Include dirname.h.
11282         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
11283         (rpl_openat, fdopendir, fstatat): Call openat_save_die
11284         and openat_restore_die rather than calling error directly.
11285         Don't include "error.h" or "exitfail.h"; they're no longer needed.
11286
11287         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
11288         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
11289         define.
11290
11291         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
11292         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
11293                             int utc, int nanoseconds);
11294         Background:
11295         date should not have to allocate a megabyte of virtual memory to
11296         handle a format argument like +%1048575T.  When implemented with
11297         strftime, it must allocate such a buffer, use strftime to fill it
11298         in, print it, then free it.
11299         With fprintftime, it simply prints everything and exits.
11300         With no need for memory allocation, that's one fewer way to fail.
11301         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
11302         optional field width, not before, so we accept %9:z, not %:9z.
11303         (my_strftime): Be sure to use L_('x') for literals.
11304
11305         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
11306         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
11307         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
11308         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
11309         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
11310         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
11311         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
11312         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
11313         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
11314         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
11315         * lib/xgethostname.c, lib/xreadlink.c:
11316         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
11317
11318         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
11319         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
11320         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
11321         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
11322         and don't include <sys/file.h>).
11323
11324 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
11325
11326         Sync from coreutils.
11327
11328         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
11329         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
11330         [!LDAV_DONE]: Avoid unused variable warning.
11331
11332 2005-09-21  Bruno Haible  <bruno@clisp.org>
11333
11334         * lib/unicodeio.h (unicode_to_mb): New declaration.
11335
11336 2005-09-20  Derek Price  <derek@ximbiot.com>
11337
11338         * lib/getaddrinfo.c: Don't include <netdb.h> included from
11339         getaddrinfo.h.
11340
11341 2005-09-20  Bruno Haible  <bruno@clisp.org>
11342
11343         * gnulib-tool: Remove trailing slashes from the values specified for
11344         --source-base, --m4-base, --tests-base, --aux-dir.
11345         Suggested by Simon Josefsson <jas@extundo.com>.
11346
11347 2005-09-20  Bruno Haible  <bruno@clisp.org>
11348
11349         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
11350         func_modules_to_filelist, func_import, func_create_testdir): Make all
11351         sorting results locale-independent, so that gnulib-cache.m4 doesn't
11352         change when gnulib-tool is invoked in a different locale.
11353
11354 2005-09-19  Simon Josefsson  <jas@extundo.com>
11355
11356         * m4/socklen.m4: Fix typo.
11357
11358 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11359
11360         Use a consistent style for including <config.h>.
11361         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
11362         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
11363         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
11364         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
11365         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
11366         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
11367         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
11368         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
11369         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
11370         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
11371         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
11372         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
11373         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
11374         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
11375         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
11376         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
11377         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
11378         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
11379         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
11380         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
11381         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
11382         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
11383         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
11384         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
11385         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
11386         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
11387         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
11388         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
11389         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
11390         lib/xstrtoumax.c, lib/yesno.c:
11391         Standardize inclusion of config.h.
11392         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
11393         lib/inttostr.h:  Removed inclusion of config.h from header files.
11394         * lib/inttostr.c:  Adjusted in-tree users.
11395         * lib/timespec.h: Remove superfluous warning to include config.h.
11396         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
11397         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
11398         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
11399         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
11400         config.h with HAVE_CONFIG_H.
11401
11402 2005-09-19  Jim Meyering  <jim@meyering.net>
11403
11404         * modules/pathmax (License): Change to LGPL.
11405
11406 2005-09-19  Derek Price  <derek@ximbiot.com>
11407
11408         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
11409
11410 2005-09-19  Bruno Haible  <bruno@clisp.org>
11411
11412         * gnulib-tool (import): Provide default for --tests-base.
11413
11414 2005-09-19  Bruno Haible  <bruno@clisp.org>
11415
11416         * doc/quote.texi: New file, extracted from gnulib.texi.
11417         * doc/ctime.texi: New file, extracted from gnulib.texi.
11418         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
11419         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
11420         * doc/gnulib.texi: Include them.
11421
11422 2005-09-18  Bruno Haible  <bruno@clisp.org>
11423
11424         Portability fix.
11425         * gnulib-tool (func_readlink): New function.
11426         (func_ln_if_changed): Use it.
11427
11428 2005-09-18  Bruno Haible  <bruno@clisp.org>
11429
11430         * gnulib-tool: Support --with-tests also with --import.
11431         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
11432         (func_import): Use variables $testsbase and $inctests. Emit a
11433         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
11434         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
11435         SUBDIRS += $testsdir.
11436         (func_create_testdir): Update.
11437
11438 2005-09-18  Bruno Haible  <bruno@clisp.org>
11439
11440         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
11441         instead of $dry_run.
11442         (func_cp_if_changed, func_mv_if_changed): Remove functions.
11443         (func_ln_if_changed): Don't handle dry-run here.
11444         (func_import): In dry-run mode, detect more precisely which actions
11445         would be performed, and don't use "...ing" verbs.
11446
11447 2005-09-18  Bruno Haible  <bruno@clisp.org>
11448
11449         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
11450         (func_import): Use join on two temporary files instead of three nested
11451         loops, in order to determine which files are new or old.
11452
11453 2005-09-18  Bruno Haible  <bruno@clisp.org>
11454
11455         * gnulib-tool (func_import): Comment out code that spits out the
11456         new files with --dry-run.
11457
11458 2005-09-18  Bruno Haible  <bruno@clisp.org>
11459
11460         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
11461
11462 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11463
11464         * lib/stat-time.h: New file.
11465         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
11466         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
11467         in a different way.
11468         (timespec_cmp): New function.
11469         * lib/utimecmp.c: Include stat-time.h.
11470         (SYSCALL_RESOLUTION): Depend on whether various struct stat
11471         members exist, not on the obsolescent ST_MTIM_NSEC.
11472         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
11473
11474 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11475
11476         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
11477
11478 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11479
11480         * MODULES.html.sh (File system functions): Add stat-time.
11481         * modules/stat-time: New file.
11482         * modules/timespec (Files): Remove m4/st_mtim.m4; this
11483         is now done in a different way, by the stat-time module.
11484         * modules/utimecmp (Depends-on): Add stat-time.
11485
11486 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11487
11488         * m4/st_mtim.m4: Remove.  Superseded by...
11489         * m4/stat-time.m4: New file.
11490         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
11491         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
11492
11493 2005-09-15  Derek Price  <derek@ximbiot.com>
11494
11495         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
11496
11497 2005-09-15  Derek Price  <derek@ximbiot.com>
11498
11499         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
11500         * lib/regex_internal.c: Ditto, using this...
11501         (__GNUC_PREREQ): ...new macro.
11502         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
11503         using...
11504         (__GNUC_PREREQ): ...this new macro.
11505
11506         * lib/strstr.h: Include string.h. Define strstr as a macro here.
11507
11508 2005-09-15  Derek Price  <derek@ximbiot.com>
11509             Paul Eggert  <eggert@cs.ucla.edu>
11510
11511         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
11512         changes, consolidating in...
11513         * lib/regex_internal.h: ...this file.
11514
11515 2005-09-13  Jim Meyering  <jim@meyering.net>
11516
11517         * lib/canon-host.c: Filter through gnu indent and reword comments
11518         slightly.
11519         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
11520
11521 2005-09-13  Derek Price  <derek@ximbiot.com>
11522
11523         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
11524         failure.
11525         Reported by Jim Meyering  <jim@meyering.net>.
11526
11527 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11528
11529         * lib/base64.c: Typo.
11530         (base64_encode): Put b64str in initialized data section.
11531
11532 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
11533
11534         Merge glibc and coreutils changes into gnulib, plus a few
11535         extra fixes.
11536         * lib/md5.c: Use #error rather than a string.
11537         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
11538         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
11539         (__attribute__): Define to empty for non recent-GCC.
11540         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
11541         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
11542         Renamed from their non-__ counterparts, with new macros replacing
11543         them if not _LIBC.  Add __THROW attribute.
11544         (rol): Remove.
11545         (struct md5_ctx): Align buffer if using GCC.
11546         * lib/sha1.h (struct sha1_ctx): Likewise.
11547         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
11548         The old name was backwards.
11549         (NOTSWAP): Remove; not used.
11550         (rol): New macro, moved here from md5.h.
11551         (sha1_process_block): Remove a FIXME that doesn't make sense.
11552
11553 2005-09-12  Derek Price  <derek@ximbiot.com>
11554
11555         Return usable errors from canon-host.
11556         * lib/canon-host.h: New file.
11557         * lib/canon-host.c (canon_host): Wrap...
11558         (canon_host_r): ...this new function, which now relies exclusively on
11559         getaddrinfo.
11560         (ch_strerror): New function.
11561         (last_cherror): New global.
11562         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
11563         interface.
11564         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
11565         void *.
11566         (freeaddrinfo): Free ai->ai_canonname when set.
11567
11568 2005-09-12  Derek Price  <derek@ximbiot.com>
11569
11570         Make canon-host require getaddrinfo.
11571         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
11572         AC_LIBSOURCE canon-host.h.  Call...
11573         (gl_PREREQ_CANON_HOST): ...this new function, which requires
11574         gl_GETADDRINFO.
11575         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
11576
11577 2005-09-12  Derek Price  <derek@ximbiot.com>
11578
11579         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
11580         LGPL.
11581         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
11582
11583 2005-09-12  Derek Price  <derek@ximbiot.com>
11584
11585         * lib/gai_strerror.c: Include config.h when available.  Include
11586         getaddrinfo.h before other headers to test interface.
11587         Reported by Larry Jones <lawrence.jones@ugs.com>.
11588
11589 2005-09-12  Derek Price  <derek@ximbiot.com>
11590             Paul Eggert  <eggert@cs.ucla.edu>
11591
11592         * modules/glob (Files): Add glob-libc.h.
11593
11594 2005-09-12  Derek Price  <derek@ximbiot.com>
11595             Paul Eggert  <eggert@cs.ucla.edu>
11596
11597         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
11598         glob_.h, glob-libc.h.
11599         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
11600
11601 2005-09-12  Derek Price  <derek@ximbiot.com>
11602             Paul Eggert  <eggert@cs.ucla.edu>
11603
11604         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
11605         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
11606         protecting things that should be done only in gnulib contexts.
11607         * lib/glob_.h: New file, containing only the glob things needed for
11608         gnulib.
11609         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
11610         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
11611         (glob, globfree, glob_pattern_p): Now defined simply in terms of
11612         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
11613         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
11614         and to respect the namespace rules better.
11615
11616 2005-09-08  Simon Josefsson  <jas@extundo.com>
11617
11618         * modules/socklen: New file.
11619
11620 2005-09-08  Simon Josefsson  <jas@extundo.com>
11621
11622         * m4/socklen.m4: New file.
11623
11624 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11625
11626         * modules/utimens (Files): Add m4/utimbuf.m4, since
11627         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
11628         Reported by Sergey Poznyakoff.
11629
11630 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11631
11632         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
11633         definitions, since that's the preferred style in glibc.
11634         Fix a minor spacing issue, and update copyright notice to match
11635         glibc's.
11636
11637 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11638
11639         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
11640
11641 2005-09-06  Simon Josefsson  <jas@extundo.com>
11642
11643         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
11644         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
11645
11646 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11647
11648         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
11649         warning.
11650
11651 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11652
11653         * config/srclist.txt: Add glibc bug 1302.
11654
11655 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
11656
11657         Change bitset word type from unsigned int to unsigned long int,
11658         as this has better performance on typical 64-bit hosts.
11659         Port bitset code to hosts with unusual word sizes.
11660         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
11661         (build_collating_symbol):
11662         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
11663         argument is a bitset.  This is merely a style issue, but it makes
11664         it clearer that an entire array is expected.
11665         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
11666         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
11667         Port to the case where bitset_word is not the same as unsigned int.
11668         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11669         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
11670         Likewise.
11671         * lib/regexec.c (check_dst_limits_calc_pos_1,
11672         check_subexp_matching_top):
11673         (build_trtable, group_nodes_into_DFAstates):
11674         Likewise.
11675         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
11676         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
11677         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
11678         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
11679         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
11680         * lib/regcomp.c (optimize_subexps, lower_subexp):
11681         Work even if bitset_word has holes in its bitwise representation.
11682         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
11683         * lib/regexec.c (check_dst_limits_calc_pos_1,
11684         check_subexp_matching_top):
11685         Likewise.
11686         * lib/regex_internal.c (re_string_reconstruct):
11687         Don't assume UCHAR_MAX == 255.
11688         * lib/regex_internal.h (bitset_set_all): Likewise.
11689         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
11690         All uses changed.
11691         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
11692         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
11693         All uses changed.
11694         (BITSET_WORD_MAX): New macro.
11695         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
11696         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
11697         (bitset_empty, bitset_copy):
11698         Prefer sizeof (bitset) to multiplying it out ourselves.
11699         (bitset_not_merge): Remove; unused.
11700         (bitset_contain): Return bool, not unsigned int with one bit on.
11701         All callers changed.
11702         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
11703         alignment than re_node_set; do this by defining a new internal
11704         type struct dests_alloc and using it to allocate memory.
11705
11706 2005-09-05  Bruno Haible  <bruno@clisp.org>
11707
11708         * gnulib-tool (func_import): Fix comparison in handling of symbolic
11709         links.
11710
11711 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
11712
11713         * modules/size_max (Makefile.am): Add size_max.h
11714
11715 2005-09-04  Derek Price  <derek@ximbiot.com>
11716
11717         * gnulib-tool (func_import): Fix reversed $symbolic logic.
11718
11719 2005-09-03  Simon Josefsson  <jas@extundo.com>
11720
11721         * gnulib-tool: Fix typo.
11722
11723 2005-09-03  Simon Josefsson  <jas@extundo.com>
11724
11725         * config/srclist.txt: Add glibc bug 1293.
11726
11727 2005-09-03  Derek Price  <derek@ximbiot.com>
11728
11729         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
11730         From Larry Jones <lawrence.jones@ugs.com>.
11731
11732 2005-09-02  Simon Josefsson  <jas@extundo.com>
11733
11734         * modules/socklen: New file.
11735
11736 2005-09-02  Simon Josefsson  <jas@extundo.com>
11737
11738         * modules/havelib: New module.
11739
11740         * modules/gettext, modules/iconv, modules/lock, modules/readline:
11741         Use havelib.
11742
11743 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11744
11745         Check for arithmetic overflow when calculating sizes, to prevent
11746         some buffer-overflow issues.  These patches are conservative, in the
11747         sense that when I couldn't determine whether an overflow was possible,
11748         I inserted a run-time check.
11749         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
11750         macros.
11751         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
11752         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
11753         (re_xnrealloc, re_x2nrealloc): New inline functions.
11754         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
11755         parse_bracket_exp):
11756         (build_equiv_class, build_charclass): Check for arithmetic overflow
11757         in size expression calculations.
11758         * lib/regex_internal.c (re_string_realloc_buffers):
11759         (build_wcs_upper_buffer, re_node_set_add_intersect):
11760         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
11761         (re_dfa_add_node, register_state): Likewise.
11762         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
11763         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
11764         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
11765         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
11766
11767 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11768
11769         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
11770         m4/ulonglong.m4.  Problem reported by Martin Lambers.
11771
11772 2005-09-02  Bruno Haible  <bruno@clisp.org>
11773
11774         Support for lib vs. lib64 distinction on biarch platforms.
11775         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
11776         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
11777         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
11778
11779 2005-09-02  Bruno Haible  <bruno@clisp.org>
11780
11781         * gnulib-tool (import): In the other first-use case, provide defaults
11782         as well.
11783
11784 2005-09-02  Bruno Haible  <bruno@clisp.org>
11785
11786         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
11787         patches not yet found in the latest gettext release.
11788
11789 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11790
11791         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
11792         to avoid a collision with bits/local_lim.h in glibc.
11793         All uses changed.  Problem reported by Dmitry V. Levin in
11794         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
11795
11796         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
11797         bugs in int versus size_t comparisons.
11798         (re_string_context_at): Fix bug where the code assumed that
11799         Idx is signed.
11800
11801         Use bool where appropriate.
11802         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
11803         All callers changed.
11804         (calc_eclosure_iter): Likewise, for ROOT arg.
11805         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
11806         (build_charclass_op): Likewise, for NON_MATCH arg.
11807         * lib/regex_internal.c (re_string_allocate, re_string_construct):
11808         (re_string_construct_common): Likewise, for ICASE arg.
11809         * lib/regexec.c (re_search_2_stub, re_search_stub):
11810         Likewise, for RET_LEN arg.
11811         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
11812         (set_regs): Likewise, for FL_BACKTRACK arg.
11813         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
11814         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
11815         (calc_eclosure_iter, parse_bracket_exp):
11816         Use bool for internal variables that are booleans.
11817         * lib/regexec.c (re_search_internal, check_matching,
11818         proceed_next_node):
11819         (set_regs, build_sifted_states, sift_states_bkref):
11820         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
11821         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
11822         (find_collation_sequence_value):
11823         Likewise.
11824         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
11825         (re_node_set_compare):
11826         Return bool, not int. All callers changed.
11827         * lib/regexec.c (check_halt_node_context, check_dst_limits):
11828         (build_trtable, check_node_accept): Likewise.
11829         * lib/regex_internal.h: Include stdbool.h.
11830
11831         Fix bugs uncovered when converting to bool.
11832         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
11833         failure instead of charging ahead blindly.
11834         * lib/regex_internal.c (register_state): Likewise.
11835         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
11836         for freeing internal storage.
11837         (group_nodes_into_DFA_states): Use unsigned int, not int, for
11838         bitset pieces used as boolean, to avoid undefined behavior
11839         on hosts that do int overflow checking.
11840
11841 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11842
11843         * config/srclist.txt: Add glibc bugs 1285-1287.
11844
11845 2005-09-01  Jim Meyering  <jim@meyering.net>
11846
11847         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
11848         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
11849         Require gl_STAT_MACROS, too.
11850
11851 2005-09-01  Bruno Haible  <bruno@clisp.org>
11852
11853         * gnulib-tool (import): In the first-use case, provide defaults.
11854
11855 2005-09-01  Bruno Haible  <bruno@clisp.org>
11856
11857         * gnulib-tool (func_import): Remove the .tmp files.
11858
11859 2005-09-01  Bruno Haible  <bruno@clisp.org>
11860
11861         * gnulib-tool (func_import): Fix handling of symbolic links.
11862
11863 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11864
11865         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
11866         old glibc regex code mishandles strings longer than 2**31 bytes.
11867         This patch fixes this when the regex code is used in gnulib
11868         (i.e., outside glibc).
11869
11870         This patch should not affect the use of the regex code inside
11871         glibc.  No doubt this problem also needs to be handled for glibc
11872         as well, but the result will be an incompatible change to the
11873         glibc ABI, and the old ABI will have to be supported too.  That
11874         can be the the subject for another patch.
11875
11876         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
11877         governing whether the rest of this patch is active.  By default,
11878         the macro is disabled and the patch has no effect.
11879         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
11880         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
11881         (struct re_pattern_buffer, re_search, re_search_2, re_match):
11882         (re_match_2, re_set_registers): Use the new types.
11883         * lib/regex_internal.h (Idx, re_hashval_t): New types.
11884         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
11885         New macros.
11886         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
11887         (re_string_context_at, bin_tree_t, re_dfastate_t):
11888         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
11889         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
11890         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
11891         (re_string_char_size_at, re_string_wchar_at):
11892         (re_string_elem_size_at):
11893         Use the new types and macros to port to 64-bit hosts.
11894         Use unsigned types for internal values, so that the code
11895         mostly works even for arrays larger than SSIZE_MAX.
11896         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
11897         (search_duplicated_node, calc_eclosure_iter, fetch_number):
11898         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
11899         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
11900         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
11901         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
11902         (calc_inveclosure, parse_dup_op, build_range_exp):
11903         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
11904         (fetch_number, create_token_tree, mark_opt_subexp):
11905         Likewise.
11906         * lib/regex_internal.c (re_string_construct_common,
11907         create_ci_newstate):
11908         (create_cd_newstate, re_string_allocate, re_string_construct):
11909         (re_string_realloc_buffers, build_wcs_upper_buffer):
11910         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
11911         (re_string_reconstruct, re_string_peek_byte_case):
11912         (re_string_fetch_byte_case, re_string_context_at):
11913         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
11914         (re_node_set_init_copy, re_node_set_add_intersect):
11915         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11916         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11917         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
11918         (re_acquire_state, re_acquire_state_context, register_state):
11919         Likewise.
11920         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
11921         search_cur_bkref_entry):
11922         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
11923         (re_search_internal, re_search_2_stub, re_search_stub)
11924         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
11925         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
11926         (update_cur_sifted_state, check_dst_limits):
11927         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11928         (check_subexp_limits, sift_states_bkref, merge_state_array):
11929         (check_subexp_matching_top, get_subexp, get_subexp_sub):
11930         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
11931         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
11932         (expand_bkref_cache, check_node_accept_bytes):
11933         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
11934         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
11935         (acquire_init_state_context, check_halt_node_context):
11936         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
11937         (sift_states_backward, clean_state_log_if_needed):
11938         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
11939         (find_recover_state, transit_state_sb, transit_state_mb):
11940         (transit_state_bkref, build_trtable, match_ctx_clean):
11941         Likewise.
11942         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
11943         to work around an assumption that REG_MISSING is negative.
11944
11945         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
11946         (seek_collating_symbol_entry) [defined _LIBC]:
11947         (lookup_collation_sequence_value) [defined _LIBC]:
11948         (build_range_exp, build_collating_symbol) [defined _LIBC]:
11949         Use prototypes rather than old-style function definitions.
11950         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
11951         (transit_state_sb) [0]:
11952         (find_collation_sequence_value) [defined _LIBC]: Likewise.
11953
11954         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
11955         rm_eo.
11956
11957         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
11958         (optimize_subexps, lower_subexp):
11959         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
11960         since the signed shift might overflow.  Use 1u<<31 instead.
11961         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11962         Likewise.
11963         * lib/regexec.c (check_dst_limits_calc_pos_1,
11964         check_subexp_matching_top): Likewise.
11965
11966         * lib/regcomp.c (optimize_subexps, lower_subexp):
11967         Use CHAR_BIT rather than 8, for clarity.
11968         * lib/regexec.c (check_dst_limits_calc_pos_1):
11969         (check_subexp_matching_top): Likewise.
11970         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
11971         have to worry about portability issues when shifting it left.
11972         Remove no-longer-needed test for table_size > 0.
11973         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
11974         in a word, as the resulting behavior is undefined.
11975         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
11976         in one case, a <= should have been an <, and in another case the
11977         whole test was missing.
11978         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
11979         the standard name CHAR_BIT.
11980         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
11981         this is not true on one's complement and signed-magnitude hosts.
11982
11983         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
11984         next_last_offset.
11985         (struct re_dfa_t): Remove unused member states_alloc.
11986         * lib/regcomp.c (init_dfa): Don't initialize unused members.
11987
11988 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11989
11990         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
11991         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
11992         and large-file glibc and in 32-bit large-file Solaris.
11993
11994 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11995
11996         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
11997         lengths fit in regoff_t; this isn't true if regoff_t is the same
11998         width as size_t.
11999         * lib/regex.c (re_search_internal): 5th arg is LAST_START
12000         (= START + RANGE) instead of RANGE.  This avoids overflow
12001         problems when regoff_t is the same width as size_t.
12002         All callers changed.
12003         (re_search_2_stub): Check for overflow when adding the
12004         sizes of the two strings.
12005         (re_search_stub): Check for overflow when adding START
12006         to RANGE; if it occurs, substitute the extreme value.
12007
12008 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12009
12010         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
12011
12012 2005-08-31  Jim Meyering  <jim@meyering.net>
12013
12014         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
12015         a pointer-to-const.
12016         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
12017         (register_state): Likewise.
12018         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
12019         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12020         (group_nodes_into_DFAstates): Likewise.
12021
12022 2005-08-31  Jim Meyering  <jim@meyering.net>
12023
12024         * check-module: Add a FIXME comment.
12025
12026 2005-08-31  Eric Blake  <ebb9@byu.net>
12027
12028         * modules/unistd-safer (Files): Add unistd--.h.
12029         * modules/stdio-safer (Files): Add stdio--.h.
12030
12031 2005-08-31  Derek Price  <derek@ximbiot.com>
12032
12033         * lib/getdelim.c (getdelim): Return EOF on EOF.
12034         Reported by Larry Jones <lawrence.jones@ugs.com>.
12035
12036 2005-08-31  Bruno Haible  <bruno@clisp.org>
12037
12038         Avoid unnecessary diffs in the generated lib/Makefile.am.
12039         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
12040         the generated files.
12041         (func_import): Don't set cmd.
12042
12043 2005-08-31  Bruno Haible  <bruno@clisp.org>
12044
12045         * lib/strstr.c: Include <stddef.h>, for NULL.
12046         * lib/strcasestr.c: Likewise.
12047         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12048
12049 2005-08-31  Bruno Haible  <bruno@clisp.org>
12050
12051         * gnulib-tool: New option --macro-prefix.
12052         (func_import): Use macro_prefix.
12053         (import): Handle option --macro-prefix.
12054
12055 2005-08-31  Bruno Haible  <bruno@clisp.org>
12056
12057         * gnulib-tool (import): Rename most ac_* variables to cached_*.
12058         Also use new variables cached_lgpl, cached_libtool.
12059
12060 2005-08-31  Bruno Haible  <bruno@clisp.org>
12061
12062         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
12063         always instantiating them.
12064
12065 2005-08-31  Bruno Haible  <bruno@clisp.org>
12066
12067         * gnulib-tool (func_import): Read the previous cached settings
12068         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
12069         earlier added by gnulib but are now dropped. Warn when a gnulib file
12070         overwrites a non-gnulib file.
12071
12072 2005-08-31  Bruno Haible  <bruno@clisp.org>
12073
12074         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
12075         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
12076         projects that don't keep autogenerated files in CVS. Put into
12077         actioncmd only the specified modules, not the transitive closure.
12078
12079 2005-08-31  Bruno Haible  <bruno@clisp.org>
12080
12081         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
12082         Create directories that shall be filled.
12083         (import): Don't look for gl_* macros in configure.ac. Recurse across
12084         all directories containing a gnulib-cache.m4 files, if meaningful.
12085
12086 2005-08-31  Bruno Haible  <bruno@clisp.org>
12087
12088         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
12089         (import): Set seen_libtool when we see gl_LIBTOOL.
12090
12091 2005-08-31  Bruno Haible  <bruno@clisp.org>
12092
12093         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
12094         declaration macro definitions from generated gnulib.m4.
12095
12096 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
12097
12098         * lib/iconvme.h: Add prototype for iconv_alloc.
12099
12100 2005-08-29  Simon Josefsson  <jas@extundo.com>
12101
12102         * lib/iconvme.c: Fix errno.
12103
12104 2005-08-29  Bruno Haible  <bruno@clisp.org>
12105
12106         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
12107         that it works when the directory contains spaces.
12108
12109 2005-08-29  Bruno Haible  <bruno@clisp.org>
12110
12111         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
12112
12113 2005-08-29  Bruno Haible  <bruno@clisp.org>
12114
12115         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
12116         Emit more advice.
12117
12118 2005-08-29  Bruno Haible  <bruno@clisp.org>
12119         and Stepan Kasal  <kasal@ucw.cz>
12120
12121         * check-module: If more parameters are given, check each of them
12122         separately; add more exceptions, as noted by Jim Meyering.
12123         (check_module): New procedure.
12124         (%exempt_header): Now contains all exceptions.
12125
12126 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
12127
12128         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
12129
12130 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
12131
12132         * lib/iconvme.c: Split iconv_string into iconv_alloc.
12133
12134 2005-08-28  Bruno Haible  <bruno@clisp.org>
12135
12136         * m4/gnulib-tool.m4: New file.
12137
12138 2005-08-27  Jim Meyering  <jim@meyering.net>
12139
12140         * modules/unistd-safer (Files): Add pipe-safer.c.
12141         * modules/fcntl-safer (Files): Add creat-safer.c.
12142
12143 2005-08-27  Jim Meyering  <jim@meyering.net>
12144
12145         * m4/stdlib-safer.m4: New file.  From coreutils.
12146         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
12147         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
12148         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
12149         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
12150         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
12151
12152 2005-08-27  Jim Meyering  <jim@meyering.net>
12153
12154         * lib/fopen-safer.c: Merge minor changes from coreutils.
12155         * lib/dup-safer.c: Likewise.
12156         * lib/fd-safer.c: Likewise.
12157
12158         Merge from coreutils.
12159         * lib/stdio--.h: New file.
12160         * lib/stdlib--.h: New file.
12161         * lib/mkstemp-safer.c: New file.
12162
12163         GNU tar needs these.
12164         * lib/pipe-safer.c: New file.
12165         * lib/creat-safer.c: New file.
12166         * lib/fcntl--.h (creat): Define to creat_safer.
12167         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
12168         * lib/unistd--.h (pipe): Define to pipe_safer.
12169         * lib/unistd-safer.h: Declare pipe_safer.
12170
12171 2005-08-26  Simon Josefsson  <jas@extundo.com>
12172
12173         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
12174         Haible <bruno@clisp.org>.
12175
12176 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
12177
12178         * lib/regex_internal.h: Remove all references to
12179         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
12180         or better.
12181         (bitset_not, bitset_merge, bitset_not_merge):
12182         (bitset_mask, re_string_allocate, re_string_construct):
12183         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
12184         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
12185         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
12186         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
12187         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12188         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12189         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
12190         (re_acquire_state_context):
12191         Remove unnecessary forward decls.
12192         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
12193         Put __attribute at function definition,
12194         now that the function decl has been removed.
12195         * lib/regex_internal.c (re_string_peek_byte_case):
12196         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
12197         Likewise.
12198
12199 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
12200
12201         * m4/regex.m4: Add AC_PREREQ(2.50).
12202         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
12203
12204 2005-08-25  Simon Josefsson  <jas@extundo.com>
12205
12206         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
12207         __fsetlocking.
12208
12209 2005-08-25  Simon Josefsson  <jas@extundo.com>
12210
12211         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
12212         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
12213         GLIBC specific code.
12214
12215 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12216
12217         Make regex safe for g++.  This fixes one real bug (an "err"
12218         that should have been "*err").  g++ problem reported by
12219         Sam Steingold.
12220         * lib/regex_internal.h (re_calloc): New macro, consistent with
12221         re_malloc etc.  All callers of calloc changed to use re_calloc.
12222         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
12223         not int.  All callers changed.
12224         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
12225         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
12226         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
12227         (find_recover_state): Change "err" to "*err"; this fixes what
12228         appears to be a real bug.
12229         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
12230         versus int.
12231
12232 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12233
12234         * modules/regex (Depends-on): Add malloc, since the code
12235         assumes that !malloc(0) means failure.
12236
12237 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12238
12239         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
12240
12241         alloca modernization/simplification for regex.
12242         * lib/regex.c: Remove portability cruft for alloca.  This no longer
12243         needs to be at the start of the file, and can be moved into
12244         regex_internal.h and simplified.
12245         * lib/regex_internal.h: Include <alloca.h>.
12246         (__libc_use_alloca) [!defined _LIBC]: New macro.
12247         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
12248         now works outside glibc.
12249
12250 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12251
12252         * config/srclist.txt: Add glibc bugs 1241, 1245.
12253
12254 2005-08-25  Jim Meyering  <jim@meyering.net>
12255
12256         * lib/open-safer.c: Include <config.h>.
12257         Otherwise, we'd lose LARGEFILE support in any file using
12258         e.g. "fcntl--.h"
12259
12260 2005-08-25  Bruno Haible  <bruno@clisp.org>
12261
12262         * m4/minmax.m4: Require autoconf 2.52.
12263         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
12264         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
12265         alternatives of translit over the alphabet.
12266         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
12267
12268 2005-08-24  Simon Josefsson  <jas@extundo.com>
12269
12270         * tests/test-getpass.c: New file.
12271
12272 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12273
12274         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
12275         for GNU regex features.
12276
12277 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12278
12279         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
12280         * lib/regex.h (regerror): Likewise.
12281
12282         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
12283         requires this.  (The code never needed it.)
12284
12285         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
12286         All uses of recently-renamed identifiers changed to use the new,
12287         POSIX-compliant names.  The code will build and run just fine
12288         without these changes, but it's better to eat our own dog food
12289         and use the standard-conforming names.
12290
12291         * lib/regex.h: Fix a multitude of POSIX name space violations.
12292         These changes have an effect only for programs that define
12293         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
12294         do not change anything for programs compiled in the normal way.
12295         Also, there is no effect on the ABI.
12296
12297         (_REGEX_SOURCE): New macro.
12298         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
12299         defined and _GNU_SOURCE is not; this fixes a name space violation.
12300
12301         Rename the following macros to obey POSIX requirements.
12302         The old names are still visible as macros if _REGEX_SOURCE is defined.
12303         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
12304         RE_BACKSLASH_ESCAPE_IN_LISTS.
12305         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
12306         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
12307         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
12308         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
12309         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
12310         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
12311         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
12312         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
12313         (REG_INTERVALS): renamed from RE_INTERVALS.
12314         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
12315         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
12316         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
12317         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
12318         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
12319         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
12320         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
12321         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
12322         RE_UNMATCHED_RIGHT_PAREN_ORD.
12323         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
12324         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
12325         (REG_DEBUG): renamed from RE_DEBUG.
12326         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
12327         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
12328         unusual, since we can't clash with the POSIX REG_ICASE.
12329         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
12330         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
12331         (REG_NO_SUB): renamed from RE_NO_SUB.
12332         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
12333         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
12334         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
12335         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
12336         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
12337         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
12338         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
12339         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
12340         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
12341         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
12342         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
12343         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
12344         RE_SYNTAX_POSIX_MINIMAL_BASIC.
12345         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
12346         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
12347         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
12348         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
12349         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
12350         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
12351         (REG_FIXED): Renamed from REGS_FIXED.
12352         (REG_NREGS): Renamed from RE_NREGS.
12353
12354         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
12355         of other REG_* macros, since POSIX says the user is allowed to
12356         #undef these macros selectively.
12357
12358         (reg_errcode_t): Update comment stating what other tables need
12359         to be consistent.
12360
12361         Rename the following enum values to obey POSIX requirements.
12362         The old names are still visible as macros.
12363         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
12364         is not defined, since GNU is supposed to be a superset of POSIX as
12365         much as possible, and since we want reg_errcode_t to be a signed
12366         type for implementation consistency.
12367         (_REG_NOERROR): Renamed from REG_NOERROR.
12368         (_REG_NOMATCH): Renamed from REG_NOMATCH.
12369         (_REG_BADPAT): Renamed from REG_BADPAT.
12370         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
12371         (_REG_ECTYPE): Renamed from REG_ECTYPE.
12372         (_REG_EESCAPE): Renamed from REG_EESCAPE.
12373         (_REG_ESUBREG): Renamed from REG_ESUBREG.
12374         (_REG_EBRACK): Renamed from REG_EBRACK.
12375         (_REG_EPAREN): Renamed from REG_EPAREN.
12376         (_REG_EBRACE): Renamed from REG_EBRACE.
12377         (_REG_BADBR): Renamed from REG_BADBR.
12378         (_REG_ERANGE): Renamed from REG_ERANGE.
12379         (_REG_ESPACE): Renamed from REG_ESPACE.
12380         (_REG_BADRPT): Renamed from REG_BADRPT.
12381         (_REG_EEND): Renamed from REG_EEND.
12382         (_REG_ESIZE): Renamed from REG_ESIZE.
12383         (_REG_ERPAREN): Renamed from REG_ERPAREN.
12384         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
12385         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
12386         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
12387         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
12388
12389         (_REG_RE_NAME, _REG_RM_NAME): New macros.
12390         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
12391         changed.  But support the old name if the new one is not defined
12392         and if _REGEX_SOURCE.
12393
12394         Change the following member names in struct re_pattern_buffer.
12395         The old names are still supported if !_REGEX_SOURCE.
12396         The new names are always supported, regardless of _REGEX_SOURCE.
12397         (re_buffer): Renamed from buffer.
12398         (re_allocated): Renamed from allocated.
12399         (re_used): Renamed from used.
12400         (re_syntax): Renamed from syntax.
12401         (re_fastmap): Renamed from fastmap.
12402         (re_translate): Renamed from translate.
12403         (re_can_be_null): Renamed from can_be_null.
12404         (re_regs_allocated): Renamed from regs_allocated.
12405         (re_fastmap_accurate): Renamed from fastmap_accurate.
12406         (re_no_sub): Renamed from no_sub.
12407         (re_not_bol): Renamed from not_bol.
12408         (re_not_eol): Renamed from not_eol.
12409         (re_newline_anchor): Renamed from newline_anchor.
12410
12411         Change the following member names in struct re_registers.
12412         The old names are still supported if !_REGEX_SOURCE.
12413         The new names are always supported, regardless of _REGEX_SOURCE.
12414         (rm_num_regs): Renamed from num_regs.
12415         (rm_start): Renamed from start.
12416         (rm_end): Renamed from end.
12417
12418         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
12419         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
12420         Prepend __ to parameter names.
12421
12422         Undo yesterday's changes.
12423
12424 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12425
12426         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
12427         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
12428         lib/regex.c.
12429
12430 2005-08-24  Jim Meyering  <jim@meyering.net>
12431
12432         Sync from coreutils.
12433         * m4/fcntl-safer.m4: New file.
12434
12435         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
12436         and object files for this module.
12437
12438 2005-08-24  Jim Meyering  <jim@meyering.net>
12439
12440         Sync from coreutils.
12441         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
12442
12443 2005-08-24  Jim Meyering  <jim@meyering.net>
12444
12445         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
12446         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
12447
12448 2005-08-24  Jim Meyering  <jim@meyering.net>
12449
12450         * modules/fcntl-safer: New module.
12451         * modules/fts (Depends-on): Add fcntl-safer.
12452         * MODULES.html.sh (File descriptor based Input/Output):
12453         Add fcntl-safer.
12454
12455 2005-08-24  Bruno Haible  <bruno@clisp.org>
12456
12457         Support for unit test modules.
12458         * modules/README: Mention tests modules.
12459         * modules/TEMPLATE-TESTS: New file.
12460         * gnulib-tool: New options --extract-tests-module, --with-tests and
12461         --tests-base (unused for the moment).
12462         (testsbase, inctests): New variables.
12463         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
12464         (func_verify_module): Exclude TEMPLATE-TESTS.
12465         (func_verify_nontests_module, func_verify_tests_module): New functions.
12466         (func_get_dependencies): Add implicit dependency for tests modules.
12467         (func_get_tests_module): New function.
12468         (func_modules_transitive_closure): When --with-tests was specified,
12469         include the unit tests as well, unless explicitly avoided.
12470         (func_emit_lib_Makefile_am): Ignore the tests modules here.
12471         (func_emit_tests_Makefile_am): New function.
12472         (func_create_testdir): When --with-tests was specified, emit a
12473         tests/ directory.
12474         * MODULES.html.sh (Future developments): Update.
12475
12476 2005-08-24  Bruno Haible  <bruno@clisp.org>
12477
12478         * modules/tls-tests: New file.
12479         * tests/test-tls.c: New file, from GNU gettext.
12480
12481 2005-08-24  Bruno Haible  <bruno@clisp.org>
12482
12483         * modules/lock-tests: New file.
12484         * tests/test-lock.c: New file, from GNU gettext.
12485
12486 2005-08-24  Bruno Haible  <bruno@clisp.org>
12487
12488         * lib/lock.h: Add multiple inclusion guard.
12489         * lib/tls.h: Add multiple inclusion guard.
12490
12491 2005-08-24  Bruno Haible  <bruno@clisp.org>
12492
12493         * gnulib-tool: Add support for the --aux-dir option to
12494         --create-testdir, --create-megatestdir, --test, --megatest.
12495         (func_create_testdir, func_create_megatestdir): Optionally emit a
12496         AC_CONFIG_AUX_DIR directive.
12497         (create-testdir, create-megatestdir, test, megatest): Provide a
12498         default value for $auxdir.
12499
12500 2005-08-24  Bruno Haible  <bruno@clisp.org>
12501
12502         * gnulib-tool (import): Use compound statement instead of subshell
12503         where possible.
12504
12505 2005-08-24  Bruno Haible  <bruno@clisp.org>
12506
12507         * gnulib-tool (import): Change --aux-dir default to "build-aux".
12508
12509 2005-08-24  Bruno Haible  <bruno@clisp.org>
12510
12511         * gnulib-tool (func_version): Update.
12512
12513 2005-08-24  Bruno Haible  <bruno@clisp.org>
12514
12515         * gnulib-tool (func_import, func_create_testdir,
12516         func_create_megatestdir): Quote all autoconf macro arguments.
12517
12518 2005-08-24  Bruno Haible  <bruno@clisp.org>
12519
12520         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
12521         option --force, because --force causes the aclocal.m4 of each
12522         subdirectory to be newer than the corresponding config.h.in.
12523
12524 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12525
12526         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
12527         All contents moved to gl_REGEX.
12528         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
12529         assume that it does.
12530
12531 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12532
12533         * lib/regex.h (REG_NOSYS)
12534         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
12535         Define, since POSIX requires it as of 2001.
12536         (_REG_ENOSYS)
12537         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
12538         New private symbol, used to keep the enum signed in all cases.
12539         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
12540         Youngman in
12541         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
12542
12543         * lib/regex_internal.c (re_string_skip_chars, register_state):
12544         (calc_state_hash):
12545         Remove forward decls; no longer needed now that we use prototypes.
12546         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
12547         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
12548         (clean_state_log_if_needed): Likewise.
12549
12550 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12551
12552         * config/srclist.txt: Add glibc bugs 1231-1233.
12553
12554 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12555
12556         Fix problems reported by Sam Steingold in
12557         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
12558         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
12559         assumed that reg_errcode_t is a signed type, which is not
12560         necessarily true if _XOPEN_SOURCE is not defined.
12561         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
12562         since some compilers warn about it otherwise.
12563
12564 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12565
12566         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
12567         (init_word_char, create_initial_state, duplicate_node_closure):
12568         (fetch_token, peek_token_bracket, build_range_exp):
12569         (build_collating_symbol): Remove forward decls; no longer needed
12570         now that we use prototypes.
12571
12572         * lib/regcomp.c:
12573         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
12574         (re_compile_fastmap_iter, regcomp, regerror, regfree):
12575         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
12576         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
12577         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
12578         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
12579         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
12580         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
12581         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
12582         (build_range_exp, build_collating_symbol, parse_bracket_exp):
12583         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
12584         (build_charclass, build_charclass_op, fetch_number, create_tree):
12585         (create_token_tree, mark_opt_subexp, duplicate_tree):
12586         Use prototypes rather than old-style definitions.
12587
12588         * lib/regex_internal.c:
12589         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
12590         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
12591         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12592         (re_string_reconstruct, re_string_peek_byte_case):
12593         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
12594         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12595         (re_node_set_init_copy, re_node_set_add_intersect):
12596         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12597         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12598         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12599         (re_acquire_state, re_acquire_state_context, register_state):
12600         (create_ci_newstate, create_cd_newstate, free_state):
12601         Likewise.
12602         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
12603         re_search_2):
12604         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
12605         (re_search_internal, prune_impossible_nodes):
12606         (acquire_init_state_context, check_matching, static):
12607         (check_halt_node_context, check_halt_state_context, proceed_next_node):
12608         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
12609         (update_regs, sift_states_backward, build_sifted_states):
12610         (clean_state_log_if_needed, merge_state_array):
12611         (update_cur_sifted_state, add_epsilon_src_nodes):
12612         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
12613         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
12614         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
12615         (find_recover_state, check_subexp_matching_top, transit_state_mb):
12616         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
12617         (check_arrival, check_arrival_add_next_nodes):
12618         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12619         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12620         (check_node_accept_bytes, check_node_accept, extend_buffers):
12621         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
12622         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
12623         (sift_ctx_init):
12624         Likewise.
12625
12626         * lib/regex_internal.h:
12627         (re_string_allocate, re_string_construct, re_string_reconstruct):
12628         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
12629         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
12630         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
12631         (re_string_context_at, re_string_peek_byte_case):
12632         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
12633         is defined, since we now use prototypes always.
12634
12635         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
12636         C89 or better.  All uses removed.
12637
12638 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12639
12640         * config/srclist.txt: Add glibc bugs 1220-1227.
12641
12642 2005-08-20  Jim Meyering  <jim@meyering.net>
12643
12644         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
12645         of unused local, dfa.
12646
12647 2005-08-20  Bruno Haible  <bruno@clisp.org>
12648
12649         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
12650
12651 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12652
12653         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
12654         (re_node_set_insert_last, re_dfa_add_node):
12655         Rename local variables to avoid GCC shadowing warnings.
12656
12657 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12658
12659         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
12660         [defined lint]: Suppress bogus uninitialized-variable warnings.
12661
12662         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
12663         and let the caller return REG_ESPACE if out of space.  This
12664         removes an uninitialied-variable warning with GCC 4.0.1, and also
12665         avoids taking the address of a local variable.  All callers
12666         changed.
12667
12668 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12669
12670         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
12671         $LIBCSRC/posix/regexec.c.
12672         Add glibc bug 1217 for regcomp.c.
12673
12674 2005-08-19  Jim Meyering  <jim@meyering.net>
12675
12676         * lib/regexec.c (proceed_next_node): Redo local variables to
12677         avoid GCC shadowing warnings.
12678
12679 2005-08-18  Bruno Haible  <bruno@clisp.org>
12680
12681         * lib/strstr.c (strstr): Fix return value in multibyte case.
12682         * lib/strcasestr.c (strcasestr): Likewise.
12683
12684 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12685
12686         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
12687
12688 2005-08-17  Jim Meyering  <jim@meyering.net>
12689
12690         Make the %s format (seconds since the epoch) work for a negative
12691         number and when used with a zero-padded field width, e.g. %015s.
12692
12693         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
12694         label so that it precedes the code to set `digits'.  Otherwise,
12695         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
12696         print `00-22'.  Now, it prints `-0022', as it should.
12697
12698 2005-08-17  Bruno Haible  <bruno@clisp.org>
12699
12700         * modules/strstr (Files): Add m4/mbrtowc.m4.
12701         (Depends-on): Add mbuiter.
12702
12703 2005-08-17  Bruno Haible  <bruno@clisp.org>
12704
12705         * modules/strcasestr: New file.
12706         * MODULES.html.sh (String handling, based on ANSI C 89): Add
12707         strcasestr.
12708
12709 2005-08-17  Bruno Haible  <bruno@clisp.org>
12710
12711         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
12712
12713 2005-08-17  Bruno Haible  <bruno@clisp.org>
12714
12715         * modules/mbuiter: New file.
12716         * MODULES.html.sh (Extended multibyte and wide character utilities):
12717         Add mbuiter.
12718
12719 2005-08-17  Bruno Haible  <bruno@clisp.org>
12720
12721         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
12722         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
12723
12724 2005-08-17  Bruno Haible  <bruno@clisp.org>
12725
12726         * m4/strcasestr.m4: New file.
12727
12728 2005-08-17  Bruno Haible  <bruno@clisp.org>
12729
12730         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
12731         * lib/strstr.c: Completely rewritten, with multibyte locale support.
12732
12733 2005-08-17  Bruno Haible  <bruno@clisp.org>
12734
12735         * lib/strcasestr.h: New file.
12736         * lib/strcasestr.c: New file.
12737
12738 2005-08-17  Bruno Haible  <bruno@clisp.org>
12739
12740         * lib/strcasecmp.c: Use mbuiter.h.
12741
12742 2005-08-17  Bruno Haible  <bruno@clisp.org>
12743
12744         * lib/mbuiter.h: New file.
12745
12746 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12747
12748         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
12749         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
12750         and gl_GETOPT are both invoked via different paths (as happens
12751         with GNU tar CVS because it uses both argp and getopt), the former
12752         wins.
12753
12754 2005-08-16  Bruno Haible  <bruno@clisp.org>
12755
12756         * modules/tls: New file.
12757         * MODULES.html.sh (Multithreading): Add tls.
12758
12759 2005-08-16  Bruno Haible  <bruno@clisp.org>
12760
12761         * modules/strnlen1: New file.
12762         * MODULES.html.sh (String handling): Add strnlen1.
12763
12764 2005-08-16  Bruno Haible  <bruno@clisp.org>
12765
12766         * modules/strcase (Files): Add m4/mbrtowc.m4.
12767         (Depends-on): Add strnlen1, mbchar.
12768
12769 2005-08-16  Bruno Haible  <bruno@clisp.org>
12770
12771         * modules/mbiter: New file.
12772         * MODULES.html.sh (Extended multibyte and wide character utilities):
12773         Add mbiter.
12774
12775 2005-08-16  Bruno Haible  <bruno@clisp.org>
12776
12777         * modules/mbfile: New file.
12778         * MODULES.html.sh (Extended multibyte and wide character utilities):
12779         Add mbfile.
12780
12781 2005-08-16  Bruno Haible  <bruno@clisp.org>
12782
12783         * modules/mbchar: New file.
12784         * MODULES.html.sh (Extended multibyte and wide character utilities):
12785         New section.
12786
12787 2005-08-16  Bruno Haible  <bruno@clisp.org>
12788
12789         * m4/tls.m4: New file, from GNU gettext.
12790
12791 2005-08-16  Bruno Haible  <bruno@clisp.org>
12792
12793         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
12794         always.
12795         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
12796
12797 2005-08-16  Bruno Haible  <bruno@clisp.org>
12798
12799         * m4/mbiter.m4: New file.
12800
12801 2005-08-16  Bruno Haible  <bruno@clisp.org>
12802
12803         * m4/mbfile.m4: New file.
12804
12805 2005-08-16  Bruno Haible  <bruno@clisp.org>
12806
12807         * m4/mbchar.m4: New file.
12808
12809 2005-08-16  Bruno Haible  <bruno@clisp.org>
12810
12811         * lib/tls.h: New file, from GNU gettext.
12812         * lib/tls.c: New file, from GNU gettext.
12813
12814 2005-08-16  Bruno Haible  <bruno@clisp.org>
12815
12816         * lib/strnlen1.h: New file.
12817         * lib/strnlen1.c: New file.
12818
12819 2005-08-16  Bruno Haible  <bruno@clisp.org>
12820
12821         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
12822         (mbi_init): Update.
12823         (mbi_avail, mbi_advance): Let the iteration end before the terminating
12824         NUL byte, not after it.
12825
12826 2005-08-16  Bruno Haible  <bruno@clisp.org>
12827
12828         * lib/strcase.h (strcasecmp): Add note in comments.
12829         * lib/strncasecmp.c: Use code from strcasecmp.c.
12830         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
12831         (strcasecmp): Work correctly in multibyte locales.
12832
12833 2005-08-16  Bruno Haible  <bruno@clisp.org>
12834
12835         * lib/mbiter.h: New file.
12836
12837 2005-08-16  Bruno Haible  <bruno@clisp.org>
12838
12839         * lib/mbfile.h: New file.
12840
12841 2005-08-16  Bruno Haible  <bruno@clisp.org>
12842
12843         * lib/mbchar.h: New file.
12844         * lib/mbchar.c: New file.
12845
12846 2005-08-16  Bruno Haible  <bruno@clisp.org>
12847
12848         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
12849         the valid ones. Makes the comparison operations transitive:
12850         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
12851         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
12852
12853 2005-08-15  Simon Josefsson  <jas@extundo.com>
12854
12855         * modules/ssize_t (License): Change to 'unlimited'.
12856
12857         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
12858
12859 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12860
12861         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
12862         Add comments for each pending glibc patch.
12863
12864 2005-08-15  Bruno Haible  <bruno@clisp.org>
12865
12866         * lib/regex.h (__restrict_arr): Don't define to __restrict if
12867         __cplusplus is defined.
12868
12869 2005-08-14  Jim Meyering  <jim@meyering.net>
12870
12871         Sync from coreutils.
12872
12873         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
12874         Use the hash-table-based cycle-detection code not just when
12875         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
12876         Reported by James Youngman in
12877         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
12878         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
12879         FTS_TIGHT_CYCLE_CHECK.
12880         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
12881         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
12882         once again.
12883         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
12884         * lib/fts.c (fd_safer): Remove decl.
12885         Include fcntl--.h rather than unistd-safer.h
12886         (fts_safe_changedir): Don't call fd_safer; no longer needed
12887         now that we include fcntl--.h.
12888
12889 2005-08-12  Simon Josefsson  <jas@extundo.com>
12890
12891         * modules/getndelim2: Use ssize_t module.
12892         * modules/getnline: Likewise.
12893         * modules/safe-read: Likewise.
12894         * modules/xreadlink: Likewise.
12895
12896         * modules/ssize_t: New file.
12897
12898 2005-08-12  Simon Josefsson  <jas@extundo.com>
12899
12900         * m4/readline.m4: Look for termcap, curses or ncurses if required.
12901
12902 2005-08-12  Simon Josefsson  <jas@extundo.com>
12903
12904         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12905         ssize_t.
12906
12907 2005-08-12  Simon Josefsson  <jas@extundo.com>
12908
12909         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
12910         readline, getdelim and check_version.
12911         (Support for systems lacking ISO C 99: Sizes of integer types):
12912         Add size_max.
12913
12914 2005-08-12  Bruno Haible  <bruno@clisp.org>
12915
12916         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
12917
12918 2005-08-11  Simon Josefsson  <jas@extundo.com>
12919
12920         * modules/readline: New file.
12921
12922         * modules/strnlen (Files): Add strnlen.h.
12923
12924 2005-08-11  Simon Josefsson  <jas@extundo.com>
12925
12926         * m4/readline.m4: New file.
12927
12928 2005-08-11  Simon Josefsson  <jas@extundo.com>
12929
12930         * lib/readline.h, readline.c: New file.
12931
12932 2005-08-11  Simon Josefsson  <jas@extundo.com>
12933
12934         * doc/gnulib.texi (Initial import, Finishing touches): Mention
12935         gl_AVOID.
12936
12937 2005-08-11  Bruno Haible  <bruno@clisp.org>
12938
12939         * lib/strnlen.h (strnlen): Change parameter name to match comment.
12940
12941 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
12942
12943         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
12944
12945 2005-08-10  Simon Josefsson  <jas@extundo.com>
12946
12947         * tests/test-iconvme.c: New file.
12948
12949 2005-08-10  Simon Josefsson  <jas@extundo.com>
12950
12951         * m4/strnlen.m4: New file.
12952
12953         * m4/strndup.m4: Don't check for strnlen declaration, done in
12954         strnlen.m4.
12955
12956 2005-08-10  Simon Josefsson  <jas@extundo.com>
12957
12958         * lib/strndup.c: Use strnlen.h.
12959
12960         * lib/strnlen.h: New file.
12961
12962 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12963
12964         * README: Typos.
12965
12966 2005-08-02  Simon Josefsson  <jas@extundo.com>
12967
12968         * modules/readline: New file.
12969
12970 2005-08-02  Simon Josefsson  <jas@extundo.com>
12971
12972         * modules/getdelim: New file.
12973
12974         * modules/getline: Rewrite, don't use getndelim2.
12975
12976 2005-08-02  Simon Josefsson  <jas@extundo.com>
12977
12978         * m4/getline.m4: Separate out getdelim stuff into separate module.
12979
12980         * m4/getdelim.m4: New file.
12981
12982 2005-08-02  Simon Josefsson  <jas@extundo.com>
12983
12984         * lib/getline.h, getline.c: Rewrite.
12985
12986         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
12987
12988 2005-07-31  Bruno Haible  <bruno@clisp.org>
12989
12990         * lib/lock.h (gl_lock_initializer): New macro.
12991         (gl_lock_define_initialized): Use it.
12992         (gl_rwlock_initializer): New macro.
12993         (gl_rwlock_define_initialized): Use it.
12994         (gl_recursive_lock_initializer): New macro.
12995         (gl_recursive_lock_define_initialized): Use it.
12996
12997 2005-07-30  Karl Berry  <karl@gnu.org>
12998
12999         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
13000         Report from Ben Pfaff, regarding getopt.
13001
13002 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
13003
13004         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
13005         normal way.
13006         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
13007         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
13008         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
13009         (gl_GETOPT): Use the new macros.  Most of the implementation
13010         is moved to the new macros.  This is for programs like Emacs
13011         that don't want all the functionality of gl_GETOPT.
13012
13013 2005-07-26  Bruno Haible  <bruno@clisp.org>
13014
13015         * m4/lock.m4: Update from GNU gettext.
13016
13017 2005-07-26  Bruno Haible  <bruno@clisp.org>
13018
13019         * lib/lock.h: Update from GNU gettext.
13020         * lib/lock.c: Update from GNU gettext.
13021
13022 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
13023
13024         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
13025         obsolescent AC_TRY_RUN.  Include the default includes files, for
13026         'exit'.
13027
13028 2005-07-24  Bruno Haible  <bruno@clisp.org>
13029
13030         * modules/visibility: New file.
13031         * MODULES.html.sh (Misc): Add visibility.
13032
13033 2005-07-24  Bruno Haible  <bruno@clisp.org>
13034
13035         * m4/visibility.m4: New file.
13036
13037 2005-07-24  Bruno Haible  <bruno@clisp.org>
13038
13039         * doc/visibility.texi: New file.
13040
13041 2005-07-22  Bruno Haible  <bruno@clisp.org>
13042
13043         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
13044         $(ALLOCA_H), redundant through BUILT_SOURCES.
13045         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
13046         redundant through BUILT_SOURCES.
13047         * modules/byteswap (Makefile.am): Remove explicit dependency on
13048         $(BYTESWAP_H), redundant through BUILT_SOURCES.
13049         * modules/fnmatch (Makefile.am): Remove explicit dependency on
13050         $(FNMATCH_H), redundant through BUILT_SOURCES.
13051         * modules/getopt (Makefile.am): Remove explicit dependency on
13052         $(GETOPT_H), redundant through BUILT_SOURCES.
13053         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
13054         redundant through BUILT_SOURCES.
13055         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
13056         redundant through BUILT_SOURCES.
13057         * modules/stdbool (Makefile.am): Remove explicit dependency on
13058         $(STDBOOL_H), redundant through BUILT_SOURCES.
13059         * modules/stdint (Makefile.am): Remove explicit dependency on
13060         $(STDINT_H), redundant through BUILT_SOURCES.
13061         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
13062         Remove explicit dependency on $(SYSEXITS_H).
13063         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
13064
13065 2005-07-18  Simon Josefsson  <jas@extundo.com>
13066
13067         * lib/check-version.c (check_version): Accept identical versions too.
13068
13069 2005-07-18  Bruno Haible  <bruno@clisp.org>
13070
13071         * modules/lock: New file.
13072         * MODULES.html.sh (Multithreading): New section.
13073
13074 2005-07-18  Bruno Haible  <bruno@clisp.org>
13075
13076         * m4/lock.m4: New file, from GNU gettext.
13077
13078 2005-07-18  Bruno Haible  <bruno@clisp.org>
13079
13080         * lib/lock.h: New file, from GNU gettext.
13081         * lib/lock.c: New file, from GNU gettext.
13082
13083 2005-07-18  Bruno Haible  <bruno@clisp.org>
13084
13085         * lib/lock.h (gl_once_t): New type.
13086         (gl_once_define, gl_once): New macros.
13087         * lib/lock.c (fresh_once): New variable.
13088         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
13089         functions.
13090
13091 2005-07-16  Simon Josefsson  <jas@extundo.com>
13092
13093         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
13094         workaround, suggested by Bruno.
13095
13096 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13097
13098         * modules/xalloc (Depends-on): Add xalloc-die.
13099         * modules/xvasprintf (Depends-on): Add xalloc-die.
13100
13101 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13102
13103         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
13104         with a minor change.
13105
13106 2005-07-15  Bruno Haible  <bruno@clisp.org>
13107
13108         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
13109         When using lib/poll.c, define poll as rpl_poll.
13110
13111 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
13112
13113         * modules/argp (Depends-on): Remove unlocked-io.
13114
13115 2005-07-14  Derek Price  <derek@ximbiot.com>
13116
13117         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
13118         for glob symlink bug.
13119
13120 2005-07-14  Bruno Haible  <bruno@clisp.org>
13121
13122         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
13123         Instead, test for *_unlocked function declarations directly.
13124
13125 2005-07-11  Simon Josefsson  <jas@extundo.com>
13126
13127         * modules/size_max: New file.
13128
13129         * modules/xsize: Depend on size_max module for size_max.m4.
13130
13131 2005-07-11  Simon Josefsson  <jas@extundo.com>
13132
13133         * lib/size_max.h: New file.
13134
13135 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
13136
13137         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
13138         copyright symbol and the year.
13139         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
13140         (version_etc_va): Use parameterized copyright notice.
13141         Reword to conform to the current GNU coding standards.
13142
13143 2005-07-11  Karl Berry  <karl@gnu.org>
13144
13145         * doc/gnulib.texi (Quoting): new node.
13146         (Initial import): more info, from Patrice.
13147
13148 2005-07-11  Bruno Haible  <bruno@clisp.org>
13149
13150         * gnulib-tool (func_usage): Document option --avoid.
13151         (Command line options): Handle --avoid.
13152         (func_acceptable): New function.
13153         (func_modules_transitive_closure): Use it.
13154
13155 2005-07-11  Bruno Haible  <bruno@clisp.org>
13156
13157         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
13158         Reported by Jim Meyering.
13159
13160 2005-07-10  Bruno Haible  <bruno@clisp.org>
13161
13162         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
13163         Needed when size_t is smaller than 'unsigned int'.
13164         Reported by Paul Eggert.
13165
13166 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13167
13168         * modules/argp (Depends-on): Add unlocked-io
13169
13170 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13171
13172         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
13173         block of defines.
13174
13175 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13176
13177         * config/srclist.txt: Comment out regcomp.c, since we have a porting
13178         fix now.
13179
13180 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
13181         and Paul Eggert  <eggert@cs.ucla.edu>
13182
13183         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
13184         in wint_t, not wchar_t.  Remove now-unnecessary cast.
13185
13186 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13187
13188         * modules/regex (Files): Add lib/regex_internal.c,
13189         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
13190         (Depends-on): Add extensions.
13191         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
13192
13193 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13194
13195         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
13196         pathconf.
13197         * m4/same.m4 (gl_SAME): Likewise.
13198         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
13199
13200         * m4/regex.m4: Adjust to new libc regex implementation.
13201         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
13202         all the .c and .h parts of (the new) regex.
13203         Quote the m4 stuff better.
13204         Check for RE_ICASE bug of old gnulib.
13205         Check for REG_STARTEND of recent libc.
13206         Rename local variables from jm_* to gl_*.
13207         Quote operand of "test -f".
13208         Say "recent enough" version of libc, not "version 2".
13209         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
13210         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
13211         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
13212         Remove check for btowc, isascii.
13213         Require AM_LANGINFO_CODESET.
13214
13215 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13216
13217         * lib/regex.c, regex.h: Sync from libc.
13218         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
13219         * lib/regexec.c:
13220         New files, synced from libc, except that regex_internal.h
13221         currently has a small porting fix.
13222
13223 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13224
13225         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
13226         regex_internal.c, regexec.c.
13227         Add regex_internal.h too, but as a comment, since the libc version
13228         is currently broken in gnulib mode.
13229
13230 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13231
13232         Support programs like Emacs that use gnulib but not gettext.
13233         * MODULES.html.sh (Internationalization functions): Add gettext-h.
13234         * modules/gettext-h: New file.
13235         * modules/gettext (Files): Remove lib/gettext.h.
13236         (Depends-on): Add gettext-h.
13237         (Makefile.am): Remove lib_SOURCES.
13238         * modules/argmatch, modules/c-stack, modules/closeout:
13239         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
13240         * modules/execute, modules/file-type, modules/getaddrinfo:
13241         * modules/getopt, modules/human, modules/javacomp:
13242         * modules/javaexec, modules/mkdir-p, modules/obstack:
13243         * modules/openat, modules/pagealign_alloc, modules/pipe:
13244         * modules/quotearg, modules/regex, modules/rpmatch:
13245         * modules/unicodeio, modules/userspec, modules/version-etc:
13246         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
13247         * modules/xsetenv:
13248         Depend on gettext-h, not gettext.
13249
13250 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13251
13252         * gnulib-tool (func_import): Add support for 'public domain' license.
13253         * modules/alloca, modules/atexit, modules/memmove:
13254         Now public domain, not GPL.
13255         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
13256         * modules/realloc, modules/strerror, modules/strtod:
13257         Now LGPL, not GPL.
13258
13259 2005-07-05  Bruno Haible  <bruno@clisp.org>
13260
13261         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
13262         autoconf CVS. Needed for mingw.
13263
13264 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13265
13266         Remove the dependency of the strftime module on the tzset module.
13267         * modules/strftime (Depends-on): Remove dependency on tzset.
13268
13269 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13270
13271         Remove the dependency of the strftime module on the tzset module.
13272         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
13273         gl_FUNC_TZSET_CLOBBER.
13274
13275 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13276
13277         Remove the dependency of the strftime module on the tzset module.
13278         * lib/strftime.c (my_strftime)
13279         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
13280         Copy the input structure, to work around some of the bug with
13281         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
13282         Solaris releases, you should also use the tzset module, but we won't
13283         require it as a dependency any more since we don't want LGPLed code
13284         to depend on GPLed code.
13285
13286 2005-07-02  Jim Meyering  <jim@meyering.net>
13287
13288         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
13289         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
13290         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
13291         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
13292
13293 2005-07-02  Jim Meyering  <jim@meyering.net>
13294
13295         * lib/backupfile.c (backup_args): Change a `0' to NULL.
13296
13297 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13298
13299         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
13300         declares only 'struct timespec;' (!).
13301
13302 2005-07-01  Jim Meyering  <jim@meyering.net>
13303
13304         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
13305         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
13306         * lib/save-cwd.c, tempname.c:
13307         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13308         and don't include <sys/file.h>).
13309
13310 2005-06-29  Jim Meyering  <jim@meyering.net>
13311
13312         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
13313         type name.  Use the variable name instead.
13314         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
13315         Likewise.
13316
13317 2005-06-28  Simon Josefsson  <jas@extundo.com>
13318
13319         * modules/check-version (Files): Add check-version.m4.
13320
13321 2005-06-28  Simon Josefsson  <jas@extundo.com>
13322
13323         * m4/check-version.m4: New file, suggested by Jim Meyering
13324         <jim@meyering.net>.
13325
13326 2005-06-28  Simon Josefsson  <jas@extundo.com>
13327
13328         * lib/check-version.h, lib/check-version.c: New files.
13329
13330 2005-06-28  Simon Josefsson  <jas@extundo.com>
13331
13332         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
13333         collision with global variable.  Better indentation.  Don't
13334         increment buffer pointer beyond buffer end.  Based on comments
13335         from Paul Eggert <eggert@cs.ucla.edu>.
13336
13337         * lib/base64.h: Indent.
13338
13339 2005-06-28  Simon Josefsson  <jas@extundo.com>
13340
13341         * doc/gnulib.texi (Library version handling): New section.
13342
13343 2005-06-28  Jim Meyering  <jim@meyering.net>
13344
13345         * check-module (find_included_lib_files): Hard-code another
13346         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
13347         but modules/fts-lgpl (correctly) does not list those files.
13348
13349         * modules/canonicalize (Files): Add lib/pathmax.h.
13350
13351 2005-06-25  Simon Josefsson  <jas@extundo.com>
13352
13353         * modules/check-version: New file.
13354
13355 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
13356
13357         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
13358         initializer of struct addrinfo, as an indication that we don't
13359         care how many members the structure has.
13360
13361 2005-06-24  Derek Price  <derek@ximbiot.com>
13362         and Bruno Haible  <bruno@clisp.org>
13363
13364         Remove stat module & update lstat.
13365         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
13366         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
13367         * m4/stat.m4: Remove this file.
13368
13369 2005-06-24  Derek Price  <derek@ximbiot.com>
13370         and Bruno Haible  <bruno@clisp.org>
13371
13372         Remove stat module & update lstat.
13373         * lib/stat.c: Remove this file...
13374         (slash_aware_lstat): ...moving this content and its support...
13375         * lib/lstat.c (rpl_lstat): ...into here.
13376         * lib/lstat.h: New file.
13377
13378 2005-06-24  Derek Price  <derek@ximbiot.com>
13379         and Bruno Haible  <bruno@clisp.org>
13380
13381         Remove stat module & update lstat.
13382         * config/srclist.txt (libc sources): Remove stat.
13383
13384 2005-06-24  Derek Price  <derek@ximbiot.com>
13385         and Bruno Haible  <bruno@clisp.org>
13386
13387         Remove stat module & update lstat.
13388         * MODULES.html.sh (stat): Remove.
13389         * MODULES.html: Regenerated.
13390         * modules/lstat (Description): Correct function name.
13391         (Files): Add "lstat.h".
13392         (Depends-on): Remove stat, add xalloc, stat-macros.
13393         * modules/stat: Remove this file.
13394         (Include): Add "lstat.h", remove <sys/stat.h>.
13395
13396 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13397
13398         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
13399         (ranged_convert): Don't save conversion in a temporary struct.
13400         This causes a warning with GCC 4.0.0, and anyway in the typical
13401         case it's not worth the extra 100 bytes or so of code.
13402         (ranged_convert, __mktime_internal): When calling a function via a
13403         pointer P, use P () rather than (*P) (), as we now assume C89 or
13404         better.
13405
13406 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13407
13408         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
13409         "who -r" failed to give output.  Problem reported by Tim Waugh.
13410
13411         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
13412         (xcalloc): Use it to avoid needless tests.
13413         Problem reported by Jim Meyering.
13414
13415 2005-06-20  Derek Price  <derek@ximbiot.com>
13416
13417         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
13418         unnecessary for Autoconfs > 2.59c.
13419
13420 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13421
13422         * lib/argp.h (__option_is_short): Check upper limit of
13423         __key. Isprint() requires its argument to have the value
13424         of an unsigned char or EOF.
13425
13426 2005-06-16  Jim Meyering  <jim@meyering.net>
13427
13428         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
13429         when either N or S is zero.
13430
13431 2005-06-16  Derek Price  <derek@ximbiot.com>
13432
13433         * m4/bison.m4: Declare YACC & YFLAGS precious.
13434
13435 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
13436
13437         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
13438         multibyte string or pattern, fall back on unibyte matching.
13439         Problem reported by James Youngman.
13440
13441 2005-06-08  Bruno Haible  <bruno@clisp.org>
13442
13443         * modules/csharpcomp: New file.
13444         * MODULES.html.sh (C#): Add csharpcomp.
13445
13446 2005-06-08  Bruno Haible  <bruno@clisp.org>
13447
13448         * m4/csharpcomp.m4: New file, from GNU gettext.
13449
13450 2005-06-08  Bruno Haible  <bruno@clisp.org>
13451
13452         * lib/csharpcomp.h: New file, from GNU gettext.
13453         * lib/csharpcomp.c: New file, from GNU gettext.
13454         * lib/csharpcomp.sh.in: New file, from GNU gettext.
13455
13456 2005-06-08  Bruno Haible  <bruno@clisp.org>
13457
13458         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
13459         warning on mingw.
13460
13461 2005-06-07  Derek Price  <derek@ximbiot.com>
13462
13463         Sync from CVS.
13464         * lib/glob_.h: Indent nested #ifdef.
13465
13466 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13467
13468         Sync from coreutils.
13469         Use "file name" when talking about file names, instead of "filename"
13470         or "path", as per the GNU coding standards.
13471         * lib/mkdir-p.c: Renamed from makepath.c.
13472         (make_dir_parents): Renamed from make_path.  All callers changed.
13473         * lib/mkdir-p.h: Likewise.  All includers changed.
13474         * lib/filenamecat.c: Renamed from path-concat.c.
13475         (file_name_concat): Renamed from path_concat.  All callers changed.
13476         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
13477         * lib/filenamecat.h: Likewise.  All includers changed.
13478         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
13479         in comments or local variable names.
13480         * lib/basename.c: Likewise.
13481         * lib/canonicalize.c, canonicalize.h: Likewise.
13482         * lib/dirname.c, dirname.h: Likewise.
13483         * lib/euidaccess.c: Likewise.
13484         * lib/exclude.c: Likewise
13485         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
13486         * lib/fsusage.c, fsuage.h: Likewise.
13487         * lib/fts.c, fts_.h: Likewise.
13488         * lib/getcwd.c: Likewise.
13489         * lib/getloadavg.c: Likewise.
13490         * lib/mkstemp.c: Likewise.
13491         * lib/mountlist.c, mountlist.h: Likewise.
13492         * lib/openat.c, openat.h: Likewise.
13493         * lib/readlink-stub.c: Likewise.
13494         * lib/readutmp.c, readutmp.h: Likewise.
13495         * lib/rename.c: Likewise.
13496         * lib/rmdir.c: Likewise.
13497         * lib/same.c: Likewise.
13498         * lib/savedir.c: Likewise.
13499         * lib/stripslash.c: Likewise.
13500         * lib/tempname.c: Likewise.
13501         * lib/xreadlink.c: Likewise.
13502         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
13503         All uses changed.
13504         * lib/exclude.h: Likewise.
13505
13506         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
13507         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13508         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
13509         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13510         * lib/pathmax.h: Include <limits.h> unconditionally, since other
13511         files have been getting away with it for years (MORE/BSD 4.3
13512         is extinct now).
13513         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
13514         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13515
13516         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
13517         Define to 256, not 255, as per modern POSIX.
13518
13519 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13520
13521         Sync from coreutils.
13522         Use "file name" when talking about file names, instead of "filename"
13523         or "path", as per the GNU coding standards.
13524         * MODULES.html.sh: mkdir-p renamed from makepath.
13525         filenamecat renamed from path-concat.
13526         * modules/filenamecat: Renamed from modules/path-concat.
13527         (Files): filenamecat.h and filenamecat.c renamed from
13528         path-concat.h and path-concat.c.
13529         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
13530         (Include): filenamecat.h, not path-concat.h.
13531         * modules/mkdir-p: Renamed from modules/makepath.
13532         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
13533         makepath.c.
13534         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
13535         (Include): mkdir-p.h, not makepath.h.
13536
13537 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13538
13539         Sync from coreutils.
13540         * m4/mkdir-p.m4: Renamed from makepath.m4.
13541         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
13542         Rename files from makepath.c to mkdir-p.c, and from
13543         makepath.h to mkdir-p.h.
13544         * m4/filenamecat.m4: Renamed from path-concat.m4.
13545         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
13546         Rename files from path-concat.c to filenamecat.c,
13547         and from path-concat.h to filenamecat.h.
13548         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
13549         "file name" in local variables or comments.
13550         * m4/rename.m4: Likewise.
13551
13552 2005-06-01  Bruno Haible  <bruno@clisp.org>
13553
13554         * modules/csharpexec: New file.
13555         * MODULES.html.sh (C#): New section.
13556
13557 2005-06-01  Bruno Haible  <bruno@clisp.org>
13558
13559         * m4/csharp.m4: New file, from GNU gettext.
13560         * m4/csharpexec.m4: New file, from GNU gettext.
13561
13562 2005-06-01  Bruno Haible  <bruno@clisp.org>
13563
13564         * lib/csharpexec.h: New file, from GNU gettext.
13565         * lib/csharpexec.c: New file, from GNU gettext.
13566         * lib/csharpexec.sh.in: New file, from GNU gettext.
13567
13568 2005-05-31  Derek Price  <derek@ximbiot.com>
13569             Paul Eggert  <eggert@cs.ucla.edu>
13570
13571         Sync from cvs.
13572         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13573
13574 2005-05-31  Derek Price  <derek@ximbiot.com>
13575             Paul Eggert  <eggert@cs.ucla.edu>
13576
13577         Sync from cvs.
13578         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13579
13580 2005-05-29  Derek Price  <derek@ximbiot.com>
13581
13582         * config/srclist.txt (glob_.h, glob.c): Add these files.
13583
13584 2005-05-29  Derek Price  <derek@ximbiot.com>
13585
13586         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
13587         * modules/glob: New file.
13588         * modules/getlogin_r: Add link to POSIX spec in description.
13589
13590 2005-05-29  Derek Price  <derek@ximbiot.com>
13591             Paul Eggert  <eggert@cs.ucla.edu>
13592
13593         * m4/glob.m4: New file.
13594
13595 2005-05-29  Derek Price  <derek@ximbiot.com>
13596             Paul Eggert  <eggert@cs.ucla.edu>
13597
13598         * lib/glob_.h, lib/glob.c: New files.
13599
13600 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13601
13602         * modules/fts (Files): Remove m4/inttypes-pri.m4.
13603         * modules/fts-lgpl (Depends-on): Remove gettext.
13604
13605 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13606
13607         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
13608         and don't require gt_INTTYPES_PRI.
13609
13610 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13611
13612         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
13613
13614         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
13615         the configuration hassle isn't worth it.
13616         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
13617         (LONGEST_MODIFIER, PRIuMAX): Remove.
13618
13619 2005-05-27  Bruno Haible  <bruno@clisp.org>
13620
13621         * lib/getlogin_r.h: Remove second include of <stddef.h>.
13622
13623 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
13624
13625         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
13626         _POSIX_PTHREAD_SEMANTICS for Solaris.
13627
13628 2005-05-25  Derek Price  <derek@ximbiot.com>
13629
13630         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
13631
13632 2005-05-25  Derek Price  <derek@ximbiot.com>
13633             Paul Eggert  <eggert@cs.ucla.edu>
13634
13635         * modules/getlogin_r, m4/getlogin_r.m4: New files.
13636         * lib/getlogin_r.c, getlogin_r.h: New files.
13637
13638 2005-05-25  Bruno Haible  <bruno@clisp.org>
13639             Derek Price  <derek@ximbiot.com>
13640
13641         * lib/getlogin_r.h: Simplify API documentation.
13642
13643 2005-05-23  Derek Price  <derek@ximbiot.com>
13644
13645         * modules/minmax (Files): Add m4/minmax.m4.
13646         (configure.ac): Add gl_MINMAX.
13647
13648 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13649
13650         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
13651         so that unistd-safer.h (GPL'ed code) need not be included.
13652
13653 2005-05-22  Bruno Haible  <bruno@clisp.org>
13654
13655         * m4/minmax.m4: New file.
13656         Based on a patch by Derek Price <derek@ximbiot.com>.
13657
13658 2005-05-22  Bruno Haible  <bruno@clisp.org>
13659
13660         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
13661         (INT64_MIN): Fix definition.
13662         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
13663
13664         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
13665         NEED_SIGNED_INT_TYPES.
13666
13667         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
13668         HAVE_SYSTEM_INTTYPES.
13669
13670 2005-05-22  Bruno Haible  <bruno@clisp.org>
13671
13672         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
13673         Also include <sys/param.h> if it defines MIN, MAX.
13674         Based on a patch by Derek Price <derek@ximbiot.com>.
13675
13676 2005-05-21  Jim Meyering  <jim@meyering.net>
13677
13678         * modules/fts (Files): Add m4/inttypes-pri.m4.
13679         (Depends-on): Add lstat and remove gettext.  Alphabetize.
13680
13681 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13682
13683         New fts module.
13684         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
13685         (setup_dir, free_dir): New functions.
13686         (enter_dir, leave_dir): Define trivial
13687         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
13688         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
13689         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
13690         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
13691         Move to fts-cycle.c.
13692         (fts_open): Use setup_dir.
13693         (fts_close): Use free_dir.
13694         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
13695         This adds a label and some gotos, but the alternatives were messier.
13696         Check for memory allocation failure when entering a dir.
13697         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
13698         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
13699         (FTS): New member fts_cycle, that is a union that contains the
13700         old active_dir_ht and cycle_state.  All uses changed to mention
13701         fts_cycle.ht and fts_cycle.state.
13702         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
13703         fts.c, with the following changes:
13704         (setup_dir, free_dir): New functions.
13705         (enter_dir): Now returns bool.  Return true if successful, false
13706         if memory exhausted.  All callers changed.
13707         Do not bother partly cleaning up on
13708         memory allocation failure; that is free_dir's job.
13709         However, free ad if hash_insert fails, to avoid memory leak.
13710         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
13711         fts->fts_options to see which union member to use.
13712
13713 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13714
13715         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
13716         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
13717
13718 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13719
13720         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
13721
13722 2005-05-20  Jim Meyering  <jim@meyering.net>
13723
13724         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
13725         Now a macro, to pacify GCC.
13726
13727 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13728
13729         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
13730         of -1.
13731
13732 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13733
13734         * lib/chown.c (rpl_chown): Return -1 on failure.
13735
13736 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13737
13738         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
13739         Don't check for stddef.h.
13740         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
13741         don't use its results.
13742         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
13743         since we include them unconditionally.  Don't require
13744         AM_STDBOOL_H, since stdbool is a prerequisite.
13745         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
13746         since we assume C89 or better.
13747         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
13748         as we don't use their results.
13749         Don't check for fchdir, memmove, memset, strrchr, as we use
13750         them unconditionally.
13751         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
13752         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
13753
13754 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13755
13756         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
13757         Include <stddef.h> unconditionally, since we assume C89 now.
13758         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
13759         * lib/fts.c: Include fts_.h first, to check interface.
13760         Do not include intprops.h; no longer needed.
13761         Include cycle-check.h and hash.h, since fts_.h no longer does.
13762         Remove unnecessary casts of closedir to void.
13763         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
13764         decide whether to decrement nlinks.
13765         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
13766         (FTS): Use struct hash_table * instead of Hash_table, so that
13767         we no longer need to include hash.h here.
13768
13769 2005-05-18  Jim Meyering  <jim@meyering.net>
13770
13771         * modules/dirfd (License): Change to LGPL.  Most of the code
13772         is already in the public domain.
13773
13774 2005-05-18  Jim Meyering  <jim@meyering.net>
13775
13776         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
13777         Reported by Yoann Vandoorselaere.
13778
13779 2005-05-17  Jim Meyering  <jim@meyering.net>
13780
13781         * m4/fts.m4: New file, from coreutils.
13782
13783 2005-05-17  Jim Meyering  <jim@meyering.net>
13784
13785         * lib/fts.c, lib/fts_.h: New files, from coreutils.
13786
13787 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13788
13789         Sync from coreutils.
13790         * m4/unlinkdir.m4: New file.
13791
13792 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13793
13794         Sync from coreutils.
13795         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
13796         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
13797         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
13798         White space changes only.
13799         * lib/makepath.c (make_path): Port to hosts where leading "//" is
13800         special.
13801         * lib/yesno.c: Include getline.h, not ctype.h.
13802         (yesno): Don't remove leading white space; POSIX doesn't allow it.
13803         Use getline to remove arbitrary restriction on response length.
13804
13805 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13806
13807         * config/srclist-update: Spell out "Street" in FSF postal
13808         mail address; this is the style the FSF seems to prefer.
13809
13810         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
13811         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
13812         this updates FSF postal mail address.
13813
13814         Sync from coreutils.
13815         * modules/unlinkdir: New file.
13816         * modules/yesno (Depends-on): Add getline.
13817         * MODULES.html.sh (File system functions): Add unlinkdir.
13818
13819 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13820
13821         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
13822         lib/strsep.h:
13823         Change the initial comment to refer to GPL, not LGPL.
13824         gnulib-tool will change it to LGPL as needed.
13825
13826         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
13827         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
13828         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
13829         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
13830         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
13831         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
13832         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
13833         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
13834         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
13835         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
13836         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
13837         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
13838         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
13839         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
13840         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
13841         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
13842         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
13843         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
13844         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
13845         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
13846         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
13847         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
13848         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
13849         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
13850         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
13851         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
13852         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
13853         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
13854         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
13855         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
13856         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
13857         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
13858         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
13859         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
13860         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
13861         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
13862         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
13863         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
13864         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
13865         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
13866         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
13867         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
13868         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
13869         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
13870         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
13871         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
13872         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
13873         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
13874         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
13875         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
13876         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
13877         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
13878         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
13879         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
13880         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
13881         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
13882         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
13883         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
13884         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
13885         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
13886         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
13887         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
13888         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
13889         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
13890         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
13891         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
13892         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
13893         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
13894         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
13895         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
13896         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
13897         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
13898         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
13899         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
13900         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
13901         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
13902         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
13903         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
13904         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
13905         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
13906         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
13907         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
13908         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
13909         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
13910         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
13911         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
13912         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
13913         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
13914         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
13915         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
13916         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
13917         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
13918         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
13919         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
13920         lib/yesno.c, lib/yesno.h:
13921         Update FSF postal mail address.
13922
13923 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13924
13925         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
13926         tests/test-memmem.c, tests/test-stpncpy.c:
13927         Update FSF postal mail address.
13928
13929 2005-05-13  Bruno Haible  <bruno@clisp.org>
13930
13931         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
13932         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
13933         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
13934         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
13935         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
13936         Add support for 64-bit integers in the MSVC compiler.
13937
13938 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13939
13940         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
13941
13942 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
13943
13944         * gnulib-tool (func_import): Sort and uniquify recommended includes.
13945
13946 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
13947
13948         * doc/getdate.texi (General date syntax): Don't say that date
13949         date --iso-8601=ns generates acceptable dates; it doesn't yet.
13950         Problem reported by Nic Ferrier.
13951
13952 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13953
13954         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
13955         specified in ai_socktype. Fix invalid ai_protocol
13956         check. ai_protocol is usually set to 0 or depending on
13957         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
13958         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
13959         ai_socktype / ai_protocol in the returned addrinfo structure.
13960
13961 2005-05-10  Simon Josefsson  <jas@extundo.com>
13962
13963         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
13964         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13965
13966 2005-05-10  Karl Berry  <karl@gnu.org>
13967
13968         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
13969         (from http://www.gnu.org/licenses).
13970         * doc/COPYING.LIB: also rename to COPYING.LESSER.
13971         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
13972         fdl.texi suffices.
13973
13974 2005-05-10  Karl Berry  <karl@gnu.org>
13975
13976         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
13977         (COPYING.DOC): remove.
13978
13979         * config/srclist-update: new FSF address.
13980
13981 2005-05-10  Derek Price  <derek@ximbiot.com>
13982
13983         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
13984         possible.
13985
13986 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13987             Bruno Haible  <bruno@clisp.org>
13988
13989         * modules/inet_ntop: New file.
13990         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13991         inet_ntop.
13992
13993 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13994             Bruno Haible  <bruno@clisp.org>
13995
13996         * m4/inet_ntop.m4: New file.
13997
13998 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13999             Bruno Haible  <bruno@clisp.org>
14000
14001         * lib/inet_ntop.h: New file.
14002         * lib/inet_ntop.c: New file, from glibc with modifications.
14003
14004 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
14005
14006         * modules/time_r (License): Change to LGPL.
14007         * modules/extensions (License): Change to LGPL.  Actually,
14008         the license is more permissive than that, but currently gnulib-tool
14009         doesn't know how to handle more-permissive licenses.
14010
14011         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
14012         Problem reported by Dave Love.
14013
14014 2005-05-08  Jim Meyering  <jim@meyering.net>
14015
14016         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
14017         blank.
14018
14019 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
14020
14021         * modules/argmatch (Depends-on): Add stdbool.
14022         * modules/backupfile (Depends-on): Likewise.
14023         * modules/chdir-long (Depends-on): Likewise.
14024         * modules/closeout (Depends-on): Likewise.
14025         * modules/cycle-check (Depends-on): Likewise.
14026         * modules/dirname (Depends-on): Likewise.
14027         * modules/fnmatch (Depends-on): Likewise.
14028         * modules/fsusage (Depends-on): Likewise.
14029         * modules/fwriteerror (Depends-on): Likewise.
14030         * modules/getcwd (Depends-on): Likewise.
14031         * modules/getloadavg (Depends-on): Likewise.
14032         * modules/hard-locale (Depends-on): Likewise.
14033         * modules/makepath (Depends-on): Likewise.
14034         * modules/mountlist (Depends-on): Likewise.
14035         * modules/nanosleep (Depends-on): Likewise.
14036         * modules/posixtm (Depends-on): Likewise.
14037         * modules/quotearg (Depends-on): Likewise.
14038         * modules/readtokens (Depends-on): Likewise.
14039         * modules/readtokens0 (Depends-on): Likewise.
14040         * modules/readutmp (Depends-on): Likewise.
14041         * modules/save-cwd (Depends-on): Likewise.
14042         * modules/strftime (Depends-on): Likewise.
14043         * modules/userspec (Depends-on): Likewise.
14044         * modules/utimecmp (Depends-on): Likewise.
14045         * modules/xgetcwd (Depends-on): Likewise.
14046         * modules/xnanosleep (Depends-on): Likewise.
14047         * modules/xstrtod (Depends-on): Likewise.
14048         * modules/yesno (Depends-on): Likewise.
14049
14050 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
14051
14052         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
14053         needless checks.
14054
14055 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14056
14057         Merge from coreutils.  Among other things,
14058         add bulletproofing for cases where stdin, stdout, or stderr are closed.
14059         * lib/fd-safer.c: New file.
14060         * lib/fcntl-safer.h, open-safer.c: Remove.
14061         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
14062         * lib/dup-safer.c: Include unistd-safer.h first.
14063         Don't include errno.h.
14064         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
14065         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
14066         * lib/file-type.c: Rely on file-type.h change.
14067         * lib/getloadavg.c: Include unistd-safer.h.
14068         (getloadavg): Use safer open.
14069         * lib/getusershell.c: Include "stdio-safer.h".
14070         (getusershell): Use safer fopen.
14071         * lib/long-options.c (long_options): Use NULL rather than 0.
14072         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
14073         'free'.
14074         * lib/modechange.c: Likewise.
14075         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
14076         (MODE_DONE): New constant.
14077         (struct mode_change): Remove 'next' member.
14078         (make_node_op_equals): New function; like the old one of the
14079         same name, except it allocates an array.
14080         (mode_compile, mode_create_from_ref): Use it.
14081         (mode_compile): Allocate result as an array, not a linked list.
14082         Parse octal string ourself, so that we catch mistakes like "+0".
14083         (mode_adjust): Arg is an array, not a linked list.
14084         * lib/modechange.c: Include stat-macros.h, xalloc.h.
14085         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
14086         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
14087         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
14088         Remove.  This is now stat-macros.h's job.
14089         (talloc): Remove.  All callers replaced by xalloc, so that
14090         our invokers don't have to worry about reporting memory failures.
14091         (make_node_op_equals): Remove.
14092         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14093         New constants.
14094         (struct mode_change): Moved here from modechange.h.
14095         (mode_append_entry): Remove.
14096         (mode_compile): Remove MASKED_OPS arg, since it encouraged
14097         apps to have incorrect behavior.  Use simpler algorithm for head
14098         and tail.  Don't futz with umask; that's now the job of mode_adjust.
14099         Detect more invalid usages rather than having somewhat-random behavior.
14100         Don't insert an "a=" action, as that leads to incorrect behavior.
14101         (mode_compile, mode_create_from_ref): Return NULL on error instead
14102         of an enum, since now there's only one way to have an error.  All
14103         callers changed.
14104         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
14105         at the correct time.  Simplify calculation of "+u" and its ilk.
14106         Don't mishandle "+X".
14107         (mode_free): Remove "register" and localize decls.
14108         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14109         (struct mode_change): Move to modechange.c; callers don't
14110         need to see this stuff.
14111         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
14112         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
14113         (mode_change, mode_adjust): Reflect the new signatures noted above.
14114         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
14115         that might redefine system include files.
14116         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
14117         (my_usleep): Use NULL rather than (void *) 0.
14118         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
14119         Use siginterrupt to specify that system calls should be interrupted.
14120         (rpl_nanosleep): Move initialization of suspended closer to call of
14121         my_usleep.
14122         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
14123         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
14124         (desirable_utmp_entry): New function.
14125         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
14126         using x2nrealloc, to simplify logic.
14127         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
14128         size calculation.  Do not assume utmp file is a regular file.
14129         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
14130         (READ_UTMP_CHECK_PIDS): New constant.
14131         * lib/save-cwd.c: Include unistd-safer.h.
14132         (save_cwd): Use fd_safer.
14133         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
14134         [!_LIBC] Include "stat-macros.h" instead.
14135         * lib/unistd-safer.h (fd_safer): New decl.
14136
14137 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14138
14139         * modules/getloadavg (Depends-on): Add unistd-safer.
14140         * modules/getusershell (Depends-on): Add stdio-safer.
14141         * modules/lstat (Depends-on): Remove xalloc.
14142         * modules/mkstemp (Depends-on): Add stat-macros.
14143         * modules/modechange (Depends-on): Remove xstrtol.
14144         Add stat-macros, xalloc.
14145         * modules/save-cwd (Depends-on): Add unistd-safer.
14146         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
14147         * modules/unistd-safer (Files): Add lib/fd-safer.c
14148         (Makefile.am): Remove lib_SOURCES.
14149
14150         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
14151         Remove fcntl-safer; unistd-safer supersedes it.
14152
14153 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14154
14155         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
14156         AC_HEADER_STAT.
14157         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
14158         (gl_PREREQ_CHOWN): Remove.
14159         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
14160         it.  Don't require AC_HEADER_STAT.
14161         (gl_PREREQ_LSTAT): Remove.
14162         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
14163         Don't require AC_HEADER_STAT.
14164         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
14165         (gl_PREREQ_RMDIR): Remove.
14166         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
14167         mention stat-macros.h or AC_HEADER_STAT, since we'll make
14168         the stat-macros module a prerequisite.
14169         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
14170         * m4/filemode.m4 (gl_FILEMODE): Likewise.
14171         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
14172         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
14173         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
14174         variable names.
14175         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
14176         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
14177         variable prefixes.
14178         * m4/fcntl-safer.m4: Remove.
14179         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
14180         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
14181         Invoke gl_PREREQ_FD_SAFER.
14182         (gl_PREREQ_FD_SAFER): New macro.
14183         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
14184         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
14185         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
14186         Remove duplicate call to AC_LIBOBJ(readutmp).
14187         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
14188
14189         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
14190         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
14191
14192 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14193
14194         * MODULES.html.sh (Misc): Add byteswap.
14195
14196 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14197
14198         * modules/getcwd (Depends-on): Add extensions.
14199         * modules/openat (Depends-on): Likewise.
14200
14201 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14202
14203         * modules/byteswap: New file.
14204
14205 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14206
14207         * m4/byteswap.m4: New file.
14208
14209 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14210
14211         * lib/byteswap_.h: New file.
14212
14213 2005-04-25  Karl Berry  <karl@gnu.org>
14214
14215         * m4/gettext.m4: Update from GNU gettext 0.14.4.
14216
14217 2005-04-25  Albert Chin  <china@thewrittenword.com>
14218
14219         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
14220         Toolkit C bug.
14221
14222 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
14223
14224         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
14225         (func_ln_if_changed) Remove forcibly for no error message
14226         in case file does not exist.
14227
14228 2005-04-19  Simon Josefsson  <jas@extundo.com>
14229
14230         * gnulib-tool (Options): Make --symlink mean --symbolic.
14231
14232 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
14233
14234         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
14235
14236 2005-04-16  Simon Josefsson  <jas@extundo.com>
14237
14238         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
14239
14240 2005-04-15  Simon Josefsson  <jas@extundo.com>
14241
14242         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
14243
14244 2005-04-15  Simon Josefsson  <jas@extundo.com>
14245
14246         * gnulib-tool: Rename --symlink to --symbolic.
14247
14248 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
14249
14250         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
14251         symbolic links to files instead of copying/moving.  Add --aux-dir,
14252         specifying directory relative --dir where auxiliary build tools
14253         are placed.
14254
14255 2005-04-14  Bruno Haible  <bruno@clisp.org>
14256
14257         * modules/allocsa (License): Change to LGPL.
14258         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
14259
14260 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14261
14262         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
14263         that "UTC +1 second" continues to work.  Problem reported
14264         by Dmitry V. Levin.
14265         (relunit_snumber): New rule.
14266         (relunit): Use it.
14267
14268 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14269
14270         * lib/getdate.y (universal_time_zone_table): New constant.
14271         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
14272         universal_time_zone_table.
14273         (lookup_zone): Prefer universal_time_zone_table to
14274         local_time_zone_table, so that "GMT" time stamps are allowed in
14275         London during the summer.  Problem reported by Ian Abbott.
14276
14277 2005-04-12  Jim Meyering  <jim@meyering.net>
14278
14279         * lib/human.c (humblock): Set *options even when returning due to
14280         xstrtoumax conversion failure.  Thanks to a used-uninitialized
14281         warning from gcc-4.
14282
14283 2005-04-09  Jim Meyering  <jim@meyering.net>
14284
14285         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
14286         -Wuninitialized: initialize tm0.tm_year.
14287
14288 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
14289
14290         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
14291         count, since there's no maximum.  All uses changed.
14292         Add member dsts_seen.
14293         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
14294         not being INT_MAX.
14295         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
14296         Use pc_rels_seen to decide whther a date is absolute.
14297
14298         * lib/getdate.y (number): Don't overwrite year.
14299         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
14300         check.
14301
14302 2005-04-02  Simon Josefsson  <jas@extundo.com>
14303
14304         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
14305         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
14306
14307 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
14308
14309         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
14310         where no absolute path name can be longer than PATH_MAX.
14311
14312 2005-03-27  Jim Meyering  <jim@meyering.net>
14313
14314         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
14315
14316 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
14317
14318         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
14319         "one's complement" -> "ones' complement" in comment, as per Knuth.
14320         "value of type" -> "type or expression" in comment.
14321         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
14322
14323 2005-03-26  Jim Meyering  <jim@meyering.net>
14324
14325         Comment nits.
14326         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
14327         Correct typos: s/or/of/.
14328
14329 2005-03-26  Jim Meyering  <jim@meyering.net>
14330
14331         * modules/check-include-files: Move to ../ and rename to...
14332         * check-module: ...this.
14333
14334 2005-03-25  Jim Meyering  <jim@meyering.net>
14335
14336         * modules/xvasprintf (Files): Add xalloc.h.
14337
14338 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
14339
14340         * modules/gettext (Files): config/config.rpath ->
14341         build-aux/config.rpath
14342         * modules/iconv (Files): Likewise.
14343         Problem reported by Oskar Liljeblad.
14344
14345 2005-03-23  Jim Meyering  <jim@meyering.net>
14346
14347         * modules/check-include-files: New script to check for
14348         missing dependencies, multiple includes, etc.
14349
14350         * modules/c-strtold (Depends-on): Add xalloc.
14351         * modules/c-strtod (Depends-on): Add xalloc.
14352         * modules/hash (Depends-on): Add xalloc.
14353         (Files): Remove lib/xalloc.h.
14354
14355         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
14356         * modules/userspec (Files): Add lib/inttostr.h.
14357
14358 2005-03-23  Jim Meyering  <jim@meyering.net>
14359
14360         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
14361
14362 2005-03-22  Jim Meyering  <jim@meyering.net>
14363
14364         * modules/stat-macros: New module.
14365         * modules/canonicalize, modules/euidaccess, modules/file-type,
14366         * modules/filemode, modules/lchown, modules/makepath,
14367         * modules/rmdir, modules/stat: Depend on new stat-macros module
14368         rather than listing lib/stat-macros.h manually.
14369         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
14370
14371 2005-03-22  Jim Meyering  <jim@meyering.net>
14372
14373         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
14374
14375 2005-03-22  Bruno Haible  <bruno@clisp.org>
14376
14377         * config/srclist.txt: Replace target directory 'config' with
14378         'build-aux'.
14379         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
14380         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
14381         ../build-aux/.
14382
14383 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
14384
14385         * modules/chdir-long (Depends-on): Add mempcpy.
14386
14387         * modules/acl, modules/backupfile, modules/c-strtod,
14388         modules/c-strtold, modules/canon-host, modules/canonicalize,
14389         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
14390         modules/exclude, modules/exitfail, modules/file-type,
14391         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
14392         modules/getdate, modules/getline, modules/getpagesize,
14393         modules/getpass, modules/getugroups, modules/group-member,
14394         modules/hard-locale, modules/hash, modules/human, modules/idcache,
14395         modules/inttostr, modules/long-options, modules/makepath,
14396         modules/md5, modules/memcasecmp, modules/memcoll,
14397         modules/modechange, modules/mountlist, modules/path-concat,
14398         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
14399         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
14400         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
14401         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
14402         modules/strftime, modules/strndup, modules/strverscmp,
14403         modules/timespec, modules/unlocked-io, modules/userspec,
14404         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
14405         modules/yesno:
14406         Remove lib_SOURCES line from Makefile.am section, as this is now
14407         done automatically by the corresponding Autoconf macro.
14408
14409 2005-03-21  Jim Meyering  <jim@meyering.net>
14410
14411         Changes imported from coreutils.
14412
14413         * lib/cycle-check.c: Don't include xalloc.h.
14414
14415         * lib/path-concat.c: Don't include assert.h.
14416         (path_concat): Remove assertion that would have triggered
14417         for ABASE starting with more than one slash.
14418         Reported by Andreas Schwab.
14419
14420         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
14421         properly when ABASE is an absolute file name.
14422         Correct the description of this function.
14423         Include <assert.h>.
14424         Add an assertion and a test driver.
14425         This fixes a bug introduced on 2004-07-02.
14426         Andreas Schwab reported the resulting failure of cp --parents:
14427         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
14428
14429 2005-03-21  Jim Meyering  <jim@meyering.net>
14430
14431         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
14432         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
14433
14434 2005-03-21  Jim Meyering  <jim@meyering.net>
14435         and  Paul Eggert  <eggert@cs.ucla.edu>
14436
14437         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
14438         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
14439         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
14440         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
14441         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
14442         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
14443         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
14444         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
14445         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
14446         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
14447         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
14448         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
14449         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
14450         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
14451         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
14452         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
14453         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
14454         for these modules.
14455
14456 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14457
14458         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
14459         (which shouldn't happen), generate nothing instead of returning 0
14460         immediately, so that nstrftime (NULL, ...) doesn't return 0.
14461
14462 2005-03-16  Bruno Haible  <bruno@clisp.org>
14463
14464         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
14465         HAVE_LONGLONG_64BIT.
14466
14467 2005-03-16  Bruno Haible  <bruno@clisp.org>
14468
14469         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
14470         HAVE_LONGLONG_64BIT.
14471
14472 2005-03-16  Bruno Haible  <bruno@clisp.org>
14473
14474         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
14475         HAVE_LONGLONG_64BIT.
14476
14477 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14478
14479         * lib/strftime.c (my_strftime): Prepend space to format so that we can
14480         reliably distinguish strftime failure from empty output on POSIX
14481         hosts.
14482
14483 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14484
14485         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
14486         (iconv_string): Don't guess a size-zero buffer, as that might cause
14487         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
14488         result would be 'too large', where 'too large' is (heuristically)
14489         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
14490         overflow concerns.  This will prevent some unwanted malloc failures
14491         when the inputs are very large.
14492
14493 2005-03-15  Karl Berry  <karl@gnu.org>
14494
14495         * config/srclist.txt (config.rpath): from gettext.
14496         * config/config.rpath: update.
14497
14498 2005-03-15  Bruno Haible  <bruno@clisp.org>
14499
14500         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
14501         to 'negate'.
14502
14503         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
14504         variable.
14505
14506         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
14507         results.
14508
14509 2005-03-14  Simon Josefsson  <jas@extundo.com>
14510
14511         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
14512         <fx@gnu.org>.
14513
14514 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
14515
14516         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
14517         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
14518         intprops.h.
14519         * lib/strtol.c: Likewise.
14520
14521 2005-03-14  Jim Meyering  <jim@meyering.net>
14522
14523         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
14524         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
14525         to be nonzero so that we (and caller) can detect the difference
14526         between a valid zero-length expansion and an error return, even
14527         when the underlying strftime fails before writing anything into
14528         that location.
14529
14530 2005-03-14  Bruno Haible  <bruno@clisp.org>
14531
14532         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
14533         Update from GNU gettext 0.14.3.
14534
14535 2005-03-10  Jim Meyering  <jim@meyering.net>
14536
14537         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
14538
14539 2005-03-10  Jim Meyering  <jim@meyering.net>
14540
14541         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
14542         so that this module works on systems without fchdir.
14543
14544 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
14545
14546         Factor int-properties macros into a single file, except for
14547         glibc-related files.
14548         * lib/intprops.h: New file.
14549         * lib/getloadavg.c: Include it instead of limits.h.
14550         (INT_STRLEN_BOUND): Remove.
14551         * lib/human.c: Include intprops.h.
14552         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
14553         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
14554         302/1000.
14555         * lib/inttostr.h: Include intprops.h instead of limits.h.
14556         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
14557         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
14558         for consistency with intprops.h.
14559         (time_t_is_integer, twos_complement_arithmetic): Use them.
14560         * lib/sig2str.h: Include <signal.h>, intprops.h.
14561         (INT_STRLEN_BOUND): Remove.
14562         * lib/strftime.c (TYPE_SIGNED): Remove.
14563         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
14564         * lib/strtol.c: Adjust comments to match intprops.h.
14565         * lib/userspec.c: Include intprops.h.
14566         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
14567         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
14568         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
14569         instead of rolling our own expressions.
14570         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
14571
14572         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
14573         instead of int.
14574         (my_strftime): Do not mishandle years close to INT_MAX, by doing
14575         the right thing even if adding 1900 would overflow.  Similarly
14576         for tm_mon + 1 and tm_yday + 1.
14577         Make %Y always equivalent to %C%y, and similarly for %G and %g.
14578         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
14579         (DO_SIGNED_NUMBER): New macro.
14580         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
14581
14582 2005-03-07  Bruno Haible  <bruno@clisp.org>
14583
14584         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
14585
14586 2005-03-07  Bruno Haible  <bruno@clisp.org>
14587
14588         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
14589
14590 2005-03-04  Derek R. Price  <derek@ximbiot.com>
14591
14592         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
14593         (func_import): Only replace files via --import when they have actually
14594         changed.
14595
14596 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14597
14598         * m4/mmap-anon.m4: New file.
14599         * m4/pagealign_alloc.m4: New file.
14600
14601 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14602             Bruno Haible  <bruno@clisp.org>
14603
14604         * modules/pagealign_alloc: New file.
14605         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
14606
14607 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14608             Bruno Haible  <bruno@clisp.org>
14609
14610         * lib/pagealign_alloc.h: New file.
14611         * lib/pagealign_alloc.c: New file.
14612
14613 2005-03-03  Bruno Haible  <bruno@clisp.org>
14614
14615         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
14616         Use an all-permissive copyright notice, recommended by RMS.
14617
14618 2005-03-02  Bruno Haible  <bruno@clisp.org>
14619
14620         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
14621         of AIX, the replacement has to be done only after <string.h> is
14622         included, therefore not in config.h. stpncpy.h does the replacement,
14623         and stpncpy.c uses it.
14624
14625 2005-03-02  Bruno Haible  <bruno@clisp.org>
14626
14627         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
14628         stpncpy.c uses it.
14629
14630 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14631
14632         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
14633         The workaround isn't strictly needed for POSIX conformance, and
14634         it's too much of a pain to configure and maintain.  We'll ask
14635         people to fix their kernels instead.
14636         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
14637         (NANOSLEEP_BUG_WORKAROUND): Remove.
14638         (xnanosleep): Remove the workaround.
14639
14640 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14641
14642         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
14643         Reported by Derek Price.
14644         (Include): Add "timespec.h".
14645
14646         * modules/xnanosleep (Depends-on): Remove gethrxtime.
14647
14648 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14649
14650         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
14651         to detect nanosleep bug.
14652
14653 2005-03-01  Bruno Haible  <bruno@clisp.org>
14654
14655         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
14656
14657 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14658
14659         * modules/gethrxtime: New file.
14660         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
14661         (Depends-on): Add gethrxtime.
14662         (configure.ac): Add gl_XNANOSLEEP.
14663         (Makefile.am): Remove lib_SOURCES line.
14664
14665 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14666
14667         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
14668         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
14669
14670 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14671
14672         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
14673         * lib/timespec.h (gettime): Return void, since it always
14674         succeeds now.  All uses changed.
14675         * lib/gettime.c (gettime) Likewise.
14676         [HAVE_NANOTIME]: Prefer nanotime.
14677         Assume gettimeofday succeeds, as POSIX requires.
14678         Assime time () succeeds, since other code already does.
14679         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
14680         (timespec_subtract): Remove.
14681         (NANOSLEEP_BUG_WORKAROUND): New constant.
14682         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
14683         things considerably.  Use it only on GNU/Linux hosts, since the
14684         workaround shouldn't be needed elsewhere.
14685
14686 2005-02-24  Bruno Haible  <bruno@clisp.org>
14687
14688         * modules/gettext (Files): Add m4/glibc2.m4.
14689
14690 2005-02-24  Bruno Haible  <bruno@clisp.org>
14691
14692         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
14693         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
14694         * m4/progtest.m4:
14695         Update from GNU gettext 0.14.2.
14696         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
14697
14698 2005-02-24  Bruno Haible  <bruno@clisp.org>
14699
14700         * lib/localcharset.c: Update from GNU gettext 0.14.2.
14701         * lib/config.charset: Update from GNU gettext 0.14.2.
14702
14703 2005-02-24  Bruno Haible  <bruno@clisp.org>
14704
14705         * lib/gettext.h: Update from GNU gettext 0.14.2.
14706
14707 2005-02-23  Simon Josefsson  <jas@extundo.com>
14708
14709         * m4/iconvme.m4: New file.
14710
14711 2005-02-23  Jim Meyering  <jim@meyering.net>
14712
14713         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
14714         change.
14715         Thanks to Bruno Haible for catching it.
14716
14717 2005-02-22  Simon Josefsson  <jas@extundo.com>
14718
14719         * modules/iconvme: New file.
14720
14721         * MODULES.html.sh: Add iconvme.
14722
14723 2005-02-22  Simon Josefsson  <jas@extundo.com>
14724
14725         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
14726
14727 2005-02-22  Simon Josefsson  <jas@extundo.com>
14728
14729         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
14730
14731 2005-02-22  Jim Meyering  <jim@meyering.net>
14732
14733         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
14734         s/ifndef/ifdef/.
14735
14736 2005-02-20  Neil Conway  <neilc@samurai.com>
14737
14738         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
14739         returned by OSX/Darwin if the specified buffer is not large
14740         enough for the hostname.
14741
14742 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14743
14744         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
14745         pass it to _help, otherwise the latter coredumps trying to
14746         dereference state.root_argp.
14747
14748 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14749
14750         * modules/chdir-long (Depends-on): Add memrchr.
14751         * modules/memrchr (Files): Add lib/memrchr.h.
14752         (Include): "memrchr.h".
14753
14754 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14755
14756         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
14757
14758 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14759
14760         * lib/memrchr.h: New file.
14761         * lib/chdir-long.c: Include it.
14762         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
14763         Don't bother including stddef.h.
14764
14765 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
14766
14767         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
14768         inclusion.
14769         Include <sys/types.h>, for dev_t.
14770         (ME_DUMMY, ME_REMOTE): Move from here....
14771         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
14772         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
14773         Dmitry V. Levin.
14774         Include mountlist.h first, to test the interface.
14775
14776 2005-01-29  Bruno Haible  <bruno@clisp.org>
14777
14778         * lib/progname.c (program_name): Initialize.
14779         Needed when linking statically on MacOS X.
14780
14781 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14782
14783         Sync from coreutils.
14784         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
14785         (Depends-on): Add c-strtod.
14786         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
14787
14788 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14789
14790         Sync from coreutils.
14791         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
14792
14793         Remove files that are specific to coreutils.
14794         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
14795
14796 2005-01-28  Bruno Haible  <bruno@clisp.org>
14797
14798         * modules/javacomp: New file.
14799         * MODULES.html.sh (Java): Add javacomp.
14800
14801 2005-01-28  Bruno Haible  <bruno@clisp.org>
14802
14803         * m4/javacomp.m4: New file, from GNU gettext.
14804
14805 2005-01-28  Bruno Haible  <bruno@clisp.org>
14806
14807         * lib/javacomp.sh.in: New file, from GNU gettext.
14808         * lib/javacomp.h: New file, from GNU gettext.
14809         * lib/javacomp.c: New file, from GNU gettext.
14810
14811 2005-01-26  Simon Josefsson  <jas@extundo.com>
14812
14813         * lib/gai_strerror.c: Use GPL in header.
14814
14815 2005-01-26  Bruno Haible  <bruno@clisp.org>
14816
14817         * modules/javaexec: New file.
14818         * MODULES.html.sh (Java): Add javaexec.
14819
14820 2005-01-26  Bruno Haible  <bruno@clisp.org>
14821
14822         * m4/javaexec.m4: New file, from GNU gettext.
14823
14824 2005-01-26  Bruno Haible  <bruno@clisp.org>
14825
14826         * lib/javaexec.sh.in: New file, from GNU gettext.
14827         * lib/javaexec.h: New file, from GNU gettext.
14828         * lib/javaexec.c: New file, from GNU gettext.
14829
14830 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14831
14832         * modules/lchown (Depends-on): Remove lchown.h
14833
14834 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14835
14836         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
14837         must be defined if the header file was not found, in order
14838         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
14839
14840 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14841
14842         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
14843         initializers for struct pentry_state.
14844         (__argp_error): Check return value of __asprintf
14845         (__argp_failure): Translate error message
14846
14847         * lib/argp-parse.c: Removed braces around the expansion of N_()
14848
14849 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14850
14851         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
14852         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
14853         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
14854         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
14855         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
14856         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
14857         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
14858         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
14859         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
14860         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
14861         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
14862         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
14863         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
14864         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
14865         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
14866         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
14867         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
14868         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
14869         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
14870         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
14871         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
14872         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
14873         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
14874         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
14875         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
14876         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
14877         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
14878         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
14879         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
14880         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
14881         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
14882         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
14883         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
14884         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
14885         xstrtol.m4, xstrtoumax.m4, yesno.m4:
14886         Use an all-permissive copyright notice, recommended by RMS.
14887
14888 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
14889
14890         * modules/chdir-long (Depends-on): Remove mempcpy.
14891
14892 2005-01-21  Jim Meyering  <jim@meyering.net>
14893
14894         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
14895         same value as for Solaris 9.
14896
14897         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
14898         component length.  This included changing the parameter to be
14899         of type `char *' rather than `char const *'.
14900         * lib/chdir-long.h (chdir_long): Update prototype.
14901
14902         * lib/openat.c (fdopendir, fstatat): New functions.
14903         * lib/openat.h: Include headers required for use of DIR and struct
14904         stat.
14905         [AT_SYMLINK_NOFOLLOW]: Define.
14906         (fdopendir, fstatat): Add prototypes.
14907
14908 2005-01-21  Bruno Haible  <bruno@clisp.org>
14909
14910         * modules/classpath: New file.
14911         * MODULES.html.sh (Java): Add classpath.
14912
14913 2005-01-21  Bruno Haible  <bruno@clisp.org>
14914
14915         * lib/classpath.h: New file, from GNU gettext.
14916         * lib/classpath.c: New file, from GNU gettext.
14917
14918 2005-01-20  Simon Josefsson  <jas@extundo.com>
14919
14920         * modules/version-etc-fsf: New file.
14921
14922 2005-01-20  Simon Josefsson  <jas@extundo.com>
14923
14924         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
14925         * lib/version-etc.c: Remove version_etc_copyright.
14926         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
14927         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
14928
14929 2005-01-20  Simon Josefsson  <jas@extundo.com>
14930
14931         * lib/base64.h (isbase64): Add.
14932
14933         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
14934         using a unsigned prototype, don't inline.
14935         (base64_decode): Use it.
14936
14937 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14938
14939         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
14940         it.
14941
14942 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14943
14944         * lib/save-cwd.c (save_cwd): Remove code to support the case
14945         where fchdir is missing or flaky.
14946
14947 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14948
14949         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
14950
14951 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
14952
14953         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
14954         AC_LIBSOURCES now does this.
14955         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
14956         with new ullong_max module.
14957
14958 2005-01-19  Bruno Haible  <bruno@clisp.org>
14959
14960         * modules/sh-quote: New file.
14961         * MODULES.html.sh (Executing programs): Add sh-quote.
14962
14963 2005-01-19  Bruno Haible  <bruno@clisp.org>
14964
14965         * lib/sh-quote.h: New file, from GNU gettext.
14966         * lib/sh-quote.c: New file, from GNU gettext.
14967
14968 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14969
14970         Merge from coreutils.
14971         * m4/ullong_max.m4: New file.
14972         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
14973         (gl_MACROS): Assume localeconv exists.
14974
14975 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14976
14977         Merge changes from coreutils, as described below in several
14978         changelogs dated today.
14979
14980         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
14981         (O_DIRECTORY): Remove; not needed here, since "." must be
14982         a directory.  All uses removed.
14983         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
14984         universal on Suns, and we also need to test for IRIX.
14985         Revamp code to use 'if' rather than '#if'.
14986         Avoid unnecessary comparison of cwd->desc to 0.
14987
14988         * lib/utimens.c (futimens): Robustify the previous patch, by checking
14989         for known valid error numbers rather than observed invalid ones.
14990
14991 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14992
14993         * modules/ullong_max: New file.
14994
14995         * modules/chdir-long, modules/openat: New files.
14996         * modules/save-cwd (Depends-on): Depend on chdir-long.
14997         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
14998
14999 2005-01-18  Jim Meyering  <jim@meyering.net>
15000
15001         Merge from coreutils.
15002         * m4/chdir-long.m4, m4/openat.m4: New files.
15003         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
15004         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
15005         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
15006         is sane and DOES follow symlinks.  Besides, testing 20 different
15007         systems found no broken chown implementations.
15008         Prompted by a change in rsync's copy of this macro.
15009         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
15010
15011         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
15012
15013         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
15014         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
15015         NULL-means-set-to-current-time semantics.
15016         Remove temporary file immediately, rather than waiting
15017         for configure's at-exit trap code to do it.
15018
15019 2005-01-18  Jim Meyering  <jim@meyering.net>
15020
15021         * lib/version-etc.c (version_etc_copyright): Update copyright date.
15022
15023         * lib/utimens.c (futimens): Account for the fact that futimes
15024         can also fail with errno == ENOSYS or errno == ENOENT.
15025         Patch from Dmitry V. Levin.
15026
15027         Change the name of the robust chdir function from chdir to chdir_long.
15028         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
15029         (restore_cwd): Use chdir_long, not chdir.
15030         * lib/chdir-long.c: Renamed from chdir.c.
15031         * lib/chdir-long.h: Renamed from chdir.h.
15032         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
15033         Hurd.
15034
15035 2005-01-18  Bruno Haible  <bruno@clisp.org>
15036
15037         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
15038         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
15039         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
15040         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
15041         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
15042         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
15043         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
15044         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
15045         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
15046         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
15047         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
15048         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
15049         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
15050         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
15051         Use an all-permissive copyright notice, recommended by RMS.
15052
15053 2005-01-18  Bob Proulx  <bob@proulx.com>
15054
15055         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
15056         simplify offsetof() macro construct to avoid compile failure with
15057         native HP-UX 11.0 ANSI C compiler.
15058
15059 2005-01-17  Bruno Haible  <bruno@clisp.org>
15060
15061         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
15062         redundant because stpncpy.m4 takes care of it.
15063
15064 2005-01-17  Bruno Haible  <bruno@clisp.org>
15065
15066         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
15067
15068 2005-01-17  Bruno Haible  <bruno@clisp.org>
15069
15070         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
15071         used.
15072
15073 2005-01-17  Bruno Haible  <bruno@clisp.org>
15074
15075         * lib/fwriteerror.h (fwriteerror): Change specification to include
15076         fclose.
15077         * lib/fwriteerror.c: Include <stdbool.h>.
15078         (fwriteerror): At the end, close the file stream. Record whether
15079         stdout was already closed.
15080
15081 2005-01-17  Bruno Haible  <bruno@clisp.org>
15082
15083         * lib/execute.c (environ): Declare if needed.
15084         * lib/pipe.c (environ): Likewise.
15085         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
15086
15087 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15088
15089         * modules/argp: Depend on vsnprintf
15090
15091 2005-01-10  Jim Meyering  <jim@meyering.net>
15092
15093         * modules/closeout (Depends-on): Add atexit.
15094
15095 2005-01-06  Bruno Haible  <bruno@clisp.org>
15096
15097         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
15098
15099 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15100
15101         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
15102         definitions to be after all include files, to avoid collisions.
15103         Problem reported by Bob Proulx.
15104
15105 2005-01-04  Jim Meyering  <jim@meyering.net>
15106
15107         Changes imported from coreutils.
15108         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
15109         as the mkstemp template, use a temporary directory and an
15110         8.3-friendly template to avoid trouble on systems like DJGPP.
15111         Reported by Juan M. Guerrero via Stepan Kasal.
15112         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
15113         close. Remove the temporary directory right away, rather than waiting
15114         for configure's at-exit trap code to do it.
15115         Suggestion from Stepan Kasal.
15116
15117 2005-01-01  Simon Josefsson  <jas@extundo.com>
15118
15119         * gnulib-tool: Print #include directives when --import'ing.
15120
15121 2004-12-28  Simon Josefsson  <jas@extundo.com>
15122
15123         * tests/test-base64.c: Include required header files.  Remove
15124         unused variables.
15125
15126 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15127
15128         * modules/error (Depends-on): Remove gettext.
15129
15130 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15131
15132         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
15133         not needed.  This removes a dependency on the gettext module.
15134         [defined _LIBC]: Do not include <libintl.h>; not needed.
15135
15136 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15137
15138         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
15139         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
15140
15141 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15142
15143         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
15144         HAVE_DECL_STRTOLD.
15145
15146 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15147
15148         * modules/getdate (Depends-on): Remove alloca-opt.
15149
15150 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15151
15152         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
15153
15154 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15155
15156         * lib/argp-parse.c: Include <stddef.h>.
15157         (alignof, alignto): New macros.
15158         (parser_init): Don't assume that void * is aligned sufficiently
15159         for struct option.
15160
15161         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
15162         need to extend the stack.
15163         (YYINITDEPTH): New macro, so that the initial stack isn't overly
15164         large.
15165
15166 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15167
15168         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
15169
15170 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15171
15172         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
15173         (2004-10-24) change.  Apparently this was a false alarm.
15174
15175         * modules/getdate: Depend on alloca-opt, not alloca.
15176
15177 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15178
15179         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
15180         Remove now-obsolete comment about AIX.
15181         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
15182         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
15183         (YYMAXDEPTH): New macro.
15184
15185 2004-12-18  Simon Josefsson  <jas@extundo.com>
15186
15187         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
15188
15189 2004-12-18  Bruno Haible  <bruno@clisp.org>
15190
15191         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
15192
15193 2004-12-18  Bruno Haible  <bruno@clisp.org>
15194
15195         * lib/fatal-signal.c (fatal_signals): Make non-const.
15196         (init_fatal_signals): New function.
15197         (uninstall_handlers, install_handlers): Ignore signals that were set to
15198         SIG_IGN.
15199         (at_fatal_signal): Call init_fatal_signals.
15200         (init_fatal_signal_set): Likewise. Ignore signals that were set to
15201         SIG_IGN.
15202         Reported by Paul Eggert.
15203
15204 2004-12-18  Bruno Haible  <bruno@clisp.org>
15205
15206         * doc/alloca.texi: New file.
15207         * doc/alloca-opt.texi: New file.
15208
15209 2004-12-17  Jim Meyering  <jim@meyering.net>
15210
15211         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
15212         Otherwise, install-sh could exit with improper exit status when
15213         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
15214
15215 2004-12-16  Simon Josefsson  <jas@extundo.com>
15216
15217         * tests/test-base64.c: Add license.
15218
15219 2004-12-15  Stepan Kasal  <address@hidden>
15220
15221         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
15222
15223 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
15224
15225         * modules/getcwd (Files): Add m4/d-ino.m4.
15226         Suggested by Mark D. Baushke.
15227
15228 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15229
15230         * lib/getdate.y (textint): New member "negative".
15231         (time_zone_hhmm): New function.
15232         Expect 14 shift-reduce conflicts, not 13.
15233         (o_colon_minutes): New rule.
15234         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
15235         (yylex): Set the "negative" member of signed numbers.
15236
15237 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15238
15239         * doc/getdate.texi (Time of day items, Time zone items):
15240         Describe new formats +00:00, UTC+00:00.
15241
15242 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15243
15244         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
15245         spurious "-l"s.  Problem reported by Stepan Kasal.
15246
15247 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
15248
15249         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
15250         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
15251
15252 2004-12-04  Simon Josefsson  <jas@extundo.com>
15253
15254         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
15255         Vandoorselaere <yoann@prelude-ids.org>.
15256
15257 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15258
15259         Changes imported from coreutils.
15260         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
15261         exist.
15262         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
15263
15264 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15265
15266         Changes imported from coreutils.
15267         * lib/hard-locale.c: Assume <locale.h> exists.
15268         Include "strdup.h".
15269         (GLIBC_VERSION): New macro.
15270         (hard_locale): Assume setlocale exists.
15271         Rewrite to avoid #ifdef.
15272         Use strdup rather than malloc + strcpy.
15273         * lib/human.c: Assume <locale.h> exists.
15274         (human_readable): Assume localeconv exists.
15275
15276 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15277
15278         * modules/hard-locale (Depends-on): Add strdup.
15279
15280 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
15281
15282         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
15283         convert T2, not T.  (Imported from libc.)
15284
15285 2004-11-30  Simon Josefsson  <jas@extundo.com>
15286
15287         * modules/restrict (License): Change to LGPL.
15288
15289 2004-11-30  Simon Josefsson  <jas@extundo.com>
15290
15291         * m4/restrict.m4: Add copyright and copying conditions.
15292
15293 2004-11-30  Simon Josefsson  <jas@extundo.com>
15294
15295         * m4/base64.m4: New file.
15296
15297 2004-11-30  Simon Josefsson  <jas@extundo.com>
15298
15299         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
15300         base64.
15301
15302         * tests/test-base64.c: New file.
15303
15304         * modules/base64: New file.
15305
15306 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15307
15308         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
15309         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
15310
15311         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
15312
15313 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15314
15315         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
15316         (__getcwd.c): Don't restore errno; glibc doesn't.
15317         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
15318         first, falling back to our code only if its results look suspicious.
15319         Ensure that the resulting buffer is only as large as necessary.
15320
15321         * lib/readutmp.c: Include readutmp.h first.
15322         Include <errno.h>, since readutmp.h no longer does that.
15323         * lib/readutmp.h: Don't include <errno.h>,
15324         <sys/param.h>, <time.h>; not needed to establish interface.
15325         (errno): Remove decl.
15326         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
15327         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
15328         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
15329
15330 2004-11-28  Simon Josefsson  <jas@extundo.com>
15331
15332         * lib/base64.h, base64.c: New file.
15333
15334 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
15335
15336         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
15337
15338 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
15339
15340         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
15341         (Depends-on): Remove pathmax, same.  Add mempcpy.
15342         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
15343         (Makefile.am): Append getcwd.h to lib_SOURCES.
15344         (Include): Add getcwd.h.
15345         (Maintainer): Change from Jim Meyering to "all, glibc",
15346         since getdate now uses intended-for-glibc code.
15347         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
15348         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
15349
15350 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15351
15352         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
15353         HP's ANSI C compiler.
15354         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
15355         Declaring int functions causes warnings on some modern systems and
15356         shouldn't be needed to compile on ancient ones.
15357         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
15358         defined.
15359
15360         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
15361         with the following changes.
15362         (__set_errno): Parenthesize properly.
15363         Include <stdbool.h>.
15364         (MIN, MAX, MATCHING_INO): New macros.
15365         (__getcwd): Define with prototype, not K&R form.
15366         Use heuristics to allocate default buffer on stack if possible.
15367         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
15368         behavior, and to avoid the PATH_MAX limit when computing
15369         ../../../../...
15370         Use MATCHING_INO to compare inode number to file.
15371         Check for arithmetic overflow in size calculations.
15372         Fix bug in reallocation of dot array that caused getcwd to fail
15373         on directories nested deeper than 75.
15374         Be more careful about saving errno on error.
15375         Do not use realloc; use only free+malloc, as this is a bit
15376         more flexible and avoids a needless copy operation.
15377         Do not inspect st_dev and st_ino for symbolic links; POSIX
15378         doesn't specify the latter.
15379         Check for closedir errors.
15380         Avoid needless casts.
15381         Use "#ifdef weak_alias" around weak_alias, to be like other
15382         glibc code.
15383         The following changes to getcwd.c have effect only when used in
15384         gnulib; they have no effect inside glibc proper.
15385         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
15386         as alloca isn't used.
15387         (alloca, __alloca): Likewise.
15388         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
15389         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
15390         unconditionally, as gnulib assumes C89 or better.
15391         Do not include <sys/param.h>.
15392         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
15393         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
15394         better.
15395         (NULL) [!defined NULL]: Remove; we assume C89 or better.
15396         Include <dirent.h> in a way that is compatible with modern Autoconf.
15397         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
15398         New macros, if not already defined.
15399         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
15400         Use "_LIBC", not "defined _LIBC", for consistency.
15401         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
15402         a mempcpy module.
15403         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
15404         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
15405         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
15406         credit only to Jim Meyering and adjust the copyright dates.
15407         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
15408         <stdlib.h>, <unistd.h>, "pathmax.h".
15409         Instead, include "xgetcwd.h" (first) and "getcwd.h".
15410         (INITIAL_BUFFER_SIZE): Remove.
15411         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
15412
15413 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15414
15415         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
15416         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
15417         Use the _ONCE methods, for efficiency.
15418         Check for fcntl.h.  In test program, include <errno.h>
15419         and <fcntl.h> if available.  Remove old K&R cruft from
15420         test program.  Check for common errors in GNU/Linux,
15421         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
15422         don't do AC_LIBOBJ, as that's getcwd.m4's job.
15423         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
15424         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
15425         name accordingly.
15426         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
15427         accommodate new getcwd.c.
15428         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
15429         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
15430         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
15431         that's all we need now.
15432
15433 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15434
15435         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
15436         argp-parse.c depends on getopt internals, that means we should
15437         always use our getopt, to be on the safe side.
15438         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
15439         order not to spoil the result of an eventual previous invocation
15440         of gl_GETOPT_SUBSTITUTE.
15441
15442 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15443
15444         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
15445         redefinition warnings. To avoid them, include the defines
15446         in `#if !defined __need_getopt ... #endif'. The only place
15447         where __getopt_argv_const is used is in definitions
15448         of getopt_long and getopt_long_only below, which are as well
15449         protected by `#ifndef __need_getopt'.
15450         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
15451         __need_getopt after including <stdio.h> and <unistd.h> These
15452         headers might have defined it.
15453
15454 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15455
15456         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
15457
15458 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15459
15460         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
15461         (futimens): New function, which uses futimes if available.
15462         (futimens, utimens): Support timespec==NULL, with same semantics
15463         as utime and utimens.
15464         * lib/utimens.h (futimens): New decl.
15465
15466 2004-11-23  Jim Meyering  <jim@meyering.net>
15467
15468         * lib/getopt_.h: Remove trailing blanks.
15469
15470 2004-11-23  Jim Meyering  <jim@meyering.net>
15471
15472         * lib/__fpending.c: Add comment.
15473
15474 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
15475
15476         * modules/canonicalize (Depends-on): Add xreadlink.
15477         Problem reported by James Youngman.
15478
15479 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15480
15481         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
15482         New macros.
15483         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
15484         optopt): Use them instead of invoking ## directly; otherwise, the
15485         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
15486
15487 2004-11-19  Bruno Haible  <bruno@clisp.org>
15488
15489         * lib/strtok_r.c: Move comments from here...
15490         * lib/strtok_r.h: ... to here.
15491
15492 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15493
15494         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
15495         implementations that mishandle size_t overflow.
15496
15497 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15498
15499         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
15500         might fail.  Problem reported by Yoann Vandoorselaere.
15501         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
15502         implementations that mishandle size_t overflow.
15503
15504 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15505
15506         * modules/canon-host (Depends-on): Add strdup.
15507
15508 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15509
15510         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
15511
15512 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15513
15514         * lib/canon-host.c: Include "strdup.h".
15515         (canon_host): Use getaddrinfo if available, so that IPv6 works.
15516         Use strdup instead of malloc/strcpy to duplicate strings.
15517
15518         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
15519         (human_space_before_unit): New constant.
15520         * lib/human.c (human_readable): Support it.
15521
15522         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
15523         (xgetcwd): Set errno correctly when failing.
15524         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
15525         the failure is actually due to a PATH_MAX problem.
15526
15527         Further getopt changes to make it more likely that glibc will
15528         buy the changes back.
15529         * lib/getopt.c (POSIXLY_CORRECT): New constant.
15530         (getopt): Use it, so to preserve glibc semantic
15531         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
15532         when compiling for libc.
15533         * lib/getopt_.h (__getopt_argv_const): Bring it back.
15534         (getopt_long, getopt_long_only): Use it.
15535
15536         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15537         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
15538         (getopt): Argv is now char * const *, as per standard.
15539         (_getopt_internal_r, _getopt_internal): Argv is now char **,
15540         not char *__getopt_argv_const *.
15541         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15542         _getopt_long_only_r): Likewise.
15543         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
15544         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15545         _getopt_long_r, _getopt_long_only_r): Likewise.
15546         * lib/getopt_.h (__getopt_argv_const): Remove.
15547         (getopt): Argv is now char * const *, as per standard.
15548
15549         * lib/getdate.y (tORDINAL): New token.
15550         (day, relunit): Allow it for relative times.
15551         (relative_time_table): Use tORDINAL for ordinals.
15552
15553 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15554
15555         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
15556         Document that "second" isn't allowed as an ordinal number.
15557
15558 2004-11-16  Jim Meyering  <jim@meyering.net>
15559
15560         * modules/closeout (Depends-on): Add fpending.
15561
15562 2004-11-15  Jim Meyering  <jim@meyering.net>
15563
15564         * lib/closeout.c: Include "__fpending.h" once again.
15565         Include <stdbool.h>.
15566         (close_stdout): Don't fail just because stdout was closed initially,
15567         since some programs don't write to stdout in the normal course of
15568         operation (other than --version and --help), and we don't want this
15569         function to make e.g. `touch file >&-' fail.
15570         But do fail if it was closed and someone has tried to write to it.
15571         E.g., `printf foo >&-' must fail.
15572
15573 2004-11-13  Jim Meyering  <jim@meyering.net>
15574
15575         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
15576
15577 2004-11-12  Simon Josefsson  <jas@extundo.com>
15578
15579         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
15580         small doc fix is still pending.
15581
15582 2004-11-11  Simon Josefsson  <jas@extundo.com>
15583
15584         * modules/strtok_r: New file.
15585
15586         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15587         strtok_r.
15588
15589 2004-11-11  Simon Josefsson  <jas@extundo.com>
15590
15591         * m4/strtok_r.m4: New file.
15592
15593         * m4/getopt.m4: Replace opterr.
15594
15595 2004-11-11  Simon Josefsson  <jas@extundo.com>
15596
15597         * lib/strtok_r.h, strtok_r.c: New file.
15598
15599 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15600
15601         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
15602         of replacing opterr, getopt, etc.  This should handle the
15603         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
15604
15605 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15606
15607         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
15608         we can stop lying to compilers about the constness of argv when we
15609         are compiled outside glibc.
15610         (getopt, getopt_long, getopt_long_only): Use it.
15611         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15612         _getopt_internal, getopt): Likewise.
15613         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15614         _getopt_long_only_r): Likewise.
15615         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15616         _getopt_long_r, _getopt_long_only_r): Likewise.
15617
15618         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
15619         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
15620         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
15621         the other external symbols.
15622         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
15623         declaration, since the above renaming now works around collisions.
15624
15625 2004-11-11  Jim Meyering  <jim@meyering.net>
15626
15627         * lib/linebreak.c: Remove trailing blanks.
15628         * lib/alloca_.h: Likewise.
15629         * lib/acosl.c: Likewise.
15630         * lib/euidaccess.c: Likewise.
15631         * lib/allocsa.h: Likewise.
15632
15633 2004-11-10  Simon Josefsson  <jas@extundo.com>
15634
15635         * m4/getaddrinfo.m4: New file.
15636
15637 2004-11-10  Simon Josefsson  <jas@extundo.com>
15638
15639         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
15640
15641 2004-11-10  Simon Josefsson  <jas@extundo.com>
15642
15643         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15644         getaddrinfo.
15645
15646         * modules/getaddrinfo: New file.
15647
15648 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15649
15650         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
15651
15652 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15653
15654         * lib/mktime.c (SHR): New macro, which is a portable
15655         substitute for >> that should work even on Crays.
15656         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
15657         Problem reported by Mark D. Baushke in
15658         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
15659         * lib/getdate.y (SHR): Likewise.
15660         (tm_diff): Use it.
15661         * lib/strftime.c (SHR): Likewise.
15662         (tm_diff): Use it.
15663         * lib/quotearg.c (struct quoting_options): Use unsigned int for
15664         quote_these_too, so that right shifts are well defined.  All uses
15665         changed.
15666
15667 2004-11-10  Jim Meyering  <jim@meyering.net>
15668
15669         Ensure that no close failure goes unreported.
15670         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
15671         return early when it seems there's nothing to flush.
15672         Don't include __fpending.h.
15673
15674 2004-11-10  Jim Meyering  <jim@meyering.net>
15675
15676         * modules/closeout (Depends-on): Remove fpending.
15677
15678 2004-11-10  Jim Meyering  <jim@meyering.net>
15679
15680         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
15681
15682 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15683
15684         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
15685         gl_FUNC_STRFTIME.
15686         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
15687         and AC_REQUIRE when possible, to avoid duplicate checks.
15688         Check for <wchar.h>.
15689
15690 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15691
15692         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
15693
15694 2004-11-09  Bruno Haible  <bruno@clisp.org>
15695
15696         * m4/sockpfaf.m4: New file.
15697
15698 2004-11-05  Bruno Haible  <bruno@clisp.org>
15699
15700         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
15701         Reported by Mark D. Baushke <mdb@cvshome.org>.
15702
15703 2004-11-04  Bruno Haible  <bruno@clisp.org>
15704
15705         2004-09-11  Bruno Haible  <bruno@clisp.org>
15706                 * allocsa.valgrind: New file.
15707         2004-02-06  Bruno Haible  <bruno@clisp.org>
15708                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
15709                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
15710                 Reported by Christopher Seip <chris.seip@hp.com>.
15711
15712 2004-11-04  Bruno Haible  <bruno@clisp.org>
15713
15714         * modules/allocsa (Files): Add lib/allocsa.valgrind.
15715         (Makefile.am): Distribute it.
15716
15717 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
15718
15719         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
15720         with errno == ERANGE if the buffer is too small.
15721         Problem reported by Mark D. Baushke.
15722
15723 2004-11-03  Albert Chin  <china@thewrittenword.com>
15724             Paul Eggert  <eggert@cs.ucla.edu>
15725
15726         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
15727         equivalent, substitute $ac_type for equivalent type rather than
15728         blindly using uint32_t *always* which won't work if uint32_t is not
15729         available.  Define _UINT32_T to work around typedef of uint32_t if
15730         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
15731         2.5.1.
15732
15733 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15734
15735         * m4/jm-macros.m4: Sync from coreutils.
15736         (gl_MACROS): Check for mbrlen, for pathchk.
15737         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
15738
15739 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15740
15741         * lib/xreadlink.c (MAXSIZE): New macro.
15742         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
15743         size does not exceed MAXSIZE.  Avoid cast.
15744         As suggested by Mark D. Baushke in
15745         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
15746         if readlink fails with buffer size just under MAXSIZE, try again
15747         with MAXSIZE.
15748
15749 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15750
15751         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
15752
15753 2004-11-02  Derek R. Price  <derek@ximbiot.com>
15754         and  Paul Eggert  <eggert@cs.ucla.edu>
15755
15756         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
15757         (get_date): Overparenthesize to avoid GCC warning.
15758
15759 2004-11-02  Bruno Haible  <bruno@clisp.org>
15760
15761         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
15762         returns void.
15763
15764 2004-11-02  Bruno Haible  <bruno@clisp.org>
15765
15766         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
15767         function returns void.
15768
15769 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15770
15771         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
15772         fflush_unlocked, flockfile, funlockfile, funlockfile,
15773         fputs_unlocked, putc_unlocked.
15774
15775 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15776
15777         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15778         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
15779         already declared.
15780
15781 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15782
15783         * modules/getdate (Files): Add doc/getdate.texi.
15784         (Depends-on): Add setenv, xalloc.
15785
15786 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15787
15788         * lib/getdate.y: Add support for TZ="foo" within a date string.
15789         Fix some bugs near time_t boundaries.  Reject dates with
15790         out-of-range components, e.g., "Sept 31".
15791         Include <stdlib.h>, "setenv.h", "xalloc.h".
15792         (ISDIGIT_LOCALE): Remove; unused.
15793         Note that the TZ and time functions used here are not reentrant.
15794         (mktime_ok, get_tz): New functions.
15795         (TZBUFSIZE): New constant.
15796         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
15797         This requires that we sometimes generate our own TZ="XXX..." setting.
15798
15799 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15800
15801         * doc/getdate.texi: New file, from coreutils with modifications for
15802         the new TZ parsing.
15803
15804 2004-10-27  Derek R. Price  <derek@ximbiot.com>
15805
15806         * lib/mktime.c (not_equal_tm): Remove redundant check.
15807
15808 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15809
15810         * modules/regex (lib_SOURCES): Add regex.c.
15811         Reported by James Youngman in
15812         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
15813
15814 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15815
15816         * lib/getdate.y: Use Bison 1.875 features, and some minor
15817         code cleanups.  This change does not affect semantics.
15818         Don't include <stdlib.h>; no longer needed.
15819         Don't include unlocked-io.h; only the "#if TEST" code uses
15820         stdio, and performance isn't crucial there.
15821         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
15822         Bison 1.875 features as described below.
15823         All uses of "PC." replaced by "pc->".
15824         (YYSTYPE): Add a forward declaration.
15825         (yylex, yyerror): Use full prototypes in forward decls.
15826         Use "%pure-parser" rather than obsolescent "%pure_parser".
15827         Use %parse-param and %lex-param instead of obsolescent
15828         YYPARSE_PARAM and YYLEX_PARAM.
15829         (meridian_table, month_and_day_table, time_units_table,
15830         relative_time_table, time_zone_table, military_table,
15831         lookup_zone, lookup_word, get_date):
15832         Use NULL instead of 0 where appropriate.
15833         (to_hour): Avoid abort (), to avoid a dependency on
15834         stdlib.h.
15835         (yyerror, yylex): Now accepts parser_control * arg.
15836         (main) [TEST]: Use '\0' rather than 0 for char.
15837
15838 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15839
15840         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
15841
15842 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15843
15844         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
15845         It's now the caller's responsibility to handle the case where
15846         !HAVE_GETPAGESIZE && !defined getpagesize.
15847
15848         * lib/mktime.c (leapyear): Arg is long int, not int.
15849
15850 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
15851
15852         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
15853
15854 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
15855
15856         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
15857         missing.  Problem reported by James Youngman.
15858
15859 2004-10-16  Simon Josefsson  <jas@extundo.com>
15860
15861         * gnulib-tool: Fix comments.  Fix parse problem.
15862         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
15863
15864 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
15865
15866         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
15867         implementation of getopt_long.  Problem reported by Alexander Taler in:
15868         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
15869
15870 2004-10-15  Bruno Haible  <bruno@clisp.org>
15871
15872         * gnulib-tool: Untabify. Initialize supplied_libname.
15873         (func_usage): More homogenous output.
15874         (func_modules_transitive_closure, func_modules_to_filelist,
15875         func_emit_lib_Makefile_am): New functions.
15876         (func_import): New function, extracted from big case statement. Use
15877         func_get_license, func_modules_transitive_closure,
15878         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
15879         opt_lgpl. Don't use test -a, as it's not portable.
15880         (func_create_testdir): Use func_modules_transitive_closure,
15881         func_modules_to_filelist, func_emit_lib_Makefile_am.
15882
15883 2004-10-15  Bruno Haible  <bruno@clisp.org>
15884
15885         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
15886
15887 2004-10-15  Bruno Haible  <bruno@clisp.org>
15888
15889         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
15890         the portions belonging to each module.
15891         Suggested by Derek Robert Price <derek@ximbiot.com>.
15892
15893 2004-10-12  Simon Josefsson  <jas@extundo.com>
15894
15895         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15896         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
15897         to real functions.
15898
15899 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15900
15901         * modules/vsnprintf: New file.
15902
15903 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15904
15905         * m4/vsnprintf.m4: New file.
15906
15907 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15908
15909         * lib/vsnprintf.h: New file.
15910         * lib/vsnprintf.c: New file.
15911
15912 2004-10-11  Bruno Haible  <bruno@clisp.org>
15913
15914         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
15915         vsnprintf.
15916
15917 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
15918
15919         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
15920
15921 2004-10-07  Bruno Haible  <bruno@clisp.org>
15922
15923         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
15924         fits into the provided buffer.
15925
15926 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
15927
15928         * lib/diacrit.c, diacrit.h: Add GPL notice.
15929
15930         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
15931         notice.
15932         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
15933         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
15934         This avoids a potential constant-folding bug.
15935
15936 2004-10-05  Bruno Haible  <bruno@clisp.org>
15937
15938         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
15939         for the declaration of strsep.
15940
15941 2004-10-05  Bruno Haible  <bruno@clisp.org>
15942
15943         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
15944
15945 2004-10-04  Simon Josefsson  <jas@extundo.com>
15946
15947         * modules/memmem: New file.
15948         * tests/test-memmem.c: New file.
15949         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
15950
15951 2004-10-04  Simon Josefsson  <jas@extundo.com>
15952
15953         * m4/memmem.m4: New file.
15954
15955 2004-10-04  Simon Josefsson  <jas@extundo.com>
15956
15957         * lib/memmem.h: New file.
15958         * lib/memmem.c: New file, taken from glibc.
15959
15960 2004-10-04  Simon Josefsson  <jas@extundo.com>
15961
15962         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
15963         '#ifdef USE_UNLOCKED_IO'.
15964
15965 2004-10-04  Simon Josefsson  <jas@extundo.com>
15966
15967         * config/srclist.txt: Add memmem from glibc.
15968
15969 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15970
15971         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
15972
15973         * modules/argmatch, modules/argp, modules/closeout, modules/error,
15974         modules/exclude, modules/getdate, modules/getline,
15975         modules/getndelim2, modules/getpass, modules/getpass-gnu,
15976         modules/getusershell, modules/linebuffer, modules/md5,
15977         modules/mountlist, modules/posixtm, modules/readtokens,
15978         modules/readutmp, modules/regex, modules/sha1,
15979         modules/version-etc, modules/yesno:
15980         Remove dependency on unlocked-io.
15981
15982 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15983
15984         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
15985
15986         * m4/unlocked-io.m4: Add copyright notice.
15987         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
15988
15989 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15990
15991         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
15992         * lib/xmalloc.c (xmemdup): Likewise.
15993         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
15994         XFREE): Remove these long-obsolescent macros.
15995         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
15996         * lib/xstrdup.c: Remove.
15997
15998         * lib/regex.c (re_comp): Cast gettext return value to char *,
15999         Problem reported by Martin Neitzel via Mark D. Baushke.
16000
16001 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16002
16003         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
16004         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
16005         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
16006         regex.c, sha1.c, version-etc.c, yesno.c:
16007         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
16008         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
16009         the includer's responsibility.
16010
16011         Sync from coreutils.
16012
16013         * lib/modechange.c (mode_compile): Don't decrement a pointer that
16014         points to the start of a string, as the C Standard says the
16015         resulting behavior is undefined.
16016
16017         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
16018         simple -> simple_backups, numbered_existing ->
16019         numbered_existing_backups, numbered -> numbered_backups
16020         to avoid shadowing problems.  All uses changed.
16021         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
16022         * lib/backupfile.c (check_extension, numbered_backup):
16023         Rename locals to avoid shadowing 'basename'.
16024         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
16025         once.
16026
16027         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
16028         * lib/.cvsignore: Add getopt.h.
16029
16030 2004-10-04  Bruno Haible  <bruno@clisp.org>
16031
16032         * modules/README: New file.
16033         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
16034         not a module.
16035
16036 2004-10-02  Jim Meyering  <jim@meyering.net>
16037
16038         * lib/dirfd.h, getpagesize.h: Add copyright notice.
16039
16040 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16041
16042         * modules/strsep: New file.
16043
16044 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16045
16046         * m4/strsep.m4: New file.
16047
16048 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16049
16050         * lib/strsep.h: New file.
16051         * lib/strsep.c: New file.
16052
16053 2004-10-01  Simon Josefsson  <jas@extundo.com>
16054
16055         * lib/snprintf.c (snprintf): Handle size==0.
16056
16057 2004-10-01  Simon Josefsson  <jas@extundo.com>
16058             Bruno Haible  <bruno@clisp.org>
16059
16060         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
16061         (snprintf): Declare 'args'.
16062
16063 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
16064
16065         * lib/snprintf.c: Remove comments as to why each header is needed.
16066
16067 2004-10-01  Bruno Haible  <bruno@clisp.org>
16068
16069         * MODULES.html.sh: Add strsep.
16070
16071 2004-09-30  Simon Josefsson  <jas@extundo.com>
16072
16073         * modules/snprintf: New file.
16074
16075 2004-09-30  Simon Josefsson  <jas@extundo.com>
16076
16077         * m4/snprintf.m4: New file.
16078
16079 2004-09-30  Simon Josefsson  <jas@extundo.com>
16080
16081         * lib/snprintf.h, lib/snprintf.c: New files.
16082
16083 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16084
16085         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
16086         (hol_entry_help): Never translate an empty string.
16087         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
16088         * lib/argp.h (OPTION_NO_TRANS): New option.
16089
16090 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16091
16092         * modules/argp (Maintainer): Replace Simon Josefsson
16093         by Sergey Poznyakoff.
16094
16095 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16096
16097         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
16098         changes merged back into glibc.
16099
16100 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16101
16102         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
16103
16104 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
16105
16106         * lib/xvasprintf.c: Include xalloc.h.
16107         (xvasprintf): Use xalloc_die, not xmalloc_die.
16108
16109 2004-09-29  Bruno Haible  <bruno@clisp.org>
16110
16111         * modules/alloca-opt: New file, derived from modules/alloca.
16112         * modules/allocsa: Depend on alloca-opt instead of alloca.
16113         * modules/setenv: Likewise.
16114         * modules/vasnprintf: Likewise.
16115         * MODULES.html.sh: Add alloca-opt.
16116
16117 2004-09-28  Simon Josefsson  <jas@extundo.com>
16118
16119         * gnulib-tool: New parameter --lgpl, to asseert that modules are
16120         LGPL, and to replace license template from GPL to LGPL.
16121
16122 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16123
16124         * modules/dummy: Change license to LGPL.
16125
16126 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16127
16128         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
16129
16130 2004-09-24  Simon Josefsson  <jas@extundo.com>
16131
16132         * modules/minmax (License): Change from GPL to LGPL.
16133
16134 2004-09-23  Simon Josefsson  <jas@extundo.com>
16135
16136         * gnulib-tool (--import): Typo.
16137
16138 2004-09-23  Simon Josefsson  <jas@extundo.com>
16139
16140         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
16141
16142 2004-09-22  Bruno Haible  <bruno@clisp.org>
16143
16144         * modules/*: Add 'License' field.
16145         * gnulib-tool: Accept --extract-license option.
16146         (func_get_license): New function.
16147
16148 2004-09-21  Bruno Haible  <bruno@clisp.org>
16149
16150         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
16151         Reported by Simon Josefsson.
16152
16153 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16154
16155         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
16156         gl_AC_TYPE_LONG_LONG.
16157
16158 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16159
16160         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
16161
16162 2004-09-18  Simon Josefsson  <jas@extundo.com>
16163         and  Paul Eggert  <eggert@cs.ucla.edu>
16164
16165         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
16166         calls with autoreconf.  Define GL_LIB.
16167
16168 2004-09-14  Karl Berry  <karl@gnu.org>
16169
16170         * config/srclist.txt: unsync setenv.c, sigh.
16171
16172 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16173
16174         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
16175         Problem reported by Bruno Haible in:
16176         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
16177
16178 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16179
16180         * config/srclist.txt: Comment out argp-pvh.c.
16181
16182 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
16183
16184         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
16185         in case some system header has #define'd it.  Problem reported by
16186         Soeren D. Schulze in
16187         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
16188
16189 2004-09-09  Karl Berry  <karl@gnu.org>
16190
16191         * regex.[ch]: delete from the root.  These were supposed to be
16192                 synced with emacs cvs, but this has not happened for about
16193                 a year, and anyway nothing else uses emacs regex.[ch].
16194                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
16195                 lib/regex[.ch] is untouched.
16196
16197 2004-09-09  Bruno Haible  <bruno@clisp.org>
16198
16199         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
16200
16201 2004-09-09  Bruno Haible  <bruno@clisp.org>
16202
16203         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
16204         modifications.
16205         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
16206
16207 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16208
16209         * modules/xvasprintf: New file.
16210         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
16211
16212 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16213
16214         * lib/xvasprintf.h: New file.
16215         * lib/xvasprintf.c: New file.
16216         * lib/xasprintf.c: New file.
16217
16218 2004-09-08  Bruno Haible  <bruno@clisp.org>
16219
16220         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
16221
16222 2004-09-08  Bruno Haible  <bruno@clisp.org>
16223
16224         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
16225         length is > INT_MAX.
16226         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
16227         more.
16228
16229 2004-09-08  Bruno Haible  <bruno@clisp.org>
16230
16231         * lib/stdint_.h: New file, taken from GNU clisp.
16232
16233 2004-09-08  Bruno Haible  <bruno@clisp.org>
16234             Oskar Liljeblad  <oskar@osk.mine.nu>
16235
16236         * modules/stdint: New file.
16237         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
16238
16239 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16240
16241         Import from coreutils.
16242         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
16243         strings on unbounded length.  alloca's performance benefits aren't
16244         that important here.
16245         (V_STRDUP): Remove.
16246         (parse_with_separator): New function, with most of the internals
16247         of the old parse_user_spec.  Allow user to omit both user and group,
16248         for compatibility with FreeBSD.
16249         Clone only the user name, not the entire spec.
16250         Do not set *uid, *gid unless entirely successful.
16251         Avoid memory leak in some failing cases.
16252         Fix regression for USER.GROUP reported by Dmitry V. Levin in
16253         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
16254         (parse_user_spec): Rewrite to use parse_with_separator.
16255
16256 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16257
16258         * modules/userspec: Don't depend on alloca.
16259
16260 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16261
16262         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
16263
16264 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
16265
16266         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
16267         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
16268         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
16269
16270 2004-08-16  Simon Josefsson  <jas@extundo.com>
16271
16272         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
16273         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
16274         Add --dry-run for --import.
16275         Let user provided command line parameters override configure.ac
16276         settings.
16277
16278 2004-08-12  Simon Josefsson  <jas@extundo.com>
16279
16280         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
16281         as discussed with Paul Eggert in threads rooted at
16282         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
16283         and
16284         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
16285         Before, the test was empty, and relied on ELIDE_CODE in source
16286         code.)
16287         (gl_PREREQ_GETOPT): New macro.
16288         (gl_GETOPT): Use them.
16289
16290 2004-08-12  Simon Josefsson  <jas@extundo.com>
16291
16292         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
16293         * lib/getopt_.h: Renamed from getopt.h.
16294
16295 2004-08-12  Simon Josefsson  <jas@extundo.com>
16296
16297         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
16298         Change default library name from libfoo to libgnu.
16299         Now, if you have a configure.ac that says:
16300                 gl_SOURCE_BASE(gl)
16301                 gl_M4_BASE(gl/m4)
16302                 gl_MODULES(error getopt etcetera)
16303                 gl_INIT
16304         you can import all you need by running:
16305                 ../gnulib/gnulib-tool --import
16306
16307         * modules/getopt (Files): Rename getopt.h to getopt_.h.
16308         (Makefile.am): Rewrite, use logic from argz.
16309         (Include): Use <getopt.h> instead of "getopt.h".
16310
16311 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16312
16313         * modules/argp (Files): Add m4/unlocked-io.m4.
16314         (Depends-on): Add extensions.
16315
16316 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16317
16318         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
16319         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
16320         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
16321         Check for program_invocation_name, program_invocation_short_name,
16322         flockfile, funlockfile, features.h, _getopt_long_only_r.
16323
16324 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16325
16326         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
16327         its complicated substitute.
16328         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
16329         and program_invocation_name.
16330         (__argp_basename) [!_LIBC]: Remove; the only use was
16331         replaced by its body.
16332         (__argp_short_program_name): Change condition from
16333         !defined __argp_short_program_name to
16334         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
16335         to match argp-namefrob.h.
16336         (__argp_failure): Don't assume strerror_r returns char *.
16337         * lib/argp-parse.c (N_): Define unconditionally.
16338         (argp_default_options): Fill out initializers with 0 to avoid
16339         gcc warnings.
16340
16341 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16342
16343         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
16344         getopt1.c.
16345
16346 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16347
16348         Merge from coreutils.
16349
16350         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
16351
16352         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
16353         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
16354
16355 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16356
16357         Merge from coreutils.
16358
16359         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
16360         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
16361         for Reliant Unix 5.43.
16362
16363         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
16364         (union fooround): Use uintmax_t, not long int.
16365         The rest is a merge from libc:
16366         [defined _LIBC]: Include <shlib-compat.h>.
16367         (_obstack) [defined _LIBC]: Remove after 2.3.4.
16368
16369         * lib/settime.c (settime): Recode to avoid warning with
16370         Sun Forte C 6U2.
16371
16372         * lib/strverscmp.c: Convert to UTF-8.
16373
16374 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16375
16376         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
16377         m4/uintmax_t.m4.
16378
16379 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16380
16381         * modules/xalloc-die: New file.
16382         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
16383
16384         * modules/md5 (Files): Add m4/uint32_t.m4.
16385         * modules/sha1: Renamed from modules/sha.
16386         (Files):
16387         Rename lib/sha.h to lib/sha1.h.
16388         Rename lib/sha.c to lib/sha1.c.
16389         Rename m4/sha.m4 to m4/sha1.m4.
16390         (lib_SOURCES): Likewise.
16391         (configure.ac): Rename gl_SHA to gl_SHA1.
16392         (Include): sha.h -> sha1.h.
16393
16394 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16395
16396         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
16397         * m4/sha1.m4: Renamed from sha.m4.
16398         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
16399
16400 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16401
16402         * lib/obstack.h (obstack_empty_p):
16403         Don't assume that chunk->contents is suitably aligned.
16404         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
16405         Likewise. Problem reported by Benno in
16406         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
16407
16408         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
16409         readable.  This could be improved further but it'd take some work.
16410
16411 2004-08-08  Simon Josefsson  <jas@extundo.com>
16412
16413         * modules/xgethostname (Depends-on): Remove exit and error (not
16414         used).
16415
16416         * modules/getpass-gnu: Add getpass.h.
16417         (Depends-on): Add stdbool.
16418         * modules/getpass: Add getpass.h.
16419
16420 2004-08-08  Simon Josefsson  <jas@extundo.com>
16421
16422         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
16423         Check getpass declaration.
16424
16425 2004-08-08  Simon Josefsson  <jas@extundo.com>
16426
16427         * lib/xgethostname.c: Don't include error.h (not used).
16428
16429         * lib/getpass.h: Add.
16430         * lib/getpass.c: Include getpass.h first.
16431
16432 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
16433
16434         * lib/xalloc-die.c: New file.
16435         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
16436         All uses removed.
16437         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
16438         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
16439         xalloc-die.c.
16440         (_, N_, xalloc_die): Move to xalloc-die.c.
16441         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
16442         so that we needn't mess with xalloc_msg_memory_exhausted.
16443
16444         * lib/sha1.h: Renamed from sha.h.
16445         (SHA1_H): Renamed from _SHA_H.
16446         (sha1_ctx): Renamed from sha_ctx.
16447         (sha1_init_ctx): Renamed from sha_init_ctx.
16448         (sha1_process_block): Renamed from sha_process_block.
16449         (sha1_process_bytes): Renamed from sha_process_bytes.
16450         (sha1_finish_ctx): Renamed from sha_finish_ctx.
16451         (sha1_read_ctx): Renamed from sha_read_ctx.
16452         (sha1_stream): Renamed from sha_stream.
16453         (sha1_buffer): Renamed from sha_buffer.
16454         * lib/sha1.c: Likewise; renamed from sha.c.
16455         Do not include <sys/types.h>.
16456         Include <stddef.h> rather than <stdlib.h>.
16457
16458 2004-08-08  Bruno Haible  <bruno@clisp.org>
16459
16460         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
16461         FILESYSTEM_PREFIX_LEN.
16462         * lib/progreloc.c: Likewise.
16463         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
16464
16465 2004-08-06  Simon Josefsson  <jas@extundo.com>
16466
16467         * modules/progname (Depends-on): Don't depend on stdbool.
16468
16469 2004-08-06  Simon Josefsson  <jas@extundo.com>
16470
16471         * modules/getsubopt: New file.
16472         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16473         getsubopt.
16474
16475 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16476
16477         More merge from coreutils.
16478
16479         * m4/utimens.m4, m4/utimecmp.m4: New files.
16480         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
16481         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
16482         prereq.m4, sha.m4: Import changes from coreutils.
16483
16484 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16485
16486         More merge from coreutils.
16487         * modules/raise, modules/readtokens0, modules/utimens:
16488         * modules/utimecmp, module/xnanosleep: New files.
16489         * modules/strftime: Add lib/strftime.h.
16490         Change include from <time.h> to "strftime.h".
16491         * modules/yesno: Add lib/yesno.h.
16492         * modules/backupfile: Remove lib/addext.c.
16493         * modules/euidaccess: Add stat-macros.h.
16494         * modules/canonicalize, modules/euidaccess,
16495         modules/filemode, modules/lchown, modules/makepath,
16496         modules/rmdir, modules/stat: Likewise.
16497
16498 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16499
16500         Merge from tar.
16501         * lib/argp-help.c (make_hol, hol_append): Don't assume that
16502         SIZE_MAX is a valid preprocessor constant.
16503         (__argp_basename): Change from "#ifndef _LIBC"
16504         to "#ifndef __argp_short_program_name", so that
16505         we don't compile these functions for tar.
16506
16507         More merges from coreutils.
16508         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
16509         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
16510         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
16511         * lib/addext.c: Remove; no longer needed.
16512         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
16513         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
16514         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
16515         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
16516         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
16517         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
16518         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
16519         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
16520         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
16521         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16522         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
16523         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
16524         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
16525         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
16526         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
16527         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
16528         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
16529         Import changes from coreutils.
16530
16531 2004-08-05  Simon Josefsson  <jas@extundo.com>
16532
16533         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
16534
16535 2004-08-05  Simon Josefsson  <jas@extundo.com>
16536
16537         * m4/getsubopt.m4: New file.
16538
16539 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16540
16541         Merge from coreutils.
16542
16543         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
16544         * m4/getcwd-path-max.m4: New files.
16545
16546         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
16547         FILESYSTEM_PREFIX_LEN ->
16548         FILE_SYSTEM_PREFIX_LEN.
16549         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
16550         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
16551         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
16552         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
16553
16554         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
16555         prerequisite modules now handle the DOS stuff.
16556         Don't check for unistd.h.
16557
16558 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16559
16560         Merge from coreutils.
16561
16562         * lib/.gdb-history: Remove; this doesn't belong here.
16563
16564         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
16565         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
16566         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
16567         * lib/getcwd.c: New files.
16568
16569         * lib/dirname.h: Include <stdbool.h>.
16570         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
16571         for consistency with POSIX terminology.  All uses changed.
16572         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
16573         (strip_trailing_slashes): Use bool for booleans.
16574         * lib/stripslash.c (strip_trailing_slashes): Likewise.
16575
16576         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
16577         sometimes returns a positive errno value even when it succeeds.
16578         (print_errno_message) [!LIBC]: Fall back on strerror if
16579         __strerror_r fails.
16580
16581         * lib/path-concat.c (mempcpy): Don't define if a system header defines
16582         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
16583         (longest_relative_suffix): New function.
16584         (path_concat): Use it.  Assume first argument is not NULL.
16585         Port to DOS.  Omit redundant separators.
16586         Report an error instead of returning NULL.
16587         Use mempcpy instead of memcpy.
16588         (xpath_concat): Remove: not declared or used.
16589
16590         * lib/same.h: Include <stdbool.h>
16591         (same_name): Return bool, not int.
16592         * lib/same.c (same_name): Likewise.
16593         (errno): Don't declare; we assume C89 or better now.
16594
16595         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
16596         if not already defined.
16597
16598         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
16599         * lib/dup-safer.c (errno): Likewise.
16600
16601 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16602
16603         Merge from coreutils.
16604         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
16605         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
16606         * modules/path-concat: Don't depend on strdup.
16607
16608 2004-08-03  Simon Josefsson  <jas@extundo.com>
16609
16610         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
16611         * lib/progname.h: Don't include stdbool.h.
16612
16613 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16614
16615         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
16616         * MODULES.html.sh (func_all_modules): Remove fatal.
16617
16618 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16619
16620         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
16621
16622 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16623
16624         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
16625         working.
16626
16627 2004-08-02  Simon Josefsson  <jas@extundo.com>
16628
16629         * lib/getsubopt.h: New file, with comments from Bruno Haible.
16630         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
16631         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
16632
16633 2004-08-01  Simon Josefsson  <jas@extundo.com>
16634
16635         * lib/xgetdomainname.c: Include stdlib.h, for free().
16636
16637 2004-07-19  Bruno Haible  <bruno@clisp.org>
16638
16639         * MODULES.html.sh (func_all_modules): Add dummy.
16640
16641 2004-07-16  Simon Josefsson  <jas@extundo.com>
16642
16643         * modules/dummy: New file.
16644
16645 2004-07-16  Simon Josefsson  <jas@extundo.com>
16646
16647         * lib/dummy.c: New file.
16648
16649 2004-07-16  Bruno Haible  <bruno@clisp.org>
16650
16651         * lib/backupfile.h: Add extern "C" for C++.
16652         * lib/closeout.h: Likewise.
16653         * lib/copy-file.h: Likewise.
16654         * lib/findprog.h: Likewise.
16655         * lib/full-write.h: Likewise.
16656         * lib/pathname.h: Likewise.
16657         * lib/progname.h: Likewise.
16658         * lib/stpcpy.h: Likewise.
16659         * lib/stpncpy.h: Likewise.
16660         * lib/strcase.h: Likewise.
16661         * lib/strstr.h: Likewise.
16662         * lib/xalloc.h: Likewise.
16663
16664         * lib/mbswidth.h: Add extern "C" for C++.
16665         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
16666
16667 2004-07-13  Robert Millan  <robertmh@gnu.org>
16668
16669         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
16670
16671 2004-07-09  Simon Josefsson  <jas@extundo.com>
16672
16673         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
16674         failed without this.)
16675
16676 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16677
16678         * modules/chown (Files): Add lib/fchown-stub.c, since
16679         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
16680
16681 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16682
16683         * lib/fchown-stub.c: New file.
16684
16685 2004-06-24  Jim Meyering  <jim@meyering.net>
16686
16687         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
16688
16689 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16690
16691         * modules/argz: Omit "#include".
16692
16693         * MODULES.html.sh (func_all_modules): Add calloc, to match
16694         2004-06-01 addition of calloc module.
16695
16696 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16697
16698         * m4/argz.m4: New file, which is autoupdated from libtool.
16699
16700 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16701
16702         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
16703         libtool.
16704
16705 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16706
16707         * config/srclist-update: Don't insist on "USA." before the
16708         close-comment, as libtool omits the period and puts the */ on a
16709         separate line.
16710         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
16711         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
16712
16713 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
16714
16715         * modules/argz: New file.
16716         * MODULES.html.sh (func_all_modules): Add argz.
16717
16718 2004-06-12  Jim Meyering  <jim@meyering.net>
16719         and  Paul Eggert  <eggert@cs.ucla.edu>
16720
16721         * modules/hash (Files): Add lib/xalloc.h.
16722         * modules/pipe (Depends-on): Add wait-process.
16723         * modules/stat (Depends-on): Add xalloc.
16724         * modules/userspec (Files): Add lib/userspec.h.
16725         * modules/xstrto
16726
16727         Upgrade from gettext-0.13.
16728         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
16729         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
16730         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
16731
16732 2004-06-10  Jim Meyering  <jim@meyering.net>
16733
16734         * lib/calloc.c: New file.
16735
16736 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
16737
16738         * lib/getdate.y (yylex): Allow space between sign and number.
16739         Problem reported by Dan Jacobson.
16740
16741 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16742
16743         Merge from coreutils CVS.
16744
16745         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
16746         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
16747         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
16748         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
16749         xstrtol.m4: Fix copyright date and/or serial number.
16750
16751         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
16752         See if we need an fchown replacement.
16753         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
16754         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
16755         and use the replacement function if we detect either defect.
16756
16757         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
16758         gl_UTIMECMP.
16759
16760 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16761         and  Jim Meyering  <jim@meyering.net>
16762
16763         Merge from coreutils CVS.
16764
16765         * lib/stat-macros.h: New file, with contents from file-type.h
16766         and coreutils' system.h.
16767         * lib/file-type.c: Include "stat-macros.h".
16768         * lib/file-type.h (file_type): Move all macro definitions to new file,
16769         stat-macros.h.
16770
16771         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
16772         Wrap old code with this conditional.
16773         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
16774         function that does not dereference symlinks.
16775         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
16776
16777         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
16778         dependency problems.
16779         (xreadlink): Accept new arg SIZE, for efficiency.
16780         All decls and uses changed.
16781         * lib/xreadlink.h: Include <stddef.h>, for size_t.
16782
16783         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
16784         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
16785
16786         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
16787         sysexits.h.
16788
16789 2004-06-01  Jim Meyering  <jim@meyering.net>
16790
16791         * m4/calloc.m4: New file.
16792
16793 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
16794
16795         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
16796         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
16797         Also, fix a typo in a diagnostic.
16798
16799 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16800
16801         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
16802         or AC_FUNC_REALLOC.
16803
16804 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16805
16806         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
16807         macros to be defined.
16808         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
16809         the allocator returns NULL because the requested size is zero.
16810
16811 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16812
16813         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
16814         var.  Add comment explaining why libc still defines it.  This
16815         merges the following patch from glibc:
16816         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
16817
16818 2004-05-20  Andreas Schwab  <schwab@suse.de>
16819
16820         * m4/free.m4: Replace free if it not known to work, not the other
16821         way round.
16822
16823 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16824
16825         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
16826         present in glibc since revision 1.1 of this file.
16827         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
16828         obstack_alignment_mask, obstack_alloc, obstack_base,
16829         obstack_blank, obstack_blank_fast, obstack_chunk_size,
16830         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
16831         obstack_grow0, obstack_init, obstack_int_grow,
16832         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
16833         obstack_next_free, obstack_object_size, obstack_ptr_grow,
16834         obstack_ptr_grow_fast, obstack_room): Remove declarations of
16835         nonexistent functions.
16836
16837 2004-05-18  Karl Berry  <karl@gnu.org>
16838
16839         * config/srclist.txt: break link for vasnprintf.c.
16840
16841 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16842
16843         Port obstack to the AS/400, where pointers are 16 bytes wide and
16844         you cannot cast an integer to a valid pointer.  This patch is
16845         currently waiting to be integrated into glibc; see
16846         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
16847
16848         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
16849         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
16850         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
16851         (struct obstack): temp member is now a union of a pointer and
16852         an integer, instead of an integer.  All integer uses changed.
16853         This does not affect the physical layout of struct obstack,
16854         except on hosts (like the AS/400) where the size or alignment of
16855         void * is greater than that of ptrdiff_t.
16856         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
16857         __STDC__)]: Store temporary in pointer member of union, not
16858         integer member.
16859         * lib/obstack.c: Include <stddef.h>, for offsetof.
16860         (struct fooalign): Remove; it doesn't need a name.
16861         (union fooround): Change double to long double, and add void *.
16862         (DEFAULT_ALIGNMENT): Use offsetof to compute.
16863         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
16864         not a macro.  Hence the values are always int; so remove all
16865         casts-to-int in uses.
16866
16867 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16868
16869         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
16870         we can get this patch merged into glibc.
16871
16872 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16873             Paul Eggert  <eggert@cs.ucla.edu>
16874
16875         * m4/argp: Depend on alloca.
16876
16877 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16878             Paul Eggert  <eggert@cs.ucla.edu>
16879
16880         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
16881         freecoding.
16882
16883 2004-05-17  Bruno Haible  <bruno@clisp.org>
16884
16885         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
16886         precision that consists of a '.' followed by an empty digit string.
16887         Patch by Tor Lillqvist <tml@iki.fi>.
16888
16889 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16890
16891         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
16892         for backward compatibility with older code.  We need our own
16893         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
16894         it under some other name, and our alloca.h will define it.
16895
16896 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16897             Derek Price  <derek@ximbiot.com>
16898
16899         * lib/alloca.c: Include <alloca.h>, to get our interface.
16900         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
16901         include <alloca.h> first.  Use C89 prototype for alloca; this
16902         requires including <stddef.h> for size_t.  Use extern "C" if C++.
16903         Use #elif for simplicity, since we can assume C89 now.
16904         Don't try to source the system alloca.h since it will not be found
16905         and to prevent recursively including its replacement.
16906         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
16907         * lib/regex.c: Likewise.
16908
16909 2004-05-16  Derek Price  <derek@ximbiot.com>
16910             Paul Eggert  <eggert@cs.ucla.edu>
16911
16912         getline cleanup.  This changes the getndelim2 API: both order of
16913         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
16914         no delimiter).
16915
16916         * lib/getline.c: Don't include stddef.h or stdio.h, since our
16917         interface does that.
16918         (getline): Always use getdelim, so that we don't have two
16919         copies of this code.
16920         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
16921         if available.
16922         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
16923         (GETNDELIM2_MAXIMUM): New macro.
16924         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
16925         instead of the old practice of delim2==0.  All callers changed.
16926         Return -1 on overflow, instead of returning junk.
16927         Do not set *linesize unless allocation succeeds.
16928         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
16929         that we include sys/types.h.
16930         * lib/getnline.h: Likewise.
16931         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
16932         (getndelim2): Reorder arguments.
16933         * lib/getnline.c (getnline, getndelim):
16934         Don't discard the NMAX argument.
16935         (getnline): Invoke getndelim, to avoid code duplication.
16936         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
16937         of (size_t) -1 by callers of the getnline family.
16938
16939 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16940
16941         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
16942         Check for gettimeofday.
16943         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
16944         Check for settimeofday, stime.
16945
16946 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16947
16948         * lib/nanosleep.c (suspended): Change its type from int to
16949         sig_atomic_t volatile.
16950         (first_call): Make it private to rpl_nanosleep, and have it
16951         be zero initially as that's a bit faster.
16952         (my_usleep): Round up fractional times instead of truncating them,
16953         as this is the usual meaning for 'sleep'.
16954
16955         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
16956         doesn't work.
16957         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
16958         (ENOSYS): Define if not defined.
16959         (settime): Fall back on stime if it exists and settimeofday fails.
16960         But don't bother with fallbacks if a method fails with errno == EPERM.
16961
16962 2004-05-11  Jim Meyering  <jim@meyering.net>
16963
16964         Prior to this change, the save_cwd caller required read access to the
16965         current directory on most systems (ones with the fchdir function).
16966
16967         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
16968         fails, try write-only, and finally, resort to using xgetcwd.
16969
16970 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16971
16972         * lib/obstack.c, obstack.h: Import changes from libc.
16973
16974 2004-04-28  Bruno Haible  <bruno@clisp.org>
16975
16976         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
16977         also implicitly appends .exe to executables.
16978         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
16979         accepts Windows pathnames.
16980         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16981         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16982         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16983         Treat Cygwin like Windows, since it now accepts Windows pathnames.
16984         Reported by Derek Robert Price <derek@ximbiot.com>.
16985
16986 2004-04-21  Karl Berry  <karl@gnu.org>
16987
16988         * config/srclist.txt (localcharset.c): break sync.
16989
16990 2004-04-20  Paul Eggert  <eggert@twinsun.com>
16991
16992         * m4/host-os.m4: Add a copyright notice.
16993
16994 2004-04-20  Jim Meyering  <jim@meyering.net>
16995
16996         Change UTILS_ to gl_ in AC_DEFINE'd names.
16997         Change utils_- and jm_-prefixed variables, too.
16998         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
16999         UTILS_FUNC_MKDIR_TRAILING_SLASH.
17000         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
17001
17002         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
17003         Don't emit trailing blanks.
17004         Also rename jm_-prefixed variables to have gl_ prefix.
17005
17006         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
17007         Also rename jm_-prefixed variables to have gl_ prefix.
17008
17009         * m4/jm-macros.m4: Reflect the renamings.
17010         * m4/prereq.m4: Likewise.
17011
17012 2004-04-20  Jim Meyering  <jim@meyering.net>
17013
17014         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
17015         memory.
17016
17017 2004-04-20  Jim Meyering  <jim@meyering.net>
17018             Bruno Haible  <bruno@clisp.org>
17019
17020         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
17021         memory when realloc fails.
17022
17023 2004-04-19  Jim Meyering  <jim@meyering.net>
17024
17025         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
17026         now that readutmp.c may call `free (0)'.
17027
17028 2004-04-19  Bruno Haible  <bruno@clisp.org>
17029
17030         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
17031         * m4/inttypes_h.m4: Likewise.
17032         * m4/stdint_h.m4: Likewise.
17033         * m4/intmax_t.m4: Likewise.
17034         * m4/uintmax_t.m4: Likewise.
17035
17036 2004-04-18  Jim Meyering  <jim@meyering.net>
17037
17038         * m4/prereq.m4: Don't forbid jm_ prefix.
17039
17040         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
17041         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
17042         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
17043         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
17044         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
17045         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
17046         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
17047         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
17048         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
17049         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
17050         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
17051         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
17052         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
17053         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
17054         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
17055         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
17056         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
17057         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
17058         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
17059
17060 2004-04-18  Jim Meyering  <jim@meyering.net>
17061
17062         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
17063         failure, don't leak memory and do call END_UTMP_ENT.
17064
17065 2004-04-16  Jim Meyering  <jim@meyering.net>
17066
17067         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
17068         coreutils' stat program.
17069         (gl_PREREQ): Don't require jm_PREREQ_STAT.
17070
17071 2004-04-11  Paul Eggert  <eggert@twinsun.com>
17072
17073         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
17074         C89.
17075         (CHAR_BIT): Remove, since we assume C89.
17076         Include <stdint.h> if available, as per current Autoconf CVS advice.
17077
17078 2004-03-31  Jim Meyering  <jim@meyering.net>
17079
17080         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
17081         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
17082         * m4/xalloc.m4: Likewise.
17083
17084 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17085
17086         Merge from coreutils.
17087
17088         * m4/inttostr.m4: New file.
17089         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
17090         Require AM_STDBOOL_H and gl_TIMESPEC instead.
17091         Require gl_CLOCK_TIME.
17092         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
17093
17094 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17095
17096         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
17097         not bool, to be more consistent with Unix conventions.
17098         Suggested by Bruno Haible.
17099
17100         Merge from coreutils.
17101
17102         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
17103         * lib/umaxtostr.c: New files.
17104
17105         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
17106         the usual <time.h> dance.
17107         (get_date): Change signature to support fractional time stamps.
17108         All callers changed.
17109         * lib/getdate.y: Include "getdate.h" first, as we can now
17110         assume C89 and don't need to worry about 'const'.
17111         Similarly, include "unlocked-io.h" near start, not in middle.
17112         Include <limits.h>.
17113         (textint.value): Use long int rather than int.
17114         (textint.digits): Use size_t rather than int.
17115         (BILLION, LOG10_BILLION): New constants.
17116         (parser_control): New member rel_ns.  Members day_ordinal,
17117         time_zone, month, day, hour, minutes, rel_year, rel_month,
17118         rel_day, rel_hour, rel_minutes, rel_seconds
17119         are now long int, not int.  Member seconds is now struct timespec,
17120         not int.  New member timespec_seen.  Members dates_seen, days_seen,
17121         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
17122         not int.
17123         (%union.intval): Now long int, not int.
17124         New member timespec.
17125         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
17126         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
17127         (spec): Now is a timespec or an item list.
17128         (timespec, items): New nonterminals.
17129         (time, rel, relunit, number, get_date):
17130         Add support for fractional seconds.
17131         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
17132         (gmtime, localtime, mktime): Remove decls; not needed with C89.
17133         (to_hour): First arg is now long int, not int.
17134         (to_year): Returns long int, not int.
17135         Don't treat year -70 like 70.
17136         (tm_diff): Returns long int, not int.
17137         (lookup_word): Use bool instead of int when appropriate.
17138         (yylex): Use size_t for count, not int.
17139         Detect overflow when parsing large integer constants.
17140         Add support for fractions.
17141         (get_date): Make pointers 'const' if possible.
17142         Use more-portable code to detect integer overflow.
17143         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
17144         Don't use ctime; it's not reliable if the year has >4 digits.
17145
17146         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
17147         This is for compatibility with BSD.
17148
17149         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
17150         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
17151         From coreutils' system.h.
17152
17153         * lib/userspec.c: Don't include "posixver.h".
17154         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
17155         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
17156         compatible extension.  Simplify code by removing a boolean int
17157         that was always nonzero if a string was nonnull.
17158
17159 2004-03-30  Jim Meyering  <jim@meyering.net>
17160
17161         Merge from coreutils.
17162
17163         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
17164         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
17165         on some systems one must include <grp.h> before it.
17166         Reported by Christian Krackowizer.
17167
17168 2004-03-30  Jim Meyering  <jim@meyering.net>
17169
17170         Merge from coreutils.
17171
17172         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
17173
17174         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
17175         an empty input stream.
17176
17177         * lib/readtokens.c: Include <stdbool.h>.
17178         (readtoken): Use `size_t' rather than int/long.
17179         All callers adjusted.
17180         Use `bool' rather than `int' where appropriate.
17181         Use memset rather than an explicit loop.
17182         Use x2nrealloc rather than xrealloc.
17183         Allow the use of `\0' as a delimiter.
17184         (readtokens): Likewise.
17185         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
17186
17187 2004-03-30  Jim Meyering  <jim@meyering.net>
17188
17189         * m4/realloc.m4: Remove file, since now it does no more than
17190         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
17191         the `configure.ac' section of module/realloc.
17192         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
17193
17194 2004-03-30  Bruno Haible  <bruno@clisp.org>
17195
17196         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
17197         nonnull.
17198
17199 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17200
17201         Merge changes to getloadavg.c from coreutils and Emacs.
17202
17203         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
17204         Define to an expression, not to the empty string.
17205         Include cloexec.h and xalloc.h.
17206         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
17207         Use set_cloexec_flag rather than rolling our own.
17208         * lib/cloexec.c, lib/cloexec.h: New files.
17209
17210 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17211
17212         * m4/cloexec.m4: New file.
17213
17214 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17215
17216         * lib/getopt.h: Sync with libc CVS.
17217
17218 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17219             Bruno Haible  <bruno@clisp.org>
17220
17221         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
17222         mbswidth.
17223
17224 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17225             Bruno Haible  <bruno@clisp.org>
17226
17227         * lib/mbswidth.h: Include <wchar.h> only if
17228         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
17229         <wchar.h>.
17230         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
17231
17232 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17233
17234         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
17235         Sync with libc CVS.
17236         * lib/getopt_int.h: New file, also synced from libc.
17237
17238 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17239
17240         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
17241         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
17242         Bring back getopt.c, getopt.h, getopt1.c.
17243
17244 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17245
17246         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
17247         All uses changed.  Check for sa_sigaction member; this fixes
17248         a bug first reported by Jason Andrade in
17249         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17250
17251 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17252
17253         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
17254         '#if' expressions.  Unlike the code it replaces, it does not
17255         depend on (defined _SC_PAGESIZE).  However, it does depend on
17256         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
17257         first reported by Jason Andrade in
17258         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17259
17260 2004-02-25  Simon Josefsson  <jas@extundo.com>
17261
17262         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
17263
17264 2004-02-25  Simon Josefsson  <jas@extundo.com>
17265
17266         * lib/strdup.h: New file.
17267         * lib/strdup.c: Include it.
17268         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
17269         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
17270
17271 2004-02-23  Karl Berry  <karl@gnu.org>
17272
17273         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
17274         (from fencepost.gnu.org:/gd/gnuorg).
17275
17276 2004-02-23  Karl Berry  <karl@gnu.org>
17277
17278         * config/srclistvars.sh (GNUORG) [karl]: redefine.
17279         * config/srclist.txt: add maintain/standards documents.
17280
17281 2004-02-18  Bruno Haible  <bruno@clisp.org>
17282
17283         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
17284         Reported by Derek Robert Price <derek@ximbiot.com>.
17285
17286 2004-02-16  Karl Berry  <karl@gnu.org>
17287
17288         * config/mkinstalldirs, install-sh: update from automake.
17289
17290 2004-02-06  Karl Berry  <karl@gnu.org>
17291
17292         * m4/po.m4: update from gettext 0.14.1.
17293
17294 2004-02-06  Karl Berry  <karl@gnu.org>
17295
17296         * lib/config.charset: update from gettext 0.14.1.
17297
17298 2004-02-05  Paul Eggert  <eggert@twinsun.com>
17299
17300         Add comments and code, prompted by suggestions from Bruno Haible
17301         for sh-quote.
17302         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
17303         describing the enum quoting_style values.
17304         * lib/quotearg.c (quotearg_alloc): New function.
17305         (quotearg_buffer_restyled): Treat lone { and } as special.
17306         Treat = as special.  Work around bug with older shells
17307         that "see" a '\' that is really the 2nd byte of a multibyte char.
17308         Quote empty string with shell_quoting_style.
17309
17310 2004-02-03  Bruno Haible  <bruno@clisp.org>
17311
17312         * m4/pipe.m4: New file, from GNU gettext.
17313
17314 2004-02-03  Bruno Haible  <bruno@clisp.org>
17315
17316         * lib/pipe.h: New file, from GNU gettext.
17317         * lib/pipe.c: New file, from GNU gettext.
17318
17319 2004-01-27  Bruno Haible  <bruno@clisp.org>
17320
17321         * m4/execute.m4: New file, from GNU gettext.
17322
17323 2004-01-27  Bruno Haible  <bruno@clisp.org>
17324
17325         * lib/execute.h: New file, from GNU gettext.
17326         * lib/execute.c: New file, from GNU gettext.
17327         * lib/w32spawn.h: New file, from GNU gettext.
17328
17329 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17330
17331         Merge from diffutils.
17332
17333         * lib/file-type.c (file_type): Add typed memory objects.
17334         * lib/file-type.h (S_TYPEISTMO): New macro.
17335
17336         * lib/c-stack.h (c_stack_action): Remove argv argument.
17337         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
17338         (die): Don't calculate message unless segv_action returns.
17339         (get_stack_location, min_address_from_argv, max_address_from_argv,
17340         volatile stack_base, volatile_stack_size): Remove.
17341         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
17342         that every segmentation violation is a stack overflow.  (Ouch!)
17343         See Debian bug 136249 (still outstanding) for more info about why
17344         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
17345
17346 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17347
17348         Exit-status fix from coreutils.
17349
17350         Use exit_failure consistently in place of EXIT_FAILURE,
17351         so that program exit statuses are consistent on failure.
17352
17353         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
17354         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
17355         * lib/argmatch.h: Comment fix to match the above.
17356         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
17357         Now a macro referring to exit_failure, instead of a separate
17358         variable.  Include "exitfail.h" to get it.
17359         * lib/xstrtol.h: Include "exitfail.h".
17360         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
17361
17362         * lib/long-options.c (parse_long_options): Use prototype
17363         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
17364         for clarity.
17365
17366 2004-01-21  Jim Meyering  <jim@meyering.net>
17367
17368         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
17369         so as not to conflict with a different-sized __mktime_internal
17370         function in GNU libc.
17371         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
17372         Problem building statically-linked `ls' reported by Michael Brunnbauer.
17373
17374 2004-01-20  Karl Berry  <karl@gnu.org>
17375
17376         * config/config.guess: update from config.
17377
17378         * config/srclistvars.sh: GNUWWWLICENSES for karl.
17379
17380 2004-01-20  Bruno Haible  <bruno@clisp.org>
17381
17382         Safer stack allocation.
17383         * lib/setenv.c: Include allocsa.h.
17384         (alloca): Remove fallback definition.
17385         (freea): Remove macro.
17386         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
17387         instead of freea.
17388
17389 2004-01-20  Bruno Haible  <bruno@clisp.org>
17390
17391         * m4/eealloc.m4: New file, from GNU gettext.
17392
17393 2004-01-20  Bruno Haible  <bruno@clisp.org>
17394
17395         * m4/allocsa.m4: New file, from GNU gettext.
17396
17397 2004-01-20  Bruno Haible  <bruno@clisp.org>
17398
17399         * lib/xallocsa.h: New file, from GNU gettext.
17400         * lib/xallocsa.c: New file, from GNU gettext.
17401
17402 2004-01-20  Bruno Haible  <bruno@clisp.org>
17403
17404         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
17405
17406 2004-01-20  Bruno Haible  <bruno@clisp.org>
17407
17408         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
17409         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
17410         specially.
17411
17412 2004-01-20  Bruno Haible  <bruno@clisp.org>
17413
17414         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
17415         patch.
17416
17417 2004-01-20  Bruno Haible  <bruno@clisp.org>
17418
17419         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
17420
17421 2004-01-20  Bruno Haible  <bruno@clisp.org>
17422
17423         * lib/eealloc.h: New file.
17424
17425 2004-01-20  Bruno Haible  <bruno@clisp.org>
17426
17427         * lib/binary-io.h: Avoid warnings on Cygwin.
17428
17429 2004-01-20  Bruno Haible  <bruno@clisp.org>
17430
17431         * lib/allocsa.h: New file, from GNU gettext.
17432         * lib/allocsa.c: New file, from GNU gettext.
17433
17434 2004-01-18  Karl Berry  <karl@gnu.org>
17435
17436         * doc/gpl.texi, doc/lgpl.texi: new files.
17437
17438 2004-01-18  Karl Berry  <karl@gnu.org>
17439
17440         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
17441         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
17442
17443 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17444
17445         Merge from coreutils.
17446
17447         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
17448         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
17449         (gl_DEFAULT_POSIX2_VERSION): Move
17450         the documentation from 'configure' into 'config.hin',
17451         so that 'configure --help' isn't burdened by it and
17452         we don't have to worry about its formatting there.
17453         Reword the documentation so that it's more succinct
17454         and can be run together into a single paragraph.
17455         * m4/same.m4 (gl_SAME): Check for pathconf.
17456
17457 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17458
17459         Merge from coreutils.
17460
17461         * lib/posixver.c: Include posixver.h.
17462
17463         * lib/same.c: Include <stdbool.h>, <limits.h>.
17464         (_POSIX_NAME_MAX): Define if not defined.
17465         (MIN): New macro.
17466         (same_name): If file names are silently truncated, report
17467         that the file names are the same if they are the same after
17468         the silent truncation.
17469
17470         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
17471         conversion function.
17472         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
17473         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
17474         longer needed.
17475
17476 2004-01-15  Jim Meyering  <jim@meyering.net>
17477
17478         Merge from coreutils.
17479
17480         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
17481         if no library is required.
17482         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
17483         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
17484         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
17485         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
17486         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
17487         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
17488         value, $ac_cv_search_crypt, if it's "none required".
17489         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
17490         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
17491         not gl_FUNC_GETLOADAVG.
17492         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
17493         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
17494
17495 2004-01-15  Jim Meyering  <jim@meyering.net>
17496
17497         Merge from coreutils.
17498
17499         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
17500         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
17501         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
17502
17503         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
17504         optional configure-time default.
17505
17506         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17507
17508         * lib/xreadlink.c (xreadlink): Correct outdated comment.
17509
17510 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
17511
17512         Merge from coreutils.
17513
17514         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
17515         value, $ac_cv_search_nanosleep, if it's "none required".
17516
17517 2004-01-14  Paul Eggert  <eggert@twinsun.com>
17518
17519         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
17520         with like-named macro in fnmatch.c.
17521         (EXT): Use an internal constant instead.
17522
17523         Merge fnmatch patches from glibc.
17524         * lib/fnmatch.c (mbsinit): Remove define.
17525         Add libc_hidden_ver (__fnmatch, fnmatch).
17526         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
17527         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
17528
17529 2004-01-14  Karl Berry  <karl@gnu.org>
17530
17531         * config/install-sh: update from automake.
17532
17533 2004-01-13  Karl Berry  <karl@gnu.org>
17534
17535         * config/install-sh: update from automake.
17536
17537 2004-01-09  Karl Berry  <karl@gnu.org>
17538
17539         * config/install-sh: update from automake.
17540
17541 2004-01-05  Karl Berry  <karl@gnu.org>
17542
17543         * config/config.{sub,guess}: update from config.
17544
17545 2003-12-31  Karl Berry  <karl@gnu.org>
17546
17547         * config/depcomp: update from automake.
17548
17549 2003-12-14  Karl Berry  <karl@gnu.org>
17550
17551         * lib/config.charset: update from gettext-runtime.
17552
17553 2003-12-03  Paul Eggert  <eggert@twinsun.com>
17554
17555         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
17556         Bug reported by Alfred M. Szmidt.
17557
17558 2003-12-03  Bruno Haible  <bruno@clisp.org>
17559
17560         * m4/gettext.m4: Upgrade from gettext-0.13.
17561         * m4/po.m4: Upgrade from gettext-0.13.
17562         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
17563         * m4/intmax.m4: New file, from gettext-0.13.
17564         * m4/printf-posix.m4: New file, from gettext-0.13.
17565
17566 2003-11-29  Karl Berry  <karl@gnu.org>
17567
17568         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
17569
17570 2003-11-25  Paul Eggert  <eggert@twinsun.com>
17571             Bruno Haible  <bruno@clisp.org>
17572
17573         * lib/printf-parse.h: Don't include sys/types.h.
17574         (ARG_NONE): New macro.
17575         (char_directive): Change type of *arg_index fields to size_t.
17576         * lib/printf-parse.c: Don't include sys/types.h.
17577         (SSIZE_MAX): Remove macro.
17578         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
17579         Remove unnecessary overflow check.
17580         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
17581         fields.
17582
17583 2003-11-25  Bruno Haible  <bruno@clisp.org>
17584
17585         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
17586
17587 2003-11-25  Bruno Haible  <bruno@clisp.org>
17588
17589         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
17590         gt_TYPE_SSIZE_T.
17591
17592 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17593
17594         * modules/alloca: Remove dependency on xalloc.
17595
17596 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17597
17598         * lib/alloca.c: Remove dependency on xalloc module.
17599         (xalloc_die): Remove.
17600         (memory_full) [!defined emacs]: New macro.
17601         [!defined emacs]: Don't include xalloc.h.
17602         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
17603         address arithmetic overflows.  Change datatypes a bit to avoid
17604         unnecessary casts.
17605
17606 2003-11-22  Jim Meyering  <jim@meyering.net>
17607
17608         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
17609         s/size/size_t/.
17610
17611 2003-11-21  Karl Berry  <karl@gnu.org>
17612
17613         * config/config.{sub,guess}: update from config.
17614
17615 2003-11-18  Karl Berry  <karl@gnu.org>
17616
17617         * config/config.{sub,guess}: update from config.
17618
17619         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
17620
17621 2003-11-17  Paul Eggert  <eggert@twinsun.com>
17622
17623         * README: Mention that S+T cannot overflow if S is the size of
17624         an existing object and T is sufficiently small.
17625
17626 2003-11-17  Jim Meyering  <jim@meyering.net>
17627
17628         On systems without utime and without a utimes function capable of
17629         dealing with a NULL struct utimbuf* argument, this utime replacement
17630         could -- in unusual circumstances -- leak a file descriptor.
17631         * lib/utime.c: Include <unistd.h> and <errno.h>.
17632         (utime_null): Be sure to close `fd' and to preserve errno.
17633         Reported by Geoff Collyer via Arnold Robbins.
17634
17635 2003-11-17  Bruno Haible  <bruno@clisp.org>
17636
17637         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
17638         (Depends-on): Add xsize.
17639
17640 2003-11-17  Bruno Haible  <bruno@clisp.org>
17641
17642         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
17643
17644 2003-11-17  Bruno Haible  <bruno@clisp.org>
17645
17646         * lib/vasnprintf.c (alloca): Remove fallback definition.
17647         (freea): Remove definition.
17648         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
17649         Reported by Paul Eggert.
17650
17651 2003-11-16  Paul Eggert  <eggert@twinsun.com>
17652             Bruno Haible  <bruno@clisp.org>
17653
17654         Protect against address arithmetic overflow.
17655         * lib/printf-args.h: Include stddef.h.
17656         (arguments): Change type of field 'count' to size_t.
17657         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
17658         'unsigned int' where appropriate.
17659         * lib/printf-parse.h: Include sys/types.h.
17660         (char_directive): Change type of *arg_index fields to ssize_t.
17661         (char_directives): Change type of fields 'count', max_*_length to
17662         size_t.
17663         * lib/printf-parse.c: Include sys/types.h and xsize.h.
17664         (SSIZE_MAX): Define fallback value.
17665         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
17666         instead of 'int' where appropriate. Check a_allocated, d_allocated
17667         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
17668         * lib/vasnprintf.c: Include xsize.h.
17669         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
17670         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
17671         overflow. Avoid wraparound when converting a width or precision from
17672         decimal to binary.
17673
17674 2003-11-16  Bruno Haible  <bruno@clisp.org>
17675
17676         Update from GNU gettext.
17677         * lib/printf-parse.c: Generalize to it can be compiled for wide
17678         strings.
17679         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
17680         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
17681         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
17682         SNPRINTF): New macros.
17683         Don't include <alloca.h> if the file is used inside libintl.
17684         (local_wcslen): New function, for Solaris 2.5.1.
17685         (VASNPRINTF): Use it instead of wcslen.
17686
17687 2003-11-16  Bruno Haible  <bruno@clisp.org>
17688
17689         * lib/xsize.h (xmax): New function.
17690         (xsum, xsum3, xsum4): Declare as "pure" functions.
17691
17692 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17693
17694         * modules/xalloc (Files): Undo latest change, since xalloc.h
17695         no longer needs SIZE_MAX or PTRDIFF_MAX.
17696
17697 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17698
17699         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
17700         gl_PTRDIFF_MAX.
17701
17702 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17703
17704         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
17705         "return", to pacify some unknown compiler.  Problem reported
17706         by Joerg Schilling.
17707
17708 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17709
17710         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
17711         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
17712         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
17713         heuristic is just as accurate as far as we know, and it removes a
17714         dependency on size_max.m4 and ptrdiff_max.m4.
17715
17716 2003-11-11  Bruno Haible  <bruno@clisp.org>
17717
17718         * modules/xsize (Files): Add m4/size_max.m4.
17719         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
17720
17721 2003-11-11  Bruno Haible  <bruno@clisp.org>
17722
17723         * m4/size_max.m4: New file.
17724         * m4/ptrdiff_max.m4: New file.
17725         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
17726         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
17727         (gl_XALLOC): Invoke it.
17728
17729 2003-11-11  Bruno Haible  <bruno@clisp.org>
17730
17731         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
17732         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
17733         defined.
17734
17735 2003-11-10  Paul Eggert  <eggert@twinsun.com>
17736
17737         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
17738         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
17739         rejected some allocations of exactly SIZE_MAX - 2 bytes.
17740         From Bruno Haible.
17741         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
17742         not (size_t) -1, since it's defined here.
17743
17744 2003-11-09  Karl Berry  <karl@gnu.org>
17745
17746         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
17747
17748 2003-11-06  Paul Eggert  <eggert@twinsun.com>
17749
17750         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
17751         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
17752         Reject sizes of exactly SIZE_MAX bytes.
17753         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
17754         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
17755
17756 2003-11-05  Bruno Haible  <bruno@clisp.org>
17757
17758         * lib/xsize.h: Include limits.h, to avoid a possible collision with
17759         SIZE_MAX defined in <limits.h> on Solaris.
17760
17761 2003-11-04  Jim Meyering  <jim@meyering.net>
17762
17763         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
17764         variable names, rather than @VAR@.
17765         * modules/poll: Likewise.
17766
17767 2003-11-04  Bruno Haible  <bruno@clisp.org>
17768
17769         * modules/xsize: New file.
17770         * modules/linebreak: Depend on xsize.
17771         * MODULES.html.sh (func_all_modules): Add xsize.
17772
17773 2003-11-04  Bruno Haible  <bruno@clisp.org>
17774
17775         * m4/xsize.m4: New file.
17776
17777 2003-11-04  Bruno Haible  <bruno@clisp.org>
17778
17779         * lib/xsize.h: New file.
17780         * lib/linebreak.c: Include xsize.h.
17781         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
17782         argument for overflow.
17783         Suggested by Paul Eggert.
17784
17785 2003-11-03  Karl Berry  <karl@gnu.org>
17786
17787         * config/config.{guess,sub}: update from config.
17788
17789 2003-11-03  Jim Meyering  <jim@meyering.net>
17790
17791         * modules/userspec (lib_SOURCES): Add userspec.h.
17792         (Include): Add "userspec.h".
17793         Improve description.
17794
17795 2003-11-03  Jim Meyering  <jim@meyering.net>
17796
17797         * lib/userspec.c: Include "userspec.h".
17798         * lib/userspec.h: New file.
17799
17800 2003-11-03  Bruno Haible  <bruno@clisp.org>
17801
17802         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
17803
17804 2003-11-03  Bruno Haible  <bruno@clisp.org>
17805
17806         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
17807         available, to avoid (extremely rare) race condition.
17808         Suggested by Paul Eggert.
17809
17810 2003-11-02  Karl Berry  <karl@gnu.org>
17811
17812         * config/srclist.txt (vasprintf.c): sync broken, sigh.
17813
17814 2003-10-31  Paul Eggert  <eggert@twinsun.com>
17815
17816         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
17817         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
17818         (read_filesystem_list): Set and use me_type_malloced.
17819         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
17820         whatever the type happens to be), for brevity and consistency.
17821         Check for size calculation overflow on Alphas running OSF/1.
17822
17823 2003-10-31  Jim Meyering  <jim@meyering.net>
17824
17825         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
17826
17827         * lib/linebuffer.c: Include <string.h> for declaration of memset.
17828
17829 2003-10-30  Paul Eggert  <eggert@twinsun.com>
17830             Bruno Haible  <bruno@clisp.org>
17831
17832         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
17833         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
17834
17835 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
17836
17837         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
17838         netbsd*-gnu*.  Suggested by Robert Millan.
17839
17840 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17841
17842         * modules/group-member: Depend on stdbool.
17843
17844 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17845
17846         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
17847
17848 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17849
17850         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
17851         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
17852         after the 'gnu' in these cases.  This fixes some bugs in the
17853         previous change, and is based on suggestions by Robert Millan.
17854
17855 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17856
17857         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
17858         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
17859         no longer needed.
17860         * lib/quotearg.c (quotearg_n_options): Use it.
17861         * lib/group-member.c: Include <stdbool.h>.
17862         (free_group_info): Arg is now const *; don't free arg.
17863         (get_group_info): Now returns bool and accepts struct group_info *,
17864         rather than returning a malloc'ed struct group_info *.
17865         All uses changed.  Check for overflow in internal size calculation.
17866
17867         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
17868         rather than xmalloc/xrealloc.
17869         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
17870         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
17871         conformance bug: the old code used a pointer after freeing the
17872         storage that it addressed.
17873         * lib/hash.c (hash_initialize): Simplify the code by using
17874         xalloc_oversized rather than doing it by hand.
17875         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
17876         the buffer preserved.  Use free and xmalloc instead.
17877         * lib/quotearg.c (quotearg_n_options): Likewise.
17878         Use a simpler test for size overflow.  Don't use xalloc_oversized
17879         because unsigned int might be wider than size_t (!); this suggests
17880         that we should switch from unsigned int to size_t for slot numbers.
17881
17882 2003-10-28  Paul Eggert  <eggert@twinsun.com>
17883
17884         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
17885         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
17886         NetBSD kernels.  Requested by Richard Stallman.
17887
17888 2003-10-27  Paul Eggert  <eggert@twinsun.com>
17889
17890         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
17891         to allocate the returned structure.  Do not allocate a subarray,
17892         as x2nrealloc will do that.
17893         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
17894         instead of xnrealloc.
17895         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
17896
17897 2003-10-27  Bruno Haible  <bruno@clisp.org>
17898
17899         * lib/stdbool_.h: Better support for BeOS.
17900
17901 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17902
17903         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
17904         now uses inline.
17905
17906 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17907
17908         * lib/xalloc.h (xalloc_oversized): New static inline function, for
17909         callers that want to do their own size-overflow checking.  Include
17910         <stdbool.h>, since xalloc_oversized returns bool.
17911         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
17912         to use xalloc_oversized.
17913
17914         Add two functions x2realloc, x2nrealloc, for programs that grow
17915         arrays dynamically by doubling their sizes.
17916         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
17917         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
17918         New functions.
17919
17920         Port to C99 semantics for 'inline' of external functions.
17921         Bug reported by Bruno Haible.
17922         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
17923         with the old contents of xnmalloc.
17924         (xnmalloc, xmalloc): Use it.
17925         (xnrealloc_inline): New static inline function,
17926         with the old contents of xnrealloc.
17927         (xnrealloc, xrealloc): Use it.
17928
17929         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
17930         that.
17931
17932 2003-10-26  Karl Berry  <karl@gnu.org>
17933
17934         * config/srclist.txt (COPYING.DOC): no longer available from
17935         /gd/gnuorg; don't know where the ultimate source is.
17936
17937 2003-10-25  Paul Eggert  <eggert@twinsun.com>
17938
17939         Fix several address-calculation bugs in the hash modules,
17940         plus some minor code cleanup.
17941
17942         * lib/hash.h: Include <stdbool.h>, for bool.
17943         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
17944         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
17945         hash_get_n_entries, hash_get_max_bucket_length,
17946         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
17947         hash_rehash): Use size_t rather than unsigned.
17948         * lib/hash.c (struct hash_table, hash_get_n_buckets,
17949         hash_get_n_buckets_used, hash_get_n_entries,
17950         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
17951         hash_get_entries, hash_do_for_each, hash_string, is_prime,
17952         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
17953         Likewise.
17954         (SIZE_MAX): Define if not defined.
17955         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
17956         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
17957         hash_print):
17958         Use const * when possible.
17959         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
17960         (check_tuning): Fix bug: if tuning parameters were very close to
17961         0 or 1, rounding errors could have caused subscript violations.
17962         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
17963         (hash_initialize): Add 'fail:' label
17964         to free table and return NULL, and use it to simplify code.
17965         Use calloc rather than clearing the storage ourself.
17966         (hash_initialize, hash_rehash): Check for arithmetic overflow in
17967         buffer size calculations.
17968         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
17969         Include <stddef.h>, for size_t.
17970         * lib/hash-pjw.c (hash_pjw): Likewise.
17971         Switch to method described by Bruno Haible.
17972         Include <limits.h>, for CHAR_BIT.
17973         (SIZE_BITS): New macro.
17974
17975 2003-10-23  Paul Eggert  <eggert@twinsun.com>
17976
17977         * m4/getline.m4 (AM_FUNC_GETLINE):
17978         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
17979         hosts.  Problem reported by Derek Robert Price in
17980         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
17981         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
17982         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
17983
17984 2003-10-21  Paul Eggert  <eggert@twinsun.com>
17985
17986         * lib/getndelim2.c (getndelim2): When size calculation overflows,
17987         ceiling the allocation at NMAX bytes rather than silently
17988         discarding input bytes before NMAX is reached.  This makes
17989         a difference only if NMAX exceeds SIZE_MAX / 2.
17990
17991         * lib/obstack.c: Merge from glibc.
17992         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
17993         Add libc_hidden_def (_obstack_newchunk).
17994         (_obstack_free) [! defined _LIBC]: Remove.
17995         [defined _LIBC]: Make a strong alias from obstack_free, rather than
17996         a clone of the function body.
17997         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
17998         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
17999
18000         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
18001         glibc.
18002         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
18003         arg to memcpy.
18004
18005         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
18006         (obstack_ptr_grow_fast, obstack_int_grow_fast):
18007         Don't use lvalue casts, as GCC plans to remove support for them
18008         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
18009         was also present in the non-GCC version, indicating that this
18010         code had always been buggy and had never been widely used.
18011         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
18012         Use the fast variant of each macro, rather than copying the
18013         definiens of the fast variant; that way, we'll be more likely to
18014         catch future bugs in the fast variants.
18015
18016 2003-10-20  Bruno Haible  <bruno@clisp.org>
18017
18018         * modules/wait-process: New file.
18019         * MODULES.html.sh (func_all_modules): Add wait-process.
18020
18021 2003-10-20  Bruno Haible  <bruno@clisp.org>
18022
18023         * m4/wait-process.m4: New file.
18024
18025 2003-10-20  Bruno Haible  <bruno@clisp.org>
18026
18027         * lib/wait-process.h: New file, from GNU gettext.
18028         * lib/wait-process.c: New file, from GNU gettext.
18029
18030 2003-10-19  Jim Meyering  <jim@meyering.net>
18031
18032         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
18033         HPUX 10.20.
18034
18035 2003-10-18  Karl Berry  <karl@gnu.org>
18036
18037         * config/config.guess: update from config.
18038
18039 2003-10-16  Paul Eggert  <eggert@twinsun.com>
18040
18041         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
18042         (getgroups): First arg is int, not size_t.
18043         Don't let 'free' mangle errno.
18044
18045 2003-10-16  Paul Eggert  <eggert@twinsun.com>
18046
18047         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
18048
18049 2003-10-16  Karl Berry  <karl@gnu.org>
18050
18051         * config/config.{guess,sub}: update from config.
18052
18053 2003-10-16  Jim Meyering  <jim@meyering.net>
18054
18055         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
18056         memcpy.
18057
18058 2003-10-15  Paul Eggert  <eggert@twinsun.com>
18059
18060         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
18061         (SIZE_MAX): Remove.
18062         (new_exclude, add_exclude_file): Initial size no longer needs to
18063         be a power of 2.
18064         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
18065         our own address arithmetic overflow checking.
18066
18067         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
18068         (fnmatch): Do not alloca more than 2000 wide characters;
18069         instead, use malloc for large buffers.
18070         Check for address arithmetic overflow, and return -1
18071         with errno set to ENOMEM in that case.
18072         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
18073         (NEW_PATTERN): Do not alloca more than 8000 bytes;
18074         instead, return -1.  Check for address arithmetic overflow.
18075
18076 2003-10-14  Paul Eggert  <eggert@twinsun.com>
18077
18078         Handle invalid suffixes and overflow independently, so that
18079         callers can treat them independently as needed.  Fix some bugs in
18080         suffix handling, e.g., "100k@" was not diagnosed as an invalid
18081         suffix for a human-readable blocksize.  The major caller-visible
18082         change is the addition of a new
18083         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
18084         that both overflow and suffix chars were found.
18085
18086         * lib/human.c (humblock): Don't check separately for invalid suffix
18087         char; that is xstrtoumax's job (now that its bug is fixed).
18088         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
18089         INTMAX_MAX]: New macros.
18090         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
18091         TYPE_MAXIMUM): New macros.
18092         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
18093         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
18094         if overflow occurs, as it's what __strtol does and it's more useful
18095         in practice.
18096         (__xstrtol): If __strtol reports some error other than ERANGE,
18097         reflect it to the caller as LONGINT_INVALID.  If it reports
18098         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
18099         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
18100         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
18101         value.
18102         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
18103         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
18104         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
18105         [defined UINTMAX_MAX]: New macros.
18106
18107 2003-10-14  Bruno Haible  <bruno@clisp.org>
18108
18109         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
18110
18111 2003-10-14  Bruno Haible  <bruno@clisp.org>
18112
18113         * m4/sig_atomic_t: New file, from GNU gettext.
18114         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
18115
18116 2003-10-14  Bruno Haible  <bruno@clisp.org>
18117
18118         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
18119         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
18120         Also use volatile where needed.
18121
18122 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18123
18124         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
18125         Change maintainer from Bruno Haible to 'all'.
18126
18127 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18128
18129         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
18130
18131 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18132
18133         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
18134         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
18135         and define in terms of the other primitives.
18136         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
18137         (SIZE_MAX): Define if not already defined.
18138         (array_size_overflow): New function.
18139         (xalloc_die): Abort instead of exiting if 'error' returns.
18140         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
18141         (xmalloc, xrealloc): Use them.
18142         (xcalloc): Check for address arithmetic overflow.
18143         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
18144         a bit faster than strcpy.
18145
18146 2003-10-10  Simon Josefsson  <jas@extundo.com>
18147
18148         * modules/argp (Depends-on): Add restrict and strcase.
18149
18150 2003-10-10  Simon Josefsson  <jas@extundo.com>
18151
18152         * m4/argp.m4: Add AC_C_INLINE.
18153
18154 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18155
18156         Merge getpass from libc, plus a few fixes.
18157
18158         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
18159         Include <stdbool.h>.
18160         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
18161         __fsetlocking to empty.
18162         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
18163         do include <bits/libc-lock.h>.
18164         Do not include <fcntl.h>; not needed.
18165         [_LIBC]: Include <wchar.h>.
18166         (NOTCANCEL_MODE): New macro.
18167         (flockfile, funlockfile) [_LIBC]: New macros.
18168         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
18169         [!_LIBC]: New macros.
18170         (call_fclose): New function.
18171         (getpass): Use it.  Save tty stream separately; this simplifies the
18172         code and makes it more reliable if stdin happens to equal stdout.
18173         Invoke __fsetlocking on tty.
18174         Handle thread cancellation if needed.
18175         Namespace cleanup (use __tcgetattr, __getline).
18176         Use bool for Booleans.
18177         [USE_IN_LIBIO]: Handle wide streams.
18178         [!_LIBC]: Unconditionally do the fseek, since we don't know what
18179         stream might go where.
18180
18181         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
18182         doesn't have to include <stdio.h> before us.
18183         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
18184         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
18185         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
18186         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
18187         if not declared, so that we can use getpass.c code from libc without
18188         rewriting it.
18189         (flockfile, ftrylockfile, funlockfile): New macros.
18190
18191 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18192
18193         * modules/getpass: Depend on stdbool.
18194
18195 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18196
18197         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
18198
18199 2003-10-07  Karl Berry  <karl@gnu.org>
18200
18201         * config/config.{guess,sub}: update from config.
18202
18203 2003-10-06  Jim Meyering  <jim@meyering.net>
18204             Bruno Haible  <bruno@clisp.org>
18205
18206         This lets translators provide better translations for the
18207         "Written by ..." part of --version output.
18208         * lib/version-etc.h: Include stdarg.h.
18209         (version_etc_copyright): Declare as readonly.
18210         (version_etc): Make this function variadic with a NULL-terminated list
18211         of author name strings.
18212         (version_etc_va): New declaration.
18213         * lib/version-etc.c: Include stdarg.h, stdlib.h.
18214         (version_etc_copyright): Declare as readonly.
18215         (version_etc_va): New function. Provide a different translatable string
18216         for each possible number of authors < 10. Abbreviate when there are 10
18217         authors or more.
18218         (version_etc): Make this function variadic. Call version_etc_va.
18219         Suggestion from Gary V. Vaughan.
18220
18221         * lib/long-options.h (parse_long_options): Change prototype: the
18222         authors string is moved to the end and becomes variadic.
18223         * lib/long-options.c: Include stdarg.h.
18224         (parse_long_options): Make this function variadic, too.
18225         Call version_etc_va, not version_etc.
18226
18227 2003-10-06  Bruno Haible  <bruno@clisp.org>
18228
18229         * modules/version-etc-2: Remove file.
18230         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
18231
18232 2003-10-06  Bruno Haible  <bruno@clisp.org>
18233
18234         * modules/fatal-signal: New file.
18235         * MODULES.html.sh (func_all_modules): Add fatal-signal.
18236
18237 2003-10-06  Bruno Haible  <bruno@clisp.org>
18238
18239         * m4/fatal-signal.m4: New file.
18240         * m4/signalblocking.m4: New file, from GNU gettext.
18241
18242 2003-10-06  Bruno Haible  <bruno@clisp.org>
18243
18244         * lib/version-etc-2.h: Remove file.
18245         * lib/version-etc-2.c: Remove file.
18246
18247 2003-10-06  Bruno Haible  <bruno@clisp.org>
18248
18249         * lib/fatal-signal.h: New file, from GNU gettext.
18250         * lib/fatal-signal.c: New file, from GNU gettext.
18251
18252 2003-10-05  Paul Eggert  <eggert@twinsun.com>
18253
18254         * README: Rework advice for preventing empty .o files.
18255         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
18256         not <sys/types.h>.
18257
18258 2003-10-04  Karl Berry  <karl@gnu.org>
18259
18260         * lib/argp*: update from libc.
18261
18262 2003-10-04  Karl Berry  <karl@gnu.org>
18263
18264         * config/config.{guess,sub}: update from config.
18265
18266 2003-10-02  Bruno Haible  <bruno@clisp.org>
18267
18268         * modules/lchown (Include): Add lchown.h.
18269         * modules/time_r (Include): Use "..." syntax.
18270         * modules/xgetdomainname (Include): Add xgetdomainname.h.
18271
18272 2003-10-01  Simon Josefsson  <jas@extundo.com>
18273
18274         * MODULES.html.sh (func_all_modules): Move gethostname from section
18275         'based on' to section 'lacking' POSIX:2001.
18276
18277 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
18278
18279         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
18280         to output mode on the same stream.
18281
18282 2003-09-29  Paul Eggert  <eggert@twinsun.com>
18283
18284         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
18285         Fix arg typo in previous patch.
18286
18287 2003-09-28  Jim Meyering  <jim@meyering.net>
18288
18289         * lib/error.c: Correct cpp indentation.
18290
18291 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18292
18293         * modules/free: New file.
18294
18295 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18296
18297         * m4/free.m4: New file.
18298
18299 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18300
18301         * lib/minmax.h (MIN, MAX)
18302         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
18303         Omit the special code that used __typeof__, since we worry that
18304         it could be more trouble than it's worth.  See:
18305         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
18306         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
18307
18308         * lib/free.c: New file.
18309
18310 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
18311
18312         Trivial fixes to Makefile.am parts of module listings.
18313         * modules/strstr: Append strstr.h to lib_SOURCES.
18314         * modules/strcase: Likewise, for strcase.h.
18315
18316 2003-09-27  Karl Berry  <karl@gnu.org>
18317
18318         * config/mkinstalldirs: update from automake.
18319
18320 2003-09-26  Paul Eggert  <eggert@twinsun.com>
18321
18322         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
18323         (error_tail): Do not loop, reallocating temporary buffer, since
18324         the output cannot contain more wide characters than the input
18325         contains bytes, the size must be big enough already.  This avoids
18326         one potential size overflow calculation.  Check for size overflow
18327         when calculating temporary buffer size.  Free temporary buffer
18328         when done, if it was allocated with malloc; this plugs a memory
18329         leak.  Remove casts from void * to pointers, that are no longer
18330         needed now that we're assuming C89 or better.
18331
18332         Merge error changes from glibc.
18333
18334         * lib/error.c, error.h: Update copyright notice header to match glibc.
18335         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
18336         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
18337         Disable cancellation while printing error.
18338         * lib/error.h: Prepend __ to parameter names.
18339
18340 2003-09-26  Jim Meyering  <jim@meyering.net>
18341
18342         * lib/error.c (error_tail): Move some declarations
18343         into inner scope where the local variables are used.
18344
18345 2003-09-26  Bruno Haible  <bruno@clisp.org>
18346
18347         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
18348         stpncpy().
18349         Don't define stpncpy through config.h; it's now done through stpncpy.h.
18350
18351 2003-09-26  Bruno Haible  <bruno@clisp.org>
18352
18353         * lib/stpncpy.h (gnu_stpncpy): New declaration.
18354         (stpncpy): Define as alias for gnu_stpncpy.
18355         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
18356
18357 2003-09-25  Simon Josefsson  <jas@extundo.com>
18358
18359         * lib/xgetdomainname.h: New file.
18360         * lib/xgetdomainname.c: New file.
18361
18362 2003-09-25  Simon Josefsson  <jas@extundo.com>
18363             Bruno Haible  <bruno@clisp.org>
18364
18365         * modules/getdomainname: New file.
18366         * modules/xgetdomainname: New file.
18367         * MODULES.html.sh (func_all_modules): Add getdomainname,
18368         xgetdomainname.
18369
18370 2003-09-25  Simon Josefsson  <jas@extundo.com>
18371             Bruno Haible  <bruno@clisp.org>
18372
18373         * m4/getdomainname.m4: New file.
18374
18375 2003-09-25  Simon Josefsson  <jas@extundo.com>
18376             Bruno Haible  <bruno@clisp.org>
18377
18378         * lib/getdomainname.h: New file.
18379         * lib/getdomainname.c: New file.
18380
18381 2003-09-25  Karl Berry  <karl@gnu.org>
18382
18383         * lib/argp-fmtstream.c, argp-help.c: update from libc.
18384
18385 2003-09-25  Karl Berry  <karl@gnu.org>
18386
18387         * config/install-sh: update from automake.
18388
18389 2003-09-25  Bruno Haible  <bruno@clisp.org>
18390
18391         * modules/version-etc-2: New file, from modules/version-etc with
18392         modifications.
18393         * MODULES.html.sh (func_all_modules): Add version-etc-2.
18394
18395 2003-09-25  Bruno Haible  <bruno@clisp.org>
18396
18397         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
18398         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
18399
18400 2003-09-24  Simon Josefsson  <jas@extundo.com>
18401
18402         * modules/xgethostname: Add xgethostname.h.
18403
18404 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18405
18406         * lib/linebuffer.c (freebuffer): Don't free the argument, just
18407         the buffer associated with the argument.  Bug reported by
18408         Simon Josefsson.
18409
18410 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18411
18412         * README: Document assumptions that 'int' is at least 32 bits
18413         wide, that integer arithmetic is 2's complement without overflow,
18414         that there are no holes in integer values, that adding sizes of
18415         two nonoverlapping objects can't overflow, and that all-bits-zero
18416         yields scalar zero.  Fix spelling and capitalization typos.
18417
18418 2003-09-19  Karl Berry  <karl@gnu.org>
18419
18420         * lib/argp.h: update from libc.
18421
18422 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18423
18424         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
18425         to avoid spurious warnings like "AC_RUN_IFELSE was called before
18426         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
18427
18428 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18429
18430         * gnulib-tool: Use "test -h", not "test -L", for portability
18431         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
18432         (tags_regexp): Remove, since \| doesn't conform to POSIX.
18433         (sed_extract_prog): Issue s commands one-by-one, rather than
18434         using \| in one s command.
18435
18436 2003-09-16  Paul Eggert  <eggert@twinsun.com>
18437
18438         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
18439         input error, instead of returning NULL the next time we are called
18440         (and therefore losing track of errno).
18441
18442 2003-09-16  Bruno Haible  <bruno@clisp.org>
18443
18444         * gnulib-tool (func_create_testdir): Warn about duplicated
18445         dependencies.
18446
18447 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18448
18449         * modules/argmatch, modules/fatal, modules/obstack,
18450         modules/xalloc, modules/xgethostname: Sort dependencies by
18451         importance, not alphabetically.
18452
18453 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18454
18455         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
18456         fails, so that the caller gets the proper errno.
18457
18458         * lib/readutmp.c (read_utmp): Likewise.
18459         Check for fstat error.  Close stream and free storage
18460         when failing.
18461
18462 2003-09-14  Karl Berry  <karl@gnu.org>
18463
18464         * config/srclist.txt (strdup.c): disable for c89 changes.
18465
18466 2003-09-14  Jim Meyering  <jim@meyering.net>
18467
18468         * lib/getloadavg.c: Correct cpp indentation.
18469         * lib/strdup.c: Likewise.
18470         * lib/vasnprintf.c: Likewise.
18471
18472 2003-09-14  Bruno Haible  <bruno@clisp.org>
18473
18474         * modules/fwriteerror: New file.
18475         * MODULES.html.sh (func_all_modules): Add fwriteerror.
18476
18477 2003-09-14  Bruno Haible  <bruno@clisp.org>
18478
18479         * lib/fwriteerror.h: New file.
18480         * lib/fwriteerror.c: New file.
18481
18482 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18483
18484         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
18485         modules/xgethostname, modules/xalloc: Depend on exit.
18486
18487 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18488
18489         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
18490
18491         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
18492         and AC_MINIX, too, so that their extensions are available.
18493
18494         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
18495         This macro has been superseded by gl_BACKUPFILE.
18496
18497         More patches to assume C89 or better.
18498
18499         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
18500
18501         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
18502         unconditionally.
18503         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
18504         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
18505         Include <string.h>, <stdlib.h> unconditionally.
18506         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
18507         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
18508         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
18509         headers or for string.h.
18510         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
18511         or strtoul.
18512
18513         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
18514         headers.
18515         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
18516         * m4/userspec.m4 (gl_USERSPEC): Likewise.
18517         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
18518         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
18519         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18520         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
18521         memcpy, memset.
18522         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
18523         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
18524         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
18525         strtol.
18526         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
18527         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
18528         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
18529         strtoul.
18530
18531 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18532
18533         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
18534         * lib/obstack.c [!defined _LIBC]: Likewise.
18535         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
18536         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
18537         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
18538
18539         More changes to assume C89 or better.
18540
18541         * lib/error.c (error_tail): Assume vprintf.
18542
18543         * lib/argmatch.c (getenv): Remove decl.
18544         * lib/progreloc.c (get_full_program_name): Define via prototype.
18545         * lib/setenv.c (clearenv): Likewise.
18546         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
18547         needed.
18548         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
18549         (malloc, memcpy): Remove decls.
18550         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
18551         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
18552         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18553         (memcpy): Remove macro.
18554         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
18555         (__P): Remove.  All uses removed.
18556         (PTR): Remove.  All uses changed to void *.
18557         (CHAR_BIT, NULL): Remove.
18558         (spaces, zeros, memset_space, memset_zero)
18559         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
18560         Remove.
18561         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
18562         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
18563         Define with prototype.
18564         Remove now-unnecessary prototype decl.
18565         (extra_args_spec): Assume ANSI C.  All uses changed.
18566         (extra_args_spec_iso): Remove.
18567         (my_strftime, emacs_strftimeu): Define via prototype.
18568         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
18569         unconditionally.
18570         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
18571         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
18572         (strtoul, strtol): Remove decls.
18573         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
18574         LONG_MAX): Remove.
18575         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18576         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
18577         (LOCALE_PARAM_PROTO): New macro.
18578         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
18579         (INTERNAL (strtol), strtol): Define with a prototype.
18580         (PARAMS): Remove.  All uses removed.
18581         * lib/tempname.c: Include <string.h> unconditionally.
18582         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
18583         * lib/xgethostname.c (main): Define with a prototype.
18584         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
18585         Include <stdlib.h> unconditionally.
18586         (calloc, malloc, realloc, free): Remove decls.
18587         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
18588         Include <stdlib.h> unconditionally.  Sort include file names.
18589         (strtod): Remove.
18590         (xstrtod): Define with a prototype.
18591         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
18592         (strtol, strtoul): Remove decls.
18593
18594 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18595
18596         More patches to assume C89 or better.
18597         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
18598         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
18599         string.h, memchr, STDC_HEADERS.
18600
18601 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18602
18603         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
18604         Include <stdlib.h>, <string.h> unconditionally.
18605         Remove now-unnecessary cast to char *.
18606         * lib/strnlen.c: Include <string.h> unconditionally.
18607         * lib/yesno.c (yesno): Define with a prototype.
18608
18609 2003-09-11  Bruno Haible  <bruno@clisp.org>
18610
18611         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
18612
18613 2003-09-10  Jim Meyering  <jim@meyering.net>
18614
18615         * lib/error.c: Correct indentation of cpp directives.
18616
18617 2003-09-10  Bruno Haible  <bruno@clisp.org>
18618
18619         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
18620         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
18621         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
18622         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
18623         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
18624         <stdlib.h> and <string.h> checks.
18625         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
18626         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
18627
18628 2003-09-10  Bruno Haible  <bruno@clisp.org>
18629
18630         * lib/strcspn.c: Include <string.h> unconditionally.
18631         * lib/strpbrk.c: Include <string.h> unconditionally.
18632         * lib/strstr.c: Include <string.h> unconditionally.
18633         * lib/unicodeio.c: Include <string.h> unconditionally.
18634         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
18635         * lib/unsetenv.c: Likewise.
18636         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
18637         * lib/yesno.c: Include <stdlib.h> unconditionally.
18638         (rpmatch): Add prototype.
18639
18640 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18641
18642         More patches to assume C89 or better.
18643         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
18644         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
18645         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
18646         or for string.h.
18647         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
18648         stdlib.h.
18649         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
18650         C headers.
18651         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
18652         string.h.
18653         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
18654         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
18655         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
18656         or for string.h.
18657         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
18658         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
18659         C headers.
18660         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
18661         memcpy.
18662         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
18663         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
18664         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
18665         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
18666         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
18667         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
18668         string.h, free.
18669         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
18670         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
18671         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
18672         C headers, or for string.h.
18673         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
18674         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
18675         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
18676         headers, memory.h, stdlib.h, string.h, strings.h.
18677         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
18678         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
18679         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
18680         strchr.
18681         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
18682         headers, memory.h, string.h.
18683         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
18684         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
18685         free.
18686         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
18687         headers.
18688         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
18689         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
18690         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
18691         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
18692         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
18693
18694 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18695
18696         More K&R removal.
18697
18698         * lib/acosl.c (main): Use a prototype.
18699         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
18700         tanl.c: Likewise.
18701
18702         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
18703
18704         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
18705         (getopt, etopt_long, getopt_long_only, _getopt_internal)
18706         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
18707         with a prototype.
18708         * lib/getopt.c (const): Remove macro.
18709         Include <string.h> unconditionally.
18710         (my_index): Remove; all uses changed to strchr.
18711         (strlen): Remove decl.
18712         (exchange): Remove forward decl; no longer needed.
18713         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
18714         Define with prototype.
18715         * lib/getopt1.c (const): Remove macro.
18716         (getopt_long, getopt_long_only, main): Define with prototype.
18717
18718         * lib/getugroups.c: Include <string.h> unconditionally.
18719
18720         * lib/getusershell.c: Include <stdlib.h> unconditionally.
18721         (getusershell, setusershell, endusershell, readname, main):
18722         Define with prototypes.
18723
18724         * lib/group-member.c: Include group-member.h first.
18725         Include <stdlib.h> unconditionally.
18726
18727         * lib/hard-locale.c: Include hard-locale.h first.
18728         Include <stdlib.h>, <string.h> unconditionally.
18729
18730         * lib/hash.c (free, malloc): Remove decls.
18731         Include <stdlib.h> unconditionally.
18732
18733         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
18734         (getenv): Do not declare.
18735
18736         * lib/idcache.c: Include <string.h> unconditionally.
18737
18738         * lib/long-options.c: Include long-options.h first, to test interface.
18739         Include <stdlib.h> unconditionally.
18740
18741         * lib/makepath.c: Include makepath.h first, to test interface.
18742         Include <stdlib.h> and <string.h> unconditionally.
18743
18744         * lib/linebuffer.c: Include <stdlib.h>.
18745         (free): Remove decl.
18746
18747         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
18748         stddef.h. rpl_malloc returns void *, not char *.
18749         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
18750         prototype.
18751
18752         * lib/md5.h: Include <limits.h> unconditionally.
18753         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
18754         (__P): Remove; all uses removed.
18755         * lib/md5.c: Include "md5.h" first.
18756         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
18757         md5_buffer, md5_process_bytes, md5_process_block):
18758         Define with prototypes.
18759         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
18760         * lib/sha.c: Include "sha.h" first.
18761         Include <stdlib.h>, <string.h> unconditionally.
18762
18763         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
18764         * lib/memcmp.c (__ptr_t): Likewise.
18765         * lib/memrchr.c (__ptr_t): Likewise.
18766         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
18767         Include <string.h> unconditionally.
18768         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
18769         * lib/memchr.c: Include <stdlib.h> unconditionally.
18770         * lib/memchr.c (LONG_MAX): Remove.
18771         * lib/memrchr.c (LONG_MAX): Likewise.
18772         * lib/memchr.c (__memchr): Define via a prototype.
18773         * lib/memrchr.c (__memrchr): Likewise.
18774         * lib/memcmp.c (__P): Remove, and remove all uses.
18775         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
18776         Remove forward decls; no longer needed.
18777         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
18778         Use types required by C89 in prototype.
18779
18780         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
18781         * lib/savedir.c: Likewise.
18782         * lib/mkdir.c (free): Remove decl.
18783         * lib/rmdir.c (rmdir): Define with a prototype.
18784         * lib/savedir.c: Include savedir.h first, to test interface.
18785
18786         * lib/mktime.c (STDC_HEADERS): Remove.
18787         Include <stdlib.h>, <string.h> unconditionally.
18788
18789         * lib/modechange.c: Include <stdlib.h> unconditionally.
18790         (malloc): Remove decl.
18791
18792         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
18793         (free): Remove decl.
18794
18795         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
18796         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
18797         (This type really should be intptr_t, but that's a C99ism.)
18798         (_obstack_memcpy): Remove: all uses changed to memcpy.
18799         Include <string.h> unconditionally.
18800         (struct obstack): Assume __STDC__ for types of members
18801         chunkfun, freefun, extra_arg.
18802         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
18803         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
18804         obstack_begin, obstack_specify_allocation,
18805         obstack_specify_allocation_with_arg, obstack_chunkfun,
18806         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
18807         Remove unprototyped decls and the macros that use them.
18808         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
18809         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
18810         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
18811         (defined __STDC__ && __STDC__)]:
18812         Remove nonprototyped code.
18813         Include <stdlib.h> unconditionally.
18814         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
18815         _obstack_allocated_p, _obstack_free, obstack_free,
18816         _obstack_memory_used, print_and_abort):
18817         Define using prototypes.
18818         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
18819         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
18820         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
18821         obstack_next_free, obstack_object_size, obstack_room) [0]:
18822         Remove unused, unprototyped code.
18823
18824         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
18825
18826         * lib/physmem.c (physmem_total, physmem_available, main): Define
18827         with prototypes.
18828
18829         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
18830         (main): Define with a prototype.
18831
18832         * lib/posixver.c (getenv): Remove decl.
18833
18834         * lib/putenv.c (malloc): Returns void *, not char *.
18835         Include <string.h> unconditionally.
18836         (strchr, memcpy, NULL): Do not define.
18837
18838         * lib/readtokens.c: Include readtokens.h first, to test interface.
18839         Include <stdlib.h>, <string.h> unconditionally.
18840         (init_tokenbuffer): Define with a prototype.
18841
18842         * lib/regex.c (PARAMS): Remove.  All uses removed.
18843         All uses of _RE_ARGS removed, too.
18844         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18845         unconditionally.
18846         (bzero): Assume memset exists.
18847         (memcmp, memcpy, NULL): Remove.
18848         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
18849         char, or assignments to local vars of type signed char.
18850         (init_syntax_once, PREFIX(extract_number_and_incr),
18851         PREFIX(print_partial_compiled_pattern),
18852         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
18853         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
18854         PREFIX(regex_grow_registers), PREFIX(regex_compile),
18855         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
18856         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
18857         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
18858         wcs_compile_range, byte_compile_range, truncate_wchar,
18859         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
18860         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
18861         count_mbs_length, wcs_re_match_2_internal,
18862         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
18863         PREFIX(alt_match_null_string_p),
18864         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
18865         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
18866         regfree, PREFIX(extract_number)): Define with prototype.  Remove
18867         now-unnecessary declaration, if any.
18868         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
18869         regcomp, regexec):
18870         Remove now-unnecessary casts among pointer types.
18871         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
18872
18873         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
18874         (free): Remove decl.
18875
18876         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
18877
18878         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
18879         (free): Remove decl.
18880
18881         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
18882         * lib/xgetcwd.c: Likewise.
18883
18884         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
18885         (free): Remove decl.
18886
18887         * lib/strchrnul.c (strchrnul): Define with a prototype.
18888         Fix bug: c_in was not converted to char before searching.
18889
18890         The following changes are not K&R related:
18891
18892         * lib/group-member.h: Include <sys/types.h>, so that this file is
18893         self-contained.
18894         * lib/makepath.h: Likewise.
18895
18896         * lib/getusershell.c (readname, default_index, line_size, readname):
18897         Use size_t, not int, for sizes.
18898         (readname): If the size overflows, report an error instead of
18899         looping forever.
18900
18901 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18902
18903         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
18904         libc.
18905
18906 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18907
18908         * README: New section: portability guidelines.
18909
18910 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18911
18912         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
18913         C89 spec.
18914
18915 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18916
18917         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
18918
18919 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18920
18921         Assume C89 or better; remove K&R cruft.
18922         A few of these changes were first proposed by Derek Robert Price
18923         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
18924
18925         * lib/addext.c: Include <string.h> unconditionally.
18926         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
18927         Don't declare getenv or malloc.
18928
18929         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
18930         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
18931         (NULL): Remove.
18932         (find_stack_direction, alloca): Use prototypes.
18933
18934         * lib/atexit.c (atexit): Define using a prototype.
18935
18936         * lib/basename.c, dirname.c, stripslash.c:
18937         Include <string.h> unconditionally.
18938
18939         * lib/bcopy.c: Include <stddef.h>.
18940         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
18941
18942         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
18943
18944         * lib/error.h (error, error_at_line, error_print_progname)
18945         [! (defined (__STDC__) && __STDC__)]: Remove decls.
18946         * lib/error.c: Include error.h first, to check interface.
18947         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18948         (VA_START): Remove; all uses changeed to va_start.
18949         (exit, strerror): Remove decls.
18950         (error_print_progname): Prototype uncondionally.
18951         Don't include <errno.h>; no longer needed.
18952         (private_strerror): Remove.
18953         (error_tail): Always define.
18954         (error, error_at_line): Assume C89 or better; always use prototypes.
18955         * lib/fatal.c: Include "fatal.h" first, to test interface.
18956         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18957         (VA_START): Remove; all uses changed to va_start.
18958         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
18959         this case.
18960         (exit): Remove decl.
18961         (fatal): Prototype unconditionally.  Assume va_start works.
18962         Abort at end, to pacify gcc.
18963
18964         * lib/euidaccess.c (main): Define with a prototype.
18965
18966         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
18967
18968         * lib/exitfail.c: Include <stdlib.h> unconditionally.
18969
18970         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
18971         prototypes.
18972         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
18973         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
18974         (getenv): Remove decl.
18975         (fnmatch): Define using a prototype.
18976         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
18977         (FCT): Define using a prototype.
18978
18979         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
18980
18981         * lib/gethostname.c: Include <stddef.h>.
18982         (gethostname): Define with prototype.  Length is size_t, not int.
18983
18984 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18985
18986         Assume C89 or better; remove K&R cruft.
18987         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
18988         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
18989         string.h, getenv, malloc.
18990         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
18991         headers.
18992         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
18993         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
18994         do not check for strerror.
18995         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
18996         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
18997         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
18998         do not check for doprnt or vprintf.
18999         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
19000         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
19001
19002 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19003
19004         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
19005         getversion.c should have been removed then, but was accidentally
19006         preserved.
19007
19008         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
19009         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
19010
19011 2003-09-08  Karl Berry  <karl@gnu.org>
19012
19013         * config/config.sub, config.guess, srclistvars.sh: update from savannah
19014                 config, forget about prep.
19015
19016         * config/depcomp, missing: update from automake.
19017
19018 2003-09-07  Paul Eggert  <eggert@twinsun.com>
19019
19020         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
19021         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
19022
19023 2003-09-07  Paul Eggert  <eggert@twinsun.com>
19024
19025         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
19026         copy_tm_result.  Bug reported by Simon Josefsson in
19027         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
19028
19029 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19030
19031         * m4/time_r.m4: New file.
19032         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
19033         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
19034         is. Check for timegm declaration.
19035         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
19036         Do not check for gmtime_r.
19037         Replace mktime if __mktime_internal does not exist and if mktime
19038         hasn't been replaced already.
19039
19040 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19041
19042         * lib/time_r.c, lib/time_r.h: New files.
19043
19044         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
19045         __localtime_r.
19046         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
19047         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
19048
19049         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
19050         __gmtime_r.
19051         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
19052         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
19053         Include <time_r.h>.
19054
19055         * lib/timegm.c: Switch to glibc implementation, with the following
19056         changes:
19057         [defined HAVE_CONFIG_H]: Include <config.h>.
19058         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
19059         (__mktime_internal) [!defined _LIBC]: New decl.
19060         (__gmtime_r) [!defined _LIBC]: New macro and function.
19061         (timegm): Use a prototype, since gnulib assumes C89.
19062         Do not bother declaring tmp to be const, as it's not really usefu.
19063         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
19064         (timegm): Declare only if HAVE_DECL_TIMEGM.
19065
19066 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19067
19068         * MODULES.html.sh (func_all_modules): Add time_r.
19069         * modules/time_r: New file.
19070         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
19071         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
19072
19073 2003-09-03  Paul Eggert  <eggert@twinsun.com>
19074
19075         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
19076         Bug reported by Lute Kamstra in
19077         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
19078
19079         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
19080         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
19081         course with correspondingly smaller numbers for tomorrow and
19082         yesterday.  From Tadayoshi Funaba.  Originally installed into
19083         sh-utils on 1999-08-07, but the patch got lost (I guess during the
19084         coreutils merge?).
19085
19086 2003-08-31  Simon Josefsson  <jas@extundo.com>
19087
19088         * modules/timegm: New file.
19089         * MODULES.html.sh (func_all_modules): Add timegm.
19090
19091 2003-08-31  Simon Josefsson  <jas@extundo.com>
19092
19093         * m4/timegm.m4: New file.
19094
19095 2003-08-31  Simon Josefsson  <jas@extundo.com>
19096
19097         * lib/timegm.h: New file.
19098         * lib/timegm.c: New file.  Based on
19099         wget-1.8.2/src/http.c:mktime_from_utc.
19100
19101 2003-08-31  Karl Berry  <karl@gnu.org>
19102
19103         * lib/argp.h: update from libc.
19104
19105 2003-08-28  Bruno Haible  <bruno@clisp.org>
19106
19107         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
19108         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
19109         followed by '#define fnmatch fnmatch_posix' gives an error.
19110
19111 2003-08-28  Bruno Haible  <bruno@clisp.org>
19112
19113         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
19114         warning on QNX, which defines O_BINARY to 000000.
19115
19116 2003-08-27  Jim Meyering  <jim@meyering.net>
19117
19118         * m4/mkstemp.m4: Require that the system mkstemp be able to create
19119         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
19120         would fail after 32.  Reported by Danny Levinson.  Details here:
19121         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
19122
19123 2003-08-24  Bruno Haible  <bruno@clisp.org>
19124
19125         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
19126         MSVC7 <stdio.h> is included later.
19127
19128 2003-08-22  Simon Josefsson  <jas@extundo.com>
19129
19130         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
19131
19132 2003-08-20  Karl Berry  <karl@gnu.org>
19133
19134         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
19135
19136 2003-08-20  Bruno Haible  <bruno@clisp.org>
19137
19138         * modules/progname: New file.
19139         * MODULES.html.sh (func_all_modules): Add progname.
19140
19141 2003-08-20  Bruno Haible  <bruno@clisp.org>
19142
19143         * lib/progname.h: New file, from GNU gettext.
19144         * lib/progname.c: New file, from GNU gettext.
19145         * lib/progreloc.c: New file, from GNU gettext.
19146
19147 2003-08-19  Jim Meyering  <jim@meyering.net>
19148
19149         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
19150         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
19151
19152 2003-08-19  Bruno Haible  <bruno@clisp.org>
19153
19154         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
19155         more.
19156
19157 2003-08-19  Bruno Haible  <bruno@clisp.org>
19158
19159         * lib/xstrdup.c: Assume <string.h> exists.
19160
19161 2003-08-18  Paul Eggert  <eggert@twinsun.com>
19162
19163         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
19164         in makefile rules.
19165
19166 2003-08-18  Jim Meyering  <jim@meyering.net>
19167
19168         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
19169         * m4/lib-ld.m4: Likewise.
19170
19171 2003-08-18  Jim Meyering  <jim@meyering.net>
19172
19173         * lib/setenv.h: Indent nested cpp directive.
19174         * lib/vasnprintf.c: Remove trailing blanks.
19175
19176 2003-08-17  Simon Josefsson  <jas@extundo.com>
19177
19178         * modules/xstrndup: New file.
19179         * MODULES.html.sh (func_all_modules): Add xstrndup.
19180
19181 2003-08-17  Simon Josefsson  <jas@extundo.com>
19182
19183         * modules/argp: Fix autoconf macro name. Add more dependencies.
19184
19185 2003-08-17  Simon Josefsson  <jas@extundo.com>
19186
19187         * m4/xstrndup.m4: New file.
19188
19189 2003-08-17  Simon Josefsson  <jas@extundo.com>
19190
19191         * m4/argp.m4: New file.
19192
19193 2003-08-17  Simon Josefsson  <jas@extundo.com>
19194             Bruno Haible  <bruno@clisp.org>
19195
19196         * lib/xstrndup.h: New file.
19197         * lib/xstrndup.c: New file.
19198
19199 2003-08-17  Bruno Haible  <bruno@clisp.org>
19200
19201         * modules/strndup (Files, Include): Add lib/strndup.h.
19202
19203 2003-08-17  Bruno Haible  <bruno@clisp.org>
19204
19205         * modules/euidaccess (Files): Add lib/euidaccess.h.
19206
19207 2003-08-17  Bruno Haible  <bruno@clisp.org>
19208
19209         * lib/strndup.h: New file.
19210
19211 2003-08-17  Bruno Haible  <bruno@clisp.org>
19212
19213         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
19214         like AC_GNU_SOURCE.
19215         * modules/extensions (configure.ac): Comment out the invocation of
19216         gl_USE_SYSTEM_EXTENSIONS.
19217
19218 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19219
19220         Merges from coreutils, etc.
19221         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
19222         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
19223         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
19224         fixing a typo.
19225         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
19226         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
19227
19228 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19229
19230         Document merge from coreutils.
19231         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
19232         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
19233         * modules/utime: Add m4/utimes-null.m4.
19234
19235 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19236
19237         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
19238         space, undoing this 2003-08-12 change:
19239         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19240
19241 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19242
19243         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
19244         strtoul.c from libc, undoing this 2003-08-12 change:
19245         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19246
19247 2003-08-16  Jim Meyering  <jim@meyering.net>
19248
19249         Merges from coreutils.
19250         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
19251         prefix.  Adjust cache variables similarly.  Create 500 rather than
19252         just 300 files, to exercise bug on Darwin6.5, too.
19253         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
19254         $missing_dir.
19255         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
19256         AM_SYS_POSIX_TERMIOS.
19257         Reported by mkc@mathdogs.com.
19258         Also change use of $am_cv_sys_posix_termios
19259         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
19260         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
19261         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
19262         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
19263         in /proc/mounts until it finds one with matching device number.  This
19264         is unnecessary when the FILE argument *is* a mount point.  No stat call
19265         is necessary in that case.  So, disable the statvfs-testing code on
19266         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
19267         as RedHat bug# 84846.
19268         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19269         to 1MB, so as not to render systems with no stack size limit (e.g.,
19270         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19271         Include <unistd.h>.  On some systems,
19272         it is required for the definition of _SC_PAGESIZE.
19273
19274 2003-08-16  Jim Meyering  <jim@meyering.net>
19275
19276         Merge from coreutils.
19277         * lib/xstrtoimax.c: #else #if -> #elif.
19278         * lib/xstrtoumax.c: Likewise.
19279
19280 2003-08-16  Jim Meyering  <jim@meyering.net>
19281
19282         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
19283         * m4/utimes.m4: Removed.
19284         * m4/utimes-null.m4: Renamed from utimes.m4.
19285
19286         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19287         to 1MB, so as not to render systems with no stack size limit (e.g.,
19288         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19289         Include <unistd.h>.  On some systems,
19290         it is required for the definition of _SC_PAGESIZE.
19291
19292 2003-08-16  Jim Meyering  <jim@meyering.net>
19293         and Paul Eggert  <eggert@cs.ucla.edu>
19294
19295         Merges from coreutils, etc.
19296
19297         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
19298         using the latest version from cvs.  This avoids problems with #line
19299         directives using a vendor (Sun) compiler.
19300         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
19301         Don't set GETGROUPS_LIB here; now it's
19302         done via getgroups.m4's wrapper function.
19303         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
19304         rather than just in sh-util/configure.in, so that the
19305         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
19306         same.
19307         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
19308         AC_FUNC_GETLOADAVG where to find getloadavg.c.
19309         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
19310         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
19311         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
19312         Remove code that is now done by the newly-required macros.
19313         Append $(EXEEXT) to DF_PROG.
19314         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
19315         Do not invoke or require the following here,
19316         since prereq.m4 or some gnulib .m4 now does this for us:
19317         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
19318         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
19319         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
19320         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
19321         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
19322         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
19323         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
19324         AC_FUNC_OBSTACK.
19325         Do not replace the following functions, as this is now the job
19326         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
19327         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
19328         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
19329         atexit getpass, strdup, getpagesize.
19330         Replace 'raise'.
19331         Do not check for the following functions, as this is now the job
19332         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
19333         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
19334         setregid.
19335         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
19336         Check for sys/sysctl.h.
19337         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
19338         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
19339         of checking for ssize_t ourselves.
19340
19341         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
19342         Require every macro that gnulib/modules/* suggests for us.
19343         (jm_PREREQ_ADDEXT): New macro.
19344         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
19345         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
19346
19347         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
19348         (gl_PHYSMEM): Use it.
19349         Also check for `table' function.
19350         Check for new headers and functions.
19351         Add check for sys/sysmp.h.
19352         With suggestions from Kaveh Ghazi.
19353         Ignore headers that are present but cannot be compiled.  This
19354         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
19355         C 5.4.
19356
19357 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19358
19359         Document merge from coreutils.
19360         * modules/userspec: Depend on posixver.
19361         * modules/strftime: Depend on tzset.
19362
19363 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19364
19365         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
19366         rather than tab, after '#' in shell-script copyright notices.
19367         Suggested by Bruno Haible.
19368
19369 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19370
19371         * config/srclist-update: Use three spaces, rather than tab, after '#'
19372         in shell-script copyright notices.  Suggested by Bruno Haible.
19373         Remove unnecessary parenthesization in regular expression.
19374
19375 2003-08-15  Jim Meyering  <jim@meyering.net>
19376
19377         Merge from coreutils.
19378         * lib/xgethostname.c: Include <stdlib.h>.
19379         (xghostname): Don't exit for anything other than memory-related
19380         failure; just return NULL.
19381         * lib/userspec.c: Include "posixver.h".
19382         (parse_user_spec): Accept `.' as a separator only
19383         in pre-POSIX-200112 mode.
19384         * lib/strtoimax.c: Use #elif rather than #else #if.
19385         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
19386         Remove function, now that we can rely on a working tzset function.
19387         [!_LIBC]: Ensure that the required autoconf test has been run.
19388         [!defined _NL_CURRENT && HAVE_STRFTIME]:
19389         Use underlying_strftime for %r.
19390         * lib/sha.c: Merge in some clean-up and optimization changes from
19391         glibc.
19392         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
19393         Ensure that it is a multiple of 64.
19394         Rearrange loop exit tests so as to avoid performing an
19395         additional fread after encountering an error or EOF.
19396         * lib/realloc.c: Update copyright date.
19397
19398 2003-08-15  Jim Meyering  <jim@meyering.net>
19399         and Paul Eggert  <eggert@twinsun.com>
19400
19401         Merge from coreutils.
19402         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
19403         member but strut utmpx does not.  Needed for AIX 4.3.3.
19404         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
19405
19406 2003-08-15  Jim Meyering  <jim@meyering.net>
19407         and Paul Eggert  <eggert@cs.ucla.edu>
19408
19409         Merges from coreutils, etc.
19410         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
19411         Require gl_FUNC_TZSET_CLOBBER.
19412         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
19413         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
19414         members.
19415
19416 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19417
19418         Help the merge from coreutils.
19419         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
19420         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
19421         * m4/tzset.m4: Use it too.
19422
19423 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19424
19425         * modules/tzset: New file.
19426
19427 2003-08-14  Jim Meyering  <jim@meyering.net>
19428
19429         Merges from coreutils.
19430         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
19431         variable names, rather than @FNMATCH_H@.
19432         * modules/alloca: Likewise for $(ALLOCA_H).
19433
19434         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
19435         the three copies of the literal target, `fnmatch.h'.
19436         * modules/alloca (alloca.h): Likewise.
19437
19438 2003-08-14  Jim Meyering  <jim@meyering.net>
19439
19440         Merge from coreutils.
19441         * m4/tzset.m4: New file.
19442         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
19443         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
19444         otherwise, AIX 5.1 systems would end up using the latter.
19445         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
19446         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
19447         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
19448         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
19449
19450 2003-08-14  Jim Meyering  <jim@meyering.net>
19451
19452         Merge from coreutils.
19453         * lib/obstack.h: Whitespace changes.
19454         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
19455         and xcalloc return values.
19456         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
19457         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
19458         hang on OSF/1 5.1 for DIR on both local and remote file systems.
19459         Reported by (and fix confirmed by) Nelson H. F. Beebe.
19460         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19461         error from mntctl.
19462         Use mntctl's return value to drive the entry-processing loop, since
19463         we can't rely on the value of the vmt_length member in the last
19464         entry.  On some systems doing so could result in exhausting
19465         virtual memory.  Based in part on a patch from Mike Jetzer.
19466
19467 2003-08-14  Jim Meyering  <jim@meyering.net>
19468         and Paul Eggert  <eggert@twinsun.com>
19469
19470         Merges from coreutils, plus other fixes.
19471         * lib/physmem.c: Merge in portability changes from gcc/libiberty
19472         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
19473         for credits and details.  Thanks to Kaveh Ghazi for helping
19474         to keep these files in sync.
19475         (ARRAY_SIZE): Define it.
19476         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
19477         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
19478         (memcasecmp): Don't assume size_t fits in unsigned int.
19479         Remove casts and duplicate code.
19480         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
19481         (memcpy): Remove definition.
19482         Merge in some clean-up and optimization changes from glibc.
19483         [BLOCKSIZE]: Move definition to top of file.
19484         Ensure that it is a multiple of 64.
19485         Rearrange loop exit tests so as to avoid performing an
19486         additional fread after encountering an error or EOF.
19487         * lib/md5.h (md5_uintptr): Define.
19488         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
19489         return to the initial working directory.  Preserve errno
19490         for caller.
19491         * lib/idcache.c: Include "xalloc.h".
19492         (xmalloc, xrealloc): Remove decls.
19493         (getuser): Remove casts no longer required in C89.
19494         * lib/human.c: Include stdio.h, for sprintf.
19495         * lib/group-member.c: Include "xalloc.h".
19496         (xmalloc, xrealloc): Remove decls.
19497         (get_group_info): Remove casts no longer required in C89.
19498         * lib/getusershell.c (readname): Remove casts no longer required in
19499         C89.
19500         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
19501         * lib/getline.c: Whitespace fix, from coreutils.
19502
19503 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19504
19505         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
19506         Check for isascii.
19507
19508         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19509         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19510         Undo previous (whitespace-only) change.
19511
19512 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19513
19514         * lib/exclude.c: Include <ctype.h>
19515         (IN_CTYPE_DOMAIN): New macro.
19516         (is_space): New fn.
19517         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
19518         and empty lines.
19519
19520         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19521         Undo previous (whitespace-only) change.
19522
19523 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19524
19525         * config/srclist-update: Change update back to the old behavior,
19526         leaving whitespace alone.  Use one 'sed' command rather than a
19527         pipeline.
19528         (fixlicense): Now a variable, not a function.
19529         (remove_trailing_blanks): Remove.
19530         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
19531         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19532         Undo previous (whitespace-only) change.
19533
19534 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19535
19536         Merge from coreutils.
19537         * modules/euidaccess: Add lib_SOURCES, include for new
19538         file euidaccess.h
19539
19540 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19541
19542         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19543         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19544         Normalize leading white space and remove trailing white space.
19545
19546         Merge from coreutils
19547         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
19548
19549         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
19550         0.12.1.  These files are now being upgraded automatically by
19551         ../config/srclist-update.
19552
19553 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19554
19555         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19556         Normalize leading white space and remove trailing white space.
19557         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
19558         notice, as per ../config/srclist-update.
19559
19560         Merge from coreutils.
19561         * lib/euidaccess.h: New file.
19562         * lib/euidaccess.c: Include it.
19563         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
19564         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
19565         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
19566
19567 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19568
19569         * config/srclist-update: Add copyright notice.
19570         (remove_id_lines, remove_trailing_blanks): New constants.
19571         (fixfile): Use them to normalize spacing a bit in copied files.
19572         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19573         Normalize leading white space and remove trailing white space.
19574
19575         * config/texinfo.tex: Sync with texinfo.
19576
19577         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
19578         strtoul.c from libc, to merge coreutils whitespace changes.
19579
19580         * config/srclist.txt: Get the following m4 files from gettext:
19581         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
19582         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
19583         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
19584         wint_t.m4.
19585
19586 2003-08-12  Karl Berry  <karl@gnu.org>
19587
19588         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
19589         been made.
19590
19591 2003-08-11  Paul Eggert  <eggert@twinsun.com>
19592
19593         * modules/gnu-source, m4/gnu-source.m4:
19594         Remove; we're assuming Autoconf 2.54 or later now.
19595         Suggested by Bruno Haible.
19596         * MODULES.html.sh (func_all_modules): Remove gnu-source.
19597
19598 2003-08-11  Bruno Haible  <bruno@clisp.org>
19599
19600         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
19601
19602 2003-08-11  Bruno Haible  <bruno@clisp.org>
19603
19604         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
19605         (vasnprintf): Use it instead of wcslen.
19606
19607 2003-08-11  Bruno Haible  <bruno@clisp.org>
19608
19609         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
19610         value to ensure that _Bool promotes to int. Use #define for _Bool when
19611         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
19612
19613 2003-08-10  Karl Berry  <karl@gnu.org>
19614
19615         * lib/regex.h: update from libc (whitespace fix).
19616
19617 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19618
19619         Merge some files from coreutils.  These changes were
19620         originally made by Jim Meyering.
19621         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
19622         many older Unixes require this.
19623         * lib/alloca.c (alloca): Remove cast to argument of free;
19624         no longer needed in C89.
19625         * lib/alloca_.h, regex.h: Fix white space to match
19626         what GNU indent does.
19627
19628 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19629
19630         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
19631         apparently Emacs's Unicode mode got confused before my 2003-08-05
19632         checkin.
19633
19634 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19635
19636         * m4/extensions.m4: New file.
19637         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
19638         Require gl_USE_SYSTEM_EXTENSIONS.
19639         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
19640         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
19641
19642 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19643
19644         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
19645         * modules/extensions, modules/gnu-source: New files.
19646         * modules/timespec, modules/unlocked-io: Depend on extensions.
19647
19648 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19649
19650         * modules/restrict: New file.
19651         * MODULES.html.sh (func_all_modules): Add restrict.
19652         * modules/regex: Depend on restrict.
19653
19654 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19655
19656         * m4/restrict.m4: New file.
19657         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
19658
19659 2003-08-07  Bruno Haible  <bruno@clisp.org>
19660
19661         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
19662         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
19663
19664 2003-08-07  Bruno Haible  <bruno@clisp.org>
19665
19666         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
19667         makes the module 'getndelim2' compatible with the module 'getline'.
19668
19669 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19670
19671         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
19672         byte with "\201" to avoid glitches when editing that source file
19673         with multi-gnome-terminal.
19674
19675 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19676
19677         * lib/bumpalloc.h: Remove.
19678
19679 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19680
19681         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
19682         * modules/bumpalloc: Remove.
19683
19684 2003-08-04  Paul Eggert  <eggert@twinsun.com>
19685
19686         * lib/getloadavg.c: Change copyright notice and spacing to conform to
19687         GNU coding style.
19688
19689         Merge from coreutils.
19690         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
19691         1. From glibc.
19692         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
19693         from Karl Berry, implemented by Jim Meyering.
19694         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
19695         from Dmitry V. Levin.
19696         Remove anachronistic cast of xrealloc.
19697         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
19698         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
19699         type. Otherwise, it wouldn't compile with at least /bin/cc on
19700         ymp-cray-unicos9.0.2.X.
19701         Combine two mostly-identical uses of alloca into one.
19702         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
19703
19704 2003-08-04  Dave Love  <d.love@dl.ac.uk>
19705
19706         [From Emacs.]
19707
19708         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
19709         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
19710         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
19711         obsolete NLIST_NAME_UNION.
19712         [__GNU__]: Undef BSD and FSCALE.
19713         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
19714
19715 2003-08-03  Paul Eggert  <eggert@twinsun.com>
19716
19717         * lib/stdbool_.h (_Bool): Make it signed char, instead of
19718         an enum type, so that it's guaranteed to promote to int.  See:
19719         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
19720
19721 2003-08-03  Karl Berry  <karl@gnu.org>
19722
19723         * config/depcomp: update from automake.
19724
19725 2003-07-31  Paul Eggert  <eggert@twinsun.com>
19726
19727         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
19728         (strerror): Don't assume that a printable int fits in 14 bytes.
19729
19730 2003-07-31  Bruno Haible  <bruno@clisp.org>
19731
19732         * modules/getpass-gnu: New file.
19733         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
19734
19735 2003-07-31  Bruno Haible  <bruno@clisp.org>
19736
19737         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
19738
19739 2003-07-24  Karl Berry  <karl@gnu.org>
19740
19741         * config/missing: update from automake.
19742
19743 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
19744             Bruno Haible  <bruno@clisp.org>
19745
19746         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
19747         * lib/getline.c (getline, getdelim): Likewise.
19748         Remove _GNU_SOURCE define; now it's defined in config.h through
19749         m4/getline.m4.
19750
19751 2003-07-23  Karl Berry  <karl@gnu.org>
19752
19753         * config/config.sub: update from prep.
19754
19755 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19756
19757         * modules/xalloc (Depends-on): Add exitfail.
19758         * modules/xmemcoll: Likewise.
19759
19760 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19761
19762         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
19763         over-parenthesization in macros.
19764
19765         Sync with coreutils.
19766
19767         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
19768         required by C99.
19769
19770         Use `exit_failure' for xalloc and xmemcoll instead of their own
19771         private exit-failure variables.
19772         * lib/xalloc.h (xalloc_exit_failure): Remove.
19773         * lib/xmalloc.c: Likewise.  Include exitfail.h.
19774         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
19775         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
19776         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
19777         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
19778
19779 2003-07-20  Jim Meyering  <jim@meyering.net>
19780
19781         * modules/closeout (Depends-on): Add exitfail.
19782         Suggestion from Bruno Haible.
19783
19784 2003-07-19  Karl Berry  <karl@gnu.org>
19785
19786         * config/config.sub: update from prep.
19787
19788 2003-07-18  Paul Eggert  <eggert@twinsun.com>
19789
19790         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
19791         Remove.
19792         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
19793         to test that it can stand by itself.  Include "exitfail.h".
19794         Clients should set exit_failure instead.
19795         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
19796
19797 2003-07-18  Bruno Haible  <bruno@clisp.org>
19798
19799         * modules/getndelim2: New file.
19800         * modules/getline: Share files with module getndelim2.
19801         * modules/getnline: Depend on getndelim2 instead of sharing files with
19802         it. Add getnline.c to lib_SOURCES.
19803         * MODULES.html.sh (func_all_modules): Add getndelim2.
19804
19805 2003-07-18  Bruno Haible  <bruno@clisp.org>
19806
19807         * m4/getndelim2.m4: New file.
19808         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
19809         invoke gl_PREREQ_GETNDELIM2.
19810         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
19811         gl_PREREQ_GETNDELIM2.
19812         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
19813         gl_GETNDELIM2.
19814
19815 2003-07-18  Bruno Haible  <bruno@clisp.org>
19816
19817         * lib/getndelim2.h: New file.
19818         * lib/getndelim2.c: Make into a module of its own. Include config.h,
19819         getndelim2.h.
19820         (getndelim2): Make non-static. Change return type to ssize_t.
19821         * lib/getline.h: Change argument names.
19822         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
19823         * lib/getnline.c: Include getndelim2.h.
19824
19825 2003-07-18  Andreas Schwab  <schwab@suse.de>
19826
19827         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
19828
19829 2003-07-17  Karl Berry  <karl@gnu.org>
19830
19831         * config/config.sub: update from prep.
19832
19833 2003-07-17  Bruno Haible  <bruno@clisp.org>
19834
19835         * modules/getnline: New file.
19836         * modules/getline: Add lib/getndelim2.c to source file list.
19837         * MODULES.html.sh (func_all_modules): Add getnline.
19838
19839 2003-07-17  Bruno Haible  <bruno@clisp.org>
19840
19841         * m4/getnline.m4: New file.
19842
19843 2003-07-17  Bruno Haible  <bruno@clisp.org>
19844
19845         * m4/Makefile.am.in: Remove file.
19846         * m4/Makefile.am: Remove file.
19847         * m4/Makefile.in: Remove file.
19848
19849 2003-07-17  Bruno Haible  <bruno@clisp.org>
19850
19851         * lib/getnline.h: New file.
19852         * lib/getnline.c: New file.
19853         * lib/getndelim2.c: New file, extracted from getline.c.
19854         (getndelim2): Renamed from getdelim2, with added nmax argument.
19855         * lib/getline.c: Include getndelim2.c.
19856         (getdelim2): Moved out to getndelim2.c.
19857         (getline, getdelim): Update.
19858
19859 2003-07-17  Bruno Haible  <bruno@clisp.org>
19860
19861         * lib/Makefile.am: Remove file.
19862         * lib/Makefile.in: Remove file.
19863
19864 2003-07-17  Bruno Haible  <bruno@clisp.org>
19865
19866         * configure.in: Remove file.
19867         * Makefile.in: Remove file.
19868
19869 2003-07-17  Bruno Haible  <bruno@clisp.org>
19870
19871         * MODULES.html.sh: Put the </BODY> right before </HTML>.
19872
19873 2003-07-16  Karl Berry  <karl@gnu.org>
19874
19875         * config/srclist-update: was running fixlicense twice, which caused
19876                 texinfo.tex to be nullified for some reason.  Simplify,
19877                 $gplsrc is no longer needed as far as I can see?
19878
19879 2003-07-16  Jim Meyering  <jim@meyering.net>
19880
19881         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
19882
19883 2003-07-15  Paul Eggert  <eggert@twinsun.com>
19884
19885         * config/srclist.txt: Get the following files from gettext-runtime/intl
19886         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
19887         ref-del.sin.  From Bruno Haible.
19888         * config/srclist-update (fixfile): Change grep pattern again, since the
19889         previous fix didn't work (there was another trailing $).  Use
19890         '[$]' to escape the $s.
19891
19892 2003-07-15  Karl Berry  <karl@gnu.org>
19893
19894         * lib/vasnprintf.c: update from gettext.
19895
19896 2003-07-15  Karl Berry  <karl@gnu.org>
19897
19898         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
19899         gets expanded when surrounded by '$'.
19900
19901 2003-07-15  Jim Meyering  <jim@meyering.net>
19902
19903         * modules/save-cwd: Don't depend on error.  From Derek Price.
19904
19905 2003-07-15  Jim Meyering  <jim@meyering.net>
19906
19907         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
19908
19909 2003-07-14  Simon Josefsson  <jas@extundo.com>
19910
19911         * modules/mempcpy: New file.
19912         * MODULES.html.sh (func_all_modules): Add mempcpy.
19913
19914 2003-07-14  Simon Josefsson  <jas@extundo.com>
19915
19916         * m4/mempcpy.m4: New file.
19917
19918 2003-07-14  Simon Josefsson  <jas@extundo.com>
19919
19920         * lib/mempcpy.h: New file.
19921         * lib/mempcpy.c: New file.
19922
19923 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19924
19925         * modules/getdate, modules/posixtm: Depend on mktime.
19926
19927 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19928
19929         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
19930         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
19931         unicodeio.c, unicodeio.h, unlocked-io.h:
19932         Switch from LGPL to GPL.
19933
19934 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19935
19936         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
19937         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
19938         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
19939         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
19940         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
19941         updated automatically by ../config/srclist-update.  This changes
19942         their license from LPGL to GPL.
19943
19944 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19945
19946         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
19947         assumed to refer to the root of the most recent stable gettext version.
19948         * config/srclistvars.sh: Add defaults for eggert.
19949         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
19950         Match "This program" as well as "The program".  This is needed
19951         for gettext.
19952
19953 2003-07-14  Jim Meyering  <jim@meyering.net>
19954
19955         Don't emit diagnostics.  Let callers do that.
19956         * lib/save-cwd.c: Don't include "error.h".
19957         (save_cwd): Don't call error.  Ensure that errno is valid
19958         when returning nonzero.
19959
19960         * lib/save-cwd.h (restore_cwd): Update prototype.
19961         * lib/save-cwd.c (restore_cwd): Remove two parameters.
19962         Simplify.  Don't call error upon failure.  Let callers do that.
19963         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
19964         when auditing is enabled.  But don't bother updating the #if.
19965
19966 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
19967
19968         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
19969         it breaks C++ compilation.
19970         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
19971
19972 2003-07-10  Simon Josefsson  <jas@extundo.com>
19973
19974         * modules/strchrnul (Makefile.am): Add strchrnul.h.
19975
19976 2003-07-10  Jim Meyering  <jim@meyering.net>
19977
19978         * m4/clock_time.m4: Remove trailing blank.
19979         * m4/intmax_t.m4: Likewise.
19980
19981 2003-07-10  Jim Meyering  <jim@meyering.net>
19982
19983         * lib/vasnprintf.c: Remove trailing blanks.
19984         Make cpp indentation consistent.
19985
19986 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19987
19988         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
19989         posixver.c, strftime.c, strnlen.c, strverscmp.c:
19990         Switch from LGPL to GPL.
19991
19992 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19993
19994         * config/srclist.txt: Sort sublists.  Add
19995         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
19996         that differ from gnulib for one reason or another; we'd like this list
19997         to be smaller but for now let's document what we have.
19998
19999 2003-07-08  Paul Eggert  <eggert@twinsun.com>
20000
20001         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
20002         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
20003         and sweeter "eval x=$x".
20004         * config/srclist.txt: Get lib/argp* from glibc.
20005
20006 2003-07-07  Paul Eggert  <eggert@twinsun.com>
20007
20008         * lib/mktime.c: Fix some boundary cases and remove need for floating
20009         point.
20010
20011         Issue a compile-time diagnostic if time_t is floating point, or if
20012         two's complement arithmetic is not in effect, or if arithmetic
20013         right shift does not propagate the sign.  These assumptions were
20014         all in the original code but they weren't checked.
20015
20016         (TIME_T_MIDPOINT, verify): New macros.
20017         (__isleap): Remove; it has integer overflow problems.
20018         (leapyear): New function, without those problems.
20019         (ydhms_tm_diff): Remove; splitting into two parts.
20020         (ydhms_diff): New function, containing the arithmetic part of
20021         the old ydhms_tm_diff function.  Issue a compile-time
20022         diagnostic if we are not using C99 integer division.
20023         Avoid casts when possible.
20024         (guess_time_tm): New function, containing the checking part of
20025         the old ydhms_tm_diff function.  Return the new value, rather than
20026         the difference between it and the old.  Accept a new argument T
20027         so that *T specifies the old value.  Check for overflow in the result.
20028
20029         (__mktime_internal): Use a time_t offset, not a long int offset.
20030         This undoes the 2003-06-04 change, which is no longer needed now
20031         that we have better overflow checking.
20032         (localtime_offset): Likewise.
20033
20034         (__mktime_internal): Avoid harmful overflow on hosts where time_t
20035         and long are 64-bit but int is only 32-bit.
20036         (ydhms_diff): Use long int to store year1 and yday1.
20037         Issue a compile-time diagnostic if long int is not wide enough.
20038
20039         (__mktime_internal): Use long int to store adjusted year and yday.
20040         Use plain C rather than preprocessor commands, if that doesn't
20041         affect efficiency.
20042         Check for overflow (and try to repair) after each probe
20043         rather than checking only at the very end.  This avoids some bugs
20044         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
20045         does not equal GMT offset at maximum time).
20046         Use integer to check for overflow rather than floating point; this
20047         is more portable to non-IEEE hosts, and is a tad faster.
20048         When we detect that we are oscillating between two values,
20049         don't check whether tm_isdst has the requested value, since
20050         we already know the answer.  When tm_isdst has the wrong value,
20051         use a different heuristic to find the right one, based on the
20052         extreme values actually observed in practice in tz2003a,
20053         rather than the (overly optimistic) "previous 3 calendar quarters".
20054
20055         (not_equal_tm, print_tm, check_result): Use "const T" rather than
20056         "T const" to accommodate glibc style.
20057         (check_result): Use less-confusing report format.  "long" -> "long int.
20058         (main): Likewise.
20059         Don't loop if the iteration overflows time_t.
20060         Allow a negative step in the iteration.
20061
20062 2003-07-06  Karl Berry  <karl@gnu.org>
20063
20064         * config/depcomp: update from automake.
20065         * config/config.sub: update from prep.
20066
20067 2003-07-03  Karl Berry  <karl@gnu.org>
20068
20069         * config/config.guess: update from prep.
20070
20071 2003-07-01  Paul Eggert  <eggert@twinsun.com>
20072
20073         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
20074         xreadlink.c now includes it unconditionally.
20075
20076 2003-07-01  Paul Eggert  <eggert@twinsun.com>
20077
20078         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
20079         having it depend on HAVE_SYS_TYPES_H.
20080
20081 2003-07-01  Bruno Haible  <bruno@clisp.org>
20082
20083         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
20084         <sys/types.h> should be sufficient.
20085         Reported by Paul Eggert.
20086
20087 2003-06-26  Karl Berry  <karl@gnu.org>
20088
20089         * config/depcomp: update from automake.
20090
20091 2003-06-26  Bruno Haible  <bruno@clisp.org>
20092
20093         * modules/human: Depend on module stdbool.
20094
20095 2003-06-25  Bruno Haible  <bruno@clisp.org>
20096
20097         * modules/readlink: New file.
20098         * modules/xreadlink: Depend on it.
20099         * MODULES.html.sh (func_all_modules): Add readlink.
20100
20101 2003-06-25  Bruno Haible  <bruno@clisp.org>
20102
20103         * m4/readlink.m4: New file.
20104
20105 2003-06-25  Bruno Haible  <bruno@clisp.org>
20106
20107         * lib/readlink.c: New file.
20108
20109 2003-06-22  Karl Berry  <karl@gnu.org>
20110
20111         * config/srclist.txt: update mkinstalldirs from automake.
20112         * config/mkinstalldirs: update.
20113
20114 2003-06-22  Bruno Haible  <bruno@clisp.org>
20115
20116         Portability to mingw32.
20117         * m4/ssize_t.m4: New file, from GNU gettext.
20118         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
20119         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
20120
20121 2003-06-22  Bruno Haible  <bruno@clisp.org>
20122
20123         * modules/safe-read: Add m4/ssize_t.m4.
20124         * modules/xreadlink: Add m4/ssize_t.m4.
20125
20126 2003-06-20  Bruno Haible  <bruno@clisp.org>
20127
20128         Assume C89, so PARAMS isn't needed.
20129         * lib/unicodeio.h (PARAMS): Remove.
20130         * lib/unicodeio.c: Don't use PARAMS.
20131
20132 2003-06-18  Karl Berry  <karl@gnu.org>
20133
20134         * config/config.{guess,sub}: update from prep.
20135
20136 2003-06-18  Jim Meyering  <jim@meyering.net>
20137
20138         Merge changes from coreutils.
20139         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
20140         Remove explicit declarations of xmalloc and realloc.
20141         Include xalloc.h.
20142         (read_utmp): Remove anachronistic cast of xmalloc.
20143
20144 2003-06-17  Paul Eggert  <eggert@twinsun.com>
20145
20146         Assume C89, so PARAMS isn't needed.
20147         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
20148         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
20149         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
20150         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
20151         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
20152         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
20153         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
20154         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
20155         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
20156         lib/xstrtod.h, lib/xstrtol.h: Likewise.
20157         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
20158         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
20159         no longer needed. Anyway, config.h should always be included before any
20160         other file.
20161
20162 2003-06-11  Simon Josefsson  <jas@extundo.com>
20163
20164         * modules/sysexits: New file.
20165         * MODULES.html.sh (func_all_modules): Add sysexits.
20166
20167 2003-06-11  Simon Josefsson  <jas@extundo.com>
20168
20169         * lib/sysexit_.h: New file.
20170
20171 2003-06-11  Derek Price  <derek@ximbiot.com>
20172
20173         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
20174         necessary.
20175
20176 2003-06-11  Bruno Haible  <bruno@clisp.org>
20177
20178         * m4/sysexits.m4: New file.
20179
20180 2003-06-10  Simon Josefsson  <jas@extundo.com>
20181
20182         * lib/argp.h: New file, from glibc.
20183         * lib/argp-ba.c: New file, from glibc.
20184         * lib/argp-eexst.c: New file, from glibc.
20185         * lib/argp-fmtstream.c: New file, from glibc.
20186         * lib/argp-fmtstream.h: New file, from glibc.
20187         * lib/argp-fs-xinl.c: New file, from glibc.
20188         * lib/argp-help.c: New file, from glibc.
20189         * lib/argp-namefrob.h: New file, from glibc.
20190         * lib/argp-parse.c: New file, from glibc.
20191         * lib/argp-pv.c: New file, from glibc.
20192         * lib/argp-pvh.c: New file, from glibc.
20193         * lib/argp-xinl.c: New file, from glibc.
20194
20195 2003-06-10  Simon Josefsson  <jas@extundo.com>
20196
20197         * modules/strchrnul: New file.
20198
20199 2003-06-10  Simon Josefsson  <jas@extundo.com>
20200
20201         * modules/argp: New file.
20202
20203 2003-06-10  Simon Josefsson  <jas@extundo.com>
20204
20205         * m4/strchrnul.m4: New file.
20206
20207 2003-06-10  Simon Josefsson  <jas@extundo.com>
20208
20209         * lib/strchrnul.h: New file.
20210         * lib/strchrnul.c: New file.
20211
20212 2003-06-10  Bruno Haible  <bruno@clisp.org>
20213
20214         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
20215
20216 2003-06-07  Karl Berry  <karl@gnu.org>
20217
20218         * config/config.{guess,sub}: update from prep.
20219
20220 2003-06-07  Jim Meyering  <jim@meyering.net>
20221
20222         * modules/strtod: Use $(...) notation, not @...@ for
20223         AC_REPLACE'd variables.
20224         * modules/localcharset: Likewise.
20225
20226 2003-06-07  Jim Meyering  <jim@meyering.net>
20227
20228         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
20229         in place of my name in the copyright comment.
20230         Remove definition and uses of __P.
20231
20232         From coreutils.
20233         * lib/stat.c: Don't declare xmalloc explicitly.
20234         Instead, include "xalloc.h".
20235         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
20236         xrealloc, and xcalloc return values.
20237         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
20238         Improve comment.
20239         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
20240
20241 2003-06-07  Bruno Haible  <bruno@clisp.org>
20242
20243         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
20244         avoid AC_CONFIG_LINKS.
20245         * modules/fnmatch (Makefile.am): Use explicit creation rule for
20246         fnmatch.h, to avoid AC_CONFIG_LINKS.
20247         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
20248
20249 2003-06-07  Bruno Haible  <bruno@clisp.org>
20250
20251         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
20252         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
20253         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20254         directory.
20255         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
20256         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20257         directory.
20258
20259 2003-06-06  Jim Meyering  <jim@meyering.net>
20260
20261         Merge from coreutils.
20262         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
20263         Consolidate declarations and initializations of *_base* locals.
20264
20265         Merge from coreutils.
20266         This avoids a core dump on systems without GNU putenv,
20267         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
20268         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
20269         (unsetenv): New static function, from GNU libc.
20270         (rpl_putenv): Use it.
20271
20272         * lib/modechange.c: Remove trailing blanks.
20273
20274         Merge from coreutils.
20275         * lib/fsusage.c: Remove declaration of statfs.
20276         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
20277
20278         * lib/posixtm.c: Include <stdbool.h> unconditionally.
20279
20280 2003-06-06  Jim Meyering  <jim@meyering.net>
20281
20282         * lib/stdbool_.h: Renamed from stdbool.h.in.
20283
20284 2003-06-06  Jim Meyering  <jim@meyering.net>
20285             Bruno Haible  <bruno@clisp.org>
20286
20287         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
20288         Adjust Makefile.am snippet not to redirect directly to target.
20289         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
20290
20291 2003-06-05  Paul Eggert  <eggert@twinsun.com>
20292
20293         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
20294         mismatch, look in future quarters as well as past.  This fixes a
20295         bug when processing fall-backwards gaps immediately after a long
20296         period of daylight-saving time.
20297
20298         * lib/mktime.c: Assume freestanding C89 or better.
20299         (HAVE_LIMITS_H): Remove.  Assume it's 1.
20300         (__P): Remove; not used.
20301         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
20302         (mktime, not_equal_tm, print_tm, check_result,
20303         main): Use prototypes.  Use const * where appropriate.
20304         (main): Fix typo in testing code that uncovered by above changes.
20305         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
20306
20307 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20308
20309         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
20310         locale.h, localeconv.  This merges changes from coreutils.
20311
20312         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
20313         It can be removed after the next Autoconf is released.
20314         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
20315         needed.
20316
20317 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20318
20319         * lib/mktime.c: Fix Debian bug 177940
20320         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
20321         (localtime_offset): Now long int, not time_t, because we want it
20322         to be guaranteed to be signed.  All uses changed.
20323         (__mktime_internal): If overflow would occur when adding offset,
20324         don't add it.
20325
20326         Merge 'human' changes from coreutils.  Rewrite to support
20327         locale-specific notations like thousands separators.
20328         * lib/human.c: Simplify authorship notice.
20329         Include human.h immediately after config.h.
20330         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
20331         <limits.h>: Do not include, since human.h does.
20332         (SIZE_MAX, UINTMAX_MAX): New macros.
20333         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
20334         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
20335         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
20336         (power_letter): Renamed from suffixes.
20337         (generate_suffix_backwards): Remove.
20338         (adjust_value): Now takes int style (because of human.h changes)
20339         and long double value (for greater precision on some platforms).
20340         (group_number): New function.
20341         (human_readable): Use it.  Use integer options, not enum.
20342         Put the options before the sizes in the arg list.
20343         Support all the new options.
20344         The old human_readable function has been removed;
20345         use inttostr.h instead.
20346         (human_readable, default_block_size, humblock):
20347         Use uintmax_t, not int, for block sizes.
20348         (human_readable_inexact, block_size_types): Remove.
20349         (block_size_opts): New constant.
20350         (human_options): Renamed from human_block_size, with new signature
20351         that allows block sizes up to UINTMAX_MAX.  All callers changed.
20352         * lib/human.h: Add copyright and authorship notice.
20353         Include <limits.h> and <stdbool.h> unconditionally.
20354         (PARAMS): Remove.  All uses removed.
20355         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
20356         (enum human_inexact_style): Remove tag; now a nameless enum.
20357         (human_floor, human_ceiling, human_round_to_even): Now have
20358         values 2, 0, 1 rather than -1, 1, 0.
20359         (human_group_digits, human_suppress_point_zero, human_autoscale,
20360         human_base_1024, human_SI, human_B): New constants.
20361         (human_readable_inexact, human_block_size): Remove.
20362         (human_readable): Size args are now uintmax_t, not int.
20363         (human_options): New decl.
20364
20365         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
20366         unnecessary now that we assume C89 or better.  This change
20367         imported from coreutils.
20368
20369         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20370         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
20371         in the 2003-05-30 sync from glibc.
20372
20373         .h files should stand alone, but we shouldn't include <sys/types.h>
20374         if we can get away with just <stddef.h>.
20375
20376         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
20377         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
20378         rather than <sys/types.h>, as we merely need size_t.
20379         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
20380         to get size_t.
20381         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
20382         Include <stdio.h>, to get FILE.
20383         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
20384         memcasecmp.h has included <stddef.h> and all we need is size_t.
20385         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
20386         our interface, instead of including <sys/types.h>
20387
20388 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20389
20390         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
20391         now, as glibc mktime is buggy on non-glibc systems.
20392
20393 2003-06-03  Karl Berry  <karl@gnu.org>
20394
20395         * config/config.sub: update from prep.
20396
20397 2003-06-02  Paul Eggert  <eggert@twinsun.com>
20398
20399         [from coreutils]
20400         Fix some minor time-related bugs with POSIX time arguments.
20401         Some valid time stamps were being rejected (notably -1, and
20402         time stamps before 1900 on 64-bit hosts).  And some invalid
20403         time stamps were being accepted, e.g. September 31.
20404
20405         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
20406         that we can return (time_t) -1 successfully.
20407         * lib/posixtm.c: Likewise.
20408         [HAVE_STDBOOL_H]: Include <stdbool.h>.
20409         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
20410         (t): Remove static var.
20411         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
20412         of static var.  All uses changed.
20413         (year): Do not reject years before 1900; they can occur with
20414         64-bit time_t.
20415         (posix_time_parse): Do not check for out-of-range components;
20416         that is now the caller's responsibility, since our checks were
20417         only approximations.
20418         (posixtime): Use mktime to check for out-of-range components,
20419         since it knows them exactly.
20420         If mktime returns (time_t) -1, check whether an error actually occurred
20421         by invoking localtime on -1.
20422         (main) [TEST_POSIXTIME]: Check for input data errors, and report
20423         posixtime failures better.
20424         Improve the test data (in comments only).
20425
20426 2003-06-02  Karl Berry  <karl@gnu.org>
20427
20428         * config/mkinstalldirs (version): new variable.
20429         (--version): new option.
20430         (usage): improve message.
20431
20432 2003-05-30  Karl Berry  <karl@gnu.org>
20433
20434         * lib/mktime.c: update from libc.
20435
20436 2003-05-30  Bruno Haible  <bruno@clisp.org>
20437
20438         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
20439         * config/config.rpath: Upgrade to gettext-0.12.1.
20440
20441 2003-05-30  Bruno Haible  <bruno@clisp.org>
20442
20443         * m4/gettext.m4: Upgrade to gettext-0.12.1.
20444         * m4/nls.m4: New file, from gettext-0.12.1.
20445         * m4/po.m4: New file, from gettext-0.12.1.
20446         * m4/progtest.m4: Upgrade to gettext-0.12.1.
20447
20448 2003-05-30  Bruno Haible  <bruno@clisp.org>
20449
20450         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
20451         * lib/localcharset.h: Likewise.
20452         * lib/localcharset.c: Likewise.
20453
20454 2003-05-29  Karl Berry  <karl@gnu.org>
20455
20456         * config/config.rpath: update from gettext.
20457
20458 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20459
20460         Assume the headers required for C89 freestanding compilers.
20461         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
20462         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
20463         * m4/human.m4 (gl_HUMAN): Likewise.
20464         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
20465         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
20466         * m4/userspec.m4 (gl_USERSPEC): Likewise.
20467         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
20468         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20469         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
20470
20471 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20472
20473         Assume the headers required for C89 freestanding compilers.
20474         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
20475         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
20476         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
20477         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
20478         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
20479         define, since <limits.h> is guaranteed to do that.
20480         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
20481         * lib/exclude.c: Include <stdbool.h> unconditionally.
20482         * lib/tempname.c: Include <stddef.h> unconditionally.
20483         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
20484         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
20485         <stddef.h> does that.
20486         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
20487         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
20488         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
20489         needed.
20490         * lib/xstrtol.c: Likewise.
20491         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
20492         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
20493
20494         * lib/addext.c (addext): Use assignment rather than cast, to avoid
20495         warnings on some platforms.
20496
20497         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20498         arbitrarily.
20499
20500 2003-05-26  Jim Meyering  <jim@meyering.net>
20501
20502         Merge in a change from coreutils:
20503         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
20504         that is guaranteed to be `no'.  Use `no_such_member' to indicate
20505         that condition, rather than `-1' which is slightly misleading.
20506         Change the name of the cache variable to have the gl_ prefix.
20507         Prompted by a patch from Richard Dawe for DJGPP.
20508
20509 2003-05-24  Karl Berry  <karl@gnu.org>
20510
20511         * config/config.guess: update from prep.
20512
20513 2003-05-22  Karl Berry  <karl@gnu.org>
20514
20515         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
20516
20517 2003-05-20  Karl Berry  <karl@gnu.org>
20518
20519         * config/config.guess: update from prep.
20520
20521 2003-05-18  Karl Berry  <karl@gnu.org>
20522
20523         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
20524         might actually be set by the user.
20525
20526         * config/depcomp, install-sh, mdate-sh: update from automake.
20527
20528 2003-05-17  Bruno Haible  <bruno@clisp.org>
20529
20530         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
20531         invalid expansion for AC_EGREP_CPP.
20532         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
20533         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
20534         Suggested by Akim Demaille <akim@epita.fr> in
20535         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
20536
20537 2003-05-12  Jim Meyering  <jim@meyering.net>
20538
20539         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
20540         the space-padded-by-default conversion specifiers, %e, %k, %l.
20541
20542 2003-05-12  Bruno Haible  <bruno@clisp.org>
20543
20544         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
20545         the string is longer than 4 KB.
20546
20547 2003-05-11  Karl Berry  <karl@gnu.org>
20548
20549         * config/config.{guess,sub}: update from prep.
20550
20551 2003-05-09  Bruno Haible  <bruno@clisp.org>
20552
20553         * modules/error: Add m4/strerror_r.m4 to file list.
20554
20555 2003-05-03  Bruno Haible  <bruno@clisp.org>
20556
20557         Upgrade to Unicode-4.0.
20558         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
20559         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
20560         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
20561         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
20562         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
20563         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
20564         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
20565         Change width of U+E0100..U+E01EF from 1 to 0.
20566
20567 2003-04-25  Jim Meyering  <jim@meyering.net>
20568
20569         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
20570         of type size_t, not int.
20571
20572 2003-04-25  Bruno Haible  <bruno@clisp.org>
20573
20574         * lib/copy-file.c: Include <stddef.h>, for size_t.
20575
20576 2003-04-21  Paul Eggert  <eggert@twinsun.com>
20577
20578         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
20579         code which expansion is under static control.  Patch imported from
20580         Akim Demaille's patch to Bison; see
20581         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
20582
20583 2003-04-14  Bruno Haible  <bruno@clisp.org>
20584
20585         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
20586
20587 2003-04-11  Jim Meyering  <jim@meyering.net>
20588
20589         Merge changes from Coreutils.
20590
20591         2003-03-22  Jim Meyering  <jim@meyering.net>
20592
20593         * lib/strftime.c (widen): Cast alloca return value to proper type.
20594
20595         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
20596
20597         From GNU libc.
20598         * lib/strftime.c (my_strftime): Handle very large width
20599         specifications for numeric values correctly.  Improve checks for
20600         overflow.
20601
20602         2003-01-19  Jim Meyering  <jim@meyering.net>
20603
20604         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
20605         definitions.
20606         (nl_get_alt_digit) [! defined my_strftime]: Define.
20607         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
20608         _nl_get_alt_digit and _nl_get_walt_digit.
20609
20610         * lib/strftime.c (my_strftime): Merge in locale-related changes from
20611         libc. These changes have no effect outside of _LIBC.
20612
20613 2003-04-10  Bruno Haible  <bruno@clisp.org>
20614
20615         * modules/findprog: New file.
20616         * MODULES.html.sh (func_all_modules): Add it.
20617
20618 2003-04-10  Bruno Haible  <bruno@clisp.org>
20619
20620         * m4/findprog.m4: New file.
20621         * m4/eaccess.m4: New file.
20622
20623 2003-04-10  Bruno Haible  <bruno@clisp.org>
20624
20625         * lib/findprog.h: New file, from GNU gettext.
20626         * lib/findprog.c: New file, from GNU gettext.
20627
20628 2003-04-05  Jim Meyering  <jim@meyering.net>
20629
20630         Merge changes from Coreutils.
20631
20632         * lib/exclude.h (PARAMS): Remove definition and uses.
20633         * lib/exclude.c: Remove uses of `PARAMS'.
20634
20635         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
20636         Add test-cases for DOS filenames. Declare program_name.
20637         (main): Set up program_name.  Patch by Rich Dawe.
20638
20639         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20640         error from mntctl.
20641         Use mntctl's return value to drive the entry-processing loop, since
20642         we can't rely on the value of the vmt_length member in the last
20643         entry.  On some systems doing so could result in exhausting
20644         virtual memory.  Based in part on a patch from Mike Jetzer.
20645
20646 2003-04-04  Bruno Haible  <bruno@clisp.org>
20647
20648         * modules/linebreak: New file.
20649         * MODULES.html.sh (func_all_modules): Add it.
20650
20651 2003-04-04  Bruno Haible  <bruno@clisp.org>
20652
20653         * m4/linebreak.m4: New file.
20654
20655 2003-04-04  Bruno Haible  <bruno@clisp.org>
20656
20657         * lib/linebreak.h: New file, from GNU gettext.
20658         * lib/linebreak.c: New file, from GNU gettext with slight
20659         modifications.
20660         * lib/lbrkprop.h: New file, from GNU gettext.
20661
20662 2003-04-03  Bruno Haible  <bruno@clisp.org>
20663
20664         * modules/utf8-ucs4: New file.
20665         * modules/utf16-ucs4: New file.
20666         * modules/ucs4-utf8: New file.
20667         * modules/ucs4-utf16: New file.
20668         * MODULES.html.sh (func_all_modules): Add them.
20669
20670 2003-04-03  Bruno Haible  <bruno@clisp.org>
20671
20672         * m4/utf-ucs4.m4: New file.
20673         * m4/ucs4-utf.m4: New file.
20674
20675 2003-04-03  Bruno Haible  <bruno@clisp.org>
20676
20677         * lib/utf8-ucs4.h: New file, from GNU gettext.
20678         * lib/utf16-ucs4.h: New file, from GNU gettext.
20679         * lib/ucs4-utf8.h: New file, from GNU gettext.
20680         * lib/ucs4-utf16.h: New file, from GNU gettext.
20681
20682 2003-04-02  Bruno Haible  <bruno@clisp.org>
20683
20684         * modules/binary-io: New file.
20685         * MODULES.html.sh (func_all_modules): Add it.
20686
20687 2003-04-02  Bruno Haible  <bruno@clisp.org>
20688
20689         * lib/binary-io.h: New file, from GNU gettext.
20690
20691 2003-04-01  Bruno Haible  <bruno@clisp.org>
20692
20693         * modules/pathname: New file.
20694         * MODULES.html.sh (func_all_modules): Add it.
20695
20696 2003-04-01  Bruno Haible  <bruno@clisp.org>
20697
20698         * lib/pathname.h: New file, from GNU gettext.
20699         * lib/concatpath.c: New file, from GNU gettext.
20700
20701 2003-03-30  Bruno Haible  <bruno@clisp.org>
20702
20703         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
20704
20705 2003-03-30  Bruno Haible  <bruno@clisp.org>
20706
20707         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
20708         function chown() doesn't exist.
20709
20710 2003-03-28  Bruno Haible  <bruno@clisp.org>
20711
20712         * modules/copy-file: New file.
20713         * MODULES.html.sh (func_all_modules): Add it.
20714
20715 2003-03-28  Bruno Haible  <bruno@clisp.org>
20716
20717         * m4/copy-file.m4: New file.
20718
20719 2003-03-28  Bruno Haible  <bruno@clisp.org>
20720
20721         * lib/copy-file.h: New file, from GNU gettext.
20722         * lib/copy-file.c: New file, from GNU gettext.
20723
20724 2003-03-18  Jim Meyering  <jim@meyering.net>
20725
20726         * lib/quote.c (quote_n): Fix typo in comment.
20727
20728 2003-03-18  Bruno Haible  <bruno@clisp.org>
20729
20730         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
20731         checking.
20732         * m4/onceonly_2_57.m4: Likewise.
20733
20734 2003-03-17  Bruno Haible  <bruno@clisp.org>
20735
20736         * m4/onceonly.m4: Require autoconf 2.54 or newer.
20737         (m4_quote): Remove macro.
20738         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
20739
20740 2003-03-14  Jim Meyering  <jim@meyering.net>
20741
20742         Merge changes from Coreutils.
20743         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
20744         to be const, in order to avoid warnings.
20745         (obstack_room): Likewise.
20746         (obstack_empty_p): Likewise.
20747
20748 2003-03-14  Bruno Haible  <bruno@clisp.org>
20749
20750         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
20751         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
20752
20753 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20754
20755         Merge changes from Bison.
20756         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
20757         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
20758         when compiling Bison 1.875's `bitset bset = obstack_alloc
20759         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
20760         * lib/hash.c: Include <stdbool.h> unconditionally.
20761
20762 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20763
20764         * m4/onceonly.m4 (m4_quote): New macro.
20765         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
20766         Quote AC_FOREACH variable-expansions properly.
20767
20768 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20769
20770         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
20771
20772 2003-03-09  Paul Eggert  <eggert@twinsun.com>
20773
20774         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
20775         Reported by Bruce Becker; see:
20776         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
20777
20778 2003-03-03  Paul Eggert  <eggert@twinsun.com>
20779             Bruno Haible  <bruno@clisp.org>
20780
20781         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
20782         Reported by John Hughes, see
20783         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
20784
20785 2003-02-20  Bruno Haible  <bruno@clisp.org>
20786
20787         * MODULES.html.sh (func_all_modules): Add poll.
20788
20789 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20790
20791         * modules/poll: New file.
20792
20793 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20794
20795         * lib/poll_.h: New file.
20796         * lib/poll.c: New file.
20797
20798 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20799
20800         * m4/poll.m4: New file.
20801
20802 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20803
20804         * modules/mathl: New file.
20805
20806 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20807
20808         * lib/mathl.h: New file.
20809         * lib/acosl.c: New file.
20810         * lib/asinl.c: New file.
20811         * lib/atanl.c: New file.
20812         * lib/ceill.c: New file.
20813         * lib/cosl.c: New file.
20814         * lib/expl.c: New file.
20815         * lib/floorl.c: New file.
20816         * lib/frexpl.c: New file.
20817         * lib/ldexpl.c: New file.
20818         * lib/logl.c: New file.
20819         * lib/sincosl.c: New file.
20820         * lib/sinl.c: New file.
20821         * lib/sqrtl.c: New file.
20822         * lib/tanl.c: New file.
20823         * lib/trigl.c: New file.
20824         * lib/trigl.h: New file.
20825
20826 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20827
20828         * m4/mathl.m4: New file.
20829
20830 2003-02-18  Bruno Haible  <bruno@clisp.org>
20831
20832         * MODULES.html.sh (func_all_modules): Add mathl.
20833
20834 2003-02-17  Bruno Haible  <bruno@clisp.org>
20835
20836         * modules/mkdtemp: New module.
20837         * MODULES.html.sh (func_all_modules): Add it.
20838
20839 2003-02-17  Bruno Haible  <bruno@clisp.org>
20840
20841         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
20842
20843 2003-02-17  Bruno Haible  <bruno@clisp.org>
20844
20845         * lib/mkdtemp.h: New file, from GNU gettext.
20846         * lib/mkdtemp.c: New file, from GNU gettext.
20847
20848 2003-02-02  Jim Meyering  <jim@meyering.net>
20849
20850         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
20851         e.g. glibc-2.2.93.
20852
20853 2003-01-31  Bruno Haible  <bruno@clisp.org>
20854
20855         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
20856         'rpl_rename'.
20857         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
20858         'rpl_strnlen'.
20859         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
20860         'rpl_strtod'.
20861         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
20862         'rpl_utime'.
20863
20864 2003-01-31  Bruno Haible  <bruno@clisp.org>
20865
20866         * lib/rename.c: #undef rename before defining rpl_rename.
20867         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
20868
20869 2003-01-30  Bruno Haible  <bruno@clisp.org>
20870
20871         * modules/vasnprintf, modules/vasprintf: New modules.
20872         * MODULES.html.sh (func_all_modules): Add them.
20873
20874 2003-01-30  Bruno Haible  <bruno@clisp.org>
20875
20876         * m4/signed.m4: New file, from GNU gettext.
20877         * m4/longdouble.m4: New file, from GNU gettext.
20878         * m4/wchar_t.m4: New file, from GNU gettext.
20879         * m4/wint_t.m4: New file, from GNU gettext.
20880         * m4/vasnprintf.m4: New file.
20881         * m4/vasprintf.m4: New file.
20882
20883 2003-01-30  Bruno Haible  <bruno@clisp.org>
20884
20885         * lib/printf-args.h: New file, from GNU gettext.
20886         * lib/printf-args.c: New file, from GNU gettext.
20887         * lib/printf-parse.h: New file, from GNU gettext.
20888         * lib/printf-parse.c: New file, from GNU gettext.
20889         * lib/vasnprintf.h: New file, from GNU gettext.
20890         * lib/vasnprintf.c: New file, from GNU gettext.
20891         * lib/asnprintf.c: New file, from GNU gettext.
20892         * lib/vasprintf.h: New file, from GNU gettext with modifications.
20893         * lib/vasprintf.c: New file, from GNU gettext.
20894         * lib/asprintf.c: New file, from GNU gettext.
20895
20896 2003-01-29  Bruno Haible  <bruno@clisp.org>
20897
20898         * modules/stpncpy: New module.
20899         * MODULES.html.sh (func_all_modules): Add it.
20900
20901 2003-01-29  Bruno Haible  <bruno@clisp.org>
20902
20903         * m4/stpncpy.m4: New file.
20904
20905 2003-01-29  Bruno Haible  <bruno@clisp.org>
20906
20907         * lib/stpncpy.h: New file, from GNU gettext with modifications.
20908         * lib/stpncpy.c: New file, from GNU gettext with modifications.
20909
20910 2003-01-28  Bruno Haible  <bruno@clisp.org>
20911
20912         * modules/c-ctype: New module.
20913         * MODULES.html.sh (func_all_modules): Add it.
20914
20915 2003-01-28  Bruno Haible  <bruno@clisp.org>
20916
20917         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
20918         Paul Eggert.
20919         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
20920         Paul Eggert.
20921
20922 2003-01-27  Bruno Haible  <bruno@clisp.org>
20923
20924         * modules/xsetenv: New module.
20925         * MODULES.html.sh (func_all_modules): Add it.
20926
20927 2003-01-27  Bruno Haible  <bruno@clisp.org>
20928
20929         * lib/xsetenv.h: New file, from GNU gettext.
20930         * lib/xsetenv.c: New file, from GNU gettext.
20931
20932 2003-01-23  Jim Meyering  <jim@meyering.net>
20933
20934         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
20935         from working on systems without dirfd (at least Irix and OSF1/Tru64).
20936
20937 2003-01-23  Bruno Haible  <bruno@clisp.org>
20938
20939         * modules/minmax: New module.
20940         * MODULES.html.sh (func_all_modules): Add it.
20941
20942 2003-01-23  Bruno Haible  <bruno@clisp.org>
20943
20944         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
20945         Eggert.
20946
20947 2003-01-22  Bruno Haible  <bruno@clisp.org>
20948
20949         * modules/exit: New module.
20950         * MODULES.html.sh (func_all_modules): Add it.
20951
20952 2003-01-22  Bruno Haible  <bruno@clisp.org>
20953
20954         * lib/exit.h: New file, from GNU gettext.
20955
20956 2003-01-19  Bruno Haible  <bruno@clisp.org>
20957
20958         * gnulib-tool: Recognize option --extract-maintainer.
20959         (func_get_maintainer): New function.
20960         * modules/*: Add Maintainer entry.
20961
20962 2003-01-16  Jim Meyering  <jim@meyering.net>
20963
20964         * m4/regex.m4: The `regex' struct is both input and output.
20965         Initialize it before each use.  Patch by Tim Waugh.
20966
20967 2003-01-16  Bruno Haible  <bruno@clisp.org>
20968
20969         * MODULES.html.sh: Add a table of contents. Add the module name as
20970         leftmost column. Add hyperlinks.
20971
20972 2003-01-15  Bruno Haible  <bruno@clisp.org>
20973
20974         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
20975
20976 2003-01-15  Bruno Haible  <bruno@clisp.org>
20977
20978         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
20979         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
20980         suffix.
20981
20982 2003-01-15  Bruno Haible  <bruno@clisp.org>
20983
20984         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
20985
20986 2003-01-15  Bruno Haible  <bruno@clisp.org>
20987
20988         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
20989         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
20990
20991 2003-01-14  Jim Meyering  <jim@meyering.net>
20992
20993         * lib/same.c (same_name): Tweak a comment.
20994
20995 2003-01-14  Bruno Haible  <bruno@clisp.org>
20996
20997         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
20998         when a string comparison is sufficient.
20999
21000 2003-01-14  Bruno Haible  <bruno@clisp.org>
21001
21002         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
21003         'unsigned int'.
21004
21005 2003-01-14  Bruno Haible  <bruno@clisp.org>
21006
21007         * lib/hash-pjw.c: Add comment about low quality of this function.
21008
21009 2003-01-13  Bruno Haible  <bruno@clisp.org>
21010
21011         * modules/stpcpy: Distribute lib/stpcpy.h.
21012         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
21013
21014 2003-01-13  Bruno Haible  <bruno@clisp.org>
21015
21016         * modules/*: Add a description.
21017         * modules/strpbrk: Fix Makefile.am snippet.
21018         * modules/strtoimax: Fix dependencies.
21019         * modules/strtoumax: Likewise.
21020
21021 2003-01-13  Bruno Haible  <bruno@clisp.org>
21022
21023         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
21024         * modules/alloca (Makefile.am): All object files depend on alloca.h.
21025         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
21026
21027 2003-01-13  Bruno Haible  <bruno@clisp.org>
21028
21029         * gnulib-tool (func_create_testdir): Store config/* files in the main
21030         directory.
21031         * config.rpath: Move to ...
21032         * config/config.rpath: ... here.
21033         * modules/gettext: Contains config/config.rpath, not config.rpath.
21034         * modules/iconv: Likewise.
21035
21036 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21037
21038         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21039         to avoid collisions with libcurses and libreadline.
21040
21041         * m4/getstr.m4: Remove.
21042         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
21043
21044 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21045
21046         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21047         to avoid collisions with libcurses and libreadline.
21048
21049         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
21050         * lib/getstr.h, getstr.c: Remove.
21051         * lib/getline.c: Include "getline.h", to check interface.
21052         Move body of old getstr.c here: this defines MIN_CHUNK and
21053         declares getdelim2, which is renamed from getstr.
21054         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
21055
21056         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
21057         All uses changed.
21058         * lib/linebuffer.h: Likewise.
21059         (readline): Remove backward-compatibility macro.
21060
21061 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21062
21063         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21064         to avoid collisions with libcurses and libreadline.
21065         * getstr: Remove.
21066         * MODULES.html.sh: Remove getstr.
21067         * modules/getline: Depend on unlocked-io, not getstr.
21068
21069 2003-01-12  Jim Meyering  <jim@meyering.net>
21070
21071         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
21072
21073 2003-01-10  Bruno Haible  <bruno@clisp.org>
21074
21075         * modules/alloca: Change Makefile.am requirements. Simplify Include
21076         requirements. Add lib/alloca_.h to file list.
21077
21078 2003-01-10  Bruno Haible  <bruno@clisp.org>
21079
21080         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
21081
21082 2003-01-10  Bruno Haible  <bruno@clisp.org>
21083
21084         * lib/alloca_.h: New file.
21085         * lib/getdate.y: Unconditionally include alloca.h.
21086         * lib/makepath.c: Likewise.
21087         * lib/setenv.c: Likewise.
21088         * lib/userspec.c: Likewise.
21089
21090 2003-01-09  Karl Berry  <karl@gnu.org>
21091
21092         * MODULES.html.sh: include `dirname $0` in PATH, to find
21093         gnulib-tool.
21094
21095 2003-01-09  Bruno Haible  <bruno@clisp.org>
21096
21097         * modules/stdbool: Change configure.ac, Makefile.am requirements.
21098         Simplify Include requirements. Add lib/stdbool.h.in to file list.
21099
21100 2003-01-09  Bruno Haible  <bruno@clisp.org>
21101
21102         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
21103
21104 2003-01-09  Bruno Haible  <bruno@clisp.org>
21105
21106         * lib/stdbool.h.in: New file.
21107
21108 2003-01-09  Bruno Haible  <bruno@clisp.org>
21109
21110         * gnulib-tool (func_all_modules): Ignore files ending in ~.
21111         * MODULES.html.sh: Likewise.
21112
21113 2003-01-08  Jim Meyering  <jim@meyering.net>
21114
21115         * lib/full-write.c: Undefine and define-away `const' after inclusion
21116         of errno.h, not before.  Suggestion from Bruno Haible.
21117
21118 2003-01-08  Bruno Haible  <bruno@clisp.org>
21119
21120         * modules/full-read: Depend on full-write.
21121
21122 2003-01-08  Bruno Haible  <bruno@clisp.org>
21123
21124         * lib/safe-read.c: Include specification header first, to ensure its
21125         selfcontainedness.
21126         * lib/full-write.c: Likewise.
21127
21128 2003-01-07  Jim Meyering  <jim@meyering.net>
21129
21130         * lib/full-write.c: Rework so that it may serve to define full_read,
21131         too.
21132         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
21133
21134 2003-01-07  Bruno Haible  <bruno@clisp.org>
21135
21136         * lib/strtoimax.c: Include <stdint.h> as an alternative to
21137         <inttypes.h>.
21138         * lib/xstrtol.h: Likewise.
21139         * lib/xstrtoimax.c: Likewise.
21140         * lib/xstrtoumax.c: Likewise.
21141         * lib/human.h: Likewise.
21142
21143         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
21144         on systems that have <inttypes.h> but not <stdint.h>.
21145
21146 2003-01-07  Bruno Haible  <bruno@clisp.org>
21147
21148         * MODULES.html.sh: Add copyright notice.
21149         (missed_files): Omit CVS directory entries.
21150         (func_module): Make it work with sed-3.02.
21151         * MODULES.txt: Remove file.
21152
21153 2003-01-06  Jim Meyering  <jim@meyering.net>
21154
21155         * lib/version-etc.c: Update year in translatable copyright string.
21156
21157 2003-01-03  Karl Berry  <karl@gnu.org>
21158
21159         * config/config.{guess,sub}: update from prep.
21160
21161 2003-01-02  Karl Berry  <karl@gnu.org>
21162
21163         * doc/COPYING.DOC: belatedly updated to 1.2.
21164
21165 2003-01-01  Karl Berry  <karl@gnu.org>
21166
21167         * gnulib-tool (func_verify_module): report module name $module in
21168         error message, not $1.
21169         * gnulib-tool (create-testdir): don't complain if destdir couldn't
21170         be created, only if it doesn't exist.
21171         * gnulib-tool (last_checkin_date): don't expand the $Date here.
21172
21173 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21174
21175         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
21176
21177 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21178
21179         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
21180         memcmp if strcoll doesn't work.
21181
21182 2002-12-31  Bruno Haible  <bruno@clisp.org>
21183
21184         * lib/utime.c (utime_null): No need to call ftruncate if the file was
21185         nonempty.
21186
21187 2002-12-31  Bruno Haible  <bruno@clisp.org>
21188
21189         * lib/memcoll.c (STRCOLL): New macro.
21190         (memcoll): Use it.
21191
21192 2002-12-31  Bruno Haible  <bruno@clisp.org>
21193
21194         * lib/localcharset.h: New file.
21195         * lib/localcharset.c: Include it.
21196         * lib/unicodeio.c: Likewise.
21197
21198 2002-12-31  Bruno Haible  <bruno@clisp.org>
21199
21200         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
21201         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
21202
21203 2002-12-31  Bruno Haible  <bruno@clisp.org>
21204
21205         * lib/getline.h: Include <stddef.h>, for size_t.
21206
21207         * lib/unicodeio.h: Include <stddef.h>, for size_t.
21208         * lib/unicodeio.c: Don't include <stddef.h>.
21209
21210 2002-12-31  Bruno Haible  <bruno@clisp.org>
21211
21212         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
21213         HAVE_TM_ZONE.
21214
21215 2002-12-24  Karl Berry  <karl@gnu.org>
21216
21217         * config/config.guess: update from prep.
21218
21219 2002-12-24  Bruno Haible  <bruno@clisp.org>
21220
21221         General infrasructure.
21222         * m4/README: Rewritten.
21223         * m4/onceonly.m4: New file.
21224         * m4/onceonly_2_57.m4: New file.
21225
21226         Module atexit.
21227         * m4/atexit.m4: New file.
21228
21229         Module strtod.
21230         * m4/strtod.m4: New file.
21231
21232         Module strtol.
21233         * m4/strtol.m4: New file.
21234
21235         Module strtoul.
21236         * m4/strtoul.m4: New file.
21237
21238         Module memchr.
21239         * m4/memchr.m4: New file.
21240
21241         Module memcmp.
21242         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
21243         (jm_FUNC_MEMCMP): Invoke it.
21244
21245         Module memcpy.
21246         * m4/memcpy.m4: New file.
21247
21248         Module memmove.
21249         * m4/memmove.m4: New file.
21250
21251         Module memset.
21252         * m4/memset.m4: New file.
21253
21254         Module strcspn.
21255         * m4/strcspn.m4: New file.
21256
21257         Module strpbrk.
21258         * m4/strpbrk.m4: New file.
21259
21260         Module strstr.
21261         * m4/strstr.m4: New file.
21262
21263         Module strerror.
21264         * m4/strerror.m4: New file.
21265
21266         Module mktime.
21267         * m4/mktime.m4: Renamed from jm-mktime.m4.
21268         (gl_PREREQ_MKTIME): New macro.
21269         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
21270
21271         Module malloc.
21272         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
21273         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
21274         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
21275
21276         Module realloc.
21277         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
21278         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
21279         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
21280
21281         Module strftime.
21282         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
21283         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
21284         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
21285         gl_TM_GMTOFF.
21286         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
21287
21288         Module xalloc.
21289         * m4/xalloc.m4: New file.
21290
21291         Module alloca.
21292         * m4/alloca.m4: New file.
21293
21294         Module putenv.
21295         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
21296         (jm_FUNC_PUTENV): Invoke it.
21297
21298         Module setenv.
21299         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
21300         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
21301         when invoked twice.
21302         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
21303         gt_FUNC_SETENV.
21304
21305         Module memrchr.
21306         * m4/memrchr.m4: New file.
21307
21308         Module stpcpy.
21309         * m4/stpcpy.m4: New file.
21310
21311         Module strcase.
21312         * m4/strcase.m4: New file.
21313
21314         Module strdup.
21315         * m4/strdup.m4: New file.
21316
21317         Module strnlen.
21318         * m4/strnlen.m4: New file.
21319
21320         Module strndup.
21321         * m4/strndup.m4: New file.
21322
21323         Module xstrtod.
21324         * m4/xstrtod.m4: New file.
21325
21326         Module xstrtol.
21327         * m4/xstrtol.m4: New file.
21328
21329         Module getdate.
21330         * m4/getdate.m4: New file.
21331
21332         Module unlocked-io.
21333         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
21334         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
21335         * m4/jm-glibc-io.m4n: Remove file.
21336
21337         Module long-options.
21338         * m4/long-options.m4: New file.
21339
21340         Module md5.
21341         * m4/md5.m4: New file.
21342
21343         Module sha.
21344         * m4/sha.m4: New file.
21345
21346         Module getstr.
21347         * m4/getstr.m4: New file.
21348
21349         Module getline.
21350         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
21351         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
21352         <sys/types.h>, for size_t. Use the function name gnu_getline, not
21353         simply getline. Infoke gl_PREREQ_GETLINE.
21354
21355         Module obstack.
21356         * m4/obstack.m4: New file.
21357
21358         Module hash.
21359         * m4/hash.m4: New file.
21360
21361         Module readtokens.
21362         * m4/readtokens.m4: New file.
21363
21364         Module strverscmp.
21365         * m4/strverscmp.m4: New file.
21366
21367         Module stdbool.
21368         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
21369         OSF/1.
21370
21371         Module strtoll.
21372         * m4/strtoll.m4: New file.
21373
21374         Module strtoull.
21375         * m4/strtoull.m4: New file.
21376
21377         Module strtoimax.
21378         * m4/strtoimax.m4: New file.
21379
21380         Module strtoumax.
21381         * m4/strtoumax.m4: New file.
21382
21383         Module xstrtoimax.
21384         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
21385         jm_AC_PREREQ_XSTRTOIMAX.
21386         Moved the strtol prerequisites to strtol.m4.
21387         Moved the strtoll prerequisites to strtoll.m4.
21388         Moved the strtoimax prerequisites to strtoimax.m4.
21389
21390         Module xstrtoumax.
21391         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
21392         jm_AC_PREREQ_XSTRTOUMAX.
21393         Moved the strtoul prerequisites to strtoul.m4.
21394         Moved the strtoull prerequisites to strtoull.m4.
21395         Moved the strtoumax prerequisites to strtoumax.m4.
21396
21397         Module chown.
21398         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
21399         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
21400
21401         Module dup2.
21402         * m4/dup2.m4: New file.
21403
21404         Module ftruncate.
21405         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
21406         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
21407
21408         Module getgroups.
21409         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
21410         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
21411
21412         Module gettimeofday.
21413         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
21414         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
21415         gl_PREREQ_GETTIMEOFDAY.
21416
21417         Module mkdir.
21418         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
21419         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
21420
21421         Module mkstemp.
21422         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
21423         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
21424         jm_AC_TYPE_UINTMAX_T.
21425         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
21426
21427         Module stat.
21428         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
21429         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
21430
21431         Module lstat.
21432         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
21433         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
21434
21435         Module timespec.
21436         * m4/timespec.m4 (gl_TIMESPEC): New macro.
21437         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
21438         * m4/st_mtim.m4: Indentation.
21439
21440         Module nanosleep.
21441         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
21442         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
21443         gl_PREREQ_NANOSLEEP.
21444
21445         Module regex.
21446         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
21447         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
21448         (gl_REGEX): New macro.
21449
21450         Module rename.
21451         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
21452         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
21453
21454         Module rmdir.
21455         * m4/rmdir.m4: New file.
21456
21457         Module utime.
21458         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
21459         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
21460         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
21461
21462         Module dirname.
21463         * m4/dirname.m4: New file.
21464
21465         Module getopt.
21466         * m4/getopt.m4: New file.
21467
21468         Module unistd-safer.
21469         * m4/unistd-safer.m4: New file.
21470
21471         Module fnmatch.
21472         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
21473         declaration.
21474         (gl_PREREQ_FNMATCH_EXTRA): New macro.
21475         (gl_FUNC_FNMATCH_POSIX): New macro.
21476         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
21477         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
21478         simply fnmatch.
21479
21480         Module exclude.
21481         * m4/exclude.m4: New file.
21482
21483         Module human.
21484         * m4/human.m4: New file.
21485
21486         Module acl.
21487         * m4/acl.m4: Nop.
21488
21489         Module backupfile.
21490         * m4/backupfile.m4: New file.
21491         * m4/d-ino.m4: Indentation.
21492
21493         Module fsusage.
21494         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
21495         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
21496         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
21497
21498         Module dirfd.
21499         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
21500         requirements.
21501
21502         Module euidaccess.
21503         * m4/euidaccess.m4: New file.
21504
21505         Module file-type.
21506         * m4/file-type.m4: New file.
21507
21508         Module fileblocks.
21509         * m4/fileblocks.m4: New file.
21510
21511         Module filemode.
21512         * m4/filemode.m4: New file.
21513
21514         Module isdir.
21515         * m4/isdir.m4: New file.
21516
21517         Module lchown.
21518         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
21519         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
21520
21521         Module makepath.
21522         * m4/makepath.m4: New file.
21523
21524         Module modechange.
21525         * m4/modechange.m4: New file.
21526
21527         Module mountlist.
21528         * m4/mountlist.m4: New file.
21529         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
21530         Indentation.
21531
21532         Module path-concat.
21533         * m4/path-concat.m4: New file.
21534
21535         Module pathmax.
21536         * m4/pathmax.m4: New file.
21537
21538         Module same.
21539         * m4/same.m4: New file.
21540
21541         Module save-cwd.
21542         * m4/save-cwd.m4: New file.
21543
21544         Module savedir.
21545         * m4/savedir.m4: New file.
21546
21547         Module xgetcwd.
21548         * m4/xgetcwd.m4: New file.
21549         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
21550
21551         Module xreadlink.
21552         * m4/xreadlink.m4: New file.
21553
21554         Module safe-read.
21555         * m4/safe-read.m4: New file.
21556
21557         Module safe-write.
21558         * m4/safe-write.m4: New file.
21559
21560         Module closeout.
21561         * m4/closeout.m4: New file.
21562
21563         Module stdio-safer.
21564         * m4/stdio-safer.m4: New file.
21565
21566         Module getpass.
21567         * m4/getpass.m4: New file.
21568
21569         Module getugroups.
21570         * m4/getugroups.m4: New file.
21571
21572         Module group-member.
21573         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
21574         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
21575
21576         Module idcache.
21577         * m4/idcache.m4: New file.
21578
21579         Module userspec.
21580         * m4/userspec.m4: New file.
21581
21582         Module gettime.
21583         * m4/clock_time.m4: New file.
21584         * m4/gettime.m4: New file.
21585
21586         Module settime.
21587         * m4/settime.m4: New file.
21588
21589         Module posixtm.
21590         * m4/posixtm.m4: New file.
21591
21592         Module gethostname.
21593         * m4/gethostname.m4: New file.
21594
21595         Module canon-host.
21596         * m4/canon-host.m4: New file.
21597
21598         Module gettext.
21599         * m4/codeset.m4: New file, from gettext-0.11.5.
21600         * m4/gettext.m4: New file, from gettext-0.11.5.
21601         * m4/glibc21.m4: New file, from gettext-0.11.5.
21602         * m4/iconv.m4: New file, from gettext-0.11.5.
21603         * m4/intdiv0.m4: New file, from gettext-0.11.5.
21604         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
21605         * m4/inttypes.m4: New file, from gettext-0.11.5.
21606         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
21607         * m4/isc-posix.m4: New file, from gettext-0.11.5.
21608         * m4/lcmessage.m4: New file, from gettext-0.11.5.
21609         * m4/lib-ld.m4: New file, from gettext-0.11.5.
21610         * m4/lib-link.m4: New file, from gettext-0.11.5.
21611         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
21612         * m4/progtest.m4: New file, from gettext-0.11.5.
21613         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
21614         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
21615         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
21616
21617         Module localcharset.
21618         * m4/localcharset.m4: New file.
21619
21620         Module hard-locale.
21621         * m4/hard-locale.m4: New file.
21622
21623         Module mbswidth.
21624         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
21625         onceonly macros.
21626         * m4/mbrtowc.m4: Add comment.
21627
21628         Module memcasecmp.
21629         * m4/memcasecmp.m4: New file.
21630
21631         Module memcoll.
21632         * m4/memcoll.m4: New file.
21633
21634         Module unicodeio.
21635         * m4/unicodeio.m4: New file.
21636
21637         Module rpmatch.
21638         * m4/rpmatch.m4: New file.
21639
21640         Module yesno.
21641         * m4/yesno.m4: New file.
21642
21643         Module exitfail.
21644         * m4/exitfail.m4: New file.
21645
21646         Module c-stack.
21647         * m4/c-stack.m4 (gl_C_STACK): New macro.
21648         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
21649
21650         Module error.
21651         * m4/error.m4 (gl_ERROR): New macro.
21652         (jm_PREREQ_ERROR): Use onceonly macros.
21653
21654         Module fatal.
21655         * m4/fatal.m4: New file.
21656
21657         Module getloadavg.
21658         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
21659         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
21660
21661         Module getpagesize.
21662         * m4/getpagesize.m4: New file.
21663
21664         Module getusershell.
21665         * m4/getusershell.m4: New file.
21666
21667         Module physmem.
21668         * m4/physmem.m4: New file.
21669
21670         Module posixver.
21671         * m4/posixver.m4: New file.
21672
21673         Module quotearg.
21674         * m4/quotearg.m4: New file.
21675
21676         Module quote.
21677         * m4/quote.m4: New file.
21678
21679         Module readutmp.
21680         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
21681
21682         Module sig2str.
21683         * m4/sig2str.m4: New file.
21684
21685         Other.
21686         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
21687         ulonglong.m4.
21688         * m4/intmax_t.m4: New file.
21689         * m4/d-type.m4: Indentation.
21690         * m4/jm-macros.m4: Update.
21691         * m4/prereq.m4 (jm_PREREQ): Update.
21692         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
21693         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
21694         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
21695         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
21696         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
21697         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
21698         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
21699         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
21700         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
21701         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
21702         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
21703         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
21704         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
21705         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
21706         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
21707         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
21708         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
21709         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
21710         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
21711
21712 2002-12-24  Bruno Haible  <bruno@clisp.org>
21713
21714         * MODULES.txt: Update according to m4/ changes.
21715
21716         Module gettext.
21717         * config.rpath: New file, from gettext-0.11.5.
21718
21719         * modules/*: New module descriptions.
21720         * gnulib-tool: New file.
21721         * MODULES.html.sh: New file.
21722
21723 2002-12-21  Karl Berry  <karl@gnu.org>
21724
21725         * doc/fdl.texi: update to version 1.2.
21726
21727 2002-12-19  Karl Berry  <karl@gnu.org>
21728
21729         * config/config.guess: update from prep.
21730
21731 2002-12-18  Bruno Haible  <bruno@clisp.org>
21732
21733         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
21734         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
21735
21736 2002-12-17  Bruno Haible  <bruno@clisp.org>
21737
21738         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
21739         stdlib.h, string.h.
21740
21741 2002-12-17  Bruno Haible  <bruno@clisp.org>
21742
21743         * lib/canon-host.c (strdup): Remove unused declaration.
21744
21745         * lib/fsusage.c: Include full_read.h.
21746         (get_fs_usage): Use full_read instead of safe_read.
21747
21748         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
21749
21750 2002-12-12  Karl Berry  <karl@gnu.org>
21751
21752         * config/config.guess: update from prep.
21753
21754 2002-12-11  Bruno Haible  <bruno@clisp.org>
21755
21756         * m4/setenv.m4: New file, from gettext-0.11.5.
21757
21758 2002-12-11  Bruno Haible  <bruno@clisp.org>
21759
21760         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
21761         not unsetenv().
21762         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
21763         modifications:
21764
21765         2002-12-11  Bruno Haible  <bruno@clisp.org>
21766
21767                 * setenv.c (alloca): Fall back to malloc.
21768                 (freea): New macro.
21769                 (setenv): Use freea() to free memory allocated with alloca().
21770
21771         2002-11-13  Bruno Haible  <bruno@clisp.org>
21772
21773                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
21774                 function declarations.
21775                 * unsetenv.c (unsetenv): Likewise.
21776
21777         2002-03-04  Bruno Haible  <bruno@clisp.org>
21778
21779                 Portability to AIX 4.3.3.
21780                 * unsetenv.c: New file, extracted from setenv.c.
21781                 * setenv.c: Move the unsetenv() function to unsetenv.c.
21782
21783         2001-12-20  Bruno Haible  <bruno@clisp.org>
21784
21785                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
21786                 use malloc instead. For SunOS 4.
21787
21788         2001-12-11  Bruno Haible  <bruno@clisp.org>
21789
21790                 * setenv.c: Declare alloca.
21791                 (compar_fn_t): New typedef.
21792                 (KNOWN_VALUE, STORE_VALUE): Use it.
21793
21794         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
21795         setenv.h.
21796
21797 2002-12-10  Paul Eggert  <eggert@twinsun.com>
21798
21799         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
21800         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
21801         Choose values that are less likely to collide with system fnmatch
21802         options.
21803         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
21804         defined (e.g., a pure POSIX system).
21805         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
21806         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
21807
21808 2002-12-06  Paul Eggert  <eggert@twinsun.com>
21809
21810         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
21811         a pain in practice to deal with generated m4 files.  This change
21812         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
21813
21814         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
21815         and jm-glibc-io.m4, as they are no longer a special case.
21816         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
21817         kludge and the auto-generation stuff.  Check only whether the
21818         functions are declared, not whether they exist, since older hosts
21819         that don't declare the functions can't use the optimization anyway.
21820
21821 2002-12-06  Jim Meyering  <jim@meyering.net>
21822
21823         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
21824
21825         Merge in changes from libc's misc/error.c, in preparation
21826         for the merge of gnulib's changes back into libc.
21827
21828         * lib/error.c (_): Define only if not already defined.
21829         Move definition to follow all #include directives.
21830         Include unlocked-io.h only if !_LIBC.
21831         [_LIBC]: Include <libio/libioP.h>.
21832         [USE_IN_LIBIO]: Include <libio/iolibio.h>
21833         (fflush): Tweak definition to use INTUSE.
21834         (putc): Define.
21835
21836 2002-12-05  Paul Eggert  <eggert@twinsun.com>
21837
21838         * lib/alloca.c [defined emacs]: Include "lisp.h".
21839         (xalloc_die) [defined emacs]: New macro.
21840         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
21841         [! defined emacs]: Include <xalloc.h>.
21842         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
21843         (pointer): Typedef to POINTER_TYPE *.
21844         (malloc): Remove decl; we now always use xmalloc.
21845         (alloca): Use old-style definition, since Emacs needs this.
21846         Check for arithmetic overflow when computing combined size.
21847
21848 2002-12-04  Paul Eggert  <eggert@twinsun.com>
21849
21850         Do not generate unlocked-io.h automatically, since it's easier to
21851         maintain it by hand.
21852
21853         * lib/unlocked-io.h: New file, from GNU diffutils,
21854         but with proper copyright notice and attribution.
21855         * lib/gen-uio: Remove.
21856         * lib/Makefile.am: Add copyright notice.
21857         (libfetish_a_SOURCES): Add unlocked-io.h.
21858         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
21859         (DISTCLEANFILES, io_functions): Remove macros.
21860         (EXTRA_DIST): Remove gen_uio.
21861         (unlocked-io.h): Remove rule.
21862
21863 2002-12-04  Jim Meyering  <jim@meyering.net>
21864
21865         Reflect the fact that stat.c and lstat.c are no longer generated.
21866         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
21867         (DISTCLEANFILES): Likewise.
21868         (EXTRA_DIST): Likewise.
21869         (all_local): Don't depend on stat.c or lstat.c.
21870         (stat.c, lstat.c): Remove rules.
21871         (EXTRA_DIST): Remove xstat.in.
21872
21873         * lib/xstat.in: Remove file.  Contents moved into stat.c.
21874         * lib/stat.c: New file.  Contents mostly from xstat.in.
21875         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
21876         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
21877
21878         * lib/safe-read.c: Rework so that it may serve to define safe_write,
21879         too.
21880         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
21881
21882 2002-12-03  Jim Meyering  <jim@meyering.net>
21883
21884         * lib/safe-read.c, safe-write.c: Change variable names and comments,
21885         but not semantics, to minimize the differences between these two files.
21886         (safe_read): Change comment to mention SAFE_READ_ERROR.
21887
21888         * lib/safe-read.c (IS_EINTR): Define.
21889         (safe_read): Use IS_EINTR in place of in-function cpp directives.
21890
21891 2002-12-02  Jim Meyering  <jim@meyering.net>
21892
21893         * lib/safe-read.c (EINTR): Define.
21894         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
21895         (INT_MAX): Provide fallback.
21896         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
21897
21898         * lib/safe-read.h (SAFE_READ_ERROR): Define.
21899
21900 2002-12-02  Bruno Haible  <bruno@clisp.org>
21901
21902         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
21903         Define, taken from safe-read.c.
21904         (INT_MAX): Provide fallback.
21905         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
21906         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
21907
21908         * lib/safe-read.c (EINTR): Remove definition.
21909         (safe_read): Don't use EINTR if it is absent.
21910
21911 2002-12-01  Jim Meyering  <jim@meyering.net>
21912
21913         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
21914         zero.
21915         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
21916
21917 2002-11-27  Paul Eggert  <eggert@twinsun.com>
21918
21919         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
21920         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
21921         with `if (! (value < limit)) abort ();', for readability.
21922
21923 2002-11-26  Karl Berry  <karl@gnu.org>
21924
21925         * lib/strdup.c: copy from libc again, with jim's ok.
21926         * lib/.cppi-disable: re-add strdup.c
21927
21928 2002-11-25  Karl Berry  <karl@gnu.org>
21929
21930         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
21931         instead of "strtol.c".
21932
21933 2002-11-25  Karl Berry  <karl@gnu.org>
21934
21935         * config/install-sh: update from automake for variable quoting, $0 in
21936         error msgs, etc.
21937
21938         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
21939         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
21940         entry.
21941
21942 2002-11-25  Jim Meyering  <jim@meyering.net>
21943
21944         * lib/mktime.c: Sync from libc, now that it has the latest fix.
21945
21946 2002-11-24  Karl Berry  <karl@gnu.org>
21947
21948         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
21949         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
21950
21951 2002-11-24  Jim Meyering  <jim@meyering.net>
21952
21953         Update from coreutils:
21954
21955         * lib/mktime.c: Merge in changes from libc.
21956
21957         Avoid a link-time failure on some Linux systems.
21958         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
21959         (otherwise).
21960         (__mon_yday): Declare with the STATIC attribute.
21961         (__mktime_internal): Likewise.
21962         Based on a report from Greg Schafer.
21963
21964 2002-11-23  Jim Meyering  <jim@meyering.net>
21965
21966         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
21967         Use `unsigned', not `int', as type of index.
21968
21969         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
21970
21971         * lib/fsusage.c: Remove unneeded parentheses around operands of
21972         `defined'.
21973
21974 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21975
21976         * lib/quotearg.h: Allow multiple inclusion by surrounding with
21977         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
21978         so that we can be included first.
21979         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
21980         * lib/quotearg.c: Include quotearg.h immediately after config.h.
21981         No need to include stddef.h or sys/types.h any more.
21982         Surround local include files with "", not "<>".
21983         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
21984         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
21985         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
21986         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
21987         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
21988         (ISPRINT): Remove; no longer needed now that we assume C89.
21989
21990         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
21991         Preserve errno.
21992
21993         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
21994         quotearg_char): Use SIZE_MAX rather than
21995         (size_t) -1 when we are talking about "infinity".
21996
21997         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
21998
21999 2002-11-22  Paul Eggert  <eggert@twinsun.com>
22000
22001         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
22002         hint that one should use `if (! x) abort ();' rather than `assert
22003         (x);', and anyway it's one less thing to worry about configuring.
22004         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
22005         hash_rehash, hash_insert): Use abort rather than assert.
22006
22007 2002-11-22  Bruno Haible  <bruno@clisp.org>
22008
22009         * lib/safe-read.h: Assume C89. Add comments.
22010         (safe_read): Change return type to size_t.
22011         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
22012         byte counts > SSIZE_MAX correctly.
22013         * lib/safe-write.h: New file.
22014         * lib/safe-write.c: New file.
22015         * lib/full-read.h: New file.
22016         * lib/full-read.c: New file.
22017         * lib/full-write.h: Assume C89. Add comments.
22018         * lib/full-write.c: Include safe-write.h.
22019         (full_write): Rewritten to use safe_write.
22020         Suggested by Jim Meyering and Paul Eggert.
22021
22022 2002-11-21  Jim Meyering  <jim@meyering.net>
22023
22024         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
22025
22026         Merge in changes from the coreutils.
22027
22028         2002-09-25  Paul Eggert  <eggert@twinsun.com>
22029         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
22030         <stdint.h>.
22031         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
22032         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
22033         int.  Work more efficiently if X is the same width as uintmax_t.
22034         Do not compare X to -1, to avoid bogus compiler warning.
22035         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
22036         Don't assume that f_frsize and f_bsize are the same type.
22037
22038         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
22039         warning on FreeBSD.
22040
22041         * lib/makepath.c (make_path): Restore umask *before* creating the final
22042         component.
22043         (make_path): Minor reformatting.
22044
22045         * lib/xmalloc.c: Adjust to work with new autoconf macros,
22046         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
22047         HAVE_MALLOC/HAVE_REALLOC.
22048
22049         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
22050         dummy ones.  At least on GNU/Linux systems, `auto' means something
22051         else.
22052         From Michael Stone.
22053
22054 2002-11-21  Bruno Haible  <bruno@clisp.org>
22055
22056         Remove case insensitive option matching.
22057         * lib/argmatch.h (argcasematch): Remove declaration.
22058         (ARGCASEMATCH): Remove macro.
22059         (__xargmatch_internal): Remove case_sensitive argument.
22060         (XARGMATCH): Update.
22061         (XARGCASEMATCH): Remove macro.
22062         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
22063         case_sensitive argument.
22064         (argcasematch): Remove function.
22065         (__xargmatch_internal): Remove case_sensitive argument.
22066         (main): Use XARGMATCH instead of XARGCASEMATCH.
22067
22068         * lib/xmalloc.c: Change compile-time error message. Add comment about
22069         required autoconf version.
22070
22071 2002-11-20  Paul Eggert  <eggert@twinsun.com>
22072
22073         Merge argmatch cleanups from Bison.  Assume C89.
22074
22075         * lib/argmatch.c: Include config.h here, not in argmatch.h.
22076         Include stdlib.h, for EXIT_FAILURE.
22077         Always include <string.h>, since we assume C89.
22078         (EXIT_FAILURE): Remove pre-C89 bug workaround.
22079         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
22080         Include <stddef.h> instead, since it's all we need for size_t.
22081         (PARAMS): Remove.  All uses removed.
22082         (ARRAY_CARDINALITY): Do not bother to #undef.
22083         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
22084         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22085         Remove unnecessary parentheses.
22086         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22087         Insert necessary parentheses.
22088         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
22089         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
22090
22091 2002-11-19  Bruno Haible  <bruno@clisp.org>
22092
22093         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
22094         * lib/mbswidth.h: Include <stddef.h>, for size_t.
22095
22096         * lib/mbswidth.h (PARAMS): Remove macro.
22097         (mbswidth, mbsnwidth): Use ANSI C function declarations.
22098         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
22099
22100         * lib/gcd.h (PARAMS): Remove macro.
22101         (gcd): Use ANSI C function declarations.
22102         * lib/gcd.c (gcd): Likewise.
22103
22104 2002-11-15  Bruno Haible  <bruno@clisp.org>
22105
22106         * lib/strcspn.c: Include <stddef.h>.
22107         (strcspn): Use ANSI C function declaration. Change return type to
22108         size_t. Use NULL.
22109         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
22110         (strpbrk): Use NULL.
22111         * lib/strpbrk.h (PARAMS): Remove macro.
22112         (strpbrk): Use ANSI C function declaration.
22113         * lib/strstr.c: Don't include <sys/types.h>.
22114         * lib/strstr.h (PARAMS): Remove macro.
22115         (strstr): Use ANSI C function declarations.
22116
22117 2002-11-14  Karl Berry  <karl@gnu.org>
22118
22119         * config/mkinstalldirs: `do' on separate line, instead of
22120         `for var; do'.
22121
22122 2002-11-06  Bruno Haible  <bruno@clisp.org>
22123
22124         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
22125         * lib/gcd.c (gcd): Likewise.
22126
22127 2002-11-05  Bruno Haible  <bruno@clisp.org>
22128
22129         * lib/gcd.h: New file, from gettext-0.11.5.
22130         * lib/gcd.c: New file, from gettext-0.11.5.
22131
22132 2002-11-05  Bruno Haible  <bruno@clisp.org>
22133
22134         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22135         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22136         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22137         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22138
22139         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
22140         <libintl.h>.
22141         * lib/makepath.c: Include gettext.h instead of <locale.h> and
22142         <libintl.h>.
22143
22144         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
22145         * lib/human.c: Include gettext.h instead of <libintl.h>.
22146         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
22147         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
22148         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
22149         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
22150         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
22151         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
22152         (textdomain): Remove definition.
22153         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
22154
22155         * lib/long-options.c: Remove include of <libintl.h> and definition of
22156         _.
22157         * lib/same.c: Remove include of <libintl.h> and definition of _.
22158
22159 2002-11-04  Owen Taylor  <otaylor@redhat.com>
22160
22161         * lib/config.charset: A few additions for Solaris.
22162
22163 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22164
22165         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
22166         * lib/localcharset.c (locale_charset): Declare as extern "C".
22167
22168 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22169
22170         * lib/config.charset: msdos in uk_UA uses CP1125.
22171
22172 2002-11-04  Bruno Haible  <bruno@clisp.org>
22173
22174         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
22175         * lib/strcase.h: New file, from GNU gettext-0.11.5.
22176         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
22177         * lib/strstr.h: New file, from GNU gettext-0.11.5.
22178         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
22179
22180 2002-11-04  Bruno Haible  <bruno@clisp.org>
22181
22182         * lib/localcharset.c (locale_charset): Don't return an empty string.
22183
22184 2002-11-04  Bruno Haible  <bruno@clisp.org>
22185
22186         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
22187         aliases.
22188
22189 2002-11-04  Bruno Haible  <bruno@clisp.org>
22190
22191         * lib/config.charset: Update for newest glibc. Add canonical names
22192         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
22193
22194 2002-11-04  Bruno Haible  <bruno@clisp.org>
22195
22196         * lib/config.charset: Add support for NetBSD.
22197
22198 2002-11-04  Bruno Haible  <bruno@clisp.org>
22199
22200         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
22201
22202 2002-11-01  Bruno Haible  <bruno@clisp.org>
22203
22204         * configure.in: Add AC_CONFIG_AUX_DIR call.
22205         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
22206         test/Makefile.
22207         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
22208
22209 2002-09-28  Karl Berry  <karl@gnu.org>
22210
22211         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
22212         installed automake until the next release, since changes have been
22213         made.
22214
22215 2002-09-25  Karl Berry  <karl@gnu.org>
22216
22217         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
22218         * lib/getopt*: copy from libc/posix.
22219         * lib/gettext.h: copy from gettext.
22220         * lib/.cppi-disable: add strdup.c, gettext.h.
22221
22222 2002-09-25  Karl Berry  <karl@gnu.org>
22223
22224         * config/srclist.txt: enable gettext.h check.
22225         * config/config.{guess,sub}: update from prep.
22226         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
22227                 from automake 1.6.3.
22228         See srclist*.
22229
22230 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
22231
22232         * regex.c (PATFETCH): Remove the translating fetch.
22233         (PATFETCH_RAW): Rename to PATFETCH.
22234         (set_image_of_range): New fun.
22235         (SET_RANGE_TABLE_WORK_AREA): Use it.
22236         (regex_compile): Don't translate the pattern chars so eagerly.
22237         Only do it when inserting an `exactn' bytecode or when handling
22238         a char-range.
22239         (mutually_exclusive_p): Avoid empty statement.
22240
22241 2002-07-06  Jim Meyering  <meyering@lucent.com>
22242
22243         * m4/README: Don't mention Makefile.am.in.
22244         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
22245
22246 2002-07-01  Jim Meyering  <meyering@lucent.com>
22247
22248         * lib/c-stack.c: Include sys/time.h.
22249         From Volker Borchert.
22250
22251 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22252
22253         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
22254
22255 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22256
22257         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
22258         New macro.  Use it uniformly instead of
22259         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
22260         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
22261         reported by Vin Shelton.
22262
22263 2002-06-22  Paul Eggert  <eggert@twinsun.com>
22264
22265         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
22266         Do not assume SA_SIGINFO behavior.
22267         Bug reported by Jim Meyering on NetBSD 1.5.2.
22268
22269 2002-06-22  Jim Meyering  <meyering@lucent.com>
22270
22271         * m4/c-stack.m4: New file, from diffutils-2.8.2.
22272         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
22273
22274         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
22275         now that configure.ac uses AC_GNU_SOURCE.
22276         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
22277         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
22278
22279         Update to latest tools.  Suggestions from Paul Eggert.
22280         * m4/stdbool.m4: New file, from diffutils-2.8.2.
22281         * m4/gnu-source.m4: Update from diffutils-2.8.2.
22282         * m4/fnmatch.m4: Likewise.
22283         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
22284         to AC_HEADER_STDBOOL
22285
22286 2002-06-22  Jim Meyering  <meyering@lucent.com>
22287
22288         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
22289         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
22290
22291 2002-06-22  Jim Meyering  <meyering@lucent.com>
22292
22293         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
22294
22295         * lib/exitfail.c, exitfail.h: Likewise.
22296         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
22297
22298         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
22299         of fnmatch.h.
22300         (EXTRA_DIST): Add fnmatch_loop.c.
22301         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
22302
22303         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
22304         * lib/fnmatch.c: Update from diffutils-2.8.2.
22305         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
22306         * lib/fnmatch.h: Remove file.
22307
22308 2002-06-21  Jim Meyering  <meyering@lucent.com>
22309
22310         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
22311         * m4/mbrtowc.m4: Likewise.
22312
22313         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
22314         * m4/mbswidth.m4: Reflect name change:
22315         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
22316         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
22317
22318         * m4/lib-link.m4: Update from gettext-0.11.2.
22319         * m4/gettext.m4: Likewise.
22320
22321         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
22322         From Alfred M. Szmidt.
22323
22324 2002-06-18  Paul Eggert  <eggert@twinsun.com>
22325
22326         * lib/file-type.h: Report an error if neither S_ISREG nor
22327         S_IFREG is defined, instead of using a test specific to glibc
22328         2.2.  This should be safe, since POSIX requires S_ISREG and
22329         Unix Version 7 had S_IFREG.  We don't need to check for
22330         <sys/types.h> since we don't use any symbols that it defines.
22331
22332 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
22333
22334         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
22335         $@-t, so that each temporary file name is unique and valid in the first
22336         8 characters, for operation under DOS.
22337
22338 2002-06-15  Paul Eggert  <eggert@twinsun.com>
22339
22340         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
22341
22342 2002-06-15  Jim Meyering  <meyering@lucent.com>
22343
22344         Work even with DJGPP 2.03, which lacks support for symlinks.
22345         From Richard Dawe.
22346         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
22347         is defined.
22348         * lib/lchown.c (S_ISLNK): Likewise.
22349
22350 2002-06-15  Jim Meyering  <meyering@lucent.com>
22351
22352         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
22353         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
22354         have been included before this file.
22355
22356 2002-06-14  Jim Meyering  <meyering@lucent.com>
22357
22358         * lib/file-type.h: Use the version from diffutils-2.8.2.
22359         * lib/file-type.c: Likewise.
22360
22361 2002-06-07  Jim Meyering  <meyering@lucent.com>
22362
22363         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
22364         They're needed at least for NetBSD 1.5.2.
22365         ($statxfs_includes): Include those same headers.
22366         ($statxfs_includes): Include sys/vfs.h if available.
22367         ($statxfs_includes): Likewise for sys/statvfs.h.
22368         Check for the following members in both structs statfs and statvfs:
22369         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
22370
22371 2002-06-01  Jim Meyering  <meyering@lucent.com>
22372
22373         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
22374         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
22375
22376 2002-05-28  Jim Meyering  <meyering@lucent.com>
22377
22378         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
22379         Reported by Volker Borchert.
22380
22381 2002-05-27  Jim Meyering  <meyering@lucent.com>
22382
22383         Fix a problem seen only on nonconforming systems whereby ls.c's
22384         use of localtime, and then of gettimeofday would cause trouble:
22385         the localtime call used to initialize rpl_gettimeofday's save
22386         mechanism would clobber ls's current local time information so
22387         that in any long listing the first file would always be listed
22388         with date 1970-01-01.  Analysis by Volker Borchert.
22389
22390         * lib/gettimeofday.c (localtime): Undefine.
22391         (rpl_localtime): New function.
22392
22393 2002-05-27  Jim Meyering  <meyering@lucent.com>
22394
22395         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
22396         localtime.
22397
22398         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
22399         use the replacement function; it wouldn't resolve at link time.
22400         Reported by Volker Borchert.
22401
22402 2002-05-22  Jim Meyering  <meyering@lucent.com>
22403
22404         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
22405         file-type.h.
22406         * lib/file-type.h: New file.
22407         * lib/file-type.c (file_type): New file/function.  Extracted from
22408         diffutils.
22409
22410 2002-04-30  Jim Meyering  <meyering@lucent.com>
22411
22412         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
22413
22414 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22415
22416         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
22417
22418 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22419
22420         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
22421         Do not check for alloca.h (no longer used) or stdbool.h (was never
22422         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
22423
22424 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22425
22426         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
22427
22428 2002-04-29  Jim Meyering  <meyering@lucent.com>
22429
22430         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
22431         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
22432         Use AC_FUNC_STRNLEN here instead.
22433
22434         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
22435         With autoconf-2.53a, it's part of AC_PROG_CC.
22436
22437 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22438
22439         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
22440         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
22441
22442 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22443
22444         * lib/sig2str.h, lib/sig2str.c: New files.
22445         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
22446
22447 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22448
22449         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
22450         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
22451         of 127, since 64 is the largest conceivable number for ancient
22452         nonstandard hosts.
22453         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
22454
22455 2002-04-28  Jim Meyering  <meyering@lucent.com>
22456
22457         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
22458
22459 2002-04-24  Jim Meyering  <meyering@lucent.com>
22460
22461         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
22462         (jm_PREREQ): Use it.
22463
22464         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
22465         mach/mach.h fcntl.h.
22466         Check for this function: setlocale.
22467
22468 2002-04-24  Jim Meyering  <meyering@lucent.com>
22469
22470         * lib/gettext.h: New file, from Gettext.
22471         * lib/Makefile.am (INCLUDES): Remove -I../intl.
22472         (libfetish_a_SOURCES): Add gettext.h.
22473
22474 2002-04-16  Jim Meyering  <meyering@lucent.com>
22475
22476         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
22477         ut_pid, ut_id, ut_exit.
22478
22479 2002-04-16  Jim Meyering  <meyering@lucent.com>
22480
22481         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
22482         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
22483         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
22484
22485 2002-04-12  Jim Meyering  <meyering@lucent.com>
22486
22487         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
22488         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
22489         existence of the getmntinfo function.  Needed for Darwin 5.3.
22490
22491         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
22492         This is necessary at least on Darwin 5.3.
22493
22494         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
22495         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
22496         strnlen.o in the library, and that makes some versions of ranlib
22497         object.
22498
22499 2002-04-12  Jim Meyering  <meyering@lucent.com>
22500
22501         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
22502
22503 2002-04-09  Jim Meyering  <meyering@lucent.com>
22504
22505         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
22506         to be more precise.  Rather than saying we're checking whether the
22507         function `works', say what we're testing.
22508         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
22509         Reported by Bruno Haible.
22510
22511 2002-03-10  Jim Meyering  <meyering@lucent.com>
22512
22513         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
22514         Suggestion from Santiago Vila.
22515
22516 2002-03-08  Jim Meyering  <meyering@lucent.com>
22517
22518         * lib/rename.c: Mention that this wrapper is needed also on
22519         mips-dec-ultrix4.4 systems.
22520
22521 2002-03-02  Jim Meyering  <meyering@lucent.com>
22522
22523         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
22524         not HAVE_CLOCK_SETTIME.
22525
22526 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22527
22528         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
22529         Check for clock_settime.
22530
22531 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22532
22533         * lib/nanosleep.h: Rename to....
22534         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
22535
22536         * lib/gettime.c: New file.
22537         * lib/settime.c: New file.
22538         * lib/stime.c: Remove.
22539
22540         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
22541         timespec.h.  Remove nanosleep.h.
22542
22543 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22544
22545         * m4/acl.m4: New file.
22546         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
22547         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
22548
22549 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22550
22551         * lib/acl.c, lib/acl.h: New files.
22552         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
22553
22554 2002-02-24  Jim Meyering  <meyering@lucent.com>
22555
22556         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
22557         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
22558         cause trouble.  Reported by Nelson Beebe.
22559
22560 2002-02-23  Paul Eggert  <eggert@twinsun.com>
22561
22562         * lib/path-concat.c (xpath_concat): Reorder code to pacify
22563         compilers that don't know that xalloc_die never returns.
22564
22565 2002-02-20  Jim Meyering  <meyering@lucent.com>
22566
22567         * lib/getdate.c: Regenerate using bison-1.33.
22568
22569 2002-02-17  Jim Meyering  <meyering@lucent.com>
22570
22571         * config/config.guess (main): Don't use `head -1'; it's no longer
22572         portable. Use `sed 1q' instead.
22573
22574 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
22575
22576         * m4/codeset.m4: Upgrade to gettext-0.11.
22577         * m4/gettext.m4: Upgrade to gettext-0.11.
22578         * m4/glibc21.m4: Upgrade to gettext-0.11.
22579         * m4/iconv.m4: Upgrade to gettext-0.11.
22580         * m4/isc-posix.m4: Upgrade to gettext-0.11.
22581         * m4/lcmessage.m4: Upgrade to gettext-0.11.
22582         * m4/lib-ld.m4: New file, from gettext-0.11.
22583         * m4/lib-link.m4: New file, from gettext-0.11.
22584         * m4/lib-prefix.m4: New file, from gettext-0.11.
22585         * m4/progtest.m4: Upgrade to gettext-0.11.
22586
22587 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22588
22589         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
22590         (jm_PREREQ): Use it.
22591
22592 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22593
22594         * lib/posixver.c, lib/posixver.h: New files.
22595         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22596
22597 2002-02-02  Paul Eggert  <eggert@twinsun.com>
22598             Bruno Haible  <bruno@clisp.org>
22599
22600         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
22601         (fwrite_success_callback): New declaration.
22602         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
22603         print_unicode_char. Call failure callback instead of error.
22604         (fwrite_success_callback): New function.
22605         (exit_failure_callback): New function.
22606         (fallback_failure_callback): New function.
22607         (print_unicode_char): Call unicode_to_mb.
22608
22609 2002-01-26  Jim Meyering  <meyering@lucent.com>
22610
22611         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
22612         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
22613
22614 2002-01-26  Jim Meyering  <meyering@lucent.com>
22615
22616         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
22617
22618 2002-01-22  Paul Eggert  <eggert@twinsun.com>
22619
22620         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
22621
22622 2002-01-22  Jim Meyering  <meyering@lucent.com>
22623
22624         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
22625         Otherwise, some versions of automake would omit the rule that makes
22626         Makefile from Makefile.in.
22627
22628 2002-01-21  Paul Eggert  <eggert@twinsun.com>
22629
22630         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
22631         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22632         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
22633         (memcoll): Set errno to zero if there is no error.
22634
22635         * lib/quotearg.c (quotearg_buffer_restyled):
22636         Fix bug with quoting buffers containing NUL when backslashing escapes.
22637         This bug was exposed by the other changes in this patch.
22638         (quotearg_n_options): New arg ARGSIZE.
22639         All callers changed.
22640         (quoting_options_from_style): New function.
22641         (quotearg_n_style): Use it.
22642         (quotearg_n_style_mem): New function.
22643
22644         * lib/quotearg.h (quotearg_n_style_mem): New function.
22645
22646 2002-01-19  Jim Meyering  <meyering@lucent.com>
22647
22648         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
22649         Remove useless quotes: DF_PROG="df".
22650         * m4/strnlen.m4: New file.
22651
22652 2002-01-16  Paul Eggert  <eggert@twinsun.com>
22653
22654         * lib/backupfile.c (ISDIGIT): Comment fix.
22655         * lib/getdate.y (ISDIGIT): Likewise.
22656         * lib/posixtm.c (ISDIGIT, year): Likewise.
22657         * lib/strverscmp.c (ISDIGIT): Likewise.
22658         * lib/userspec.c (ISDIGIT): Likewise.
22659
22660 2002-01-16  Jim Meyering  <meyering@lucent.com>
22661
22662         * lib/getdate.y: Add three semicolons, each just before a closing
22663         brace. Bison (as of version 1.31) no longer papers over that mistake.
22664
22665 2002-01-05  Jim Meyering  <meyering@lucent.com>
22666
22667         * lib/version-etc.c (version_etc_copyright): Update copyright year.
22668
22669 2001-12-19  Paul Eggert  <eggert@twinsun.com>
22670
22671         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
22672         not silently exit merely because the output buffer happens to
22673         have nothing pending.
22674
22675 2001-12-18  Paul Eggert  <eggert@twinsun.com>
22676
22677         See the big note in ../ChangeLog.
22678         * lib/human.c (suffixes): Prefer K to k for 1024.
22679         (generate_suffix_backwards): New function.
22680         (human_readable_inexact): Use it.
22681         * lib/xstrtol.c (__xstrtol): If there is no number but there
22682         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
22683         Accept 'K' as well as 'k'.
22684
22685 2001-12-15  Jim Meyering  <meyering@lucent.com>
22686
22687         * lib/regex.h (__restrict_arr): Update from libc.
22688
22689         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
22690         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
22691         (STREQ): Define.
22692
22693 2001-12-14  Jim Meyering  <meyering@lucent.com>
22694
22695         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
22696         Suggestion from Bruno Haible.
22697
22698 2001-12-10  Jim Meyering  <meyering@lucent.com>
22699
22700         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
22701         xrealloc, Instead, include "xalloc.h".
22702         (initbuffer): Don't cast xmalloc return value to char*.
22703         (readline): Reword comment.
22704         Don't cast xrealloc return value to char*
22705         Return NULL, not 0.
22706
22707 2001-12-09  Jim Meyering  <meyering@lucent.com>
22708
22709         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
22710         about `signed and unsigned type in conditional expression'.
22711         * lib/posixtm.c (posix_time_parse): Likewise.
22712
22713         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
22714
22715         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
22716         to avoid a pedantic warning.
22717
22718         * lib/getstr.c: Don't include assert.h.
22719         (getstr): Remove warning-evoking assertions.
22720         Return -1 if offset parameter is out of bounds.
22721         Change the type of a local from int to size_t.
22722
22723         * lib/strftime.c (my_strftime_localtime_r): Include this function
22724         definition in the `#if ! HAVE_TM_GMTOFF' block.
22725
22726         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
22727         Include xalloc.h instead.
22728
22729 2001-12-02  Jim Meyering  <meyering@lucent.com>
22730
22731         * lib/tempname.c: Don't declare getenv, thus reverting the change of
22732         2001-11-18.  It's no longer necessary, now that stdlib.h is always
22733         included.
22734
22735         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
22736         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
22737
22738 2001-11-30  Akim Demaille  <akim@epita.fr>
22739
22740         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
22741         before being defined.
22742
22743 2001-11-27  Paul Eggert  <eggert@twinsun.com>
22744
22745         * lib/quotearg.h (quotearg_n, quotearg_n_style):
22746         First arg is int, not unsigned.
22747         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
22748         (SIZE_MAX, UINT_MAX): New macros.
22749         (quotearg_n_options): Abort if N is negative.
22750         Avoid overflow check on hosts where size_t is 64 bits and int
22751         is 32 bits, as overflow is impossible there.
22752         Fix off-by-one typo that caused unnecessary reallocation.
22753
22754 2001-11-27  Jim Meyering  <meyering@lucent.com>
22755
22756         * lib/tempname.c: Merge with version from libc.
22757         * lib/regex.c: Likewise.
22758
22759         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
22760         systems for which STDC_HEADERS is 0, it was not included, resulting in
22761         a warning about an integer-to-pointer conversion problem with getenv.
22762         Reported by Volker Borchert.
22763
22764 2001-11-26  Jim Meyering  <meyering@lucent.com>
22765
22766         * lib/gtod.h: Remove file.
22767         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
22768         * lib/gettimeofday.c: Don't include gtod.h.
22769         (GTOD_init): Remove function.
22770         (rpl_gettimeofday): Do its job here instead, rather than aborting.
22771         Suggestion from Volker Borchert.
22772
22773 2001-11-23  Jim Meyering  <meyering@lucent.com>
22774
22775         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
22776         it.
22777         * lib/hash.c (struct hash_table): Define it here instead.
22778
22779 2001-11-22  Jim Meyering  <meyering@lucent.com>
22780
22781         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
22782
22783 2001-11-20  Jim Meyering  <meyering@lucent.com>
22784
22785         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
22786         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
22787
22788 2001-11-19  Jim Meyering  <meyering@lucent.com>
22789
22790         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
22791         directory.  Use "conftestXXXXXX" as the template.
22792         Suggestion from Paul Eggert.
22793
22794         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
22795         immediately, so the test doesn't mistakenly hit the max-open-files
22796         limit.
22797
22798 2001-11-18  Paul Eggert  <eggert@twinsun.com>
22799
22800         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
22801         (TEMPORARIES): New macro.
22802         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
22803         removes an artificial limitation (e.g. HP-UX 10.20, where
22804         TMP_MAX is 17576).
22805
22806 2001-11-18  Jim Meyering  <meyering@lucent.com>
22807
22808         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
22809
22810 2001-11-18  Jim Meyering  <meyering@lucent.com>
22811
22812         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
22813         on SunOS 4.
22814
22815         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
22816         files will be created before anything else.
22817
22818 2001-11-17  Paul Eggert  <eggert@twinsun.com>
22819
22820         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
22821         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
22822
22823 2001-11-17  Jim Meyering  <meyering@lucent.com>
22824
22825         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
22826         Prompted by a report from Bob Proulx.
22827
22828         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
22829         Instead, require UTILS_FUNC_MKSTEMP.
22830
22831 2001-11-17  Jim Meyering  <meyering@lucent.com>
22832
22833         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
22834         Now, that's done as part of AC_FUNC_STRTOD.
22835
22836 2001-11-17  Jim Meyering  <meyering@lucent.com>
22837
22838         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
22839         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
22840         rather than group writable.  Patch by Juan F. Codagnone.
22841
22842         * lib/readtokens.c: Remove explicit declarations of xmalloc and
22843         xrealloc, Instead, include "xalloc.h".
22844
22845         * lib/mountlist.c: Include unlocked-io.h after all system headers.
22846         Remove explicit declarations of xmalloc, xrealloc,
22847         and xstrdup.  Instead, include "xalloc.h".
22848
22849         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
22850         unlocked-io.h.
22851         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
22852         Likewise.
22853         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
22854
22855         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
22856         Reported by Padraig Brady.
22857
22858         * lib/mkstemp.c: #undef mkstemp.
22859         Include config.h.
22860         (rpl_mkstemp): Rename from mkstemp.
22861         Protoize.
22862
22863 2001-11-16  Jim Meyering  <meyering@lucent.com>
22864
22865         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
22866         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
22867         determine the amount of total physical memory, use pstat_getstatic.
22868         HPUX-11 doesn't define _SC_PHYS_PAGES.
22869         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
22870         If sysconf couldn't be used to determine the amount of available
22871         physical memory, use both pstat_getstatic and pstat_getdynamic.
22872         Based on a patch from Bob Proulx.
22873
22874 2001-11-10  Jim Meyering  <meyering@lucent.com>
22875
22876         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
22877         (jm_PREREQ): Use it.
22878
22879 2001-11-09  Jim Meyering  <meyering@lucent.com>
22880
22881         * m4/jm-macros.m4: Require autoconf-2.52f.
22882         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
22883         Use these AC_-prefixed names, not the AM_-prefixed ones.
22884
22885         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
22886
22887 2001-11-05  Jim Meyering  <meyering@lucent.com>
22888
22889         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
22890
22891 2001-11-04  Jim Meyering  <meyering@lucent.com>
22892
22893         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
22894         $DEFS.
22895
22896 2001-11-03  Jim Meyering  <meyering@lucent.com>
22897
22898         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
22899         of AC_DEFUN.
22900
22901         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
22902         know the name of the variable in the macro definition.
22903
22904 2001-11-03  Jim Meyering  <meyering@lucent.com>
22905
22906         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
22907         in argmatch_to_argument call.
22908
22909         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
22910         argument.
22911
22912         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
22913         e.g., a fault due to an attempt to free a NULL pointer.
22914
22915 2001-11-01  Jim Meyering  <meyering@lucent.com>
22916
22917         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
22918         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
22919
22920 2001-11-01  Jim Meyering  <meyering@lucent.com>
22921
22922         * lib/dirfd.c, lib/dirfd.h: New files.
22923         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
22924
22925         * lib/hash.c (hash_print) [TESTING]: Clean up.
22926
22927 2001-10-22  Paul Eggert  <eggert@twinsun.com>
22928
22929         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
22930         to avoid a warning if -Wall.
22931
22932 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
22933
22934         * README: New file
22935         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
22936         (per RMS's instructions, this is now the canonical source)
22937         * lgpl/, gpl/: New directories.
22938
22939 2001-10-21  Paul Eggert  <eggert@twinsun.com>
22940
22941         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
22942
22943 2001-10-21  Jim Meyering  <meyering@lucent.com>
22944
22945         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
22946         this code would end up calling gettext even in packages built
22947         with --disable-nls.
22948         * lib/getopt.c (_): Likewise.
22949         * lib/regex.c (_): Likewise.
22950
22951 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22952
22953         * m4/error.m4 (jm_PREREQ_ERROR):
22954         Do not invoke AC_CHECK_FUNCS with strerror_r, as
22955         AC_FUNC_STRERROR_R does that.
22956         Check for strerror declaration.
22957
22958         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
22959         are supposed to have them these days.
22960         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
22961         Merge changes from latest Autoconf CVS.
22962         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
22963         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
22964         POSIX decided to standardize on the int flavor of strerror_r.
22965
22966 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22967
22968         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
22969         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
22970         Use strerror_r that is only a macro, even if it is not a function.
22971         (strerror): Check for HAVE_DECL_STRERROR before declaring.
22972         (private_strerror): Use prototypes, not old-style function definition.
22973         (print_errno_message): New function.
22974         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
22975         char*-flavored one.
22976         (error_tail, error, error_at_line): Use it.
22977
22978 2001-10-11  Jim Meyering  <meyering@lucent.com>
22979
22980         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
22981         and quote_n (1, ... to avoid clobbering a buffer.
22982
22983 2001-10-05  Jim Meyering  <meyering@lucent.com>
22984
22985         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
22986         hash-pjw.h.
22987         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
22988         * lib/hash-pjw.h: New file.
22989
22990 2001-09-30  Jim Meyering  <meyering@lucent.com>
22991
22992         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
22993         `struct fsstat' has the `f_fstypename' member.
22994         Use that to define FS_TYPE, which is now used to make
22995         the getfsstat link test tighter.
22996
22997 2001-09-30  Jim Meyering  <meyering@lucent.com>
22998
22999         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
23000         Include <sys/ucred.h>, for Apple Darwin.
23001         Include sys/mount.h and sys/fs_types.h only if available.
23002         (FS_TYPE): Define.
23003         (read_filesystem_list): Use FS_TYPE.
23004
23005 2001-09-29  Paul Eggert  <eggert@twinsun.com>
23006
23007         * lib/exclude.c (excluded_filename): 0 -> false, since it's
23008         a boolean context.
23009
23010 2001-09-29  Jim Meyering  <meyering@lucent.com>
23011
23012         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
23013         [one-argument getmntent function]): Include stdio.h before mntent.h.
23014         SunOS 4.1.x needs it for the declaration of `FILE'.
23015         Patch by Volker Borchert.
23016
23017         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
23018         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
23019         sys/fs_types.h, and make the link-test for getfsstat guard #include
23020         directives with appropriate #if HAVE_*_H tests so that we can
23021         detect getfsstat on Apple Darwin1.3.7 systems.
23022         Reported by Nelson Beebe.
23023         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
23024
23025 2001-09-28  Paul Eggert  <eggert@twinsun.com>
23026
23027         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
23028         #defines strtoimax.  Also treat the other strto* functions
23029         like strtoimax.
23030
23031         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23032         Check for strtoul and strtoumax,
23033         as those declarations are made even in the signed case.
23034         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
23035         Likewise, for strtol and strtoimax.
23036
23037 2001-09-28  Paul Eggert  <eggert@twinsun.com>
23038
23039         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
23040         #defines strtoimax.  Also treat the other strto* functions
23041         like strtoimax.
23042
23043         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
23044         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
23045         (strtoimax, strtoumax): Do not declare if already defined as a macro.
23046
23047 2001-09-26  Jim Meyering  <meyering@lucent.com>
23048
23049         Most macros in unlocked-io.h had the wrong number of arguments.
23050         * lib/gen-uio: New script.
23051         (USE_UNLOCKED_IO): Define to 1 if not already defined.
23052         * lib/unlocked-io.hin: Remove file.
23053         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
23054         rather than trying to embed it here.
23055         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
23056         Reported by Padraig Brady.
23057
23058 2001-09-25  Volker Borchert  <bt@teknon.de>
23059
23060         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
23061         `result'.
23062
23063 2001-09-24  Jim Meyering  <meyering@lucent.com>
23064
23065         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
23066
23067 2001-09-23  Jim Meyering  <meyering@lucent.com>
23068
23069         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
23070         instead of the mere test for existence of mntent.h.  The latter
23071         would get a false-positive on AIX 3.4 systems.
23072         In the outer getmntent if-block, don't die if neither of the getmntent
23073         tests succeeds.  Instead, just fall through and continue with the
23074         remaining tests.
23075
23076 2001-09-23  Jim Meyering  <meyering@lucent.com>
23077
23078         * lib/mountlist.c: Remove useless parentheses in #if directives.
23079         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
23080         the deprecated MOUNTED symbol is no longer defined in mntent.h.
23081
23082 2001-09-22  Jim Meyering  <meyering@lucent.com>
23083
23084         * m4/gettext.m4: New file.  From gettext.
23085         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
23086         * m4/progtest.m4: Likewise
23087         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
23088         * m4/glibc21.m4: Likewise.
23089
23090         * m4/libintl.m4: Remove.  No longer used.
23091
23092 2001-09-22  Jim Meyering  <meyering@lucent.com>
23093
23094         * lib/localcharset.c: Update from latest gettext.
23095         * lib/config.charset: Likewise.
23096
23097 2001-09-20  Jim Meyering  <meyering@lucent.com>
23098
23099         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
23100         strtoimax.
23101         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
23102         strtoumax.
23103
23104 2001-09-20  Jim Meyering  <meyering@lucent.com>
23105
23106         * lib/xstrtol.c (strtoimax): Guard declaration with
23107         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
23108         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
23109         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
23110         (strtoumax): Likewise, for completeness (it wasn't necessary).
23111
23112 2001-09-17  Paul Eggert  <eggert@twinsun.com>
23113
23114         * lib/strtoimax.c (HAVE_LONG_LONG):
23115         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
23116         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
23117         to work around bug in IBM C compiler.
23118
23119 2001-09-17  Jim Meyering  <meyering@lucent.com>
23120
23121         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
23122         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
23123         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
23124         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
23125         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
23126         whenever the right hand side need not be expanded by the shell.
23127
23128 2001-09-16  Paul Eggert  <eggert@twinsun.com>
23129
23130         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
23131         library.  It's not correct, as some older glibcs are buggy.
23132         fnmatch wasn't fixed until glibc 2.2.
23133
23134         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
23135         special shell magic here.
23136
23137 2001-09-16  Jim Meyering  <meyering@lucent.com>
23138
23139         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
23140         * m4/jm-macros.m4: Require it.
23141
23142 2001-09-16  Jim Meyering  <meyering@lucent.com>
23143
23144         * lib/mkdir.c: New file.
23145
23146 2001-09-15  Jim Meyering  <meyering@lucent.com>
23147
23148         * m4/jm-macros.m4: Check for help2man.
23149
23150 2001-09-11  Jim Meyering  <meyering@lucent.com>
23151
23152         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
23153         The body, by Paul Eggert, was moved here from configure.in.
23154         * m4/jm-macros.m4: Require UTILS_HOST_OS.
23155
23156 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23157
23158         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
23159         (jm_PREREQ): Use it.
23160
23161 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23162
23163         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
23164         Use ssize_t, not int, to store result of readlink.
23165         Check for ssize_t overflow as well as size_t overflow,
23166         as POSIX says the result of readlink is implementation-defined
23167         when ssize_t overflows.
23168         Remove unnecessary cast to char*.
23169         Use free+malloc instead of realloc, as the storage doesn't need
23170         to be preserved and it's clearer and can be more efficient that way.
23171         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
23172         * lib/xreadlink.h (xreadlink): Update prototype.
23173
23174 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23175
23176         * lib/xgetcwd.c: Revert some of the previous change; intead,
23177         fix the HAVE_GETCWD_NULL code to behave more like the
23178         !HAVE_GETCWD_NULL code used to.
23179
23180         Include "xalloc.h".
23181         (xgetcwd): Do not return NULL when memory is exhausted; instead,
23182         invoke xalloc_die.
23183
23184 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23185
23186         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
23187         sys/param.h, as pathmax.h includes them.
23188
23189 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23190
23191         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
23192         (jm_PREREQ_XGETCWD): New macro.
23193
23194         * m4/getcwd.m4: New file.
23195
23196 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23197
23198         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
23199         like the HAVE_GETCWD_NULL code.
23200         Include pathmax.h if not HAVE_GETCWD.
23201         Do not include xalloc.h.
23202         (INITIAL_BUFFER_SIZE): New symbol.
23203         Do not use xmalloc / xrealloc, since the caller is responsible for
23204         handling errors.  Preserve errno around `free' during failure.
23205         Do not overrun buffer when using getwd.
23206
23207 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23208
23209         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
23210         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
23211         getcwd (NULL, 0).
23212
23213 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23214
23215         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
23216         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
23217         spotted by Jim Meyering.
23218
23219 2001-09-03  Jim Meyering  <meyering@lucent.com>
23220
23221         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
23222         failure.
23223
23224 2001-09-02  Jim Meyering  <meyering@lucent.com>
23225
23226         * lib/error.c: Update from GNU libc.
23227
23228 2001-09-01  Jim Meyering  <meyering@lucent.com>
23229
23230         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
23231         Used by df.
23232
23233 2001-09-01  Jim Meyering  <meyering@lucent.com>
23234
23235         * lib/xreadlink.c: New file.
23236         * lib/xreadlink.h: New file.
23237         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
23238         xreadlink.h.
23239
23240         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
23241         doesn't conflict with sparc Solaris 7's definition in
23242         /usr/include/sys/int_types.h.
23243
23244         * lib/exclude.c: Use `""', not `<>' to #include non-system header
23245         files.
23246         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
23247         and strncasecmp as r-values.  Unixware didn't have declarations.
23248
23249 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23250
23251         * lib/xstrtol.h: Add copyright notice.
23252         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
23253         LONGINT_INVALID_SUFFIX_CHAR.
23254
23255 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23256
23257         * lib/xstrtol.c (strtoimax): New decl.
23258
23259 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23260
23261         * lib/xgetcwd.c: Don't include pathmax.h.
23262         Include stdlib.h and unistd.h if available.
23263         Include xalloc.h.
23264         (xmalloc, xstrdup, free): Remove decls.
23265         (xgetcwd): Don't assume sizes fit in unsigned.
23266         Check for overflow when computing sizes.
23267         Simplify reallocation code.
23268
23269 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23270
23271         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
23272         a directory's st_size can have an arbitrary value, so the old
23273         usage could waste an arbitrary amount of memory.  All uses
23274         changed.
23275         * lib/savedir.h: Update prototype.
23276
23277 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23278
23279         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
23280
23281         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
23282         old strtoimax.c.
23283
23284         Also, make the following further changes to make this file's
23285         configuration more similar to that of strtol.c:
23286         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
23287         (strtoumax, uintmax_t, strtoull, strtol): Remove.
23288         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
23289         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
23290         changed to signed values.
23291
23292         And make the following changes as well:
23293         Fix copyright notice, as 1999 was missing.
23294         (verify): New macro.
23295         (strtoimax): Check sizes at compile-time, not run-time.
23296         Prefer strtol to strtoll if both work.
23297         (main): Remove; it was not that useful and was a pain to maintain.
23298
23299         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
23300
23301 2001-08-31  Jim Meyering  <meyering@lucent.com>
23302
23303         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
23304         Use an initial, malloc'd, buffer of length 128 rather than
23305         a statically allocated one of length 1024.
23306
23307 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23308
23309         Simplify code, partly by assuming autoconf 2.52 semantics.
23310
23311         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
23312
23313         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
23314         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
23315         All uses removed.
23316         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
23317         Move AC_REQUIRE to next-to-top level, to avoid confusion.
23318         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
23319         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
23320         jm_AC_HEADER_INTTYPES_H.
23321         * m4/jm-macros.m4 (jm_MACROS): Likewise.
23322
23323         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
23324
23325         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23326         Quote first arg of AC_DEFUN.
23327         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
23328         since they are needed to parse the include file even if we need
23329         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
23330         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
23331         but with opposite signedness.
23332
23333 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23334
23335         Merge 'exclude' changes from tar 1.13.22.
23336         This fixes one or two unlikely storage allocation overflow bugs,
23337         but doesn't change user-visible behavior otherwise.
23338
23339 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23340
23341         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
23342         (jm_PREREQ_EXCLUDE): New macro.
23343
23344 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23345
23346         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
23347         tm to be declared.
23348
23349 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23350
23351         * lib/hash.c: Remove '2001' from copyright notice.
23352
23353 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23354
23355         * lib/full-write.h: New file.
23356         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
23357         * lib/full-write.c: Correct credits, as cccp.c no longer
23358         exists and anyway it was so heavily changed from the old cccp
23359         code as to be unrecognizable.  Include full-write.h.
23360         (full_write) Return size_t, with short writes meaning failure.
23361         All callers changed.  This fixes a bug with large buffers
23362         on 64-bit hosts.
23363         * lib/utime.c: Include full-write.h.
23364
23365 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23366
23367         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
23368         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
23369         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
23370         Include if available.
23371         (<xalloc.h>): Include
23372         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
23373         (verify): New macro.  Use it to verify that EXCLUDE macros do not
23374         collide with FNM macros.
23375         (struct patopts): New struct.
23376         (struct exclude): Use it, as exclude patterns now come with options.
23377         (new_exclude): Support above changes.
23378         (new_exclude, add_exclude_file):
23379         Initial size must now be a power of two to simplify overflow checking.
23380         (free_exclude, fnmatch_no_wildcards): New function.
23381         (excluded_filename): No longer requires options arg, as the options
23382         are determined by add_exclude.  Now returns bool, not int.
23383         (excluded_filename, add_exclude):
23384         Add support for the fancy new exclusion options.
23385         (add_exclude, add_exclude_file): Now takes int options arg.
23386         Check for arithmetic overflow when computing sizes.
23387         (add_exclude_file): xrealloc might modify errno, so don't
23388         realloc until after errno might be used.
23389
23390         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
23391         New macros.
23392         (free_exclude): New decl.
23393         (add_exclude, add_exclude_file): Now takes int options arg.
23394         (excluded_filename): No longer requires options arg, as the options
23395         are determined by add_exclude.  Now returns bool, not int.
23396
23397 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23398
23399         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
23400
23401 2001-08-27  Jim Meyering  <meyering@lucent.com>
23402
23403         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
23404
23405         * lib/version-etc.c (N_): Remove definition.
23406         Revert most of last change.
23407         Instead, simply don't mark the `Copyright...' string for translation.
23408         Based on advice from Paul Eggert.
23409
23410         * lib/strtoxmax.c: Tweak comment.
23411
23412 2001-08-26  Jim Meyering  <meyering@lucent.com>
23413
23414         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
23415
23416         * m4/xstrtoimax.m4: New file.
23417         * m4/xstrtoumax.m4: Add comments explaining why we
23418         AC_REPLACE_FUNCS(strtol).
23419
23420 2001-08-26  Jim Meyering  <meyering@lucent.com>
23421
23422         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
23423         of copyright with `%s' so translators don't get an untranslated
23424         message in 2002.
23425         (COPYRIGHT_YEAR): Define.
23426         (version_etc): Use fprintf rather than fputs.
23427         Suggestion from Ulrich Drepper.
23428
23429         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
23430
23431         * lib/strtoll.c: New file, from GNU libc.
23432         * lib/xstrtoimax.c: New file.
23433
23434         * lib/xstrtol.h: Add xstrtoimax.
23435         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
23436         * lib/strtoimax.c: New file.  Likewise, but first define
23437         STRTOUXMAX_SIGNED.
23438
23439         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
23440         ...
23441         * lib/strtoxmax.c: ... then renamed to this.
23442
23443 2001-08-18  Paul Eggert  <eggert@twinsun.com>
23444
23445         * m4/inttypes.m4: Add AC_PREREQ(2.13).
23446         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
23447         (jm_AC_TYPE_INTMAX_T): New macro.
23448         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
23449
23450         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
23451
23452         * m4/longlong.m4: Renamed from ulonglong.m4.
23453         * m4/inttypes.m4: Renamed from inttypes_h.m4.
23454         * m4/uintmax_t.m4: Removed.
23455
23456 2001-08-13  Paul Eggert  <eggert@twinsun.com>
23457
23458         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
23459         Port to Solaris 8, where 'sed' requires a space after the 'r'
23460         command, and where sh dislikes "$/".  Clean up the spacing a bit.
23461         Redirect output to $tmp just once.
23462
23463 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
23464
23465         * lib/addext.c (<errno.h>): Include.
23466         (errno): Declare if not defined.
23467         (addext): Work correctly when pathconf returns -1 and leaves
23468         errno alone because there is no limit.  Also, work even if
23469         pathconf returns a value greater than SIZE_MAX.
23470
23471 2001-08-12  Jim Meyering  <meyering@lucent.com>
23472
23473         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
23474         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
23475         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
23476         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
23477         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
23478         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
23479         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
23480         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
23481         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
23482         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
23483         utime.m4, utimes.m4, xstrtoumax.m4:
23484         Quote the first argument in each use of AC_DEFUN.
23485
23486 2001-08-12  Jim Meyering  <meyering@lucent.com>
23487
23488         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
23489         Simply `return getcwd (NULL, 0);'.
23490         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
23491         Use 1300 as initial value for length, not PATH_MAX.
23492
23493         * lib/pathmax.h: Clean up cpp syntax.
23494
23495 2001-08-12  Jim Meyering  <meyering@lucent.com>
23496
23497         * lib/gettimeofday.c: New file.
23498         * lib/gtod.h: New file.
23499         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
23500
23501 2001-08-05  Jim Meyering  <meyering@lucent.com>
23502
23503         * m4/jm-macros.m4: Require autoconf-2.52.
23504
23505 2001-08-04  Jim Meyering  <meyering@lucent.com>
23506
23507         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
23508         stmt, to get in sync with glibc.
23509
23510 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23511
23512         The following changes are from gettext 0.10.39 as maintained by
23513         Bruno Haible.
23514
23515         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
23516         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
23517         with inverted sense.  All uses changed.
23518
23519         * lib/mbswidth.c: Don't include <limits.h>.
23520         Include <stdlib.h> and <string.h> unconditionally.
23521         (iswcntrl, mbsinit, ISCNTRL): New macros.
23522         (mbsnwidth): Use K&R style function declarations.
23523         Don't bother checking for MB_LEN_MAX == 1, since the compiler
23524         can optimize it when MB_CUR_MAX == 1.
23525         The width of control characters is zero, not 1.
23526
23527 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23528
23529         The following changes are from gettext 0.10.39 as maintained by
23530         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
23531
23532         * m4/codeset.m4: Upgrade to serial AM1.
23533         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
23534         all uses changed.  Quote first arg of AC_DEFUN.
23535         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
23536
23537         * m4/iconv.m4: Upgrade to serial AM2.
23538         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
23539         Add --with-libconv-prefix.
23540         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
23541         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
23542         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
23543         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
23544         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
23545
23546         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
23547         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
23548         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
23549         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
23550         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
23551         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
23552         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
23553         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
23554         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
23555
23556         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
23557         string.h any more.
23558
23559         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
23560         not the default value.
23561
23562         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
23563         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
23564         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
23565         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
23566         Also check for iswcntrl, used for wcwidth fallback.
23567         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
23568         to Autoconf 2.13.
23569
23570 2001-08-03  Jim Meyering  <meyering@lucent.com>
23571
23572         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
23573         as it was in the original.  Reported by Paul Eggert.
23574
23575 2001-07-16  Jim Meyering  <meyering@lucent.com>
23576
23577         * m4/gettimeofday.m4: New file.
23578         Prompted by a report from Bernhard Baehr.
23579
23580 2001-07-15  Jim Meyering  <meyering@lucent.com>
23581
23582         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
23583         stuff. Now it's in ../Makefile.cfg.
23584
23585 2001-07-15  Jim Meyering  <meyering@lucent.com>
23586
23587         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
23588         (BUILT_SOURCES): Add unlocked-io.h.
23589         (io_functions): Define.
23590         (unlocked-io.h): New rule.
23591         (DISTCLEANFILES): Add unlocked-io.h.
23592         (all-local): Depend on unlocked-io.h, to ensure it is created.
23593
23594         * lib/unlocked-io.hin: New file
23595
23596         * lib/regex.c: Update from glibc.
23597
23598 2001-07-05  Jim Meyering  <meyering@lucent.com>
23599
23600         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
23601         recommendation.
23602         (libfetish_a_SOURCES): Put all .h files here instead.
23603         Remove a thus-exposed (better checks in automake) duplicate and
23604         two unnecessary .h files.
23605
23606 2001-07-04  Jim Meyering  <meyering@lucent.com>
23607
23608         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
23609         that generates jm-glibc-io.m4 so that it doesn't trigger any make
23610         distcheck failure.
23611
23612 2001-07-02  Jim Meyering  <meyering@lucent.com>
23613
23614         The following changes were prompted by suggestions from Bruno Haible.
23615
23616         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
23617         is now generated.
23618         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
23619         definition of EXTRA_DIST.
23620         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
23621         ensure that the generated file is created/updated whenever the list
23622         of $(unlocked_functions) is changed.
23623         (jm-glibc-io.m4): New rule.
23624         (unlocked-io.h): New rule -- currently unused.
23625
23626 2001-06-24  Jim Meyering  <meyering@lucent.com>
23627
23628         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
23629         unmatched right bracket, rather than kludging it with an extra,
23630         falsely-matching quote in a comment.  Patch by Akim Demaille.
23631
23632 2001-06-11  Jim Meyering  <meyering@lucent.com>
23633
23634         * lib/regex.c: Update from GNU libc.
23635
23636 2001-05-27  Jim Meyering  <meyering@lucent.com>
23637
23638         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
23639         Check for ut_type in struct utmp.
23640
23641 2001-05-27  Jim Meyering  <meyering@lucent.com>
23642
23643         * lib/readutmp.h (UT_TYPE): Define.
23644
23645 2001-05-24  Jim Meyering  <meyering@lucent.com>
23646
23647         * lib/argmatch.c: Include "quote.h".
23648         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
23649         quote function.  Reported by Göran Uddeborg.
23650
23651 2001-05-22  Jim Meyering  <meyering@lucent.com>
23652
23653         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
23654         now that we use the package-supplied version unconditionally.
23655         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
23656
23657 2001-05-21  Jim Meyering  <meyering@lucent.com>
23658
23659         * m4/regex.m4: Change a couple backticks to single quotes to avoid
23660         shell syntax errors.
23661
23662 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23663
23664         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
23665
23666 2001-05-20  Paul Eggert  <eggert@twinsun.com>
23667
23668         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
23669         Don't bother to check library strftime, since
23670         we'll be using our own my_strftime function anyway.
23671         Define my_strftime instead of strftime.
23672
23673 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
23674
23675         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
23676         which is not yet declared.
23677
23678 2001-05-15  Jim Meyering  <meyering@lucent.com>
23679
23680         * m4/regex.m4: Use proper quoting so brackets appear in the test
23681         program.
23682         Reported by, and with help from, Bruno Haible.
23683
23684 2001-05-13  Jim Meyering  <meyering@lucent.com>
23685
23686         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
23687         undefined.
23688
23689 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23690
23691         dirname code cleanup.  base_name now behaves more compatibly
23692         with POSIX basename when given file names that have trailing
23693         slashes, and similarly for dir_name.  Add new primitives
23694         base_len and dir_len.  Put the directory-name-related decls
23695         into dirname.h.
23696
23697         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
23698         * lib/backupfile.c (base_name): Likewise.
23699         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
23700         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
23701         * lib/makepath.c (strip_trailing_slashes): Likewise.
23702         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
23703         ISSLASH): Likewise.
23704         * lib/rename.c (strip_trailing_slashes): Likewise.
23705         * lib/same.c (base_name): Likewise.
23706         * lib/stripslash.c (ISSLASH): Likewise.
23707
23708         * lib/addext.c: Include <dirname.h> after size_t is defined.
23709         * lib/backupfile.c: Likewise.
23710
23711         * lib/addext.c (addext): Use base_len to trim redundant
23712         trailing slashes instead of doing it ourselves.
23713         But do not trim the last slash if it is not redundant.
23714
23715         * lib/backupfile.c (find_backup_file_name,
23716         max_backup_version): Use base_len instead of rolling it ourselves.
23717         Handle the case of "" and (on DOS) "C:" correctly.
23718
23719         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
23720         needed. Include <string.h>, <dirname.h>.
23721         (base_name): Allow file names ending in slashes, other than names
23722         that are all slashes.  In this case, return the basename followed
23723         by the slashes.  This is more general, and can be used in places
23724         where the original base_name purposely had an assertion failure.
23725         (base_len): New function.
23726
23727         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
23728         Do not include <assert.h>; no longer needed.
23729         Include xalloc.h.
23730         (memrchr): Remove decl.
23731         (dir_name_r): Remove.
23732         (dir_len): Renamed from dirlen.  All callers changed.
23733         Rewrite in terms of base_name, for simplicity and consistency.
23734         (dir_name): Never return NULL.  All callers changed.
23735         Do not include <stdlib.h> in test program; no longer needed.
23736         return 0; is fine for test program.
23737
23738         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
23739         New macros.
23740         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
23741
23742         * lib/path-concat.c (path_concat): Use base_len to compute
23743         base length, not strlen; this means we cannot rely on memcpy
23744         to null-terminate.
23745
23746         * lib/same.c (STREQ): Remove.
23747         (same_name): Handle the case where the basename ends in trailing '/'.
23748
23749         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
23750         a slash was stripped.  Do not strip the last slash after a
23751         file system prefix.
23752
23753 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23754
23755         * lib/Makefile.am (libfetish_a_SOURCES):
23756         Add strftime.c, since we now compile it on all hosts.
23757
23758         * lib/strftime.c (my_strftime):
23759         Define to nstrftime if emacs, but only if my_strftime is not defined.
23760         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
23761         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
23762         Add one more extra argument: a nanoseconds value.
23763         All uses changed.
23764         (ns): New macro.
23765         (my_strftime function): Add %N format.
23766         (emacs_strftimeu): Renamed from emacs_strftime,
23767         with extra ut argument.
23768
23769 2001-05-09  Paul Eggert  <eggert@twinsun.com>
23770
23771         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
23772
23773 2001-04-21  Jim Meyering  <meyering@lucent.com>
23774
23775         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
23776         doesn't interfere.
23777
23778 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23779
23780         * m4/ftruncate.m4: Check for chsize.
23781         Link with ftruncate.o unconditionally if ftruncate is missing.
23782         This was required when cross-compiling to i586-mingw32msvc.
23783
23784 2001-04-08  Jim Meyering  <meyering@lucent.com>
23785
23786         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
23787         recomputed; that's necessary when the offset spans a DST transition.
23788         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
23789
23790 2001-04-02  Jim Meyering  <meyering@lucent.com>
23791
23792         * lib/regex.h, regex.c: Update from GNU libc.
23793
23794 2001-03-24  Jim Meyering  <meyering@lucent.com>
23795
23796         * m4/jm-macros.m4: Require autoconf-2.49d.
23797
23798 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
23799
23800         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
23801
23802 2001-03-19  Paul Eggert  <eggert@twinsun.com>
23803
23804         * lib/version-etc.c (version_etc_copyright): Update to 2001.
23805
23806 2001-03-17  Jim Meyering  <meyering@lucent.com>
23807
23808         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
23809         now that the version in autoconf is equivalent.
23810         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
23811
23812         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
23813         Suggestion from Akim Demaille.
23814
23815         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
23816         (jm_PREREQ_TEMPNAME): New function.
23817
23818 2001-03-16  Paul Eggert  <eggert@twinsun.com>
23819
23820         * lib/tempname.c (uint64_t): Define to uintmax_t if
23821         not defined, and if UINT64_MAX is not defined.
23822         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
23823         Reported by John David Anglin.
23824
23825 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
23826
23827         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
23828         resolve alias if codeset is empty.
23829         * lib/config.charset (BeOS): Use wildcard syntax.
23830
23831 2001-03-13  Jim Meyering  <meyering@lucent.com>
23832
23833         * lib/path-concat.c (path_concat)
23834         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
23835         concatenating e.g., `C:' and `foo'.
23836         From Bruno Haible.
23837
23838 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23839
23840         * lib/localcharset.c (locale_charset): Don't use
23841         setlocale(LC_CTYPE,NULL). Don't return NULL.
23842         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
23843
23844 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23845
23846         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
23847         support for DOS/DJGPP.
23848
23849 2001-03-01  Paul Eggert  <eggert@twinsun.com>
23850
23851         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
23852         lacks mkstemp.  Compile our own tempname.c if we compile our own
23853         mkstemp.c, as mkstemp relies on tempname.
23854
23855 2001-03-01  Jim Meyering  <meyering@lucent.com>
23856
23857         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
23858         AH_VERBATIM really does output its argument verbatim.
23859
23860 2001-02-28  Paul Eggert  <eggert@twinsun.com>
23861
23862         * lib/Makefile.am (libfetish_a_SOURCES):
23863         Add dup-safer.c, fopen-safer.c.
23864         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
23865
23866         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
23867         * lib/unistd-safer.h: New files.
23868
23869 2001-02-25  Paul Eggert  <eggert@twinsun.com>
23870
23871         The mkstemp replacement is taken from glibc 2.2.2, with some
23872         portability fixes for use outside glibc, as follows:
23873
23874         * lib/tempname.c (struct_stat64): New macro.
23875         (direxists, __gen_tempname): Use it.
23876         This avoids a portability problem with Solaris 8.
23877
23878         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
23879         (<stddef.h>, <stdint.h>, <string.h>):
23880         Include only if STDC_HEADERS || _LIBC.
23881         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
23882         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
23883         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
23884         (__set_errno): Define this macro if <errno.h> doesn't.
23885         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
23886         Define these macros if <stdio.h> doesn't.
23887         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
23888         Define these macros if <sys/stat.h>
23889         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
23890         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
23891         __xstat64): Define if not _LIBC.
23892         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
23893         (__gen_tempname): Invoke gettimeofday only if
23894         HAVE_GETTIMEOFDAY || _LIBC;
23895         otherwise, fall back on plain "time".
23896         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
23897
23898         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
23899
23900         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
23901
23902 2001-02-18  Paul Eggert  <eggert@twinsun.com>
23903
23904         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
23905
23906 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23907
23908         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
23909         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
23910         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
23911         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23912
23913 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23914
23915         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
23916         Remove workaround macros for hosts that have mbrtowc but not
23917         mbstate_t, as we now insist on proper declarations for both
23918         before using mbrtowc.
23919
23920 2001-02-17  Jim Meyering  <meyering@lucent.com>
23921
23922         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
23923         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
23924         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
23925         UnixWare 7.1.1.
23926
23927         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
23928         rather than AC_CACHE_VAL.
23929
23930 2001-02-17  Jim Meyering  <meyering@lucent.com>
23931
23932         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
23933         around included file name.
23934
23935         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
23936
23937         * lib/strftime.c: Update from GNU libc (the only changes were to
23938         comments).
23939
23940 2001-02-17  Jim Meyering  <meyering@lucent.com>
23941
23942         * lib/regex.c: Update from libc.
23943
23944 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
23945
23946         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
23947         clash.
23948
23949 2001-02-16  Paul Eggert  <eggert@twinsun.com>
23950
23951         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
23952         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
23953         Reported by Mark Hounschell via Paul Eggert.
23954
23955 2001-02-07  Jim Meyering  <meyering@lucent.com>
23956
23957         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
23958
23959 2001-02-05  Jim Meyering  <meyering@lucent.com>
23960
23961         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
23962         it includes the patch required for `large file' support with at least
23963         HP-UX's 10.20 /bin/cc.
23964
23965 2001-02-03  Jim Meyering  <meyering@lucent.com>
23966
23967         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
23968         AS_IF, now that it works once again (mysteriously).
23969         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23970
23971 2001-01-30  Jim Meyering  <meyering@lucent.com>
23972
23973         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
23974         * m4/chown.m4: Rename conftestchown to conftest.chown.
23975         * m4/rename.m4: s/conftestdir/conftest.d1/ and
23976         s/conftestdir2/conftest.d2/.
23977         * m4/utimes.m4: s/conftestdata/conftest.data/
23978         Inspired by Pavel Roskin's change in autoconf.
23979
23980 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
23981
23982         * lib/config.charset: Update for FreeBSD 4.2.
23983
23984 2001-01-27  Jim Meyering  <meyering@lucent.com>
23985
23986         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
23987         a use of AS_IF.
23988         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23989
23990 2001-01-26  Jim Meyering  <meyering@lucent.com>
23991
23992         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
23993         quotearg.c includes it.
23994
23995 2001-01-26  Jim Meyering  <meyering@lucent.com>
23996
23997         * lib/quotearg.c: Include stddef.h.
23998         * lib/quote.c: Include stddef.h.
23999         Reported by Axel Kittenberger.
24000
24001         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
24002         line in double quotes so that it evokes a better diagnostic.
24003         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
24004         Reported by Axel Kittenberger.
24005
24006 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
24007
24008         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
24009         as if it was a `charset'.
24010
24011 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
24012
24013         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
24014         has const.
24015
24016 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
24017
24018         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
24019         to avoid a warning.  Add back 'const' to inptr.
24020
24021 2001-01-20  Jim Meyering  <meyering@lucent.com>
24022
24023         Be sure that headers are checked before used in code compiled
24024         for the type checks.
24025         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
24026         In place of that, invoke jm_CHECK_ALL_TYPES.
24027         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
24028         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
24029         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
24030         The check for ssize_t was mistakenly run before the test for unistd.h.
24031
24032         The configure-time check for stdbool.h was missing.
24033         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
24034         (jm_PREREQ_HASH): New function.
24035
24036 2001-01-17  Jim Meyering  <meyering@lucent.com>
24037
24038         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
24039         for autoconf-2.49c.
24040         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
24041
24042 2001-01-16  Jim Meyering  <meyering@lucent.com>
24043
24044         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
24045         From Bruno Haible.
24046
24047 2001-01-14  Jim Meyering  <meyering@lucent.com>
24048
24049         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
24050         foo and bar.  Create conftestdir/ in the script, not in the C code.
24051         Remove directories in the script, not in the C code.
24052         Remove conftestdir{,2} before trying to create the directory.
24053         Make the entire configure script fail if the mkdir fails.
24054
24055 2001-01-14  Jim Meyering  <meyering@lucent.com>
24056
24057         * lib/rename.c: New file.  From Volker Borchert.
24058         Include stdlib.h, string.h or strings.h, and xalloc.h.
24059         Use strip_trailing_slashes rather than open-coding it.
24060
24061 2001-01-03  Paul Eggert  <eggert@twinsun.com>
24062
24063         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
24064
24065 2001-01-03  Jim Meyering  <meyering@lucent.com>
24066
24067         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
24068         of local `inptr' to avoid warning with some system declarations of
24069         iconv.
24070
24071 2001-01-02  Volker Borchert  <bt@teknon.de>
24072
24073         * m4/rename.m4: New file.
24074         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
24075
24076 2001-01-01  Jim Meyering  <meyering@lucent.com>
24077
24078         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
24079         even on systems with utmpx.h.  It's necessary for the declaration of
24080         utmp's ut_user member.  Reported by Andreas Jaeger.
24081
24082         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
24083         available. They are required for the declarations of getgrgid and
24084         getpwuid resp.
24085         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
24086         Reported by Andreas Jaeger.
24087
24088 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
24089
24090         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
24091         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
24092         so `make install' also works in VPATH builds.
24093
24094 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
24095
24096         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
24097         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
24098         can be used in subdirectories.
24099
24100 2000-12-29  Paul Eggert  <eggert@twinsun.com>
24101
24102         * lib/modechange.c: Do not assume that mode_t uses the
24103         traditional octal encoding.  E.g. "chmod 1 FOO" should set
24104         the other-execute bit of FOO even if S_IXOTH != 1.
24105
24106         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
24107         WOTH, XOTH, ALLM): New macros.
24108         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
24109          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
24110         Use them.
24111         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
24112         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
24113         (mode_compile):
24114         No need to use uintmax_t; unsigned long is long enough.
24115         Don't bother to get suffix since we don't use it.
24116
24117 2000-12-26  Jim Meyering  <meyering@lucent.com>
24118
24119         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
24120         better with autoheader.
24121
24122 2000-12-24  Jim Meyering  <meyering@lucent.com>
24123
24124         * lib/hash.c (is_prime): Return explicit boolean values.
24125         (hash_get_first): Return NULL to appease Irix5.6's 89.
24126         Reported by Nelson Beebe.
24127
24128 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
24129
24130         * lib/localcharset.c (locale_charset): Add support for Win32.
24131
24132 2000-12-18  Paul Eggert  <eggert@twinsun.com>
24133
24134         * lib/physmem.h, lib/physmem.c: New files.
24135
24136         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
24137         (noinst_HEADERS): Add physmem.h.
24138
24139         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
24140         't' for compatibility with Solaris 8 sort.
24141
24142 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
24143
24144         * lib/config.charset: Add support for BeOS.
24145
24146 2000-12-17  Jim Meyering  <meyering@lucent.com>
24147
24148         * m4/dos.m4 (jm_AC_DOS): New file and macro.
24149         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
24150
24151 2000-12-16  Jim Meyering  <meyering@lucent.com>
24152
24153         This bug had a serious impact on chown: `chown N:M FILE' (for integer
24154         N and M) would have treated it like `chown N:N FILE'.
24155
24156         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
24157
24158 2000-12-16  Jim Meyering  <meyering@lucent.com>
24159
24160         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
24161         SHELLS_FILE to a file name that's useful on djgpp systems.
24162         Include stdlib.h.
24163         (ADDITIONAL_DEFAULT_SHELLS): Define.
24164         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
24165         Based mostly on a patch from Prashant TR.
24166
24167 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
24168
24169         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
24170         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
24171         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
24172
24173 2000-12-08  Andreas Schwab  <schwab@suse.de>
24174
24175         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
24176         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
24177
24178 2000-12-07  Jim Meyering  <meyering@lucent.com>
24179
24180         * lib/stripslash.c (ISSLASH): Define.
24181         (strip_trailing_slashes): Use ISSLASH rather than comparing against
24182         `/'.
24183         From Prashant TR.
24184
24185         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
24186         (dir_name_r): Declare this function as static.
24187         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
24188         manifest itself on a name containing a mix of slashes and
24189         backslashes.
24190         Make this function work with names starting with a DOS-style
24191         drive letter and colon prefix.
24192         (dir_name): Append `.' if necessary.
24193         Based mostly on patches from Prashant TR and Eli Zaretskii.
24194
24195         * lib/dirname.h (dir_name_r): Remove prototype.
24196
24197 2000-12-06  Paul Eggert  <eggert@twinsun.com>
24198
24199         * m4/off_t-format.m4: Remove this file.
24200         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
24201
24202 2000-12-06  Jim Meyering  <meyering@lucent.com>
24203
24204         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
24205         replacement strtoull, we may well need the replacement strtoul, too.
24206         Check for declarations of strtoul and strtoull.
24207         Check for strtol.  Mainly as a cue to cause automake to include
24208         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
24209         Check for limits.h -- strtol.c needs it.
24210
24211 2000-12-05  Jim Meyering  <meyering@lucent.com>
24212
24213         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
24214
24215 2000-12-04  Jim Meyering  <meyering@lucent.com>
24216
24217         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
24218         Also include memory.h, stdlib.h, unistd.h if appropriate.
24219         Reported by Andreas Jaeger (conflicting declaration of malloc).
24220
24221 2000-12-02  Jim Meyering  <meyering@lucent.com>
24222
24223         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
24224         * m4/jm-macros.m4 (jm_MACROS): require it.
24225
24226 2000-12-02  Jim Meyering  <meyering@lucent.com>
24227
24228         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
24229
24230 2000-12-01  Paul Eggert  <eggert@twinsun.com>
24231
24232         * lib/memrchr.c: Include <config.h> before any system include file.
24233
24234 2000-11-30  Jim Meyering  <meyering@lucent.com>
24235
24236         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
24237
24238 2000-11-30  Jim Meyering  <meyering@lucent.com>
24239
24240         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
24241
24242 2000-11-29  Paul Eggert  <eggert@twinsun.com>
24243
24244         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
24245
24246 2000-11-26  Jim Meyering  <meyering@lucent.com>
24247
24248         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
24249
24250 2000-11-22  Paul Eggert  <eggert@twinsun.com>
24251
24252         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
24253         size of (size_t) -1; it's not portable.
24254
24255 2000-11-17  Jim Meyering  <meyering@lucent.com>
24256
24257         * lib/strstr.c: Update from GNU libc.
24258
24259 2000-11-17  Akim Demaille  <akim@epita.fr>
24260
24261         * lib/obstack.h: Formatting changes.
24262         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
24263         prevent type checking.
24264         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
24265         cast the value to (void *): assigning a `foo *' to a `void *'
24266         variable is valid.
24267         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
24268
24269 2000-11-16  Jim Meyering  <meyering@lucent.com>
24270
24271         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
24272
24273 2000-11-11  Jim Meyering  <meyering@lucent.com>
24274
24275         * lib/error.c: Add a couple #includes, merging from GNU libc version.
24276
24277 2000-11-10  Jim Meyering  <meyering@lucent.com>
24278
24279         * lib/obstack.h: Update from GNU libc.
24280         * lib/obstack.c: Likewise.
24281
24282 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
24283
24284         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
24285
24286 2000-11-06  Paul Eggert  <eggert@twinsun.com>
24287
24288         * lib/getusershell.c (setusershell): Use rewind rather than
24289         fseek/fseeko, to avoid configuration hassles with fseeko.
24290         Don't bother opening SHELLS_FILE if shellstream is NULL;
24291         it's not necessary.
24292
24293 2000-11-05  Jim Meyering  <meyering@lucent.com>
24294
24295         * lib/makepath.h (make_dir): Declare.
24296         * lib/makepath.c (make_dir): Remove `static' attribute.
24297         Tweak a comment.
24298
24299 2000-11-04  Jim Meyering  <meyering@lucent.com>
24300
24301         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
24302
24303 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
24304
24305         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
24306         last one in a bucket, advance to the next bucket.
24307
24308 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
24309
24310         * lib/fnmatch.c: Do not comment out all the code if we are using
24311         the GNU C library, because in some cases we are replacing buggy
24312         code in the GNU C library itself.
24313
24314 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
24315
24316         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
24317         (regex_compile): Catch bogus \(\1\).
24318
24319 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24320
24321         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
24322         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
24323         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
24324
24325 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24326
24327         * lib/error.h, getline.h, modechange.h:
24328         Remove "2000" from Copyright line, as the file hasn't been
24329         changed this year other than in the copyright notice.
24330
24331         * lib/xalloc.h: Add "2000" to Copyright line, as this file
24332         was changed this year.
24333
24334 2000-10-29  Jim Meyering  <meyering@lucent.com>
24335
24336         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
24337         renaming.
24338         * m4/ls-mntd-fs.m4: Likewise
24339
24340 2000-10-29  Jim Meyering  <meyering@lucent.com>
24341
24342         * lib/xstat.in: Fix grammar in comment.
24343
24344 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
24345
24346         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
24347         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
24348         doesn't define __restrict_arr.
24349
24350 2000-10-28  Jim Meyering  <meyering@lucent.com>
24351
24352         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
24353         (jm_PREREQ_MEMCHR): New function.
24354
24355 2000-10-28  Jim Meyering  <meyering@lucent.com>
24356
24357         * lib/memchr.c: Update from libc.
24358         Adjust for portability:
24359         [HAVE_STDLIB_H]: Include stdlib.h.
24360         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
24361         Undef __memchr, too.
24362         [!weak_alias]: Define __memchr to memchr.
24363
24364         * lib/regex.c: Update from libc.
24365         * lib/regex.h: Likewise.
24366         * lib/getopt1.c: Likewise.
24367         * lib/memcmp.c: Likewise.
24368
24369         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
24370         Avoid using fseek, when possible -- it's broken by design.
24371         Patch by Ulrich Drepper.
24372
24373 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
24374
24375         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
24376         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
24377         Giving in to popular pressure to shut up the compiler with casts.
24378
24379 2000-10-26  Jim Meyering  <meyering@lucent.com>
24380
24381         * lib/strftime.c: Update from libc.
24382
24383 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
24384
24385         * regex.c: More `unsigned char' -> `re_char' changes.
24386         Also change several `int' into `re_wchar_t'.
24387         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
24388         (PUSH_FAILURE_POINTER): Don't cast any more.
24389         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
24390         We want GCC to complain, since this piece of code makes
24391         re_match non-reentrant, which *should* be fixed.
24392         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
24393         (EXTEND_BUFFER): Use RETALLOC.
24394         (SET_LIST_BIT): Don't cast.
24395         (re_wchar_t): New type.
24396         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
24397         that those two functions will always properly return.
24398         (IMMEDIATE_QUIT_CHECK): Cast to void.
24399         (analyse_first): Use recursion rather than an explicit stack.
24400         (re_compile_fastmap): Can't fail anymore.
24401         (re_search_2): Don't check re_compile_fastmap for failure.
24402         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
24403         Now also sets the new value (passed in a new argument).
24404         (re_match_2_internal): Use it.
24405         Also, use a new var `reg' of type size_t when looping through regs
24406         rather than reuse the inappropriate `mcnt'.
24407
24408 2000-10-25  Jim Meyering  <meyering@lucent.com>
24409
24410         * lib/obstack.c: Update from libc.
24411
24412 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
24413
24414         * regex.c (regex_compile): Change the way of handling a range from
24415         a char less than 256 to a char not less than 256.
24416
24417 2000-10-24  Andrew Innes  <andrewi@gnu.org>
24418
24419         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
24420         NT-Emacs only.
24421         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
24422         so that re_search functions only quit when callers expect them to.
24423
24424 2000-10-23  Jim Meyering  <meyering@lucent.com>
24425
24426         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
24427         wrong.  That set_locale call must not have any side effects.
24428         From Paul Eggert.
24429
24430 2000-10-22  Jim Meyering  <meyering@lucent.com>
24431
24432         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
24433         [CYCLIC]: Remove now-unused definition.
24434
24435         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
24436         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
24437         Suggestion from Ulrich Drepper.
24438
24439 2000-10-21  Jim Meyering  <meyering@lucent.com>
24440
24441         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
24442         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
24443         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
24444
24445 2000-10-21  Jim Meyering  <meyering@lucent.com>
24446
24447         * lib/dirname.c (memrchr): Declare if necessary.
24448         (dir_name): Remove the restriction that there be no
24449         trailing slashes.  Now, this code skips past them, effectively
24450         ignoring them.
24451         [TEST_DIRNAME] (main): New unit tests.
24452
24453         * lib/memrchr.c: New file from GNU libc.
24454         Undef __memrchr, too.
24455         [!weak_alias]: Define __memrchr to memrchr.
24456         Guard weak_alias use with `#ifdef weak_alias'.
24457
24458 2000-10-21  Jim Meyering  <meyering@lucent.com>
24459
24460         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
24461         (dir_name): Use dir_name_r.
24462         * lib/dirname.h (dir_name_r): Declare it.
24463
24464 2000-10-17  Jim Meyering  <meyering@lucent.com>
24465
24466         * lib/quote.h (PARAMS): Define and use.
24467         Reported by Akim Demaille.
24468
24469         * lib/getopt.c: Update from libc.
24470
24471 2000-10-16  Jim Meyering  <meyering@lucent.com>
24472
24473         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
24474         setlocale.
24475         From Jan Fedak.
24476
24477 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
24478
24479         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
24480
24481 2000-09-25  Jim Meyering  <meyering@lucent.com>
24482
24483         * lib/md5.h (rol): Define (from GnuPG).
24484
24485         * lib/sha.c: Give credit (GnuPG) where due.
24486         (M): Use rol rather than open-coding it.
24487         Add a FIXME comment.
24488
24489 2000-09-21  Jim Meyering  <meyering@lucent.com>
24490
24491         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
24492         Reported by Michael Stone.
24493
24494 2000-09-20  Jim Meyering  <meyering@lucent.com>
24495
24496         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
24497         (noinst_HEADERS): Add sha.h.
24498         Based on code from Scott G. Miller and from GnuPG.
24499
24500 2000-09-18  Jim Meyering  <meyering@lucent.com>
24501
24502         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
24503         LIBS. Otherwise, everyone ends up linking with -lelf for some
24504         configurations.
24505         Reported by Mike Stone.
24506
24507 2000-09-15  Jim Meyering  <meyering@lucent.com>
24508
24509         * lib/regex.c: Update from libc.
24510
24511 2000-09-10  Jim Meyering  <meyering@lucent.com>
24512
24513         * lib/getopt.c (_getopt_internal): Update from glibc.
24514
24515 2000-09-09  Jim Meyering  <meyering@lucent.com>
24516
24517         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
24518         think it should be used as a general replacement for isascii.
24519         * lib/fnmatch.c: Likewise.
24520         * lib/mbswidth.c: Likewise
24521         * lib/regex.c: Likewise.
24522
24523         Don't use atoi.
24524         * lib/userspec.c: Include sys/param.h and limits.h.
24525         Include xstrtol.h.
24526         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24527         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
24528         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
24529         UID, GID.  Check range.
24530
24531 2000-09-06  Jim Meyering  <meyering@lucent.com>
24532
24533         * lib/getopt.c (_getopt_internal): Update from glibc.
24534
24535 2000-08-30  Jim Meyering  <meyering@lucent.com>
24536
24537         * lib/strftime.c: Merge in changes from GNU libc.
24538
24539 2000-08-26  Jim Meyering  <meyering@lucent.com>
24540
24541         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
24542         * m4/fpending.m4: New file.
24543
24544 2000-08-26  Jim Meyering  <meyering@lucent.com>
24545
24546         * lib/closeout.c: Include "__fpending.h".
24547         (close_stdout_status): Return right away if there's nothing to flush.
24548
24549         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
24550         * lib/__fpending.c: New file.
24551         * lib/__fpending.h: New file.
24552
24553 2000-08-20  Jim Meyering  <meyering@lucent.com>
24554
24555         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
24556         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
24557         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
24558
24559 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
24560
24561         Improve fileutils installation on systems where running
24562         programs (like install) can't be unlinked.
24563         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
24564         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
24565
24566 2000-08-07  Paul Eggert  <eggert@twinsun.com>
24567
24568         Standardize on "memory exhausted" instead of "Memory exhausted"
24569         or "virtual memory exhausted".
24570         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
24571         "virtual memory exhausted".
24572         * lib/same.c (same_name): Invoke xalloc_die instead of printing
24573         our own message.
24574         * lib/userspec.c (parse_user_spec): Likewise.
24575         * lib/bumpalloc.h: comment fix
24576         * lib/same.c, userspec.c: Include xalloc.h.
24577
24578         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
24579         not char *const and pointing to a constant array.
24580         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
24581         (xrealloc): Comment fix.
24582
24583         * lib/userspec.c (parse_user_spec):
24584         Don't translate a message until just before returning,
24585         to avoid unnecessary translation.
24586
24587 2000-08-07  Jim Meyering  <meyering@lucent.com>
24588
24589         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
24590         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
24591         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
24592         getgroups.c, gethostname.c, getopt.h, group-member.c,
24593         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
24594         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
24595         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
24596         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
24597         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
24598         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
24599         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
24600         yesno.c: Back out Copyright date changes for each file with no change
24601         this year.  This eases coordination with other programs using the same
24602         source code modules.  From Paul Eggert.
24603
24604 2000-08-06  Paul Eggert  <eggert@twinsun.com>
24605
24606         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
24607         not char, for compatibility with glibc 2.1.3 strftime.c.
24608
24609 2000-08-03  Greg McGary  <greg@mcgary.org>
24610
24611         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
24612         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
24613         (EXTEND_BUFFER): Use them.
24614
24615 2000-08-01  Jim Meyering  <meyering@lucent.com>
24616
24617         * lib/dirname.c (ISSLASH): Define.
24618         (BACKSLASH_IS_PATH_SEPARATOR): Define.
24619         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
24620         both `\' and `/' may be use as path separators.
24621         Based on a patch from Prashant TR.
24622
24623 2000-07-31  Paul Eggert  <eggert@twinsun.com>
24624
24625         * lib/quotearg.c (quotearg_n_options): Don't make the initial
24626         slot vector a constant, since it might get modified.
24627
24628 2000-07-31  Jim Meyering  <meyering@lucent.com>
24629
24630         * lib/xmalloc.c: Use `virtual memory exhausted', not
24631         `Memory exhausted'.
24632         * lib/obstack.c (print_and_abort): Likewise.
24633
24634 2000-07-30  Paul Eggert  <eggert@twinsun.com>
24635
24636         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
24637         buffer, so that the caller can always quote one small
24638         component of a "memory exhausted" message in slot 0.
24639         From a suggestion by Jim Meyering.
24640
24641 2000-07-30  Jim Meyering  <meyering@lucent.com>
24642
24643         * lib/makepath.c (make_path): Quote the other instance, too.
24644
24645         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
24646         (STATIC_BUF_SIZE): Define.
24647         (quotearg_n_options): Use only statically allocated storage when
24648         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
24649         than STATIC_BUF_SIZE.
24650
24651 2000-07-29  Jim Meyering  <meyering@lucent.com>
24652
24653         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
24654         * lib/dirname.c (dir_name): Likewise.
24655
24656         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
24657         `/'.
24658
24659         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
24660         (dir_name): Assert that there are no trailing slashes.
24661
24662 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
24663
24664         * lib/mbswidth.h (mbswidth): Add a flags argument.
24665         (mbswidth): New declaration.
24666         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
24667         * lib/mbswidth.c (mbswidth): Add a flags argument.
24668         (mbsnwidth): New function.
24669
24670 2000-07-24  Jim Meyering  <meyering@lucent.com>
24671
24672         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
24673
24674 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24675
24676         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
24677
24678 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24679
24680         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
24681         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
24682         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
24683         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
24684         invoke multibyte primitives.
24685
24686 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24687
24688         * lib/quotearg.c:
24689         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
24690         so that mbstate_t is always defined.
24691
24692         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
24693         be 1 in at least one GCC installation, and this configuration
24694         error is likely to be common.  Ignoring MB_LEN_MAX hurts
24695         performance on hosts that have mbrtowc but have only unibyte
24696         locales, but I assume these hosts are rare.
24697
24698 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24699
24700         * lib/mbswidth.c (_XOPEN_SOURCE):
24701         Don't define; this causes problems on Solaris 7.
24702         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
24703
24704 2000-07-23  Jim Meyering  <meyering@lucent.com>
24705
24706         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
24707         too: getgrgid, getpwuid, getuid.
24708
24709 2000-07-23  Jim Meyering  <meyering@lucent.com>
24710
24711         * lib/basename.c (base_name): Add an assertion.
24712
24713 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
24714
24715         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
24716         shadow its mbsinit function.
24717
24718 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24719
24720         * lib/mbswidth.h: New file.
24721         * lib/mbswidth.c: New file.
24722         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
24723         (noinst_HEADERS): Add mbswidth.h.
24724
24725 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24726
24727         * lib/config.charset: Add support for FreeBSD. Improve support for
24728         HP-UX and IRIX 6.
24729
24730 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
24731
24732         * m4/mbswidth.m4: New file.
24733         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
24734
24735 2000-07-15  Jim Meyering  <meyering@lucent.com>
24736
24737         * lib/makepath.c: Include quote.h.
24738         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
24739         corresponding argument in a `quote (...)' call.
24740         Give better diagnostics.
24741
24742         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
24743         (noinst_HEADERS): Add quote.h.
24744
24745         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
24746         from tar's src/misc.c.
24747         * lib/quote.h: New file.  Prototypes for same.
24748
24749 2000-07-14  Paul Eggert  <eggert@twinsun.com>
24750
24751         From a suggestion by Bruno Haible.
24752         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
24753         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
24754         to decide whether to define the BeOS workaround macro;
24755         this adjusts to the change to AC_MBSTATE_T.
24756
24757 2000-07-14  Jim Meyering  <meyering@lucent.com>
24758
24759         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
24760         jm_AC_TYPE_UINTMAX_T.
24761
24762 2000-07-13  Paul Eggert  <eggert@twinsun.com>
24763
24764         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
24765
24766         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
24767         quotearg_buffer_restyled): Add support for
24768         clocale_quoting_style.  Undo previous change to
24769         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
24770         and "{RIGHT QUOTATION MARK}" msgids.
24771
24772 2000-07-10  Paul Eggert  <eggert@twinsun.com>
24773
24774         From a suggestion by Bruno Haible.
24775         * m4/mbstate_t.m4 (AC_MBSTATE_T):
24776         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
24777         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
24778         and mbstate_t, to a single-part test that simply defines mbstate_t.
24779         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
24780         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
24781
24782 2000-07-10  Jim Meyering  <meyering@lucent.com>
24783
24784         * m4/strerror_r.m4: Mirror the correction made in autoconf.
24785
24786         * m4/gnu-source.m4: Output to confdefs.h directly.
24787         Suggestion from Akim Demaille.
24788
24789 2000-07-09  Paul Eggert  <eggert@twinsun.com>
24790
24791         The old behavior of quoting `like this' doesn't look good with
24792         newer, ISO-style fonts.  See:
24793         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
24794
24795         Instead, quote "like this" by default.  Let the translator
24796         tailor the locale-specific quoting behavior by providing
24797         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
24798
24799         * lib/quotearg.c (N_): New macro.
24800         (gettext_default): New function.
24801         (quotearg_buffer_restyled): Use
24802         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
24803         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
24804
24805 2000-07-09  Jim Meyering  <meyering@lucent.com>
24806
24807         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
24808         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
24809
24810         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
24811         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
24812
24813 2000-07-09  Jim Meyering  <meyering@lucent.com>
24814
24815         * lib/Most files: Update copyright dates to include 2000.
24816
24817 2000-07-08  Jim Meyering  <meyering@lucent.com>
24818
24819         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
24820         if not defined.
24821         (xgethostname): Remove now-unnecessary #ifdef.
24822         Move declaration of `err' into loop where it's used.
24823
24824 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24825         and Bruno Haible  <haible@clisp.cons.org>
24826
24827         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
24828         only if the test for an object-type mbstate_t fails.  This
24829         prevents us from mistakenly reporting that mbstate_t is a
24830         system object type after we "#define mbstate_t int" to work
24831         around its lack.
24832
24833 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24834         and Bruno Haible  <haible@clisp.cons.org>
24835
24836         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
24837
24838 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24839
24840         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
24841         to strerror_r.
24842         Include <ctype.h> for use of isalpha.
24843
24844 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24845
24846         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
24847         by allocating a larger buffer. Test the gethostname return value for
24848         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
24849         returns an error and ENAMETOOLONG isn't defined.
24850
24851 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24852
24853         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
24854         dimension.
24855
24856 2000-07-04  Jim Meyering  <meyering@lucent.com>
24857
24858         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
24859         of the deprecated AC_CHECKING.
24860
24861 2000-07-04  Jim Meyering  <meyering@lucent.com>
24862
24863         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
24864         Reported by Bruno Haible.
24865
24866 2000-07-04  Jim Meyering  <meyering@lucent.com>
24867
24868         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
24869         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
24870         lacks mbrtowc.
24871
24872 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24873
24874         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
24875         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
24876
24877 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24878         and Bruno Haible  <haible@clisp.cons.org>
24879
24880         * lib/quotearg.c (mbrtowc):
24881         Assign to *pwc, and return 1 only if result is nonzero.
24882         (iswprint): Use ISPRINT when substituting our own mbrtowc.
24883
24884 2000-07-03  Jim Meyering  <meyering@lucent.com>
24885
24886         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
24887
24888 2000-07-03  Jim Meyering  <meyering@lucent.com>
24889
24890         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
24891         This is necessary to get a definition of e.g., UTMP_FILE on
24892         HP-UX 10.20.
24893         From Bob Proulx.
24894
24895 2000-07-02  Jim Meyering  <meyering@lucent.com>
24896
24897         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
24898
24899         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
24900         AC_LIBOBJ(function_name).
24901         * m4/chown.m4: Likewise.
24902         * m4/fnmatch.m4: Likewise.
24903         * m4/ftruncate.m4: Likewise.
24904         * m4/getgroups.m4: Likewise.
24905         * m4/getline.m4: Likewise.
24906         * m4/group-member.m4: Likewise.
24907         * m4/jm-macros.m4: Likewise.
24908         * m4/lstat.m4: Likewise.
24909         * m4/malloc.m4: Likewise.
24910         * m4/memcmp.m4: Likewise.
24911         * m4/nanosleep.m4: Likewise.
24912         * m4/putenv.m4: Likewise.
24913         * m4/realloc.m4: Likewise.
24914         * m4/regex.m4: Likewise.
24915         * m4/stat.m4: Likewise.
24916         * m4/strftime.m4: Likewise.
24917
24918 2000-07-02  Jim Meyering  <meyering@lucent.com>
24919
24920         * lib/quotearg.c (mbstate_t): Don't define here.
24921
24922 2000-07-02  Jim Meyering  <meyering@lucent.com>
24923
24924         * lib/nanosleep.c (SIGCONT): Define if not already defined.
24925
24926 2000-07-01  Jim Meyering  <meyering@lucent.com>
24927
24928         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
24929
24930 2000-07-01  Jim Meyering  <meyering@lucent.com>
24931
24932         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
24933         problem.
24934
24935 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24936
24937         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
24938         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
24939
24940 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24941
24942         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
24943         per change in ../m4/ls-mntd-fs.m4.
24944         (read_filesystem_list): Ignore symbolic links.
24945
24946 2000-06-29  Jim Meyering  <meyering@lucent.com>
24947
24948         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
24949         for declaration of strcmp.
24950
24951         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
24952
24953         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
24954         Avoid warning by casting result to `char *' to remove `const'.
24955
24956 2000-06-28  Jim Meyering  <meyering@lucent.com>
24957
24958         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
24959         included by quotearg.c, for which we perform this test.  From
24960         Bruno Haible.
24961
24962 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24963
24964         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
24965         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
24966         <utmpx.h> exists, put readutmp.o into LIBOBJS.
24967
24968 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24969
24970         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
24971
24972 2000-06-26  Paul Eggert  <eggert@twinsun.com>
24973
24974         savedir now sets errno on failure and invokes xmalloc to get memory.
24975         Fix a couple of other minor bugs while we're at it.
24976
24977         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
24978         (NAMLEN): Remove macro.
24979         (malloc, realloc): Remove decls.
24980         (stpcpy): Likewise.
24981         ("xalloc.h"): Include.
24982         (NAME_SIZE_DEFAULT): New macro.
24983         (savedir): Use xmalloc / xrealloc to allocate memory.
24984         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
24985         Skip "" directory entries.
24986         Use strlen to calculate directory entry length, since the old method
24987         is rarely used these days and isn't worth supporting.
24988         Don't use a pointer after freeing it.
24989         Check for integer overflow when calculating allocation size.
24990         Use memcpy to copy entries, instead of stpcpy.
24991         Set errno properly when returning NULL.
24992         Check for readdir error.
24993
24994 2000-06-26  Jim Meyering  <meyering@lucent.com>
24995
24996         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
24997
24998 2000-06-25  Jim Meyering  <meyering@lucent.com>
24999
25000         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
25001         Linux header bug when _XOPEN_SOURCE is defined to 500.
25002
25003 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25004
25005         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
25006         deficiency.
25007
25008 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25009
25010         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
25011         Include xalloc.h.
25012         Don't include <stdlib.h>.  Don't declare malloc, realloc.
25013
25014 2000-06-24  Jim Meyering  <meyering@lucent.com>
25015
25016         * m4/strerror_r.m4: Revive this file -- to try out an experimental
25017         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
25018         for which strerror does return char*, but which lacks a conveniently
25019         accessible declaration of the function.  If the compile-test says
25020         strerror_r doesn't work, then resort to a `run'-test that works on
25021         BeOS and segfaults on DEC Unix.
25022
25023 2000-06-24  Jim Meyering  <meyering@lucent.com>
25024
25025         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
25026
25027 2000-06-23  Paul Eggert  <eggert@twinsun.com>
25028
25029         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
25030         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
25031
25032 2000-06-23  Paul Eggert  <eggert@twinsun.com>
25033
25034         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
25035         (mbrtowc, mbstate_t): Define substitutes if
25036         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
25037         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
25038         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
25039
25040 2000-06-23  Jim Meyering  <meyering@lucent.com>
25041
25042         * m4/afs.m4: Add missing AC_MSG_RESULT.
25043         Reported by Bruno Haible.
25044
25045         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
25046         Suggestion from Bruno Haible.
25047
25048 2000-06-23  Jim Meyering  <meyering@lucent.com>
25049
25050         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
25051
25052 2000-06-21  Jim Meyering  <meyering@lucent.com>
25053
25054         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
25055
25056 2000-06-21  Jim Meyering  <meyering@lucent.com>
25057
25058         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
25059         (noinst_HEADERS): Add getstr.h.
25060
25061         * lib/getline.c (getstr): Move into a separate file.
25062         * lib/getstr.c (getstr): New file, extracted from getline.c, with
25063         the following changes: new parameter, delim2; both delim[12]
25064         parameters have type `int', not `char'.  The latter would lose
25065         with 8-bit delimiters.
25066         * lib/getstr.h: New file.
25067
25068 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25069
25070         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
25071         than 1024, return a memory chunk of least possible size, instead
25072         of size PATH_MAX + 2. In the loop, increment the size proportionally.
25073         Use free/xmalloc instead of xrealloc to avoid copying for very long
25074         paths.
25075
25076 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25077
25078         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
25079         the empty string.
25080
25081 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25082
25083         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
25084         address, not strdup.  Include <stdlib.h> and don't declare free().
25085
25086 2000-06-19  Jim Meyering  <meyering@lucent.com>
25087
25088         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
25089
25090 2000-06-18  Jim Meyering  <meyering@lucent.com>
25091
25092         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
25093
25094         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
25095         `checking whether...' message to be consistent with that of the
25096         lstat test.
25097
25098 2000-06-18  Jim Meyering  <meyering@lucent.com>
25099
25100         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
25101         Besides, these days every porting target provides a mkdir function.
25102
25103         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
25104         needed. (this snippet comes from src/system.h).
25105
25106 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
25107
25108         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
25109
25110 2000-06-15  Paul Eggert  <eggert@twinsun.com>
25111
25112         * lib/human.c (adjust_value): New function.
25113         (human_readable_inexact): Apply rounding style even when
25114         printing approximate values.
25115
25116 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25117
25118         * lib/human.c (human_readable_inexact): Allow an input block
25119         size that is not a multiple of the output block size, and vice versa.
25120         Reported by Piergiorgio Sartor.
25121
25122 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25123
25124         * lib/getdate.y (get_date): Apply relative times after time
25125         zone indicator, not before.  Reported by Todd A. Jacobs.
25126
25127 2000-06-13  Jim Meyering  <meyering@lucent.com>
25128
25129         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
25130
25131         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
25132
25133 2000-06-12  Paul Eggert  <eggert@twinsun.com>
25134
25135         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
25136
25137 2000-06-12  Jim Meyering  <meyering@lucent.com>
25138
25139         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
25140         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
25141         optional argument.
25142         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
25143         the optional argument, `lib'.
25144
25145 2000-06-08  Jim Meyering  <meyering@lucent.com>
25146
25147         * m4/largefile.m4: Remove file (now that it's part of autoconf).
25148
25149 2000-06-04  Paul Eggert  <eggert@twinsun.com>
25150
25151         Rewrite largefile configuration so that we don't need to run
25152         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
25153         AC_CANONICAL_HOST in configure.in -- jmm]
25154
25155         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
25156         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
25157         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
25158         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
25159         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
25160         All uses changed.
25161         Instead of inspecting the output of getconf, try to compile the
25162         test program without and with the macro definition.
25163         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
25164         for getconf.  Instead, check for the needed flags by compiling
25165         test programs.
25166
25167 2000-06-04  Paul Eggert  <eggert@twinsun.com>
25168
25169         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
25170
25171 2000-06-04  Jim Meyering  <meyering@lucent.com>
25172
25173         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
25174         SunOS 4.1.4 for which gid_t is an unsigned type.
25175
25176 2000-06-03  Jim Meyering  <meyering@lucent.com>
25177
25178         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
25179         now that autoconf requires that.
25180
25181         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
25182         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
25183         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
25184
25185 2000-06-03  Jim Meyering  <meyering@lucent.com>
25186
25187         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
25188
25189 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
25190
25191         * m4/glibc21.m4: New file.
25192         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
25193
25194 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
25195
25196         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
25197         newer, don't install charset.alias.
25198         * lib/config.charset: Change the Linux/glibc rules so they become empty
25199         on glibc-2.1 or newer.
25200
25201 2000-06-02  Jim Meyering  <meyering@lucent.com>
25202
25203         * lib/mountlist.c: Back out last change.  Instead, do this...
25204         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
25205         me_dummy member using the same `ignore'-testing code.
25206         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
25207         fs_type strings.
25208         From Mark D. Roth.
25209
25210 2000-05-29  Jim Meyering  <meyering@lucent.com>
25211
25212         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
25213         mounts with the `ignore' attribute.  Based on a patch from
25214         Mark D. Roth.
25215
25216 2000-05-28  Jim Meyering  <meyering@lucent.com>
25217
25218         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
25219         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25220         * m4/stat.m4: Likewise.
25221         * m4/lstat.m4: Likewise.
25222         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
25223
25224         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
25225         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
25226
25227 2000-05-26  Jim Meyering  <meyering@lucent.com>
25228
25229         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
25230
25231 2000-05-24  Jim Meyering  <meyering@lucent.com>
25232
25233         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
25234         autoconf requires that.
25235         * m4/lib-check.m4: Likewise.
25236         * m4/jm-macros.m4: Likewise.
25237         * m4/strftime.m4: Likewise.
25238
25239         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
25240         AC_CHECK_DECLS, now that autoconf requires that.
25241
25242 2000-05-22  Jim Meyering  <meyering@lucent.com>
25243
25244         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25245         * m4/lstat.m4: Likewise.
25246
25247 2000-05-22  Jim Meyering  <meyering@lucent.com>
25248
25249         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
25250
25251 2000-05-20  Jim Meyering  <meyering@lucent.com>
25252
25253         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
25254         (jm_PREREQ): Use it.
25255
25256 2000-05-18  Jim Meyering  <meyering@lucent.com>
25257
25258         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
25259         back, too, since it may have been modified by allocate_entry.
25260         (hash_delete): Rewrite to use neither the assignment operator
25261         nor the comma operator in an if-expression.
25262
25263 2000-05-15  Paul Eggert  <eggert@twinsun.com>
25264
25265         * lib/closeout.c:
25266         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
25267         Remove; no longer needed.
25268         "quotearg.h": Add include.
25269         (file_name): Do not bother to explicitly initialize to NULL; it's less
25270         efficient on some hosts.
25271         (close_stdout_status): Remove test as to whether stdout was already
25272         closed; it breaks for the case "echo x | sort >&-".
25273         Quote file name colons.
25274         Do not assume that _("write error") lacks format strings.
25275
25276 2000-05-15  Jim Meyering  <meyering@lucent.com>
25277
25278         * lib/version-etc.c (version_etc_copyright): Update the copyright
25279         string used in all --version output.
25280
25281 2000-05-14  Jim Meyering  <meyering@lucent.com>
25282
25283         * lib/closeout.c (close_stdout_set_file_name): New function.
25284         (close_stdout_status): Use new file-scoped global.
25285         Return right away if fstat says the stdout file descriptor is invalid.
25286         * lib/closeout.h (close_stdout_set_file_name): Declare.
25287
25288 2000-05-10  Jim Meyering  <meyering@lucent.com>
25289
25290         * lib/closeout.c [default_exit_status]: New file-scoped variable.
25291         (close_stdout_set_status): New function.
25292         * lib/closeout.h (close_stdout_set_status): Declare.
25293
25294 2000-05-09  Jim Meyering  <meyering@lucent.com>
25295
25296         * m4/gettext.m4: Rename this...
25297         * m4/libintl.m4: ...to this.
25298
25299 2000-05-08  Jim Meyering  <meyering@lucent.com>
25300
25301         * lib/long-options.c: Don't include closeout.h.
25302         (parse_long_options): Don't call close_stdout for --version.
25303
25304 2000-05-06  Paul Eggert  <eggert@twinsun.com>
25305
25306         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
25307         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
25308         2.1.3 bug.  This avoids a clash when files like regex.c define
25309         _GNU_SOURCE.
25310
25311 2000-05-06  Jim Meyering  <meyering@lucent.com>
25312
25313         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
25314         (AC_REPLACE_FUNCS): Add strnlen.
25315
25316         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
25317         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
25318
25319         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
25320         AC_SEARCH_LIBS call for nanosleep.
25321         (LIB_NANOSLEEP): Set and AC_SUBST.
25322
25323 2000-05-06  Jim Meyering  <meyering@lucent.com>
25324
25325         * lib/strnlen.c: Undefine __strnlen and strnlen.
25326         [!weak_alias]: Define __strnlen to strnlen.
25327
25328         * lib/atexit.c: New file, from libiberty.
25329
25330 2000-05-06  Jim Meyering  <meyering@lucent.com>
25331
25332         * lib/closeout.c (close_stdout_status): Also check for errors on the
25333         stderr stream.
25334
25335 2000-05-05  Jim Meyering  <meyering@lucent.com>
25336
25337         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
25338         AC_SEARCH_LIBS call for clock_gettime.
25339         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
25340
25341         * m4/search-libs.m4: Update from autoconf.
25342
25343         su doesn't work on Solaris 2.6.
25344         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
25345         <shadow.h>.  Reported by Dragos Harabor.
25346
25347 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
25348
25349         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
25350         memcpy instead of xmalloc, xrealloc, path_concat.
25351         (locale_charset): Treat empty environment variables as absent.
25352         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
25353
25354 2000-05-04  Jim Meyering  <meyering@lucent.com>
25355
25356         * lib/getopt.c: Update from glibc.
25357         * lib/obstack.c: Likewise.
25358         * lib/obstack.h: Likewise.
25359         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
25360         file
25361
25362         * lib/regex.h: Likewise.
25363         * lib/strndup.c: Likewise.
25364         * lib/strnlen.c: New file, from glibc.
25365
25366 2000-05-03  Jim Meyering  <meyering@lucent.com>
25367
25368         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
25369
25370 2000-05-02  Paul Eggert  <eggert@twinsun.com>
25371
25372         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
25373         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
25374         compile-time test, rather than inspecting host and OS, to
25375         decide whether to define _LARGEFILE_SOURCE.
25376
25377 2000-05-01  Jim Meyering  <meyering@lucent.com>
25378
25379         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
25380
25381         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
25382         Based on a patch from Bruno Haible.
25383
25384 2000-05-01  Jim Meyering  <meyering@lucent.com>
25385
25386         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
25387
25388 2000-04-29  Jim Meyering  <meyering@lucent.com>
25389
25390         * lib/path-concat.c: Declare strdup only if it's not defined.
25391         * lib/canon-host.c: Likewise.
25392
25393 2000-04-28  Jim Meyering  <meyering@lucent.com>
25394
25395         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
25396         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
25397         is included first, then limits.h is included by locale.h by libintl.h.
25398         From John David Anglin.
25399
25400 2000-04-25  Jim Meyering  <meyering@lucent.com>
25401
25402         * lib/makepath.c (S_IRWXUGO): Define.
25403         (make_path): Always perform explicit chmod if MODE specifies any
25404         of the `special' permission bits.  Prompted by a bug report against
25405         install from Mate Wierdl and Joost van Baal.
25406
25407 2000-04-18  Jim Meyering  <meyering@lucent.com>
25408
25409         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
25410         (jm_PREREQ): Use it.
25411
25412 2000-04-18  Jim Meyering  <meyering@lucent.com>
25413
25414         * lib/README: New file.
25415
25416         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
25417         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
25418
25419 2000-04-17  Jim Meyering  <meyering@lucent.com>
25420
25421         Get it right :-)
25422         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
25423         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
25424         Suggestion from Akim Demaille.
25425
25426 2000-04-17  Jim Meyering  <meyering@lucent.com>
25427
25428         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
25429         the definition of it to rpl_strftime also defined-away the system's
25430         declaration.
25431
25432 2000-04-15  Jim Meyering  <meyering@lucent.com>
25433
25434         Use `C' to denote so-called `contiguous' files, the same way
25435         that tar does.
25436         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
25437         (ftypelet): Use S_ISCTG.
25438         From Michael Deutschmann.
25439
25440 2000-04-14  Jim Meyering  <meyering@lucent.com>
25441
25442         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
25443         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
25444         clobbered.
25445
25446 2000-04-14  Jim Meyering  <meyering@lucent.com>
25447
25448         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
25449
25450 2000-04-13  Jim Meyering  <meyering@lucent.com>
25451
25452         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
25453         AH_VERBATIM to insert required #ifndef into config.h.in.
25454         Suggestion from Akim Demaille.
25455
25456 2000-04-12  Jim Meyering  <meyering@lucent.com>
25457
25458         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
25459         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
25460         Christian Krackowizer.
25461
25462         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
25463         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
25464         (AC_SYS_LARGEFILE): Require.
25465         (AM_C_PROTOTYPES): Require.
25466
25467 2000-04-08  Jim Meyering  <meyering@lucent.com>
25468
25469         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
25470         names don't conflict.  Reported by Eli Zaretskii.
25471
25472 2000-04-07  Jim Meyering  <meyering@lucent.com>
25473
25474         * lib/putenv.c: Move inclusion of errno.h so it follows that of
25475         sys/types.h, to work around system header problems on AIX 3.2.5.
25476         From Bruno Haible.
25477
25478 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
25479
25480         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
25481         bug.  Deal with the different error behavior of Irix iconv.
25482
25483 2000-04-05  Paul Eggert  <eggert@twinsun.com>
25484
25485         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
25486         IRIX if the installer said otherwise.
25487
25488 2000-04-05  Jim Meyering  <meyering@lucent.com>
25489
25490         Portability tweaks required for ultrix4.3.
25491         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
25492         (jm_CHECK_DECLS): Add getutent to the list of functions.
25493         (_jm_DECL_HEADERS): Add utmpx.h.
25494         From John David Anglin.
25495
25496         * m4/strftime.m4: Back out the 2000-04-02 change.
25497         Instead of that change, simply undefine putenv in the test program.
25498
25499 2000-04-05  Jim Meyering  <meyering@lucent.com>
25500
25501         Portability tweaks required for ultrix4.3.
25502         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
25503         getutent.
25504         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
25505         * lib/canon-host.c: Declare strdup.
25506         * lib/path-concat.c: Likewise.
25507         From John David Anglin.
25508
25509 2000-04-04  Jim Meyering  <meyering@lucent.com>
25510
25511         Be more DOS 8.3-friendly.
25512         * lib/ref-add.sin: Renamed from ref-add.sed.in.
25513         * lib/ref-del.sin: Renamed from ref-del.sed.in.
25514         * lib/Makefile.am: Reflect renaming.
25515         Reported by Eli Zaretskii.
25516
25517         Use a temporary file name that won't clash with `charset.alias'
25518         in the DOS 8.3 name space.
25519         * lib/Makefile.am (charset_tmp): Define.
25520         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
25521         (uninstall-local): Likewise.
25522         Reported by Eli Zaretskii.
25523
25524 2000-04-03  Jim Meyering  <meyering@lucent.com>
25525
25526         * m4/gettext.m4: Fix typo in comment.
25527
25528         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
25529         textutils/configure.in).  Suggestion from Paul Eggert.
25530         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
25531
25532 2000-04-02  Paul Eggert  <eggert@twinsun.com>
25533
25534         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
25535         variable in the shell rather than using putenv, which isn't
25536         portable.  This avoids the configure-time inter-test dependency
25537         on the potentially-renamed putenv function.
25538
25539 2000-03-30  Paul Eggert  <eggert@twinsun.com>
25540
25541         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
25542         before checking struct stat.st_blksize, so that
25543         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
25544
25545 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25546
25547         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
25548         since strftime.c uses HAVE_STRFTIME to decide whether to use
25549         the underlying strftime.
25550
25551 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25552
25553         * lib/time/strftime.c (my_strftime): Make sure we call the system
25554         strftime, not ourselves, when invoking the underlying strftime.
25555
25556 2000-03-24  Jim Meyering  <meyering@lucent.com>
25557
25558         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
25559         (charset_alias): Define.
25560         (install-exec-local): Factor out common code.
25561         (uninstall-local): Split lines longer than 80.
25562         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
25563         (SUFFIXES): Define.
25564         (.sed.in.sed): New rule.  Don't redirect directly to $@.
25565         (CLEANFILES): Add ref-add.sed and ref-del.sed.
25566
25567 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
25568
25569         * lib/config.charset: Output a line containing "Packages using this
25570         file".
25571         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
25572         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
25573         ref-del.sed): New rules.
25574
25575 2000-03-17  Jim Meyering  <meyering@lucent.com>
25576
25577         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
25578         Otherwise, include <strings.h>
25579
25580 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
25581
25582         * lib/unicodeio.c (utf8_wctomb): New function.
25583         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
25584         format instead of in UCS-4 with platform dependent endianness.
25585
25586 2000-03-10  Jim Meyering  <meyering@lucent.com>
25587
25588         * m4/lib-check.m4: Look for getspnam in -lgen, too.
25589         From Marco Franzen.
25590
25591 2000-03-07  Paul Eggert  <eggert@twinsun.com>
25592
25593         * lib/savedir.c (savedir): Work even if directory size is
25594         negative; this can happen with some screwy NFS configurations.
25595
25596 2000-03-06  Jim Meyering  <meyering@lucent.com>
25597
25598         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
25599         if it's NULL (because we ran out of memory).  From Bruno Haible.
25600
25601 2000-03-05  Jim Meyering  <meyering@lucent.com>
25602
25603         * lib/localcharset.c ("path-concat.h"): Include.
25604         (get_charset_aliases): Use path_concat instead of ANSI string
25605         concatenation.
25606
25607         * lib/unicodeio.h (PARAMS): Define.
25608         Use it to guard prototype.
25609
25610 2000-03-04  Jim Meyering  <meyering@lucent.com>
25611
25612         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
25613         for lib/localcharset.c.
25614
25615 2000-03-04  Jim Meyering  <meyering@lucent.com>
25616
25617         * lib/Makefile.am (install-exec-local): Create $(libdir) before
25618         installing into it.
25619         (uninstall-local): Uncomment this rule so `make distcheck' works
25620         once again.
25621
25622         * lib/unicodeio.c (<errno.h>): Include it.
25623         (errno): Declare if not defined.
25624
25625         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
25626
25627         * lib/config.charset: New version, incorporating remarks from a linux
25628         i18n mailing list.  From Bruno Haible.
25629
25630 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
25631
25632         * m4/codeset.m4: New file.
25633         * m4/iconv.m4: New file.
25634         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
25635
25636 2000-03-03  Jim Meyering  <meyering@lucent.com>
25637
25638         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
25639
25640 2000-03-02  Jim Meyering  <meyering@lucent.com>
25641
25642         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
25643         the messages come out on separate lines.
25644
25645         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
25646         rather than jm_CHECK_DECLARATIONS.
25647         * m4/decl.m4: Remove now-unused file.
25648
25649         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
25650         geteuid.
25651
25652 2000-03-02  Jim Meyering  <meyering@lucent.com>
25653
25654         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
25655
25656 2000-03-01  Jim Meyering  <meyering@lucent.com>
25657
25658         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
25659         * lib/unicodeio.c: Likewise.
25660
25661 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
25662
25663         * lib/config.charset: New file.
25664         * lib/localcharset.c: New file.
25665         * lib/unicodeio.h, lib/unicodeio.c: New files.
25666         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
25667         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
25668         (noinst_HEADERS): Add unicodeio.h.
25669         (all-local, install-exec-local, charset.alias): New targets.
25670
25671 2000-02-28  Paul Eggert  <eggert@twinsun.com>
25672
25673         * lib/quotearg.c (ALERT_CHAR): New macro.
25674         (quotearg_buffer_restyled): Use it.
25675
25676 2000-02-27  Jim Meyering  <meyering@lucent.com>
25677
25678         * m4/check-decl.m4: Add getenv to the list.
25679
25680 2000-02-27  Jim Meyering  <meyering@lucent.com>
25681
25682         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
25683         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
25684
25685         * lib/backupfile.c: Guard inclusion of stdlib.h with
25686         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
25687         Declare malloc if needed.
25688
25689         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
25690         `#ifndef HAVE_DECL..'
25691         now that autoconf always defines the HAVE_DECL_ symbols.
25692         * lib/human.c: Likewise.
25693         * lib/same.c: Likewise.
25694         * lib/strtoumax.c: Likewise.
25695
25696         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
25697         declaration check was not run.
25698         * lib/hash.c: Likewise.
25699         * lib/human.c: Likewise.
25700         * lib/same.c: Likewise.
25701         * lib/strtoumax.c: Likewise.
25702
25703         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
25704         `.', then first look up the entire `.'-containing string as a login
25705         name.
25706
25707 2000-02-23  Jim Meyering  <meyering@lucent.com>
25708
25709         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
25710         in place of my hack.
25711
25712 2000-02-18  Paul Eggert  <eggert@twinsun.com>
25713
25714         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
25715         (textint): New typedef.
25716         (parser_control): Member year changed from int to textint.
25717         All uses changed.
25718         (YYSTYPE): Removed; replaced by %union with int and textint members.
25719         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
25720         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
25721         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
25722         (tSNUMBER, tUNUMBER): Now of type <textintval>.
25723         (date, number, to_year): Use width of number in digits, not its value,
25724         to determine whether it's a 2-digit year, or a 2-digit time.
25725         (yylex): Store number of digits of numeric tokens.
25726         Reported by John Kendall.
25727
25728         (parser_control): Changed from struct parser_control to typedef (for
25729         consistency).  All uses changed.
25730
25731         (tID): Removed; not used.
25732         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
25733
25734 2000-02-14  Paul Eggert  <eggert@twinsun.com>
25735
25736         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
25737         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
25738
25739 2000-02-12  Jim Meyering  <meyering@lucent.com>
25740
25741         * lib/userspec.c (ISDIGIT): Define it.
25742         (isdigit): Remove definition.
25743         (is_number): Use ISDIGIT, not isdigit.
25744         <libintl.h>: Include.
25745         (_ and N_): Define.
25746         (parse_user_spec): Mark translatable strings.
25747
25748 2000-02-10  Jim Meyering  <meyering@lucent.com>
25749
25750         With these changes, nanosleep.[ch] are finally enough like the other
25751         lib/* replacement files to compile on a few more losing systems.
25752
25753         * lib/nanosleep.h: Don't include config.h.
25754         Remove prototype from declaration of nanosleep.
25755         (PARAMS): Remove now-unneeded definition.
25756         * lib/nanosleep.c: #undef nanosleep.
25757         (rpl_nanosleep): Rename from nanosleep.
25758
25759 2000-02-10  Jim Meyering  <meyering@lucent.com>
25760
25761         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
25762         gnu_nanosleep to rpl_nanosleep.
25763
25764 2000-02-09  Jim Meyering  <meyering@lucent.com>
25765
25766         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
25767         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
25768
25769 2000-02-08  Akim Demaille  <akim@epita.fr>
25770
25771         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
25772         `[' and `]' and remove uses of `changequote'.
25773         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
25774         (AC_SYS_LARGEFILE): Likewise.
25775         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
25776         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
25777         of changequote.
25778         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
25779         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
25780         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
25781         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
25782
25783 2000-02-05  Jim Meyering  <meyering@lucent.com>
25784
25785         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
25786         Remove explicit use of AC_HEADER_TIME.  It is required by
25787         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
25788         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
25789         in autoconf whereby the expansion of the latter ended up preceding
25790         the expansion of its prerequisite, AC_HEADER_TIME.
25791         Reported by Volker Borchert.
25792
25793 2000-02-03  Jim Meyering  <meyering@lucent.com>
25794
25795         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
25796
25797 2000-02-03  Jim Meyering  <meyering@lucent.com>
25798
25799         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
25800         rather than with `#if HAVE_UTMPNAME'.
25801
25802 2000-02-02  Jim Meyering  <meyering@lucent.com>
25803
25804         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
25805         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
25806         Reported by Eli Zaretskii.
25807
25808 2000-02-01  Jim Meyering  <meyering@lucent.com>
25809
25810         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
25811
25812 2000-01-31  Jim Meyering  <meyering@lucent.com>
25813
25814         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
25815         functions.  Add the time.h and sys/time.h headers along with the
25816         AC_REQUIRE'ment of AC_HEADER_TIME.
25817
25818 2000-01-31  Jim Meyering  <meyering@lucent.com>
25819
25820         * lib/nanosleep.h (nanosleep): Guard declaration with
25821         `#if ! HAVE_DECL_NANOSLEEP'.
25822         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
25823         the declaration in that vendor's sys/timers.h.
25824         Reported by Christian Krackowizer.
25825
25826         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
25827         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
25828         (ISPRINT): Likewise.
25829         Reported by Tom Tromey.
25830
25831 2000-01-30  Jim Meyering  <meyering@lucent.com>
25832
25833         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
25834
25835         * m4/prereq.m4 (utmp_includes): Define.
25836         Check for ut_user and ut_name members in both struct utmpx
25837         and struct utmp.
25838
25839 2000-01-30  Jim Meyering  <meyering@lucent.com>
25840
25841         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
25842         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
25843         header files where only utmpx.ut_user is declared.
25844
25845         * lib/readutmp.h (UT_USER): Define.
25846
25847 2000-01-29  Jim Meyering  <meyering@lucent.com>
25848
25849         * m4/lib-check.m4: New file containing library-related checks from
25850         fileutils and sh-utils (textutils had none).
25851
25852 2000-01-28  Jim Meyering  <meyering@lucent.com>
25853
25854         * m4/perl.m4: Change format of warning message to look more like that
25855         from the missing script.  Suggestion from François Pinard.
25856
25857 2000-01-25  Jim Meyering  <meyering@lucent.com>
25858
25859         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
25860         well as time.h in the compile check.
25861         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
25862         Fix typo in cross-compiling case: s/yes/no/.
25863
25864 2000-01-23  Jim Meyering  <meyering@lucent.com>
25865
25866         * m4/jm-macros.m4: Move df-related tests here from
25867         fileutils/configure.in
25868
25869         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
25870         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
25871
25872         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
25873         s/space/ac_fsusage_space/.
25874         (jm_FILE_SYSTEM_USAGE): Take two parameters.
25875
25876         * m4/ftruncate.m4: New file (derived from part of
25877         fileutils/configure.in).
25878         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
25879         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
25880
25881         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
25882         AC_SUBST these here, rather than just in sh-util/configure.in, so
25883         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
25884         all the same.
25885         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
25886         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
25887         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
25888         (AC_SUBST(POW_LIBM)): Likewise.
25889         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
25890
25891 2000-01-23  Jim Meyering  <meyering@lucent.com>
25892
25893         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
25894         obstack.c.
25895
25896 2000-01-22  Jim Meyering  <meyering@lucent.com>
25897
25898         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
25899
25900         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
25901
25902         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
25903         configure.in
25904         (AC_CHECK_HEADERS): Likewise for sh-utils.
25905         (AC_CHECK_HEADERS): Likewise for textutils.
25906         Merge the three lists of headers.
25907
25908         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
25909         from fileutils' configure.in.
25910
25911         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
25912         code. Moved tests into their own function (_jm_DECL_HEADERS) in
25913         check-decl.m4.
25914
25915         * m4/check-decl.m4: Use #if rather than #ifdef.
25916         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
25917         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
25918         (_jm_DECL_HEADERS): Define new function.
25919         (jm_CHECK_DECLARATIONS): Require it.
25920
25921 2000-01-22  Jim Meyering  <meyering@lucent.com>
25922
25923         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
25924         [! HAVE_DECL_STRTOULL]: Declare strtoull.
25925         Required for some AIX systems.  Reported by Christian Krackowizer.
25926         [TESTING] (main): New function.
25927
25928         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
25929         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
25930         letters.
25931
25932         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
25933         iswprint.
25934
25935         * lib/strverscmp.c (ISDIGIT): Define.
25936         (strverscmp): Use ISDIGIT, not isdigit.
25937
25938 2000-01-19  Jim Meyering  <meyering@lucent.com>
25939
25940         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
25941         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
25942         defines `struct timespec' in <sys/time.h>
25943
25944         * m4/c-bs-a.m4: Remove uses of changequote altogether.
25945         Thanks to Akim for explaining.
25946
25947 2000-01-17  Paul Eggert  <eggert@twinsun.com>
25948
25949         * lib/nanosleep.c (nanosleep):
25950         Don't use SA_INTERRUPT to decide whether to call sigaction, as
25951         POSIX.1 doesn't require SA_INTERRUPT and some systems
25952         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
25953         it's been part of POSIX.1 since day 1 (in 1988).
25954
25955 2000-01-17  Jim Meyering  <meyering@lucent.com>
25956
25957         * lib/interlock: Remove unused file.  Reported by François Pinard.
25958
25959 2000-01-16  Paul Eggert  <eggert@twinsun.com>
25960
25961         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
25962         alert, backslash, formfeed, and vertical tab unnecessarily in
25963         shell quoting style.
25964
25965 2000-01-16  Jim Meyering  <meyering@lucent.com>
25966
25967         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
25968         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
25969         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
25970         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
25971
25972 2000-01-16  Jim Meyering  <meyering@lucent.com>
25973
25974         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
25975         because the latter didn't work.
25976
25977 2000-01-15  Jim Meyering  <meyering@lucent.com>
25978
25979         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
25980         (AC_REPLACE_FUNCS): Add memcpy and memset.
25981         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
25982         Add strpbrk.
25983         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
25984
25985 2000-01-12  Jim Meyering  <meyering@lucent.com>
25986
25987         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
25988         (jm_PREREQ): Use it.
25989         (jm_PREREQ_READUTMP): New macro.
25990         (jm_PREREQ): Use it.
25991
25992 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25993
25994         Quote multibyte characters correctly.
25995         * m4/c-bs-a.m4: New file.
25996         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
25997         (jm_PREREQ): Use it.
25998
25999 2000-01-11  Paul Eggert  <eggert@twinsun.com>
26000
26001         * m4/uintmax_t.m4: Port to autoconf 2.13.
26002
26003 2000-01-08  Jim Meyering  <meyering@ascend.com>
26004
26005         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
26006         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
26007
26008 2000-01-04  Jim Meyering  <meyering@ascend.com>
26009
26010         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
26011         jm_STRUCT_DIRENT_D_TYPE.
26012         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
26013         jm_STRUCT_DIRENT_D_INO.
26014         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
26015         jm_STRUCT_UTIMBUF.
26016         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
26017         renamings.
26018         * m4/utime.m4: Likewise.
26019
26020         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
26021         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
26022
26023 2000-01-03  Paul Eggert  <eggert@twinsun.com>
26024
26025         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
26026         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
26027
26028 2000-01-02  Jim Meyering  <meyering@ascend.com>
26029
26030         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
26031         remember if this is necessary.
26032
26033 1999-12-26  Jim Meyering  <meyering@ascend.com>
26034
26035         * m4/jm-macros.m4: Use it here.
26036         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
26037
26038 1999-12-23  Jim Meyering  <meyering@ascend.com>
26039
26040         * m4/jm-macros.m4: Check for clock_gettime (moved from
26041         fileutils/configure.in)
26042         Check for gettimeofday.
26043
26044 1999-12-20  Jim Meyering  <meyering@ascend.com>
26045
26046         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
26047         autoconf-2.14a-1999-12-20.
26048
26049 1999-12-19  Jim Meyering  <meyering@ascend.com>
26050
26051         * m4/lstat-slash.m4: New file.
26052         * m4/jm-macros.m4: Use the new macro:
26053         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
26054
26055 1999-12-07  Jim Meyering  <meyering@ascend.com>
26056
26057         * m4/perl.m4: Require that File::Compare be available, too.
26058         Too many systems seem to lack it.
26059
26060         * m4/strftime.m4: Add checks for most of the cpp macros tested in
26061         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
26062
26063 1999-11-18  Paul Eggert  <eggert@twinsun.com>
26064
26065         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
26066         problem with the QNX 4.25 shell, which doesn't propagate exit
26067         status of failed commands inside shell assignments.
26068
26069 1999-11-17  Jim Meyering  <meyering@ascend.com>
26070
26071         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
26072
26073 1999-11-07  Jim Meyering  <meyering@ascend.com>
26074
26075         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
26076
26077 1999-11-06  Jim Meyering  <meyering@ascend.com>
26078
26079         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
26080         * m4/jm-macros.m4 (jm_MACROS): Use it here.
26081
26082 1999-11-05  Jim Meyering  <meyering@ascend.com>
26083
26084         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
26085         configure.in of textutils, fileutils, and sh-utils into this one
26086         (shared between those packages) file.
26087         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
26088         AC_STRUCT_ST_BLKSIZE.
26089
26090 1999-11-03  Jim Meyering  <meyering@ascend.com>
26091
26092         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
26093         of AC_CHECK_TYPE checks includes unistd.h.
26094         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
26095         Suggestion from Akim Demaille.
26096
26097 1999-10-30  Jim Meyering  <meyering@ascend.com>
26098
26099         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
26100         m4-quoted string.
26101         * m4/ls-mntd-fs.m4: Likewise.
26102         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
26103         * m4/jm-winsz1.m4: Likewise.
26104
26105         * m4/const.m4: Remove file, since the fix made it into the experimental
26106         version of autoconf.
26107         * m4/mktime.m4: Likewise.
26108
26109         * m4/check-type.m4: Remove file, now that the latest version of
26110         AC_CHECK_TYPE takes a third arg to specify additional #includes.
26111
26112         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
26113         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
26114         AC_CHECK_TYPE.
26115
26116 1999-10-04  Jim Meyering  <meyering@ascend.com>
26117
26118         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
26119
26120 1999-09-22  Paul Eggert  <eggert@twinsun.com>
26121
26122         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
26123         2.95.1 bug with HP-UX 10.20.
26124
26125 1999-09-17  Jim Meyering  <meyering@ascend.com>
26126
26127         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
26128         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
26129         due to missing strdup (against sh-utils-2.0).
26130
26131 1999-08-29  Jim Meyering  <meyering@ascend.com>
26132
26133         * m4/jm-macros.m4: Require jm_BISON.
26134         * m4/bison.m4: New file.
26135
26136 1999-08-17  Paul Eggert  <eggert@twinsun.com>
26137
26138         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
26139         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
26140
26141 1999-08-05  Jim Meyering  <meyering@ascend.com>
26142
26143         * m4/getline.m4: Rename test file from conftestdata to conftest.data
26144         to avoid conflicts with `conftest' on 8+3 filesystems.
26145         Suggestion from Eli Zaretskii.
26146
26147 1999-08-04  Jim Meyering  <meyering@ascend.com>
26148
26149         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
26150         fileutils and sh-utils (textutils's getline test was inadequate).
26151         (AM_FUNC_GETLINE): Run this test.
26152         (AC_CHECK_FUNCS): Check for getdelim.
26153         Reported by Bob Proulx.
26154
26155 1999-08-02  Jim Meyering  <meyering@ascend.com>
26156
26157         * m4/jm-macros.m4: Add a comment.
26158
26159 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26160
26161         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
26162         <inttypes.h> defines strtoumax as a macro (and not as a
26163         function).
26164
26165 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26166
26167         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
26168         that we can shift, multiply and divide unsigned long long
26169         values; Ultrix cc can't do it.
26170
26171 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26172
26173         * m4/mktime.m4: New file, which is a preview of what should appear
26174         in the next public autoconf release.
26175
26176 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26177
26178         * m4/lfs.m4: Remove this file.
26179         * m4/largefile.m4: New file.  It contains the old contents of
26180         lfs.m4, except that all names with prefix AC_LFS have been
26181         changed to use the prefix AC_SYS_LARGEFILE instead, to be
26182         compatible with future autoconf versions.  Also, some minor m4
26183         quoting problems have been fixed.
26184
26185 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26186
26187         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
26188         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
26189         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
26190         and simplify the shell code.
26191
26192 1999-08-01  Jim Meyering  <meyering@ascend.com>
26193
26194         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
26195         m4.
26196
26197 1999-07-20  Jim Meyering  <meyering@ascend.com>
26198
26199         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
26200
26201 1999-07-15  Jim Meyering  <meyering@ascend.com>
26202
26203         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
26204
26205 1999-05-22  Jim Meyering  <meyering@ascend.com>
26206
26207         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
26208
26209 1999-05-20  Jim Meyering  <meyering@ascend.com>
26210
26211         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
26212         Add a colon after each `then' in case $4 is empty.
26213
26214 1999-05-16  Jim Meyering  <meyering@ascend.com>
26215
26216         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
26217
26218 1999-05-10  Jim Meyering  <meyering@ascend.com>
26219
26220         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
26221
26222         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
26223         AC_FUNC_MKTIME.
26224
26225 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
26226
26227         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
26228
26229 1999-05-04  Paul Eggert  <eggert@twinsun.com>
26230
26231         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
26232         not CPPFLAGS, so that linking works correctly in IRIX.
26233
26234 1999-04-30  Paul Eggert  <eggert@twinsun.com>
26235
26236         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
26237
26238 1999-04-20  Paul Eggert  <eggert@twinsun.com>
26239
26240         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
26241         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
26242         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
26243         jm_AC_TYPE_UNSIGNED_LONG_LONG.
26244         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
26245
26246         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
26247
26248 1999-04-20  Jim Meyering  <meyering@ascend.com>
26249
26250         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
26251         AC_REPLACE xstroull if necessary.  From Paul Eggert.
26252         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
26253
26254 1999-04-18  Jim Meyering  <meyering@ascend.com>
26255
26256         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
26257         * m4/jm-macros.m4: Use it.
26258
26259 1999-04-06  Jim Meyering  <meyering@ascend.com>
26260
26261         * m4/strftime.m4: Remove test for %f.
26262
26263 1999-03-29  Jim Meyering  <meyering@ascend.com>
26264
26265         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
26266         superset of the AC_TYPE_* checks in the textutils, fileutils,
26267         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
26268         AC_TYPE_PID_T.
26269
26270 1999-03-28  Jim Meyering  <meyering@ascend.com>
26271
26272         * m4/jm-macros.m4: Define GNU_PACKAGE here.
26273         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
26274         replaced e.g., in the *.sh files of the sh-utils.
26275
26276 1999-03-20  Jim Meyering  <meyering@ascend.com>
26277
26278         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
26279         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
26280         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
26281
26282 1999-03-19  Jim Meyering  <meyering@ascend.com>
26283
26284         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
26285
26286 1999-03-12  Jim Meyering  <meyering@ascend.com>
26287
26288         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
26289
26290 1999-03-07  Jim Meyering  <meyering@ascend.com>
26291
26292         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
26293         declared.
26294
26295 1999-02-17  Jim Meyering  <meyering@ascend.com>
26296
26297         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
26298         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
26299
26300 1999-02-07  Jim Meyering  <meyering@ascend.com>
26301
26302         * m4/group-member.m4: New file -- extracted from sh-utils'
26303         configure.in.
26304
26305         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
26306         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
26307
26308 1999-02-06  Jim Meyering  <meyering@ascend.com>
26309
26310         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
26311         * m4/fnmatch.m4: Likewise.
26312         * m4/getgroups.m4: Likewise.
26313         * m4/lstat.m4: Likewise.
26314         * m4/malloc.m4: Likewise.
26315         * m4/putenv.m4: Likewise.
26316         * m4/realloc.m4: Likewise.
26317         * m4/regex.m4: Likewise.
26318         * m4/stat.m4: Likewise.
26319         * m4/strftime.m4: Likewise.
26320         Suggestion from Alain Magloire.
26321
26322         * m4/chown.m4: Use `.$ac_objext', not `.o'.
26323         * m4/fnmatch.m4: Likewise.
26324         * m4/getgroups.m4: Likewise.
26325         * m4/getline.m4: Likewise.
26326         * m4/lstat.m4: Likewise.
26327         * m4/malloc.m4: Likewise.
26328         * m4/memcmp.m4: Likewise.
26329         * m4/putenv.m4: Likewise.
26330         * m4/realloc.m4: Likewise.
26331         * m4/regex.m4: Likewise.
26332         * m4/stat.m4: Likewise.
26333         * m4/strftime.m4: Likewise.
26334         Suggestion from Alain Magloire.
26335
26336         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
26337         an argument.
26338
26339         * m4/regex.m4: Add a run-time Test for proper operation of
26340         re_compile_pattern.
26341
26342 1999-01-31  Jim Meyering  <meyering@ascend.com>
26343
26344         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
26345
26346 1999-01-30  Jim Meyering  <meyering@ascend.com>
26347
26348         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
26349
26350         * m4/jm-mktime.m4: Make this a wrapper around the official
26351         AM_FUNC_MKTIME rather than my private copy, now that the official one
26352         is up to date.
26353         * m4/mktime.m4: Remove file.
26354
26355         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
26356         * m4/uptime.m4: Likewise.
26357         * m4/uintmax_t.m4: Likewise.
26358
26359 1999-01-28  Jim Meyering  <meyering@ascend.com>
26360
26361         * m4/jm-macros.m4: Use jm_AFS.
26362         * m4/afs.m4: New file (from fileutils' configure.in).
26363
26364         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
26365         * m4/chown.m4: Likewise.
26366         * m4/d-ino.m4: Likewise.
26367         * m4/d-type.m4: Likewise.
26368         * m4/fnmatch.m4: Likewise.
26369         * m4/getgroups.m4: Likewise.
26370         * m4/gettext.m4: Likewise.
26371         * m4/jm-mktime.m4: Likewise.
26372         * m4/jm-winsz2.m4: Likewise.
26373         * m4/lcmessage.m4: Likewise.
26374         * m4/ls-mntd-fs.m4: Likewise.
26375         * m4/malloc.m4: Likewise.
26376         * m4/memcmp.m4: Likewise.
26377         * m4/putenv.m4: Likewise.
26378         * m4/realloc.m4: Likewise.
26379         * m4/st_mtim.m4: Likewise.
26380         * m4/strftime.m4: Likewise.
26381
26382 1999-01-16  Jim Meyering  <meyering@ascend.com>
26383
26384         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
26385         (ARGMATCH_DIE_DECL): Define.
26386
26387 1999-01-12  Jim Meyering  <meyering@ascend.com>
26388
26389         * m4/Makefile.am.in: Rewrite to avoid using fmt.
26390         Reported by Lars Hecking.
26391
26392 1999-01-10  Jim Meyering  <meyering@ascend.com>
26393
26394         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
26395         gross kludge.
26396         * m4/inttypes_h.m4: Likewise.
26397         * m4/lstat.m4: Likewise.
26398         * m4/malloc.m4: Likewise.
26399         * m4/readdir.m4: Likewise.
26400         * m4/realloc.m4: Likewise.
26401         * m4/st_dm_mode.m4: Likewise.
26402         * m4/stat.m4: Likewise.
26403         * m4/utimbuf.m4: Likewise.
26404         * m4/utimes.m4: Likewise.
26405
26406         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
26407         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
26408         comments in config.h.in are meaningful.
26409
26410         * m4/jm-macros.m4: Require autoconf-2.13 here.
26411
26412         * m4/regex.m4: By default, don't use the included regex.c on systems
26413         with glibc 2.  Suggestion from Uli Drepper.
26414
26415 1999-01-02  Jim Meyering  <meyering@ascend.com>
26416
26417         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
26418
26419 1998-12-18  Jim Meyering  <meyering@ascend.com>
26420
26421         * m4/Makefile.am.in (Makefile.am): Simplify rule.
26422         Based on a suggestion from Lars Hecking.
26423
26424 1998-11-16  Paul Eggert  <eggert@twinsun.com>
26425
26426         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
26427
26428 1998-11-16  Jim Meyering  <meyering@ascend.com>
26429
26430         * m4/lfs.m4: Double-quote the `uname...` expression.
26431
26432 1998-11-14  Jim Meyering  <meyering@ascend.com>
26433
26434         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
26435         * m4/stat.m4: Likewise.
26436
26437 1998-11-03  Jim Meyering  <meyering@ascend.com>
26438
26439         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
26440         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
26441
26442 1998-10-18  Jim Meyering  <meyering@ascend.com>
26443
26444         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
26445
26446 1998-10-17  Jim Meyering  <meyering@ascend.com>
26447
26448         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
26449         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
26450         calls for those previously hard-coded headers.  Instead, take a new
26451         parameter.
26452         (jm_CHECK_DECLARATIONS): Reflect interface change.
26453         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
26454         (jm_CHECK_DECL_LOCALTIME_R): New macro.
26455
26456         * m4/mktime.m4: Test for spring-forward gap before long-running test.
26457
26458 1998-10-14  Jim Meyering  <meyering@ascend.com>
26459
26460         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
26461         instead of "TZ=America/Vancouver".  From Paul Eggert.
26462
26463 1998-10-11  Jim Meyering  <meyering@ascend.com>
26464
26465         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
26466         This adds a test for a recently added compatibility fix for mktime.c.
26467         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
26468
26469 1998-09-27  Jim Meyering  <meyering@ascend.com>
26470
26471         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
26472
26473         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
26474         ../configure.in, including a change from Gordon Matzigkeit to allow
26475         cross-compiling for the Hurd.
26476
26477         * m4/glibc.m4: New file/macro to test for the GNU C Library
26478         versions 1 and 2.  From Gordon Matzigkeit.
26479         Indent.
26480
26481 1998-09-21  Jim Meyering  <meyering@ascend.com>
26482
26483         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
26484
26485 1998-08-18  Paul Eggert  <eggert@twinsun.com>
26486
26487         Port nanosecond-resolution times to UnixWare 2.1.2 and
26488         pedantic Solaris 2.6.
26489
26490         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
26491         AC_STRUCT_ST_MTIM.
26492         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
26493         Generate name of ns member, instead of just 1 or undef.
26494         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
26495
26496 1998-08-15  Jim Meyering  <meyering@ascend.com>
26497
26498         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
26499         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
26500         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
26501         instead of jm_TYPE_SSIZE_T.
26502
26503 1998-08-12  Jim Meyering  <meyering@ascend.com>
26504
26505         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
26506
26507 1998-08-02  Jim Meyering  <meyering@ascend.com>
26508
26509         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
26510         in acconfig.h manually.
26511
26512 1998-07-31  Paul Eggert  <eggert@twinsun.com>
26513
26514         * m4/st_mtim.m4: New file.
26515
26516 1998-07-28  Jim Meyering  <meyering@ascend.com>
26517
26518         * m4/utimes.m4: Undef stat.
26519
26520 1998-07-25  Jim Meyering  <meyering@ascend.com>
26521
26522         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
26523         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
26524
26525 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
26526
26527         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
26528         uid and gid actually remain unchanged.
26529
26530 1998-07-07  Jim Meyering  <meyering@ascend.com>
26531
26532         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
26533
26534 1998-07-04  Jim Meyering  <meyering@ascend.com>
26535
26536         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
26537         to prove that this macro can be used in packages without regex.c.
26538
26539 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
26540
26541         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
26542         is to be used.
26543
26544 1998-07-03  Jim Meyering  <meyering@ascend.com>
26545
26546         * m4/gettext.m4: Add -lintl if it's found to be necessary.
26547
26548         * m4/gettext.m4: New file -- from gettext-0.10.35.
26549         * m4/lcmessage.m4: Likewise.
26550         * m4/progtest.m4: Likewise.
26551
26552         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
26553         * m4/jm-macros.m4: Require the new macro.
26554
26555 1998-06-29  Jim Meyering  <meyering@ascend.com>
26556
26557         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
26558         for the definition of NGROUPS (used in a system header included
26559         by sys/mount.h).
26560
26561 1998-06-28  Jim Meyering  <meyering@ascend.com>
26562
26563         * m4/ls-mntd-fs.m4: New file.
26564         * m4/fstypename.m4: New file.
26565
26566         * m4/jm-macros.m4: Require the new macro.
26567         * m4/jm-glibc-io.m4: New file.
26568
26569 1998-05-19  Jim Meyering  <meyering@ascend.com>
26570
26571         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
26572         * m4/lchown.m4: New file.
26573
26574         * m4/Makefile.am.in: New file.
26575         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
26576
26577 1998-05-14  Jim Meyering  <meyering@ascend.com>
26578
26579         * m4/Makefile.am (EXTRA_DIST): Add them.
26580         * m4/jm-macros.m4: New file.
26581         * m4/utimbuf.m4: New file.
26582
26583 1998-05-12  Jim Meyering  <meyering@ascend.com>
26584
26585         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
26586
26587 1998-05-11  Jim Meyering  <meyering@ascend.com>
26588
26589         * m4/isc-posix.m4: New file.
26590
26591 1998-05-10  Jim Meyering  <meyering@ascend.com>
26592
26593         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
26594
26595 1998-05-09  Jim Meyering  <meyering@ascend.com>
26596
26597         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
26598         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
26599         with automake.
26600
26601         * m4/ssize_t.m4: New file.
26602         * m4/mktime.m4: Remove file -- the new automake has this now.
26603
26604 1998-04-26  Jim Meyering  <meyering@ascend.com>
26605
26606         * m4/assert.m4: New file.
26607         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
26608
26609 1998-04-05  Jim Meyering  <meyering@ascend.com>
26610
26611         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
26612         (jm_PREREQ): Use it here.
26613
26614 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
26615
26616         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
26617         in acconfig.h.
26618
26619 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
26620
26621         * m4/prereq.m4: New file.
26622         * m4/error.m4: New file.
26623         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
26624
26625 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
26626
26627         * m4/getline.m4: Don't set am_cv_func_working_getline before the
26628         cache-check for the same variable -- that defeated the purpose of
26629         the test; the test program was never run.  This was a problem only
26630         on systems with losing getline functions -- HP-UX 10.20 is one.
26631         Reported by Bjorn Helgaas.
26632
26633 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
26634
26635         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
26636
26637 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
26638
26639         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
26640
26641         * m4/const.m4: New file.  Use an initializer in this declaration
26642         typedef int charset[2]; const charset x;
26643         Reported by Bob Glickstein.
26644
26645 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
26646
26647         * m4/chown.m4: Fix reversed types on -1 args to chown.
26648         From Kaveh Ghazi.
26649
26650 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
26651
26652         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
26653         Add lseek and memchr.
26654
26655         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
26656         T.E.Dickey <dickey@clark.net> said that some older preprocessors
26657         have a 20-character limit on names.
26658
26659 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
26660
26661         * m4/inttypes_h.m4: New file.
26662         * m4/uintmax_t.m4: New file.
26663         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
26664
26665 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
26666   Free Software Foundation, Inc.
26667 Copying and distribution of this file, with or without modification,
26668 are permitted provided the copyright notice and this notice are preserved.