6e739cb7ca99b737f527af579fe4183c275aae22
[gnulib.git] / ChangeLog
1 2007-02-11  Bruno Haible  <bruno@clisp.org>
2
3         Ensure O(n) worst-case complexity of mbsstr.
4         * lib/mbsstr.c: Include stdbool.h.
5         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6         functions.
7         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
8         bookkeeping indicates that it's worth it.
9         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
10
11         * modules/mbsstr-tests: New file.
12         * tests/test-mbsstr1.c: New file.
13         * tests/test-mbsstr2.sh: New file.
14         * tests/test-mbsstr2.c: New file.
15         * tests/test-mbsstr3.sh: New file.
16         * tests/test-mbsstr3.c: New file.
17         * m4/locale-fr.m4: New file.
18
19 2007-02-11  Bruno Haible  <bruno@clisp.org>
20
21         * lib/mbsrchr.c (mbsrchr): Fix bug.
22
23         * modules/mbsrchr-tests: New file.
24         * tests/test-mbsrchr.sh: New file.
25         * tests/test-mbsrchr.c: New file.
26
27 2007-02-11  Bruno Haible  <bruno@clisp.org>
28
29         * lib/mbschr.c (mbschr): Fix bug.
30
31         * modules/mbschr-tests: New file.
32         * tests/test-mbschr.sh: New file.
33         * tests/test-mbschr.c: New file.
34         * m4/locale-zh.m4: New file.
35
36 2007-02-11  Bruno Haible  <bruno@clisp.org>
37
38         Support for copying multibyte string iterators.
39         * lib/mbiter.h: Include <string.h>.
40         (mbiter_multi_copy): New function.
41         (mbi_copy): New macro.
42         * lib/mbuiter.h: Include <string.h>.
43         (mbuiter_multi_copy): New function.
44         (mbui_copy): New macro.
45
46 2007-02-11  Bruno Haible  <bruno@clisp.org>
47
48         New module mbslen.
49         * modules/mbslen: New file.
50         * lib/mbslen.c: New file.
51         * lib/string_.h (mbslen): New declaration.
52         * m4/mbslen.m4: New file.
53         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
54         GNULIB_MBSLEN.
55         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
56         * MODULES.html.sh (Internationalization functions): Add mbslen.
57
58 2007-02-11  Bruno Haible  <bruno@clisp.org>
59
60         Ensure O(n) worst-case complexity of strcasestr substitute.
61         * lib/strcasestr.c: Include stdbool.h.
62         (knuth_morris_pratt): New function.
63         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
64         bookkeeping indicates that it's worth it.
65         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
66
67         * modules/strcasestr-tests: New file.
68         * tests/test-strcasestr.c: New file.
69
70 2007-02-11  Bruno Haible  <bruno@clisp.org>
71
72         Ensure O(n) worst-case complexity of c_strcasestr.
73         * lib/c-strcasestr.c: Include stdbool.h, string.h.
74         (knuth_morris_pratt): New function.
75         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
76         the bookkeeping indicates that it's worth it.
77         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
78
79         * modules/c-strcasestr-tests: New file.
80         * tests/test-c-strcasestr.c: New file.
81
82 2007-02-11  Bruno Haible  <bruno@clisp.org>
83
84         Ensure O(n) worst-case complexity of c_strstr.
85         * lib/c-strstr.c: Include stdbool.h, string.h.
86         (knuth_morris_pratt): New function.
87         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
88         bookkeeping indicates that it's worth it.
89         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
90
91         * lib/c-strstr.c: Complete rewrite for maintainability.
92
93         * modules/c-strstr-tests: New file.
94         * tests/test-c-strstr.c: New file.
95
96 2007-02-11  Bruno Haible  <bruno@clisp.org>
97
98         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
99         5.2.1 and earlier, whereby \055 was treated just like the range
100         delimiter '-'.  Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
101
102 2007-02-08  Bruno Haible  <bruno@clisp.org>
103
104         * modules/regex (Depends-on): Add stdbool.
105         Reported by Dalibor Topic <robilad@kaffe.org>.
106
107 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
108
109         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
110         Prefer returning from main to exiting from it.
111         Remove unnecessary parens after sizeof.
112
113 2007-02-05  Bruno Haible  <bruno@clisp.org>
114
115         New module mbssep.
116         * modules/mbssep: New file.
117         * lib/mbssep.c: New file.
118         * lib/string_.h (strsep): Add a conditional link warning.
119         (mbssep): New declaration.
120         * m4/mbssep.m4: New file.
121         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
122         GNULIB_MBSSEP.
123         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
124         * MODULES.html.sh (Internationalization functions): Add mbssep.
125
126 2007-02-05  Bruno Haible  <bruno@clisp.org>
127
128         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
129         Optimize search in case of 1 delimiter.
130
131 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
132
133         * lib/acl.h: Include sys/types.h before sys/acl.h.
134
135 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
136
137         Merge upstream fix for glibc bugzilla #3957:
138
139         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
140
141         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
142         bit for RE_HAT_LISTS_NOT_NEWLINE.
143         (build_charclass_op): Remove bogus comment.
144
145 2007-02-05  Simon Josefsson  <simon@josefsson.org>
146
147         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
148
149 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
150
151         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
152         * lib/memmem.c [!defined _LIBC]: Include config.h.
153
154 2007-02-04  Bruno Haible  <bruno@clisp.org>
155
156         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
157         warning message.
158
159 2007-02-04  Bruno Haible  <bruno@clisp.org>
160
161         New module mbstok_r.
162         * modules/mbstok_r: New file.
163         * lib/mbstok_r.c: New file.
164         * lib/string_.h (strtok_r): Change argument names to match the
165         comments. Add a conditional link warning.
166         (mbstok_r): New declaration.
167         * m4/mbstok_r.m4: New file.
168         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
169         GNULIB_MBSTOK_R.
170         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
171         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
172
173 2007-02-04  Bruno Haible  <bruno@clisp.org>
174
175         New module mbsspn.
176         * modules/mbsspn: New file.
177         * lib/mbsspn.c: New file.
178         * lib/string_.h (strspn): Add a conditional link warning.
179         (mbsspn): New declaration.
180         * m4/mbsspn.m4: New file.
181         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
182         GNULIB_MBSSPN.
183         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
184         * MODULES.html.sh (Internationalization functions): Add mbsspn.
185
186 2007-02-04  Bruno Haible  <bruno@clisp.org>
187
188         New module mbspbrk.
189         * modules/mbspbrk: New file.
190         * lib/mbspbrk.c: New file.
191         * lib/string_.h (strpbrk): Add a conditional link warning.
192         (mbspbrk): New declaration.
193         * m4/mbspbrk.m4: New file.
194         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
195         GNULIB_MBSPBRK.
196         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
197         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
198
199 2007-02-04  Bruno Haible  <bruno@clisp.org>
200
201         New module mbscspn.
202         * modules/mbscspn: New file.
203         * lib/mbscspn.c: New file.
204         * lib/string_.h (strcspn): Add a conditional link warning.
205         (mbscspn): New declaration.
206         * m4/mbscspn.m4: New file.
207         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
208         GNULIB_MBSCSPN.
209         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
210         * MODULES.html.sh (Internationalization functions): Add mbscspn.
211
212 2007-02-04  Bruno Haible  <bruno@clisp.org>
213
214         New module mbscasestr, reduced goal of strcasestr.
215         * modules/mbscasestr: New file.
216         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
217         (mbscasestr): Renamed from strcasestr.
218         * lib/strcasestr.c: Don't include mbuiter.h.
219         (strcasestr): Remove support for multibyte locales.
220         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
221         Change the conditional link warning.
222         (mbscasestr): New declaration.
223         * m4/mbscasestr.m4: New file.
224         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
225         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
226         REPLACE_STRCASESTR.
227         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
228         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
229         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
230         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
231         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
232         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
233         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
234         (Depends-on): Remove mbuiter.
235         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
236
237 2007-02-04  Bruno Haible  <bruno@clisp.org>
238
239         Simplify handling of strncasecmp.
240         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
241         the conditional link warning.
242         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
243         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
244         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
245         * modules/strcase (configure.ac): Don't invoke
246         gl_STRING_MODULE_INDICATOR.
247         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
248
249 2007-02-04  Bruno Haible  <bruno@clisp.org>
250
251         New module mbscasecmp, reduced goal of strcasecmp.
252         * modules/mbscasecmp: New file.
253         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
254         (mbscasecmp): Renamed from strcasecmp.
255         * lib/strcasecmp.c: Don't include mbuiter.h.
256         (strcasecmp): Remove support for multibyte locales.
257         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
258         Change the conditional link warning.
259         (mbscasecmp): New declaration.
260         * m4/mbscasecmp.m4: New file.
261         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
262         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
263         REPLACE_STRCASECMP.
264         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
265         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
266         GNULIB_MBSCASECMP.
267         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
268         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
269         * modules/strcase (Files): Remove m4/mbrtowc.m4.
270         (Depends-on): Remove mbuiter.
271         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
272
273 2007-02-04  Bruno Haible  <bruno@clisp.org>
274
275         New module mbsstr. Remove module strstr.
276         * modules/mbsstr: New file.
277         * modules/strstr: Remove file.
278         * lib/mbsstr.c: Renamed from lib/strstr.c.
279         (mbsstr): Renamed from strstr.
280         * lib/string_.h (strstr): Remove declaration. Change the conditional
281         link warning.
282         (mbsstr): New declaration.
283         * m4/mbsstr.m4: New file.
284         * m4/strstr.m4: Remove file.
285         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
286         REPLACE_STRSTR.
287         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
288         Don't initialize GNULIB_STRSTR.
289         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
290         substitute GNULIB_STRSTR and REPLACE_STRSTR.
291         * MODULES.html.sh (Internationalization functions): Add mbsstr.
292         (Support for systems lacking ANSI C 89): Remove strstr.
293
294 2007-02-04  Bruno Haible  <bruno@clisp.org>
295
296         New module mbsrchr.
297         * modules/mbsrchr: New file.
298         * lib/mbsrchr.c: New file.
299         * lib/string_.h (strrchr): Add a conditional link warning.
300         (mbsrchr): New declaration.
301         * m4/mbsrchr.m4: New file.
302         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
303         GNULIB_MBSRCHR.
304         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
305         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
306
307 2007-02-04  Bruno Haible  <bruno@clisp.org>
308
309         New module mbschr.
310         * modules/mbschr: New file.
311         * lib/mbschr.c: New file.
312         * lib/string_.h (strchr): Add a conditional link warning.
313         (mbschr): New declaration.
314         * m4/mbschr.m4: New file.
315         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
316         GNULIB_MBSCHR.
317         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
318         * MODULES.html.sh (Internationalization functions): Add mbschr.
319
320 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
321
322         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
323
324         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
325
326 2007-02-04  Bruno Haible  <bruno@clisp.org>
327
328         New module description section 'configure.ac-early'.
329         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
330         (func_get_autoconf_early_snippet): New function.
331         (func_import, func_create_testdir): Use it. Remove special cases for
332         modules 'extensions' and 'lock'.
333         * modules/extensions (configure.ac-early): Require
334         gl_USE_SYSTEM_EXTENSIONS.
335         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
336
337 2007-02-04  Bruno Haible  <bruno@clisp.org>
338
339         Make use of gcj-4.3's -fsource and -ftarget option.
340         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
341         and if so try the options -fsource and -ftarget.
342         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
343         source_version, ftarget_option, target_version arguments.
344         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
345         (is_envjavac_oldgcj_14_14_usable): Renamed from
346         is_envjavac_gcj_14_14_usable.
347         (is_envjavac_oldgcj_14_13_usable): Renamed from
348         is_envjavac_gcj_14_13_usable.
349         (is_gcj_present): Update.
350         (is_gcj_43, is_gcj43_usable): New functions.
351         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
352         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
353         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
354         try the options -fsource and -ftarget.
355
356 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
357
358         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
359         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
360         larger value.
361
362 2007-02-03  Jim Meyering  <jim@meyering.net>
363
364         Give tools a better chance to allocate space for very large buffers.
365         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
366
367         Make pwd and readlink work also when run with an unreadable parent dir
368         on systems with openat support.
369         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
370         provided getcwd function, even when we have openat support.
371         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
372
373 2007-02-02  Bruno Haible  <bruno@clisp.org>
374
375         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
376         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
377         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
378         portability problems if one of these functions is only used on specific
379         platforms.
380         Reported by Paul Eggert.
381
382 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
383
384         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
385         is causing more trouble than it's curing.
386         * lib/regex_internal.h (__mempcpy): Remove.
387         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
388         (and make the code a tad smaller to boot).
389         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
390
391 2007-02-02  Jim Meyering  <jim@meyering.net>
392
393         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
394         section, not in the Makefile.am: one.
395
396 2007-02-02  Eric Blake  <ebb9@byu.net>
397
398         * lib/strchrnul.c: Always include config.h first.
399
400         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
401         gnulib strstr is not necessary here.
402
403 2007-02-02  Simon Josefsson  <simon@josefsson.org>
404
405         * m4/socklen.m4: Fix typo.
406
407 2007-02-02  Eric Blake  <ebb9@byu.net>
408
409         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
410         * modules/netinet_in (Makefile.am): Likewise.
411
412 2007-02-01  Bruno Haible  <bruno@clisp.org>
413
414         * lib/string_.h (GL_LINK_WARNING): New macro.
415         (strcasecmp, strstr, strcasestr): If provided by the system,
416         conditionally define as a macro that leads to a warning instead of to
417         an error.
418         (strncasecmp): Conditionally define as a macro that leads to a warning.
419
420 2007-02-01  Jim Meyering  <jim@meyering.net>
421
422         Give tools a better chance to allocate space for very large buffers.
423         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
424
425 2007-02-01  Karl Berry  <karl@gnu.org>
426
427         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
428
429 2007-02-01  Bruno Haible  <bruno@clisp.org>
430
431         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
432         renamings.
433
434 2007-02-01  Eric Blake  <ebb9@byu.net>
435
436         * modules/regex (Depends-on): Revert dependence on mempcpy.
437         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
438         module's definition of mempcpy.
439         Reported by Paul Eggert.
440
441 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
442
443         * lib/string_.h: If the gnulib module XYZ is not present, undefine
444         the symbol XYZ before redefining it.  This fixes a problem with
445         programs that don't use XYZ, when compiled on systems that define
446         XYZ to something else.
447
448 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
449
450         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
451         occurs when "mkdir -m foo" creates a setgid directory that is (1)
452         writeable to group or other and (2) is intended to have a special
453         mode bit that is set or cleared.  In such a case, the directory
454         should be neither group- nor other-writeable until the special
455         mode bits are right.
456
457 2007-01-31  Eric Blake  <ebb9@byu.net>
458
459         * modules/mountlist (Depends-on): Add strstr.
460
461         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
462         bug.
463         * modules/string (Makefile.am): Remove redundant replacement.
464         * modules/regex (Depends-on): Add mempcpy.
465
466 2007-01-31  Bruno Haible  <bruno@clisp.org>
467
468         New module description field 'Link'.
469         * gnulib-tool (func_usage): Document --extract-link-directive.
470         (sed_extract_prog): Recognize 'Link' directive.
471         (func_get_link_directive): New function.
472         (func_import): Show summary of link directives.
473         Handle --extract-link-directive option.
474         * modules/acl (Link): New section.
475         * modules/clock-time (Link): New section.
476         * modules/euidaccess (Link): New section.
477         * modules/gettext (Link): New section.
478         * modules/iconv (Link): New section.
479         * modules/lock (Link): New section.
480         * modules/nanosleep (Link): New section.
481         * modules/readline (Link): New section.
482
483 2007-01-27  Bruno Haible  <bruno@clisp.org>
484
485         Enforce the use of gnulib modules for unportable <string.h> functions.
486         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
487         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
488         (gl_HEADER_STRING_H_BODY): Require it.
489         * lib/string_.h: If the gnulib module XYZ is not present, redefine
490         the symbol XYZ to one that gives a link error.
491         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
492         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
493         * modules/mempcpy (configure.ac): Likewise.
494         * modules/memrchr (configure.ac): Likewise.
495         * modules/stpcpy (configure.ac): Likewise.
496         * modules/stpncpy (configure.ac): Likewise.
497         * modules/strcase (configure.ac): Likewise.
498         * modules/strcasestr (configure.ac): Likewise.
499         * modules/strchrnul (configure.ac): Likewise.
500         * modules/strdup (configure.ac): Likewise.
501         * modules/strndup (configure.ac): Likewise.
502         * modules/strnlen (configure.ac): Likewise.
503         * modules/strpbrk (configure.ac): Likewise.
504         * modules/strsep (configure.ac): Likewise.
505         * modules/strstr (configure.ac): Likewise.
506         * modules/strtok_r (configure.ac): Likewise.
507
508 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
509
510         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
511
512 2007-01-30  Jim Meyering  <jim@meyering.net>
513
514         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
515
516 2007-01-29  Bruno Haible  <bruno@clisp.org>
517
518         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
519         * lib/execute.c: Likewise.
520         * lib/pipe.c: Likewise.
521         * lib/printf-args.h: Likewise.
522         * lib/printf-args.c: Likewise.
523         * lib/printf-parse.c: Likewise.
524         * lib/vasnprintf.c: Likewise.
525
526 2007-01-29  Eric Blake  <ebb9@byu.net>
527
528         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
529         declaration.
530
531 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
532
533         * lib/strptime.h (strptime): Use 'restrict' for args where
534         POSIX requires this.
535         * lib/strptime.c (strptime): Likewise.
536         Change license notice from LGPL to GPL, since gnulib-tool will
537         change this as needed.
538         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
539         defined.
540         Include "strptime.h" first, to check interface.
541         Do not #undef _LIBC and _NL_CURRENT.
542         Do not include <stdlib.h>; no longer needed.
543         Include "time_r.h" and declare ptime_locale_status
544         only if _LIBC is not defined.
545         (__P): Remove unused macro.
546         (match_string): Bring back glibc version, but use it only if _LIBC
547         is defined.
548         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
549         Remove unnecessary assertion and abort() call.
550         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
551         * m4/strptime.m4: Fix serial number comment.
552         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
553         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
554         (Depends-on): Add time_r.
555
556 2007-01-29  Bruno Haible  <bruno@clisp.org>
557
558         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
559         strptime.
560         * modules/strptime (Depends-on): Add stdbool.
561         * lib/strptime.h: Include <time.h> always. Add comments.
562
563 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
564
565         * modules/strptime: New file.
566         * lib/strptime.h: New file.
567         * lib/strptime.c: New file.
568         * m4/strptime.m4: New file.
569
570 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
571
572         * MODULES.html.sh: New module mpsort.
573         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
574
575         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
576         a circularity problem with HP-UX ia64 reported by Bob Proulx in
577         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
578         All uses changed.
579         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
580         All uses changed.
581         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
582         to _Restrict_.
583         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
584         the parameter matches the prototype.
585
586 2007-01-28  Jim Meyering  <jim@meyering.net>
587
588         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
589         sys/time.h here, reverting that part of the previous patch:
590         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
591
592 2007-01-28  Bruno Haible  <bruno@clisp.org>
593
594         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
595         value of $(SYS_TIME_H).
596         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
597         remove it conditionally, too. [added by Jim Meyering]
598         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
599         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
600         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
601         GETTIMEOFDAY_REPLACEMENT to 1.
602
603 2007-01-28  Bruno Haible  <bruno@clisp.org>
604
605         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
606         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
607         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
608         Set UNISTD_H instead of UNISTD_H2.
609         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
610
611 2007-01-28  Bruno Haible  <bruno@clisp.org>
612
613         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
614         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
615
616 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
617
618         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
619         (func_create_testdir): Ensure C locale for `grep' and `tr'
620         character ranges.
621         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
622         ACLOCAL_AMFLAGS parsing state machine.
623
624 2007-01-27  Bruno Haible  <bruno@clisp.org>
625
626         * modules/unistr/base: Update.
627
628 2007-01-27  Bruno Haible  <bruno@clisp.org>
629
630         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
631         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
632         * modules/unistr/u32-mbtouc-unsafe: Renamed from
633         modules/unistr/u32-mbtouc.
634         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
635         * lib/unistr.h: Update.
636         * lib/linebreak.c: Update.
637         * modules/unistr/u32-mbtouc: Renamed from
638         modules/unistr/u32-mbtouc-safe.
639         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
640         * lib/unistr.h: Update.
641         * lib/unistr/u32-to-u8.c: Update.
642         * lib/unistr/u32-to-u16.c: Update.
643
644 2007-01-27  Bruno Haible  <bruno@clisp.org>
645
646         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
647         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
648         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
649         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
650         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
651         * modules/unistr/u16-mbtouc-unsafe: Renamed from
652         modules/unistr/u16-mbtouc.
653         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
654         * lib/unistr.h: Update.
655         * lib/linebreak.c: Update.
656         * modules/linebreak: Update.
657         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
658         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
659         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
660         * modules/unistr/u16-mbtouc: Renamed from
661         modules/unistr/u16-mbtouc-safe.
662         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
663         * lib/unistr.h: Update.
664         * lib/unistr/u16-to-u8.c: Update.
665         * modules/unistr/u16-to-u8: Update.
666         * lib/unistr/u16-to-u32.c: Update.
667         * modules/unistr/u16-to-u32: Update.
668
669 2007-01-27  Bruno Haible  <bruno@clisp.org>
670
671         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
672         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
673         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
674         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
675         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
676         * modules/unistr/u8-mbtouc-unsafe: Renamed from
677         modules/unistr/u8-mbtouc.
678         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
679         * lib/unistr.h: Update.
680         * lib/striconveh.c: Update.
681         * modules/striconveh: Update.
682         * lib/linebreak.c: Update.
683         * modules/linebreak: Update.
684         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
685         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
686         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
687         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
688         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
689         * lib/unistr.h: Update.
690         * lib/striconveh.c: Update.
691         * modules/striconveh: Update.
692         * lib/unistr/u8-to-u16.c: Update.
693         * modules/unistr/u8-to-u16: Update.
694         * lib/unistr/u8-to-u32.c: Update.
695         * modules/unistr/u8-to-u32: Update.
696
697 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
698
699         Sync from Libtool.
700         * lib/argz.c: Do not include strings.h nor memory.h, include
701         string.h unconditionally.  Patch by Simon Josefsson.
702
703 2007-01-27  Bruno Haible  <bruno@clisp.org>
704
705         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
706         from gl_HEADER_STRING_H_BODY.
707         (gl_HEADER_STRING_H_BODY): Require it.
708         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
709         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
710         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
711         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
712         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
713         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
714         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
715         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
716         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
717         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
718         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
719         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
720         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
721         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
722         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
723
724 2007-01-27  Bruno Haible  <bruno@clisp.org>
725
726         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
727         check_PROGRAMS into noinst_PROGRAMS.
728         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
729         check_PROGRAMS in this case.
730         (func_import): Set for_test to false.
731         (func_create_testdir): Set for_test to true.
732
733 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
734             Bruno Haible  <bruno@clisp.org>
735
736         * modules/strcasestr (Files): Remove lib/strcasestr.h.
737         (Depends-on): Add string.
738         (Includes): Use <string.h> instead of strcasestr.h.
739         * modules/string (Makefile.am): Also substitute the value of
740         REPLACE_STRCASESTR.
741         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
742         assume strcasestr is declared in <string.h> not <strings.h>. Also
743         set REPLACE_STRCASESTR.
744         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
745         REPLACE_STRCASESTR.
746         * lib/strcasestr.h: Remove file.
747         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
748         * lib/string_.h (strcasestr): New declaration.
749
750 2007-01-27  Bruno Haible  <bruno@clisp.org>
751
752         * lib/string_.h: Use 'extern'.
753
754 2007-01-27  Jim Meyering  <jim@meyering.net>
755
756         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
757         of set-but-not-used local, "q".
758
759         * lib/mempcpy.c: Include <config.h> before <string.h>.
760         This fixes a compilation error on HP-UX, due to the system's
761         "restrict"-using mempcpy prototype.
762
763 2007-01-26  Bruno Haible  <bruno@clisp.org>
764
765         Small optimization.
766         * lib/javacomp.c: Include c-strstr.h.
767          (is_envjavac_gcj): Use c_strstr instead of strstr.
768         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
769
770 2007-01-26  Bruno Haible  <bruno@clisp.org>
771
772         * MODULES.html.sh (Unicode string functions): Add the new modules.
773
774         * modules/uniconv/u32-strconv-to-locale: New file.
775         * lib/uniconv/u32-strconv-to-locale.c: New file.
776
777         * modules/uniconv/u16-strconv-to-locale: New file.
778         * lib/uniconv/u16-strconv-to-locale.c: New file.
779
780         * modules/uniconv/u8-strconv-to-locale: New file.
781         * lib/uniconv/u8-strconv-to-locale.c: New file.
782
783         * modules/uniconv/u32-strconv-from-locale: New file.
784         * lib/uniconv/u32-strconv-from-locale.c: New file.
785
786         * modules/uniconv/u16-strconv-from-locale: New file.
787         * lib/uniconv/u16-strconv-from-locale.c: New file.
788
789         * modules/uniconv/u8-strconv-from-locale: New file.
790         * lib/uniconv/u8-strconv-from-locale.c: New file.
791
792         * modules/uniconv/u32-strconv-to-enc: New file.
793         * lib/uniconv/u32-strconv-to-enc.c: New file.
794         * modules/uniconv/u32-strconv-to-enc-tests: New file.
795         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
796
797         * modules/uniconv/u16-strconv-to-enc: New file.
798         * lib/uniconv/u16-strconv-to-enc.c: New file.
799         * lib/uniconv/u-strconv-to-enc.h: New file.
800         * modules/uniconv/u16-strconv-to-enc-tests: New file.
801         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
802
803         * modules/uniconv/u8-strconv-to-enc: New file.
804         * lib/uniconv/u8-strconv-to-enc.c: New file.
805         * modules/uniconv/u8-strconv-to-enc-tests: New file.
806         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
807
808         * modules/uniconv/u32-strconv-from-enc: New file.
809         * lib/uniconv/u32-strconv-from-enc.c: New file.
810         * modules/uniconv/u32-strconv-from-enc-tests: New file.
811         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
812
813         * modules/uniconv/u16-strconv-from-enc: New file.
814         * lib/uniconv/u16-strconv-from-enc.c: New file.
815         * modules/uniconv/u16-strconv-from-enc-tests: New file.
816         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
817
818         * modules/uniconv/u8-strconv-from-enc: New file.
819         * lib/uniconv/u8-strconv-from-enc.c: New file.
820         * lib/uniconv/u-strconv-from-enc.h: New file.
821         * modules/uniconv/u8-strconv-from-enc-tests: New file.
822         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
823
824         * modules/uniconv/u32-conv-from-enc: New file.
825         * lib/uniconv/u32-conv-from-enc.c: New file.
826         * modules/uniconv/u32-conv-from-enc-tests: New file.
827         * tests/uniconv/test-u32-conv-from-enc.c: New file.
828
829         * modules/uniconv/u16-conv-from-enc: New file.
830         * lib/uniconv/u16-conv-from-enc.c: New file.
831         * lib/uniconv/u-conv-from-enc.h: New file.
832         * modules/uniconv/u16-conv-from-enc-tests: New file.
833         * tests/uniconv/test-u16-conv-from-enc.c: New file.
834
835         * modules/uniconv/u8-conv-from-enc: New file.
836         * lib/uniconv/u8-conv-from-enc.c: New file.
837         * modules/uniconv/u8-conv-from-enc-tests: New file.
838         * tests/uniconv/test-u8-conv-from-enc.c: New file.
839
840         * modules/uniconv/base: New file.
841         * lib/uniconv.h: New file.
842
843 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
844
845         * doc/gnulib-tool.texi (Initial import): Update to match current
846         behavior with strdup module.
847         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
848         * lib/memmem.h: Remove; all uses removed.  This is now done
849         by <string.h>.
850         * lib/mempcpy.h: Likewise.
851         * lib/memrchr.h: Likewise.
852         * lib/stpcpy.h: Likewise.
853         * lib/stpncpy.h: Likewise.
854         * lib/strcase.h: Likewise.
855         * lib/strchrnul.h: Likewise.
856         * lib/strdup.h: Likewise.
857         * lib/strndup.h: Likewise.
858         * lib/strnlen.h: Likewise.
859         * lib/strpbrk.h: Likewise.
860         * lib/strsep.h: Likewise.
861         * lib/strstr.h: Likewise.
862         * lib/strtok_r.h: Likewise.
863         * lib/string_.h: New file.
864         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
865         Rely on <string.h> instead.
866         * lib/canon-host.c: Likewise.
867         * lib/chdir-long.c: Likewise.
868         * lib/concatpath.c: Likewise.
869         * lib/exclude.c: Likewise.
870         * lib/fchdir.c: Likewise.
871         * lib/getaddrinfo.c: Likewise.
872         * lib/getcwd.c: Likewise.
873         * lib/getsubopt.c: Likewise.
874         * lib/glob.c: Likewise.
875         * lib/hard-locale.c: Likewise.
876         * lib/iconvme.c: Likewise.
877         * lib/javacomp.c: Likewise.
878         * lib/mempcpy.c: Likewise.
879         * lib/memrchr.c: Likewise.
880         * lib/regex_internal.h: Likewise.
881         * lib/stpncpy.c: Likewise.
882         * lib/strcasecmp.c: Likewise.
883         * lib/strchrnul.c: Likewise.
884         * lib/strdup.c: Likewise.
885         * lib/striconv.c: Likewise.
886         * lib/striconveh.c: Likewise.
887         * lib/striconveha.c: Likewise.
888         * lib/strncasecmp.c: Likewise.
889         * lib/strndup.c: Likewise.
890         * lib/strnlen.c: Likewise.
891         * lib/strsep.c: Likewise.
892         * lib/strstr.c: Likewise.
893         * lib/strtok_r.c: Likewise.
894         * lib/userspec.c: Likewise.
895         * lib/w32spawn.h: Likewise.
896         * lib/xstrndup.c: Likewise.
897         * lib/mountlist.c (strstr): Remove decl.
898         * m4/string_h.m4: New file.
899         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
900         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
901         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
902         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
903         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
904         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
905         Set REPLACE_STRCASECMP if necessary.
906         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
907         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
908         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
909         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
910         HAVE_DECL_STRDUP if necessary.
911         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
912         since gl_FUNC_STRNDUP does that now.
913         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
914         Check for decl here...
915         (gl_PREREQ_STRNLEN): ... not here.
916         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
917         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
918         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
919         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
920         necessary.
921         * modules/string: New file.
922         * modules/memmem (Files): Remove special-purpose include file.
923         (Depends-on): Add string.
924         (Include): Include <string.h>, not the removed file.
925         * modules/mempcpy: Likewise.
926         * modules/memrchr: Likewise.
927         * modules/stpcpy: Likewise.
928         * modules/stpncpy: Likewise.
929         * modules/strcase: Likewise.
930         * modules/strchrnul: Likewise.
931         * modules/strdup: Likewise.
932         * modules/strndup: Likewise.
933         * modules/strnlen: Likewise.
934         * modules/strpbrk: Likewise.
935         * modules/strsep: Likewise.
936         * modules/strstr: Likewise.
937         * modules/strtok_r: Likewise.
938         * tests/test-dirname.c: Don't include "strdup.h", since
939         <string.h> now suffices.
940         * tests/test-memmem.c: Don't include "memmem.h", since
941         <string.h> now suffices.
942
943 2007-01-25  Bruno Haible  <bruno@clisp.org>
944
945         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
946         *resultp is 0.
947
948         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
949         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
950         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
951         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
952
953         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
954         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
955         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
956         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
957         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
958         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
959
960 2007-01-24  Bruno Haible  <bruno@clisp.org>
961
962         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
963         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
964         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
965         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
966         gl_FUNC_FTS_CORE.
967         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
968         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
969         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
970         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
971         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
972         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
973         gl_FUNC_FCHOWNAT.
974         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
975         gl_FUNC_STRFTIME.
976         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
977         Reported by Ralf Wildenhues.
978
979 2007-01-24  Bruno Haible  <bruno@clisp.org>
980
981         Drop AC_REQUIRE calls that are redundant with the module dependencies.
982         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
983         gl_GETADDRINFO.
984         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
985         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
986         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
987
988 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
989
990         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
991         Don't use 'exit'; just return from 'main'.
992         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
993
994         * lib/fnmatch_.h: Readjust white space and comments to match
995         glibc, to avoid spurious diffs.
996
997 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
998
999         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
1000         2004-12-01 change by Jakub Jelinek, since this code won't compile
1001         if !LIBC.  Problem reported by Bob Proulx.
1002
1003 2007-01-23  Bruno Haible  <bruno@clisp.org>
1004
1005         * lib/striconveh.c: Include c-strcaseeq.h.
1006         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
1007         * modules/striconveh (Depends-on): Add c-strcaseeq.
1008
1009 2007-01-23  Bruno Haible  <bruno@clisp.org>
1010
1011         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
1012
1013         * modules/c-strcaseeq: New file.
1014         * lib/c-strcaseeq.h: New file.
1015
1016         * modules/streq: New file.
1017         * lib/streq.h: New file.
1018
1019 2007-01-23  Bruno Haible  <bruno@clisp.org>
1020
1021         * modules/striconveha-tests: New file.
1022         * tests/test-striconveha.c: New file.
1023
1024         * lib/striconveha.h: Include <stdbool.h>.
1025         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
1026         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
1027         (mem_iconveha_notranslit): Renamed from mem_iconveha.
1028         (mem_iconveha): New function.
1029         (str_iconveha_notranslit): Renamed from str_iconveha.
1030         (str_iconveha): New function.
1031         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
1032         c-strcase.
1033
1034 2007-01-23  Bruno Haible  <bruno@clisp.org>
1035
1036         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
1037         encodings without forgiving before trying any encoding with handler.
1038         (str_iconveha): Try all encodings without forgiving before trying any
1039         encoding with handler.
1040
1041 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1042
1043         Import the following changes from libc.
1044
1045         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
1046
1047         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
1048
1049         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
1050
1051         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
1052         normal_bracket label.
1053
1054         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
1055
1056         [BZ #361]
1057         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
1058         to normal_bracket after fetching the next character.
1059
1060 2007-01-22  Bruno Haible  <bruno@clisp.org>
1061
1062         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
1063         argument.
1064         * lib/striconveh.c (iconv_carefully_1): New function.
1065         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
1066         argument.
1067         (str_cd_iconveh): Update.
1068         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
1069         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
1070         * tests/test-striconveh.c (MAGIC): New macro.
1071         (new_offsets): New function.
1072         (main): Test call with and without offsets.
1073
1074 2007-01-22  Bruno Haible  <bruno@clisp.org>
1075
1076         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
1077         * modules/sys_select (Makefile.am): Likewise.
1078         * modules/sys_socket (Makefile.am): Likewise.
1079         * modules/sys_time (Makefile.am): Likewise.
1080
1081 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
1082
1083         * modules/gettimeofday (License): Change from GPL to LGPL, since
1084         gettimeofday is a library function.
1085
1086 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1087
1088         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
1089
1090 2007-01-21  Bruno Haible  <bruno@clisp.org>
1091
1092         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
1093
1094 2007-01-21  Bruno Haible  <bruno@clisp.org>
1095
1096         * modules/striconveha: New file.
1097         * lib/striconveha.h: New file.
1098         * lib/striconveha.c: New file.
1099         * MODULES.html.sh (Internationalization functions): Add striconveha.
1100         * lib/striconv.c (str_iconv): Optimize the case of an empty input
1101         string.
1102         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
1103
1104 2007-01-21  Bruno Haible  <bruno@clisp.org>
1105
1106         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
1107         * lib/striconveh.c (str_iconveh): Likewise.
1108
1109 2007-01-21  Bruno Haible  <bruno@clisp.org>
1110
1111         * lib/striconveh.h (mem_iconveh): New declaration.
1112         * lib/striconveh.c (mem_iconveh): New function.
1113         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
1114
1115 2007-01-21  Bruno Haible  <bruno@clisp.org>
1116
1117         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
1118
1119         * lib/striconveh.h (mem_cd_iconveh): Change specification.
1120         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
1121         original result buffer.
1122         (str_cd_iconveh): Update.
1123         * tests/test-striconveh.c (main): Update.
1124
1125         * lib/striconv.h (mem_cd_iconv): Change specification.
1126         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
1127         result buffer.
1128         (str_cd_iconv): Update.
1129         * tests/test-striconv.c (main): Update.
1130
1131 2007-01-21  Bruno Haible  <bruno@clisp.org>
1132
1133         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
1134
1135 2007-01-20  Jim Meyering  <jim@meyering.net>
1136
1137         * lib/userspec.c (parse_with_separator): If a user or group string
1138         starts with "+", skip the corresponding name-to-ID look-up, since
1139         such a look-up must fail: user and group names may not include "+".
1140
1141 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1142
1143         * lib/poll.c: Include sys/time.h and time.h unconditionally,
1144         since we now assume the sys_time module.
1145         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
1146         check for sys/time.h; no longer needed.
1147         * modules/poll (Depends-on): Depend on sys_time.
1148
1149 2007-01-18  Bruno Haible  <bruno@clisp.org>
1150
1151         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
1152         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1153
1154         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
1155         gettimeofday.
1156
1157         * tests/test-gettimeofday.c: Include <time.h>.
1158         (dummy): Remove variable.
1159
1160         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
1161         gl_HEADER_SYS_TIME_H.
1162         (gl_HEADER_SYS_TIME_H): New macro.
1163
1164         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
1165         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1166         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
1167         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
1168         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1169         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
1170         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
1171         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1172         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
1173         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
1174         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1175
1176         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
1177         last change; it caused a compilation error when cross-compiling to
1178         Cygwin.
1179
1180 2007-01-18  Jim Meyering  <jim@meyering.net>
1181
1182         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
1183         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
1184         than the race-prone "test -d sys || mkdir sys".
1185         (configure.ac): Use AC_PROG_MKDIR_P.
1186         * modules/sys_select: Likewise.
1187         * modules/sys_socket: Likewise.
1188         * modules/sys_time: Likewise.
1189
1190 2007-01-18  Eric Blake  <ebb9@byu.net>
1191
1192         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
1193         replace gettimeofday.
1194         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
1195         name, to avoid infinite recursion.
1196
1197 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
1198
1199         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
1200         module sys_time.
1201         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
1202         assume timespec.h defines struct timeval.
1203         * lib/settime.c: Likewise.
1204         * lib/utimens.c: Likewise.
1205         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
1206         since we now assume the gettimeofday module.
1207         * lib/tempname.c (__gen_tempname): Likewise.
1208         * lib/gettimeofday.h: Remove.
1209         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
1210         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
1211         Include <time.h>, for 'time()'.
1212         (localtime_buffer_addr): Also use this workaround if
1213         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
1214         to simplify the uses.  All uses changed.
1215         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
1216         that #undef is inside {}, and 'const' follows type name consistently.
1217         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
1218         (gettimeofday): Do not use the maximum possible value for
1219         tv->tv_usec, since that might break usages other than ls.c.
1220         Instead, we'll leave ls.c alone.  This undoes today's patch
1221         by Bruno.  Add a compile-time warning for 1s-clock resolution;
1222         we've never observed the problem but might as well keep the
1223         canary.
1224         * lib/nanosleep.c: Include timespec.h first, for interface check.
1225         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
1226         now assume the sys_time module.
1227         * lib/tempname.c: Likewise.
1228         * lib/timespec.h: Likewise.
1229         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
1230         needed.
1231         * lib/strftime.c: Likewise.
1232         * lib/timespec.h: Likewise.
1233         * lib/posixtm.c: Include posixtm.h first, for interface check.
1234         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
1235         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
1236         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
1237         * lib/sys_time_.h: New file.
1238         * lib/timespec.h (struct timespec): Use long int, not long.
1239         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1240         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
1241         Remove obsolescent call to AC_HEADER_TIME.
1242         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1243         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
1244         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1245         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
1246         Likewise.
1247         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
1248         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
1249         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
1250         into the sys_time module.  Check for gettimeofday just once.
1251         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
1252         for gettimeofday signature to just check the signature.  Merely
1253         compile it, since linking doesn't test signature.  Improve test for
1254         whether gettimeofday.o is actually needed.
1255         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
1256         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
1257         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
1258         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1259         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
1260         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
1261         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
1262         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
1263         than worrying about sys/time.h.
1264         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1265         Don't bother worrying about TIME_WITH_SYS_TIME.
1266         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
1267         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
1268         * m4/sys_time_h.m4: New file.
1269         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
1270         Don't include sys/time.h.  Return from main rather than exiting.
1271         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
1272         all uses changed.
1273         * modules/gethrxtime (Depends-on): Add sys_time.
1274         * modules/gettime (Depends-on): Likewise.
1275         * modules/gettimeofday (Depends-on): Likewise.
1276         * modules/nanosleep (Depends-on): Likewise.
1277         * modules/settime (Depends-on): Likewise.
1278         * modules/tempname (Depends-on): Likewise.
1279         * modules/utimens (Depends-on): Likewise.
1280         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
1281         (Include:) Change back to <sys/time.h>.
1282         (Maintainer:) Add self.
1283         * modules/sys_time: New file.
1284         * modules/tempname (Depends-on): Add gettimeofday.
1285         * tests/test-gettimeofday.c: Include <sys/time.h>
1286         rather than gettimeofday.h.
1287
1288 2007-01-17  Bruno Haible  <bruno@clisp.org>
1289
1290         * gnulib-tool (func_get_license): Revert last patch. Instead, let
1291         the license default to GPL.
1292         (func_create_testdir): Don't complain if a module is LGPL and its
1293         tests module depends on GPLed modules.
1294
1295 2007-01-17  Bruno Haible  <bruno@clisp.org>
1296
1297         * lib/gettimeofday.c (gettimeofday): Add code for the case
1298         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
1299         maximum possible value for tv->tv_usec, rather than the minimum one.
1300
1301 2005-10-08  Martin Lambers  <marlam@marlam.de>
1302 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
1303 2007-01-16  Bruno Haible  <bruno@clisp.org>
1304
1305         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
1306         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
1307         gl_FUNC_GETTIMEOFDAY.
1308         (Include): Add gettimeofday.h.
1309         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
1310         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
1311         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
1312         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
1313         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
1314         * lib/gettimeofday.h: New file.
1315         * lib/gettimeofday.c: Include <sys/timeb.h>.
1316         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
1317         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1318         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
1319         fall back on time().
1320
1321         * tests/test-gettimeofday.c: New file.
1322         * modules/gettimeofday-tests: New file.
1323
1324 2007-01-16  Eric Blake  <ebb9@byu.net>
1325
1326         * modules/fnmatch (Depends-on): Depend on wchar.
1327         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
1328         * m4/fnmatch.m4: Likewise.
1329         * modules/mbchar (Makefile.am): Assume <wchar.h>.
1330         * m4/mbchar.m4: Likewise.
1331         * modules/mbswidth (Depends-on): Depend on wchar.
1332         * lib/mbswidth.c: Assume <wchar.h>.
1333         * m4/mbswidth.m4: Likewise.
1334         * modules/quotearg (Depends-on): Depend on wchar.
1335         * lib/quotearg.c: Assume <wchar.h>.
1336         * m4/quotearg.m4: Likewise.
1337         * modules/regex (Depends-on): Depend on wchar.
1338         * lib/regex_internal.h: Assume <wchar.h>.
1339         * m4/regex.m4: Likewise.
1340         * modules/stdint (Depends-on): Depend on wchar.
1341         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
1342         * m4/stdint.m4: Likewise.
1343         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
1344         * modules/strftime (Depends-on): Depend on wchar.
1345         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
1346         * modules/strtol (Depends-on): Depend on wchar.
1347         * lib/strtol.c: Assume <wchar.h>.
1348         * modules/wcwidth (Depends-on): Depend on wchar.
1349         * lib/wcwidth.h: Assume <wchar.h>.
1350         * m4/wcwidth.m4: Likewise.
1351
1352 2007-01-16  Bruno Haible  <bruno@clisp.org>
1353
1354         * modules/csharpexec-script: New, created from...
1355         * modules/csharpexec: ... this.
1356
1357 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
1358
1359         * modules/javaexec-script: New, created from...
1360         * modules/javaexec: ... this.
1361
1362 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1363
1364         * modules/poll (Dependencies): Add sys_select.
1365
1366 2007-01-15  Jim Meyering  <jim@meyering.net>
1367
1368         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
1369         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
1370         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
1371         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
1372
1373 2007-01-15  Bruno Haible  <bruno@clisp.org>
1374
1375         * modules/striconveh: New file.
1376         * lib/striconveh.h: New file.
1377         * lib/striconveh.c: New file.
1378         * MODULES.html.sh (Internationalization functions): Add striconveh.
1379
1380         * modules/striconveh-tests: New file.
1381         * tests/test-striconveh.c: New file.
1382
1383 2007-01-15  Bruno Haible  <bruno@clisp.org>
1384
1385         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
1386         not from GNU libiconv or GNU libc.
1387
1388 2007-01-15  Bruno Haible  <bruno@clisp.org>
1389
1390         * doc/gnulib-intro.texi (Copyright): Explain the different license
1391         terms for module descriptions, autoconf macros, tests, documentation.
1392
1393 2007-01-14  Bruno Haible  <bruno@clisp.org>
1394
1395         * modules/striconv-tests: New file.
1396         * tests/test-striconv.c: New file.
1397
1398 2007-01-14  Bruno Haible  <bruno@clisp.org>
1399
1400         * modules/iconv-tests: New file.
1401         * tests/test-iconv.c: New file.
1402
1403 2007-01-14  Bruno Haible  <bruno@clisp.org>
1404
1405         * gnulib-tool (func_get_license): For test modules, use the license of
1406         the main module.
1407
1408 2007-01-14  Bruno Haible  <bruno@clisp.org>
1409
1410         * modules/iconv (Include): Clarify that <iconv.h> can only be included
1411         if iconv is found to exist.
1412
1413 2007-01-14  Bruno Haible  <bruno@clisp.org>
1414
1415         * modules/c-ctype-tests: New file.
1416         * tests/test-c-ctype.c: New file.
1417
1418 2007-01-14  Bruno Haible  <bruno@clisp.org>
1419
1420         * modules/binary-io-tests: New file.
1421         * tests/test-binary-io.sh: New file.
1422         * tests/test-binary-io.c: New file.
1423
1424 2007-01-14  Bruno Haible  <bruno@clisp.org>
1425
1426         * modules/array-oset-tests: New file.
1427         * tests/test-array_oset.c: New file.
1428
1429 2007-01-14  Bruno Haible  <bruno@clisp.org>
1430
1431         * modules/array-list-tests: New file.
1432         * tests/test-array_list.c: New file.
1433
1434 2007-01-14  Bruno Haible  <bruno@clisp.org>
1435
1436         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
1437         and make.
1438         Reported by Simon Josefsson in
1439         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
1440
1441 2007-01-14  Bruno Haible  <bruno@clisp.org>
1442
1443         * modules/allocsa-tests: New file.
1444         * tests/test-allocsa.c: New file.
1445
1446 2007-01-14  Bruno Haible  <bruno@clisp.org>
1447
1448         * modules/fchdir (Depends-on): Add absolute-header.
1449         * modules/unistd (Depends-on): Likewise.
1450
1451 2006-12-30  Bruno Haible  <bruno@clisp.org>
1452
1453         * modules/fchdir: New file.
1454         * modules/unistd (Files): Add lib/unistd_.h.
1455         (Makefile.am): Generate unistd.h from unistd_.h.
1456         * lib/fchdir.c: New file.
1457         * lib/dirent_.h: New file.
1458         * lib/unistd_.h: New file.
1459         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
1460         * m4/fchdir.m4: New file.
1461         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
1462         (gl_HEADER_UNISTD): Invoke it.
1463         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
1464         function.
1465         * lib/backupfile.c (opendir, closedir): Undefine.
1466         * lib/chown.c (open, close): Undefine.
1467         * lib/clean-temp.c (open, close): Undefine.
1468         * lib/copy-file.c (open, close): Undefine.
1469         * lib/execute.c (open, close): Undefine.
1470         * lib/fsusage.c (open, close): Undefine.
1471         * lib/gc-gnulib.c (open, close): Undefine.
1472         * lib/getcwd.c (opendir, closedir): Undefine.
1473         * lib/glob.c (opendir, closedir): Undefine.
1474         * lib/javacomp.c (open, close): Undefine.
1475         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
1476         * lib/openat-proc.c (open, close): Undefine.
1477         * lib/pagealign_alloc.c (open, close): Undefine.
1478         * lib/pipe.c (open, close): Undefine.
1479         * lib/progreloc.c (open, close): Undefine.
1480         * lib/savedir.c (opendir, closedir): Undefine.
1481         * lib/utime.c (open, close): Undefine.
1482         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
1483
1484 2007-01-10  Bruno Haible  <bruno@clisp.org>
1485
1486         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
1487
1488 2007-01-12  Eric Blake  <ebb9@byu.net>
1489
1490         Provide a robust <wchar.h>.  Further simplifications are now
1491         possible in other modules, but not included here.
1492         * modules/wchar: New module.
1493         * m4/wchar.m4: New file.
1494         * lib/wchar_.h: Likewise.
1495         * modules/mbchar (Depends-on): Depend on wchar, as the first use
1496         of the new module.
1497         * MODULES.html.sh (Extended multibyte and wide character utilities):
1498         New section.
1499
1500 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
1501
1502         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
1503         to a reasonable default for memory allocation.
1504         (xreadlink): Don't allocate a huge buffer, to work around a buggy
1505         file system that reports garbage st_size values for symlinks.
1506         Problem reported by Liyang Hu.
1507
1508 2007-01-11  Simon Josefsson  <simon@josefsson.org>
1509
1510         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
1511         Emacs .#* auto-save files).
1512
1513 2007-01-11  Bruno Haible  <bruno@clisp.org>
1514
1515         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
1516         directory.
1517
1518 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1519
1520         Use @...@ consistently in lib/wctype_.h.
1521         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
1522         on it being set to 1 or 0.
1523         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
1524         go back to AC_SUBSTing it.
1525         * modules/wctype (Makefile.am): Undo previous change.
1526
1527 2007-01-10  Eric Blake  <ebb9@byu.net>
1528
1529         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
1530         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
1531         * modules/wctype (Makefile.am): Likewise.
1532         Reported by Chris McGuire.
1533
1534 2007-01-10  Jim Meyering  <jim@meyering.net>
1535
1536         fts.c: a small readability/maintainability improvement
1537         * lib/fts.c (fts_read): Make this code slightly more readable and
1538         maintainable by hoisting the "sp->fts_cur = p" assignments to
1539         immediately follow the statements that set P.  Derived from
1540         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
1541
1542 2007-01-10  Eric Blake  <ebb9@byu.net>
1543
1544         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
1545         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
1546         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1547         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
1548         Reported by Chris McGuire.
1549
1550 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1551
1552         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
1553         in sed script.
1554
1555 2007-01-09  Bruno Haible  <bruno@clisp.org>
1556
1557         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
1558         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
1559         variables.
1560         (func_module): Use them.
1561
1562 2007-01-09  Bruno Haible  <bruno@clisp.org>
1563
1564         * modules/unistr/base: New file.
1565         * lib/unistr.h: New file.
1566
1567         * modules/unistr/u8-to-u16: New file.
1568         * lib/unistr/u8-to-u16.c: New file.
1569
1570         * modules/unistr/u8-to-u32: New file.
1571         * lib/unistr/u8-to-u32.c: New file.
1572
1573         * modules/unistr/u16-to-u8: New file.
1574         * lib/unistr/u16-to-u8.c: New file.
1575
1576         * modules/unistr/u16-to-u32: New file.
1577         * lib/unistr/u16-to-u32.c: New file.
1578
1579         * modules/unistr/u32-to-u8: New file.
1580         * lib/unistr/u32-to-u8.c: New file.
1581
1582         * modules/unistr/u32-to-u16: New file.
1583         * lib/unistr/u32-to-u16.c: New file.
1584
1585         * modules/unistr/u8-check: New file.
1586         * modules/unistr/u16-check: New file.
1587         * modules/unistr/u32-check: New file.
1588         * lib/unistr/u8-check.c: New file.
1589         * lib/unistr/u16-check.c: New file.
1590         * lib/unistr/u32-check.c: New file.
1591
1592         * modules/unistr/u8-chr: New file.
1593         * modules/unistr/u16-chr: New file.
1594         * modules/unistr/u32-chr: New file.
1595         * lib/unistr/u8-chr.c: New file.
1596         * lib/unistr/u16-chr.c: New file.
1597         * lib/unistr/u32-chr.c: New file.
1598
1599         * modules/unistr/u8-cmp: New file.
1600         * modules/unistr/u16-cmp: New file.
1601         * modules/unistr/u32-cmp: New file.
1602         * lib/unistr/u8-cmp.c: New file.
1603         * lib/unistr/u16-cmp.c: New file.
1604         * lib/unistr/u32-cmp.c: New file.
1605
1606         * modules/unistr/u8-cpy: New file.
1607         * modules/unistr/u16-cpy: New file.
1608         * modules/unistr/u32-cpy: New file.
1609         * lib/unistr/u8-cpy.c: New file.
1610         * lib/unistr/u16-cpy.c: New file.
1611         * lib/unistr/u32-cpy.c: New file.
1612         * lib/unistr/u-cpy.h: New file.
1613
1614         * modules/unistr/u8-cpy-alloc: New file.
1615         * modules/unistr/u16-cpy-alloc: New file.
1616         * modules/unistr/u32-cpy-alloc: New file.
1617         * lib/unistr/u8-cpy-alloc.c: New file.
1618         * lib/unistr/u16-cpy-alloc.c: New file.
1619         * lib/unistr/u32-cpy-alloc.c: New file.
1620         * lib/unistr/u-cpy-alloc.h: New file.
1621
1622         * modules/unistr/u8-endswith: New file.
1623         * modules/unistr/u16-endswith: New file.
1624         * modules/unistr/u32-endswith: New file.
1625         * lib/unistr/u8-endswith.c: New file.
1626         * lib/unistr/u16-endswith.c: New file.
1627         * lib/unistr/u32-endswith.c: New file.
1628         * lib/unistr/u-endswith.h: New file.
1629
1630         * modules/unistr/u8-mblen: New file.
1631         * modules/unistr/u16-mblen: New file.
1632         * modules/unistr/u32-mblen: New file.
1633         * lib/unistr/u8-mblen.c: New file.
1634         * lib/unistr/u16-mblen.c: New file.
1635         * lib/unistr/u32-mblen.c: New file.
1636
1637         * modules/unistr/u8-mbtouc: New file.
1638         * modules/unistr/u16-mbtouc: New file.
1639         * modules/unistr/u32-mbtouc: New file.
1640         * lib/unistr/u8-mbtouc.c: New file.
1641         * lib/unistr/u16-mbtouc.c: New file.
1642         * lib/unistr/u32-mbtouc.c: New file.
1643
1644         * modules/unistr/u8-mbtouc-safe: New file.
1645         * modules/unistr/u16-mbtouc-safe: New file.
1646         * modules/unistr/u32-mbtouc-safe: New file.
1647         * lib/unistr/u8-mbtouc-safe.c: New file.
1648         * lib/unistr/u16-mbtouc-safe.c: New file.
1649         * lib/unistr/u32-mbtouc-safe.c: New file.
1650
1651         * modules/unistr/u8-move: New file.
1652         * modules/unistr/u16-move: New file.
1653         * modules/unistr/u32-move: New file.
1654         * lib/unistr/u8-move.c: New file.
1655         * lib/unistr/u16-move.c: New file.
1656         * lib/unistr/u32-move.c: New file.
1657         * lib/unistr/u-move.h: New file.
1658
1659         * modules/unistr/u8-next: New file.
1660         * modules/unistr/u16-next: New file.
1661         * modules/unistr/u32-next: New file.
1662         * lib/unistr/u8-next.c: New file.
1663         * lib/unistr/u16-next.c: New file.
1664         * lib/unistr/u32-next.c: New file.
1665
1666         * modules/unistr/u8-prev: New file.
1667         * modules/unistr/u16-prev: New file.
1668         * modules/unistr/u32-prev: New file.
1669         * lib/unistr/u8-prev.c: New file.
1670         * lib/unistr/u16-prev.c: New file.
1671         * lib/unistr/u32-prev.c: New file.
1672
1673         * modules/unistr/u8-set: New file.
1674         * modules/unistr/u16-set: New file.
1675         * modules/unistr/u32-set: New file.
1676         * lib/unistr/u8-set.c: New file.
1677         * lib/unistr/u16-set.c: New file.
1678         * lib/unistr/u32-set.c: New file.
1679         * lib/unistr/u-set.h: New file.
1680
1681         * modules/unistr/u8-startswith: New file.
1682         * modules/unistr/u16-startswith: New file.
1683         * modules/unistr/u32-startswith: New file.
1684         * lib/unistr/u8-startswith.c: New file.
1685         * lib/unistr/u16-startswith.c: New file.
1686         * lib/unistr/u32-startswith.c: New file.
1687         * lib/unistr/u-startswith.h: New file.
1688
1689         * modules/unistr/u8-stpcpy: New file.
1690         * modules/unistr/u16-stpcpy: New file.
1691         * modules/unistr/u32-stpcpy: New file.
1692         * lib/unistr/u8-stpcpy.c: New file.
1693         * lib/unistr/u16-stpcpy.c: New file.
1694         * lib/unistr/u32-stpcpy.c: New file.
1695         * lib/unistr/u-stpcpy.h: New file.
1696
1697         * modules/unistr/u8-stpncpy: New file.
1698         * modules/unistr/u16-stpncpy: New file.
1699         * modules/unistr/u32-stpncpy: New file.
1700         * lib/unistr/u8-stpncpy.c: New file.
1701         * lib/unistr/u16-stpncpy.c: New file.
1702         * lib/unistr/u32-stpncpy.c: New file.
1703         * lib/unistr/u-stpncpy.h: New file.
1704
1705         * modules/unistr/u8-strcat: New file.
1706         * modules/unistr/u16-strcat: New file.
1707         * modules/unistr/u32-strcat: New file.
1708         * lib/unistr/u8-strcat.c: New file.
1709         * lib/unistr/u16-strcat.c: New file.
1710         * lib/unistr/u32-strcat.c: New file.
1711         * lib/unistr/u-strcat.h: New file.
1712
1713         * modules/unistr/u8-strchr: New file.
1714         * modules/unistr/u16-strchr: New file.
1715         * modules/unistr/u32-strchr: New file.
1716         * lib/unistr/u8-strchr.c: New file.
1717         * lib/unistr/u16-strchr.c: New file.
1718         * lib/unistr/u32-strchr.c: New file.
1719
1720         * modules/unistr/u8-strcmp: New file.
1721         * modules/unistr/u16-strcmp: New file.
1722         * modules/unistr/u32-strcmp: New file.
1723         * lib/unistr/u8-strcmp.c: New file.
1724         * lib/unistr/u16-strcmp.c: New file.
1725         * lib/unistr/u32-strcmp.c: New file.
1726
1727         * modules/unistr/u8-strcpy: New file.
1728         * modules/unistr/u16-strcpy: New file.
1729         * modules/unistr/u32-strcpy: New file.
1730         * lib/unistr/u8-strcpy.c: New file.
1731         * lib/unistr/u16-strcpy.c: New file.
1732         * lib/unistr/u32-strcpy.c: New file.
1733         * lib/unistr/u-strcpy.h: New file.
1734
1735         * modules/unistr/u8-strcspn: New file.
1736         * modules/unistr/u16-strcspn: New file.
1737         * modules/unistr/u32-strcspn: New file.
1738         * lib/unistr/u8-strcspn.c: New file.
1739         * lib/unistr/u16-strcspn.c: New file.
1740         * lib/unistr/u32-strcspn.c: New file.
1741         * lib/unistr/u-strcspn.h: New file.
1742
1743         * modules/unistr/u8-strdup: New file.
1744         * modules/unistr/u16-strdup: New file.
1745         * modules/unistr/u32-strdup: New file.
1746         * lib/unistr/u8-strdup.c: New file.
1747         * lib/unistr/u16-strdup.c: New file.
1748         * lib/unistr/u32-strdup.c: New file.
1749         * lib/unistr/u-strdup.h: New file.
1750
1751         * modules/unistr/u8-strlen: New file.
1752         * modules/unistr/u16-strlen: New file.
1753         * modules/unistr/u32-strlen: New file.
1754         * lib/unistr/u8-strlen.c: New file.
1755         * lib/unistr/u16-strlen.c: New file.
1756         * lib/unistr/u32-strlen.c: New file.
1757         * lib/unistr/u-strlen.h: New file.
1758
1759         * modules/unistr/u8-strmblen: New file.
1760         * modules/unistr/u16-strmblen: New file.
1761         * modules/unistr/u32-strmblen: New file.
1762         * lib/unistr/u8-strmblen.c: New file.
1763         * lib/unistr/u16-strmblen.c: New file.
1764         * lib/unistr/u32-strmblen.c: New file.
1765
1766         * modules/unistr/u8-strmbtouc: New file.
1767         * modules/unistr/u16-strmbtouc: New file.
1768         * modules/unistr/u32-strmbtouc: New file.
1769         * lib/unistr/u8-strmbtouc.c: New file.
1770         * lib/unistr/u16-strmbtouc.c: New file.
1771         * lib/unistr/u32-strmbtouc.c: New file.
1772
1773         * modules/unistr/u8-strncat: New file.
1774         * modules/unistr/u16-strncat: New file.
1775         * modules/unistr/u32-strncat: New file.
1776         * lib/unistr/u8-strncat.c: New file.
1777         * lib/unistr/u16-strncat.c: New file.
1778         * lib/unistr/u32-strncat.c: New file.
1779         * lib/unistr/u-strncat.h: New file.
1780
1781         * modules/unistr/u8-strncmp: New file.
1782         * modules/unistr/u16-strncmp: New file.
1783         * modules/unistr/u32-strncmp: New file.
1784         * lib/unistr/u8-strncmp.c: New file.
1785         * lib/unistr/u16-strncmp.c: New file.
1786         * lib/unistr/u32-strncmp.c: New file.
1787
1788         * modules/unistr/u8-strncpy: New file.
1789         * modules/unistr/u16-strncpy: New file.
1790         * modules/unistr/u32-strncpy: New file.
1791         * lib/unistr/u8-strncpy.c: New file.
1792         * lib/unistr/u16-strncpy.c: New file.
1793         * lib/unistr/u32-strncpy.c: New file.
1794         * lib/unistr/u-strncpy.h: New file.
1795
1796         * modules/unistr/u8-strnlen: New file.
1797         * modules/unistr/u16-strnlen: New file.
1798         * modules/unistr/u32-strnlen: New file.
1799         * lib/unistr/u8-strnlen.c: New file.
1800         * lib/unistr/u16-strnlen.c: New file.
1801         * lib/unistr/u32-strnlen.c: New file.
1802         * lib/unistr/u-strnlen.h: New file.
1803
1804         * modules/unistr/u8-strpbrk: New file.
1805         * modules/unistr/u16-strpbrk: New file.
1806         * modules/unistr/u32-strpbrk: New file.
1807         * lib/unistr/u8-strpbrk.c: New file.
1808         * lib/unistr/u16-strpbrk.c: New file.
1809         * lib/unistr/u32-strpbrk.c: New file.
1810         * lib/unistr/u-strpbrk.h: New file.
1811
1812         * modules/unistr/u8-strrchr: New file.
1813         * modules/unistr/u16-strrchr: New file.
1814         * modules/unistr/u32-strrchr: New file.
1815         * lib/unistr/u8-strrchr.c: New file.
1816         * lib/unistr/u16-strrchr.c: New file.
1817         * lib/unistr/u32-strrchr.c: New file.
1818
1819         * modules/unistr/u8-strspn: New file.
1820         * modules/unistr/u16-strspn: New file.
1821         * modules/unistr/u32-strspn: New file.
1822         * lib/unistr/u8-strspn.c: New file.
1823         * lib/unistr/u16-strspn.c: New file.
1824         * lib/unistr/u32-strspn.c: New file.
1825         * lib/unistr/u-strspn.h: New file.
1826
1827         * modules/unistr/u8-strstr: New file.
1828         * modules/unistr/u16-strstr: New file.
1829         * modules/unistr/u32-strstr: New file.
1830         * lib/unistr/u8-strstr.c: New file.
1831         * lib/unistr/u16-strstr.c: New file.
1832         * lib/unistr/u32-strstr.c: New file.
1833         * lib/unistr/u-strstr.h: New file.
1834
1835         * modules/unistr/u8-strtok: New file.
1836         * modules/unistr/u16-strtok: New file.
1837         * modules/unistr/u32-strtok: New file.
1838         * lib/unistr/u8-strtok.c: New file.
1839         * lib/unistr/u16-strtok.c: New file.
1840         * lib/unistr/u32-strtok.c: New file.
1841         * lib/unistr/u-strtok.h: New file.
1842
1843         * modules/unistr/u8-uctomb: New file.
1844         * modules/unistr/u16-uctomb: New file.
1845         * modules/unistr/u32-uctomb: New file.
1846         * lib/unistr/u8-uctomb.c: New file.
1847         * lib/unistr/u16-uctomb.c: New file.
1848         * lib/unistr/u32-uctomb.c: New file.
1849
1850         * MODULES.html.sh (Unicode string functions): Add the new modules.
1851
1852 2007-01-08  Bruno Haible  <bruno@clisp.org>
1853
1854         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
1855         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
1856         subdirectories.
1857
1858 2007-01-08  Karl Berry  <karl@gnu.org>
1859
1860         * doc/error.texi: mention that main() fns must set program_name
1861         when progname is used.
1862
1863 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
1864
1865         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
1866         WCTYPE_H is empty, for the benefit of builds from non-distclean
1867         directories.  Problem reported by Eric Blake in
1868         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
1869
1870 2007-01-08  Bruno Haible  <bruno@clisp.org>
1871
1872         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
1873         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
1874         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
1875         PROVIDE_CANONICALIZE_FILENAME_MODE.
1876         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
1877
1878 2007-01-08  Bruno Haible  <bruno@clisp.org>
1879
1880         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
1881         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
1882         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
1883         * lib/fts.c: Likewise.
1884         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
1885
1886 2006-12-25  Bruno Haible  <bruno@clisp.org>
1887
1888         * modules/utf8-ucs4-safe: New file.
1889         * lib/utf8-ucs4-safe.h: New file.
1890         * lib/unistr/utf8-ucs4-safe.c: New file.
1891
1892         * modules/utf16-ucs4-safe: New file.
1893         * lib/utf16-ucs4-safe.h: New file.
1894         * lib/unistr/utf16-ucs4-safe.c: New file.
1895
1896         * MODULES.html.sh (Unicode string functions): Add the new modules.
1897
1898 2007-01-08  Bruno Haible  <bruno@clisp.org>
1899
1900         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
1901         (Depends-on): Add unitypes.
1902         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1903         (u8_mbtouc_aux): Move out to separate file.
1904         (u8_mbtouc): Use ucs4_t, uint8_t types.
1905         * lib/unistr/utf8-ucs4.c: New file.
1906
1907         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
1908         (Depends-on): Add unitypes.
1909         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
1910         (u16_mbtouc_aux): Move out to separate file.
1911         (u16_mbtouc): Use ucs4_t, uint16_t types.
1912         * lib/unistr/utf16-ucs4.c: New file.
1913
1914         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
1915         (Depends-on): Add unitypes.
1916         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
1917         (u8_uctomb_aux): Move out to separate file.
1918         (u8_uctomb): Use ucs4_t, uint8_t types.
1919         * lib/unistr/ucs4-utf8.c: New file.
1920
1921         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
1922         (Depends-on): Add unitypes.
1923         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
1924         (u16_uctomb_aux): Move out to separate file.
1925         (u16_uctomb): Use ucs4_t, uint16_t types.
1926         * lib/unistr/ucs4-utf16.c: New file.
1927
1928 2006-12-25  Bruno Haible  <bruno@clisp.org>
1929
1930         * modules/unitypes: New file.
1931         * lib/unitypes.h: New file.
1932         * MODULES.html.sh (func_all_modules): New section "Unicode string
1933         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
1934         this section. Add unitypes.
1935
1936 2007-01-08  Bruno Haible  <bruno@clisp.org>
1937
1938         Avoid variable names that conflict with those from libtool.
1939         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
1940         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
1941         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
1942         library_names_spec to acl_library_names_spec, hardcode_* to
1943         acl_hardcode_*.
1944         Reported by Ralf Wildenhues.
1945
1946 2007-01-08  Bruno Haible  <bruno@clisp.org>
1947
1948         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
1949         definition.
1950         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
1951         definition.
1952         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
1953         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
1954         definition.
1955         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
1956         definition.
1957         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
1958         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
1959         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
1960         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
1961         definition.
1962         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
1963         definition.
1964         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
1965         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
1966         GC_USE_<algorithm>.
1967         * lib/gc-libgcrypt.c: Likewise.
1968         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
1969         * modules/gc-arctwo (configure.ac): Likewise.
1970         * modules/gc-des (configure.ac): Likewise.
1971         * modules/gc-hmac-md5 (configure.ac): Likewise.
1972         * modules/gc-hmac-sha1 (configure.ac): Likewise.
1973         * modules/gc-md2 (configure.ac): Likewise.
1974         * modules/gc-md4 (configure.ac): Likewise.
1975         * modules/gc-md5 (configure.ac): Likewise.
1976         * modules/gc-random (configure.ac): Likewise.
1977         * modules/gc-rijndael (configure.ac): Likewise.
1978         * modules/gc-sha1 (configure.ac): Likewise.
1979
1980 2007-01-08  Bruno Haible  <bruno@clisp.org>
1981
1982         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
1983         macro definition.
1984         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
1985         definition.
1986         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
1987         definition.
1988         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
1989         * modules/fcntl-safer (configure.ac): Likewise.
1990         * modules/fopen-safer (configure.ac): Likewise.
1991         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
1992         GNULIB_FWRITEERROR macro definition.
1993
1994 2007-01-08  Bruno Haible  <bruno@clisp.org>
1995
1996         * m4/gnulib-common.m4: New file.
1997         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
1998         (func_get_filelist): Add m4/gnulib-common.m4.
1999
2000 2007-01-08  Bruno Haible  <bruno@clisp.org>
2001
2002         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
2003         command.
2004
2005 2007-01-08  Jim Meyering  <jim@meyering.net>
2006
2007         Use a more robust test for a "can't happen" condition.
2008         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
2009         narrowed the st_size value.  Presuming the "can't happen" condition
2010         is true, that narrowing could conceivably convert an invalid st_size
2011         value into a valid one.  Instead, use a change based on Matthew
2012         Woehlke's original patch.
2013
2014         Slight readability improvement: use an assert-like macro
2015         in place of literal "abort ()" uses.
2016         * lib/fts.c (fts_assert): Define.
2017         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
2018         Use this macro instead of a bare 'abort'.
2019
2020 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
2021
2022         Don't worry about using IRIX 5.3's wctype.h broken definitions;
2023         simply work around them.
2024         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
2025         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
2026         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
2027         Don't bother to define as macros, since the standard doesn't require it.
2028         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
2029         longer worry about IRIX 5.3.
2030         (HAVE_WCTYPE_CTMP_BUG): Remove.
2031
2032 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
2033
2034         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
2035         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
2036         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
2037         Problems reported by Georg Schwarz for IRIX 5.3.
2038
2039         * gnulib-tool (autoconf_minversion): Take the maximum version number
2040         found, not the minimum.  Problem reported by James Youngman.
2041
2042 2007-01-03  Karl Berry  <karl@gnu.org>
2043
2044         * doc/error.texi: new file, explaining interaction with progname.
2045         * doc/gnulib.texi: include it.  Update copyright.
2046
2047 2007-01-03  Simon Josefsson  <simon@josefsson.org>
2048
2049         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
2050         AC_CANONICAL_HOST, to improve autobuild outputs.
2051
2052 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
2053             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
2054
2055         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
2056         sockets, server sockets, and other file descriptors.  Count errors
2057         to compute the return value.  Reorder the code a bit to be easier
2058         to follow.  Don't set event bits that were not requested (except
2059         POLLERR and POLLHUP).
2060
2061 2007-01-01  Bruno Haible  <bruno@clisp.org>
2062
2063         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
2064
2065 2007-01-03  Jim Meyering  <jim@meyering.net>
2066
2067         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
2068
2069 2007-01-02  Bruno Haible  <bruno@clisp.org>
2070
2071         * modules/settime (Include): Require timespec.h.
2072         * modules/nanosleep (Include): Likewise.
2073
2074 2007-01-01  Bruno Haible  <bruno@clisp.org>
2075
2076         * gnulib-tool (func_emit_copyright_notice): Bump year.
2077         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
2078
2079 2007-01-01  Bruno Haible  <bruno@clisp.org>
2080
2081         Improve support for OpenBSD.
2082         * build-aux/config.rpath (libname_spec): Export.
2083         (library_names_spec): New variable. Export.
2084         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
2085         library_names_spec from the config.rpath output. Locate shared library
2086         through the name pattern in library_names_spec.
2087
2088 2007-01-01  Eric Blake  <ebb9@byu.net>
2089
2090         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
2091
2092 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2093
2094         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
2095         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
2096         assume the C locale, and avoid an "eval" that could cause trouble.
2097         Problem with SORT reported by Bob Proulx.
2098
2099         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
2100         Define.  Trivial patch from Henning Nielsen Lund, originally
2101         sent to bug-grep@gnu.org today.
2102
2103 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2104
2105         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
2106         struct stat.  Problem reported by Henning Nielsen Lund.
2107         * lib/acl.c: Include acl.h first, to check interface.  Don't
2108         bother to include sys/types.h and sys/stat.h again.
2109
2110 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
2111
2112         Import the following change from libc; problem reported by
2113         Sven Verdoolaege.
2114
2115         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
2116
2117         [BZ #1373]
2118         * lib/argp.h: Remove __NTH for __argp_usage inline function.
2119
2120 2006-12-28  Jim Meyering  <jim@meyering.net>
2121
2122         * build-aux/announce-gen: Do not assume that the package
2123         builds any of tar.gz, tar.bz2, and .xdelta files.
2124         Suggestion from Simon Josefsson.
2125
2126 2006-12-28  Simon Josefsson  <simon@josefsson.org>
2127
2128         * modules/announce-gen: New file.
2129
2130 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
2131
2132         * lib/mbchar.h: Just include <wctype.h>; the wctype module
2133         handles its gotchas now.
2134         * lib/mbswidth.c: Likewise.
2135         * lib/wcwidth.h: Likewise.
2136         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
2137         and iswcntrl; the wctype module does this stuff now.
2138         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
2139         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2140         * modules/mbchar (Depends-on): Add wctype.
2141         * modules/mbswidth (Depends-on): Likewise.
2142         * modules/wcwidth (Depends-on): Likewise.
2143
2144 2006-12-27  Eric Blake  <ebb9@byu.net>
2145
2146         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
2147         module uses more than what <wctype.h> is required to provide.
2148
2149 2006-12-26  Eric Blake  <ebb9@byu.net>
2150
2151         * gnulib-tool (sed_extract_prog): Avoid space-tab.
2152
2153 2006-12-26  Eric Blake  <ebb9@byu.net>
2154
2155         * modules/absolute-header: New module.
2156         * modules/fcntl (Depends-on): Depend on it.
2157         * modules/inttypes (Depends-on): Likewise.
2158         * modules/stdint (Depends-on): Likewise.
2159         * modules/sys_stat (Depends-on): Likewise.
2160         * modules/wctype (Depends-on): Likewise.
2161         * MODULES.html.sh (Support for building libraries and
2162         executables): Document it.
2163
2164 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
2165
2166         * gnulib-tool (SED): Remove, undoing previous change.
2167         The problem was that it broke coreutils on Solaris, because
2168         "sed --posix" leaked into a makefile.
2169         (sed): New alias, if 'alias' and GNU sed.
2170
2171 2006-12-24  Jim Meyering  <jim@meyering.net>
2172
2173         Work around an fchownat bug in glibc-2.4:
2174         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
2175         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
2176         in spite of the -P option.
2177         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
2178         New macros.
2179         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
2180         * modules/openat (Files): Add lib/fchownat.c.
2181         * lib/openat.c (fchownat): Don't define here.  Move to...
2182         * lib/fchownat.c: ...this new file.
2183
2184 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
2185
2186         Fix bug reported by Bruno Haible in
2187         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
2188         where quotearg.c didn't compile on Mac OS X 10.2 because it
2189         lacks <wchar.h> and wint_t.
2190         * lib/wctype_.h (__wctype_wint_t): New type.
2191         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
2192         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
2193         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
2194         Arg is now of type __wctype_wint_t, not wint_t.
2195         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
2196         substitute HAVE_WINT_T.
2197         * modules/wctype (Files): Add m4/wint_t.m4.
2198         (wctype.h): Substitute HAVE_WINT_T.
2199
2200 2006-12-23  Bruno Haible  <bruno@clisp.org>
2201
2202         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
2203
2204 2006-12-23  Bruno Haible  <bruno@clisp.org>
2205
2206         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
2207         S_ISLNK.
2208         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
2209         mingw.
2210
2211 2006-12-22  Bruno Haible  <bruno@clisp.org>
2212
2213         * lib/copy-file.c: Include acl.h.
2214         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
2215         Close the file descriptors only after being done with copy_acl.
2216         * modules/copy-file (Depends-on): Add acl.
2217
2218 2006-12-22  Bruno Haible  <bruno@clisp.org>
2219
2220         * gnulib-tool (SED): New variable.
2221         Use $SED instead of sed everywhere.
2222
2223 2006-12-22  Bruno Haible  <bruno@clisp.org>
2224
2225         * modules/no-c++: New file.
2226         * m4/no-c++.m4: New file.
2227         * MODULES.html.sh (Support for building libraries and executables):
2228         Add no-c++.
2229
2230 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
2231
2232         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
2233         Include <limits.h>, and use its INT_MAX to rewrite the
2234         j loop so that it does not overflow 'int'.  Problem reported by
2235         Ralf Wildenhues in
2236         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
2237         Play it safe by shifting left by 1 rather than multiplying by 2,
2238         as GCC is less likely to optimize this away when the value
2239         is signed (when it assumes overflow leads to undefined behavior).
2240         Also, don't assume time_t uses two's complement.
2241
2242 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2243
2244         * MODULES.html.sh: New module wctype.
2245         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
2246         * lib/fnmatch.c: Don't bother to include <wchar.h> before
2247         <wctype.h>, since the new wctype module should fix this.
2248         * lib/quotearg.c: Include <wctype.h> unconditionally, since
2249         the wctype module should arrange for it.
2250         * lib/regex_internal.h: Likewise.
2251         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
2252         since the wctype module should handle this now.
2253         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
2254         * modules/fnmatch (Depends-on): Add wctype.
2255         * modules/quotearg (Depends-on): Likewise.
2256         * modules/regex (Depends-on): Likewise.
2257
2258 2006-12-19  Bruno Haible  <bruno@clisp.org>
2259
2260         * lib/strdup.h [C++]: Wrap definitions in extern "C".
2261         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
2262
2263 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2264
2265         * modules/savewd (Depends-on): Fix dependency on fcntl.
2266
2267 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2268
2269         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
2270         conforms to C99, rather than relying on the user's environment
2271         setting of STDINT_H.
2272
2273 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2274         and Eric Blake  <ebb9@byu.net>
2275
2276         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
2277         This is more consistent with the other defines here.
2278         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
2279         Port to z/OS.  Problem reported by Paul Gilmartin.
2280         Change local vars to use gl_ prefix rather than ac_.
2281         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
2282         with other defines.
2283         * modules/double-slash-root: New module.
2284         * modules/dirname (Files): Remove m4/double-slash-root.m4.
2285         (Depends-on): Add double-slash-root.
2286         * MODULES.html.sh (File system functions): Mention new module.
2287
2288 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2289
2290         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
2291         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
2292         This is for the benefit of gzip, which doesn't do i18n.
2293
2294 2006-12-12  Jim Meyering  <jim@meyering.net>
2295
2296         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
2297         Reported by Andreas Schwab <schwab@suse.de>.
2298
2299 2006-12-12  Bruno Haible  <bruno@clisp.org>
2300
2301         Merge these changes.
2302         2006-09-05  Bruno Haible  <bruno@clisp.org>
2303         * lib/iconvme.c (iconv_string): No need to save and restore errno when
2304         iconv_alloc succeeded.
2305         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
2306         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
2307         test for " && dest " at the end - dest is always != NULL there. Call
2308         iconv with 4xNULL arguments initially, to reset the state. Call iconv
2309         with 2xNULL arguments, also to flush the state storage. Handle the
2310         IRIX iconv behaviour. Realloc the final result, to throw away unused
2311         memory.
2312
2313 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
2314
2315         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
2316         and fchmodat unconditionally, since glibc 2.4 has them.
2317         Problem reported by Arkadiusz Miskiewicz.
2318
2319 2006-12-10  Bruno Haible  <bruno@clisp.org>
2320
2321         * gnulib-tool (func_import): Show the include files only for those
2322         modules that are copied and specified.
2323         Reported by Karl Berry.
2324
2325 2006-12-08  Jim Meyering  <jim@meyering.net>
2326
2327         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
2328         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
2329
2330         * build-aux/announce-gen: Add two new options, both optional:
2331         --bootstrap-tools=TOOL_LIST
2332               a comma-separated list of tools, e.g.,
2333               autoconf,automake,bison,gnulib
2334         --gnulib-snapshot-date=DATE
2335               if gnulib is in the bootstrap tool list,
2336               then report this as the snapshot date.
2337               If not specified, use the current date/time.
2338               If you specify a date here, be sure it's UTC.
2339
2340 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2341
2342         * tests/test-argp-2.sh: Fix test to match actual output.
2343         (func_compare): Fix sed script to be portable.
2344
2345 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2346
2347         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
2348         workaround for this case.  It is not autoconfigured now; offhand
2349         it's hard to see how to autoconfigure it.
2350
2351 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
2352
2353         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
2354         a directory that is about to be chowned.  Such a directory's
2355         initial file permissions should permit the owner only and this
2356         should not be changed until after the chown, since the group and
2357         other bits would be incorrect if they granted permission before
2358         the chown.
2359
2360         Fix porting problem for iswctype reported by Georg Schwarz in:
2361         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
2362         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
2363         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
2364         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
2365         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2366
2367 2006-12-03  Jim Meyering  <jim@meyering.net>
2368
2369         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
2370         p->fts_statp may not yet be defined.
2371         (fts_read): Instead, set it in the caller, once p->fts_statp is
2372         sure to be defined, and corresponds to a top-level directory.
2373         This bug made du -x fail.  Here's the coreutils test case:
2374         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
2375         Reported by Mike Frysinger.
2376
2377 2006-12-01  Jim Meyering  <jim@meyering.net>
2378
2379         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
2380         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
2381         Reported by Simon Josefsson.
2382
2383 2006-11-30  Jim Meyering  <jim@meyering.net>
2384
2385         * m4/warning.m4: Use the all-permissive copyright notice
2386         recommended by RMS (rather than LGPL).
2387         * m4/vararrays.m4: Likewise.
2388         * m4/flexmember.m4: Likewise.
2389
2390 2006-11-29  Bruno Haible  <bruno@clisp.org>
2391
2392         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2393         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
2394         using +=.
2395         Reported by Simon Josefsson <simon@josefsson.org>.
2396
2397 2006-11-28  James Youngman <jay@gnu.org>
2398
2399         * README: Advise users that they might find the bug-gnulib@gnu.org
2400         and autotools-announce@gnu.org mailing lists useful.
2401
2402 2006-11-28  Bruno Haible  <bruno@clisp.org>
2403
2404         * m4/ptrdiff_max.m4: Remove file.
2405
2406 2006-11-21  Bruno Haible  <bruno@clisp.org>
2407
2408         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
2409         _AC_COMPUTE_INT.
2410         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2411         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
2412         _AC_COMPUTE_INT.
2413         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2414         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
2415         _AC_COMPUTE_INT.
2416         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2417
2418 2006-11-28  Jim Meyering  <jim@meyering.net>
2419
2420         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
2421         warning from "gcc -Wshadow" about shadowing the builtin.
2422
2423 2006-11-27  Bruno Haible  <bruno@clisp.org>
2424
2425         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
2426         _AC_COMPUTE_INT.
2427         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2428
2429 2006-11-27  Bruno Haible  <bruno@clisp.org>
2430             Paul Eggert  <eggert@cs.ucla.edu>
2431
2432         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
2433
2434 2006-11-26  Bruno Haible  <bruno@clisp.org>
2435
2436         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2437         noinst_LTLIBRARIES.
2438
2439 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2440             Bruno Haible  <bruno@clisp.org>
2441
2442         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
2443         if compiling with "gcc -ansi".
2444
2445 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2446
2447         Fix some incompatibilities with gcc -ansi -pedantic.
2448         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
2449         if compiling pedantically with GCC, unless it's C99 or later.
2450         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
2451         it mishandles gcc -ansi -pedantic as well.
2452         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
2453         if gcc -pedantic.
2454         * lib/regexec.c (check_node_accept_bytes): Don't use auto
2455         initializers for struct if -pedantic, unless it's C99 or later.
2456
2457 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
2458
2459         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
2460         Don't close an fd more than once. Identical atimes indicate
2461         success, not failure.
2462
2463 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
2464
2465         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
2466
2467 2006-11-23  Jim Meyering  <jim@meyering.net>
2468
2469         * build-aux/announce-gen: New file.  From coreutils.
2470
2471 2006-11-22  Jim Meyering  <jim@meyering.net>
2472
2473         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
2474         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
2475         (fts_read): Use a temporary to narrow the overused st_size member
2476         before using it in a switch statement.  Reported by Matthew Woehlke.
2477
2478         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
2479         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
2480
2481 2006-11-20  Bruno Haible  <bruno@clisp.org>
2482
2483         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
2484         changequote instead of pairs of brackets.
2485         Reported by Andreas Schwab <schwab@suse.de>.
2486
2487 2006-11-21  Jim Meyering  <jim@meyering.net>
2488
2489         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
2490         so as to remain compatible with older compilers.
2491         Patch from Michael Deutschmann.
2492
2493 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2494
2495         * MODULES.html.sh (File system functions): Add openat.
2496
2497         * lib/openat.h (rpl_fstatat): New macro, if
2498         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
2499         (fstatat): Define to rpl_fstatat under the same conditions,
2500         unless COMPILING_FSTATAT.
2501         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
2502         seems to have the bug.
2503         * lib/fstatat.c: New file.
2504         * modules/openat (Files): Add it.
2505
2506 2006-11-20  Bruno Haible  <bruno@clisp.org>
2507
2508         * Makefile: New file.
2509
2510 2006-11-20  Jim Meyering  <jim@meyering.net>
2511
2512         The beginnings of syntax-related checks for gnulib.
2513         * lib/Makefile: New file.
2514         * lib/t-idcache: New script.  Ensure that the two halves of
2515         idcache.c stay in sync.
2516
2517         * lib/idcache.c: Adjust comments in user- and group- portions to
2518         be more accurate, and to be consistent with one another.
2519
2520 2006-11-20  Jim Meyering  <jim@meyering.net>
2521
2522         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
2523         continue using the flexible array member (thus, this module performs
2524         half as many malloc calls), with the addition that...
2525         (getgroup, getuser): Consistently record a non-match via an empty
2526         "name" string, and map an empty string match to a NULL return value.
2527         * modules/idcache (Depends-on): Re-add flexmember.
2528
2529         * lib/idcache.c (getuser): Remove all uses of the register keyword.
2530         (getuidbyname, getgroup, getgidbyname): Likewise.
2531
2532         Use cleaner syntax: NULL rather than 0.
2533         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
2534
2535 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2536
2537         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
2538         It mishandled the case where the group was missing.
2539         Problem reported by Greg Schafer.
2540         * modules/idcache: Likewise.
2541
2542 2006-11-18  Jim Meyering  <jim@meyering.net>
2543
2544         * check-module (%exempt_header): Add exception for some
2545         conditionally-included headers.
2546
2547         * modules/i-ring (Depends-on): Add verify.
2548         (License): Change to LGPL.
2549
2550 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2551
2552         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
2553         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
2554         and inttostr.h.  Use snprintf rather than uinttostr, so that
2555         LGPLed code doesn't depend on GPLed.
2556
2557 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2558
2559         * modules/inline (License): Change from GPL to LGPL.
2560
2561 2006-11-17  Jim Meyering  <jim@meyering.net>
2562
2563         * modules/d-type (License): Switch to LGPL.
2564
2565 2006-11-15  Bruno Haible  <bruno@clisp.org>
2566
2567         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
2568
2569 2006-11-15  Eric Blake  <ebb9@byu.net>
2570
2571         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
2572         the module dependency.
2573
2574 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2575             Bruno Haible  <bruno@clisp.org>
2576
2577         * gnulib-tool (func_create_testdir): Add license consistency check.
2578
2579 2006-11-15  Eric Blake  <ebb9@byu.net>
2580
2581         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
2582         random "(cached)" in configure output.
2583
2584 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2585
2586         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
2587         test for conforming inttypes.h is both announced and cached.
2588
2589         * MODULES.html.sh (seen_modules, seen_files): New variables.
2590         (func_module): Rewrite to use a few less gnulib-tool and sed
2591         invocations.  Avoid a couple of quadratic algorithms for ...
2592         (missed_modules, missed_files): ... these, with ...
2593         (func_append, func_tmpdir): ... these new functions, from
2594         gnulib-tool.  Analogously, install traps for cleanup.
2595
2596         * tests/test-gc.c (main): Remove unused variables.
2597         * tests/test-read-file.c: Include stdlib.h, for 'free'.
2598
2599 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2600
2601         * modules/inttostr (License): Change to LGPL.
2602
2603 2006-11-14  Eric Blake  <ebb9@byu.net>
2604
2605         * modules/tempname (License): Change to LGPL.
2606
2607 2006-11-14  Eric Blake  <ebb9@byu.net>
2608
2609         * doc/functions.texi (Function Portability): *printf functions on
2610         Cygwin now understand all POSIX size specifiers.
2611
2612 2006-11-14  Bruno Haible  <bruno@clisp.org>
2613
2614         * modules/c-ctype (License): Change to LGPL.
2615
2616 2006-11-12  Bruno Haible  <bruno@clisp.org>
2617
2618         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
2619         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
2620         for GNOME libraries, for which the include files are installed in
2621         subdirectories of $prefix/include.
2622
2623 2006-11-12  Bruno Haible  <bruno@clisp.org>
2624
2625         * m4/lib-link.m4: Require at least autoconf-2.54.
2626         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
2627         name to underscores for the --with option.
2628
2629 2006-11-13  Bruno Haible  <bruno@clisp.org>
2630
2631         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
2632         the tests directory.
2633         Reported by Ralf Wildenhues.
2634
2635 2006-11-13  Bruno Haible  <bruno@clisp.org>
2636
2637         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
2638         (func_emit_initmacro_end): Undo the override here.
2639         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
2640         Works around the famous automake error in coreutils.
2641
2642 2006-11-13  Eric Blake  <ebb9@byu.net>
2643
2644         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
2645         element, not its node.
2646
2647 2006-11-12  Bruno Haible  <bruno@clisp.org>
2648
2649         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
2650         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
2651
2652 2006-11-12  Bruno Haible  <bruno@clisp.org>
2653
2654         * gnulib-tool: New option --local-symlink.
2655         (func_usage): Document it.
2656         (lsymbolic): New variable.
2657         (func_import, func_create_testdir): If --symlink was not specified,
2658         test whether --local-symlink was specified and the file comes from
2659         the local_gnulib_dir.
2660
2661 2006-11-12  Bruno Haible  <bruno@clisp.org>
2662
2663         * gnulib-tool (func_ln): New function.
2664         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
2665
2666 2006-11-12  Bruno Haible  <bruno@clisp.org>
2667
2668         Finish support for source files in subdirectories.
2669         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
2670         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
2671         AUTOMAKE_OPTIONS.
2672         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
2673
2674 2006-11-12  Bruno Haible  <bruno@clisp.org>
2675
2676         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2677         EXTRA_lib_SOURCES augmentation.
2678         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
2679
2680 2006-11-12  Jim Meyering  <jim@meyering.net>
2681
2682         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
2683         file descriptors.  This also averts a failure on systems with
2684         native openat support when a traversed directory lacks "x" access.
2685         * lib/fts_.h: Include "i-ring.h"
2686         (struct FTS) [fts_fd_ring]: New member.
2687         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
2688         (FCHDIR): Add parentheses.
2689         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
2690         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
2691         When descending, rather than simply closing the previous
2692         fts_cwd_fd value, push that file descriptor onto the ring.
2693         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
2694         (fts_open): Initialize the new fd_ring member.
2695         (fts_close): Clear the ring.
2696         (fts_safe_changedir): When possible, use our new fd_ring to skip
2697         the diropen and fstat and dev/ino comparison that would normally
2698         accompany a virtual `chdir ("..")'.
2699
2700         * modules/fts (Depends-on): Add i-ring.
2701         * modules/i-ring: New module.
2702         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
2703         * m4/i-ring.m4: New file.
2704
2705 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2706
2707         * gnulib-tool (func_create_testdir): Fix replacement of
2708         `build-aux' in configure.ac.  Run autotools in gltests
2709         subdirectory.
2710         (func_create_testdir, func_create_megatestdir, test): There is
2711         no need for '--force' in most autotool invocations in a new
2712         tree.  Actually fail the whole test if any of the tools, or the
2713         configure or make stages fail.
2714
2715         Sync from Automake.
2716         * build-aux/gnupload: Revert last change.  Add pointer to upload
2717         instructions of the GNU Maintenance Instructions.
2718         Suggestion by Karl Berry.
2719
2720 2006-11-10  Jim Meyering  <jim@meyering.net>
2721
2722         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
2723
2724 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2725
2726         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
2727         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
2728         (bind_textdomain_codeset) [! ENABLE_NLS]:
2729         Evaluate all the arguments.  That way, callers get compatible behavior
2730         if the arguments have side effects.  Also, it avoids some GCC
2731         diagnostics in some cases; Joel E. Denny reported problems when Bison
2732         was configured with --enable-gcc-warnigs.
2733
2734 2006-11-10  Jim Meyering  <jim@meyering.net>
2735
2736         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
2737         relevant options in CFLAGS (like -O, -fno-inline) are taken into
2738         account.
2739
2740 2006-11-10  Jim Meyering  <jim@meyering.net>
2741
2742         * modules/inline: New file/module.
2743         * modules/xalloc (Files): Remove m4/inline.m4.
2744         (Depends-on): Add inline, instead.
2745         * modules/oset: Likewise.
2746         * modules/list: Likewise.
2747
2748 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2749
2750         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
2751         Problem reported by Matthew Woehlke.
2752
2753 2006-11-09  Bruno Haible  <bruno@clisp.org>
2754
2755         * lib/tempname.c (gen_tempname): Remove variant that invokes
2756         __gen_tempname.
2757         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
2758         __gen_tempname.
2759
2760 2006-11-08  Bruno Haible  <bruno@clisp.org>
2761
2762         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
2763         to 'yes' instead of 'cross-compiling'.
2764
2765 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
2766
2767         * lib/quotearg.h (quotearg_free): New decl.
2768         * lib/quotearg.c (quotearg_free): New function.
2769         (slot0, nslots, slotvec0, slotvec):
2770         Now file-scope so that quotearg_free can get at them.
2771
2772 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2773
2774         Sync from Automake.
2775         * build-aux/gnupload: Add missing 'gnu' to example URL.
2776         Report by Karl Berry.
2777
2778 2006-11-08  Bruno Haible  <bruno@clisp.org>
2779
2780         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
2781         Suggested by Paul Eggert.
2782
2783 2006-11-08  Jim Meyering  <jim@meyering.net>
2784
2785         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
2786         It's already included if !_LIBC.
2787         (fts_safe_changedir): Add a comment.
2788
2789 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2790
2791         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
2792         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
2793         Matthew Woehlke.
2794
2795         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
2796         definitions up, to avoid colliding with change below.
2797         (static_inline) [HAVE_INLINE]: New macro.
2798         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
2799         Provide extern decls when !HAVE_INLINE.  Do not define unless
2800         static_inline is defined, either by us or by xmalloc.c.  Use
2801         static_inline rather than static inline.
2802         (XCALLOC): Optimize sizeof(T) = 1 case.
2803         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
2804
2805 2006-11-07  Bruno Haible  <bruno@clisp.org>
2806
2807         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
2808         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
2809         AC_C_INLINE.
2810         * modules/xalloc (Files): Add m4/inline.m4.
2811
2812 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2813
2814         * README: Fix typo.
2815         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
2816         (Miscellanous Notes): ...from this.
2817
2818 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2819
2820         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
2821         Mention that offsetof should be used instead of sizeof.
2822         From Bruno Haible.
2823
2824 2006-11-07  Bruno Haible  <bruno@clisp.org>
2825
2826         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
2827
2828 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2829
2830         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2831         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
2832         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2833         (gl_tree_add_before, gl_tree_add_after):
2834         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
2835         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
2836         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
2837         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
2838         (gl_linked_add_after, gl_linked_add_at): Likewise.
2839         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
2840         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2841         (gl_tree_add_before, gl_tree_add_after): Likewise.
2842         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
2843         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
2844         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
2845
2846 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2847
2848         * lib/gl_oset.h: Use C comment style, not C++ comment style.
2849
2850 2006-11-06  Bruno Haible  <bruno@clisp.org>
2851
2852         * m4/inline.m4: New file.
2853         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
2854         * modules/list (Files): Add m4/inline.m4.
2855         * modules/oset (Files): Likewise.
2856
2857 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2858
2859         * lib/idcache.c: Include <stddef.h>, for offsetof.
2860         (struct userid.name): Change from char * to a flexible array member.
2861         All uses changed.
2862         * modules/idcache (Depends-on): Add flexmember.
2863
2864         * MODULES.html.sh (Core language properties): New module flexmember.
2865         * modules/flexmember, m4/flexmember.m4: New files.
2866
2867         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
2868         inline functions that are identical with the old xnmalloc_inline,
2869         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
2870         that we can avoid some unnecessary integer multiplications and
2871         divisions in the common case where the element size is known at
2872         compile time.
2873         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
2874         needed.
2875         (xnboundedmalloc): Remove.
2876         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
2877         arguments, for consistency with rest of this header.
2878         (xcharalloc): Rewrite using XNMALLOC.
2879         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
2880         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
2881         versions have been moved to lib/xalloc.h and renamed to be the
2882         non-*_inline versions.
2883         (xmalloc, xrealloc): Implement without reference to the xnmalloc
2884         and xnrealloc functions, since those functions are now inline and
2885         now call us.
2886         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
2887         renaming described above.
2888         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
2889         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
2890         captures the dependency in AC_C_INLINE.
2891
2892         New module canonicalize-lgpl, proposed by Charles Wilson in
2893         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
2894         with a few small changes afterwards.
2895         * MODULES.html.sh (File system functions): New module
2896         canonicalize-lgpl.
2897         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
2898         and canonicalize_file_name.
2899         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
2900         * modules/canonicalize-lgpl: New files.
2901
2902 2006-11-05  Bruno Haible  <bruno@clisp.org>
2903
2904         * gnulib-tool (func_import, func_create_testdir): Create directories
2905         also for files in subdirectories of lib/.
2906
2907 2006-11-05  Bruno Haible  <bruno@clisp.org>
2908
2909         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
2910         ANSI C compliant.
2911
2912 2006-11-03  Bruno Haible  <bruno@clisp.org>
2913
2914         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2915         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
2916         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
2917         (xnboundedmalloc): New inline function.
2918         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
2919         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
2920         xmalloc.
2921         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
2922         xmalloc.
2923         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
2924         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
2925         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
2926         xmalloc.
2927         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2928         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
2929         xmalloc.
2930         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
2931         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2932         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
2933         xmalloc.
2934         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
2935         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
2936         gl_tree_add_after): Use XMALLOC instead of xmalloc.
2937         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
2938         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
2939         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
2940         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
2941
2942 2006-11-03  Bruno Haible  <bruno@clisp.org>
2943
2944         * lib/c-ctype.h [C++]: Define functions without name mangling.
2945         * lib/fwriteerror.h [C++]: Likewise.
2946         * lib/gcd.h [C++]: Likewise.
2947         * lib/linebreak.h [C++]: Likewise.
2948
2949 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
2950
2951         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
2952         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
2953         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
2954         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
2955         Check for functions and headers just once.
2956         Check for declaration of canonicalize_file_name.
2957         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
2958
2959 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2960
2961         * gnulib-tool (func_import): Fix typo in actioncmd.
2962
2963 2006-11-02  Bruno Haible  <bruno@clisp.org>
2964
2965         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
2966         newline sequence in the Makefile.am snippet as a space, like "make"
2967         does.
2968         Reported by Roger Persson <perrog@gmail.com>.
2969
2970 2006-11-01  Bruno Haible  <bruno@clisp.org>
2971
2972         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
2973         already declared in <string.h>.
2974         * lib/strcase.h (strncasecmp): Don't declare it if yes.
2975
2976 2006-11-01  Bruno Haible  <bruno@clisp.org>
2977
2978         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
2979         * lib/strcase.h: Include <string.h>.
2980         (strcasecmp): Define to rpl_strcasecmp here.
2981
2982 2006-11-01  Bruno Haible  <bruno@clisp.org>
2983
2984         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
2985
2986 2006-11-01  Eric Blake  <ebb9@byu.net>
2987
2988         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
2989
2990         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
2991
2992 2006-10-29  Bruno Haible  <bruno@clisp.org>
2993
2994         Make it compile in C++ mode.
2995         * lib/full-write.c (full_rw): Add a cast.
2996
2997 2006-11-01  Bruno Haible  <bruno@clisp.org>
2998
2999         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
3000         be POSIX compliant.
3001         Reported by Roger Persson <perrog@gmail.com>.
3002
3003 2006-11-01  Eric Blake  <ebb9@byu.net>
3004
3005         * lib/getopt_.h: Fix comments.
3006
3007 2006-10-31  Eric Blake  <ebb9@byu.net>
3008
3009         * modules/tmpdir (Depends-on): Add sys_stat.
3010         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
3011         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
3012         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
3013         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
3014         tempname.
3015
3016 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
3017
3018         Avoid some C++ diagnostics reported by Bruno Haible.
3019         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
3020         xmalloc.
3021         (quotearg_alloc): Use xcharalloc rather than xmalloc.
3022         (struct slotvec): Move to top level.
3023         (quotearg_n_options): Rewrite to avoid xmalloc.
3024         * lib/xalloc.h (xcharalloc): New function.
3025         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
3026         [defined __cplusplus]: Add function template that provides result
3027         type propagation.  This part of the change is from Bruno Haible.
3028
3029 2006-10-29  Bruno Haible  <bruno@clisp.org>
3030
3031         Make it compile in C++ mode.
3032         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
3033         * lib/strnlen1.c (strnlen1): Cast memchr result.
3034         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
3035         * lib/clean-temp.c (string_equals, string_hash): Add casts.
3036         (create_temp_dir): Rename local variable 'template'.
3037         (compile_csharp_using_sscli): Add cast.
3038         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
3039         * lib/findprog.c (find_in_path): Likewise.
3040         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
3041         * lib/wait-process.c (register_slave_subprocess): Likewise.
3042
3043 2006-10-22  Bruno Haible  <bruno@clisp.org>
3044
3045         * modules/tsearch: New file.
3046         * lib/tsearch.h: New file.
3047         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
3048         * m4/tsearch.m4: New file.
3049         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
3050
3051 2006-10-29  Eric Blake  <ebb9@byu.net>
3052
3053         * lib/arcfour.c: Assume config.h.
3054         * lib/arctwo.c: Likewise.
3055         * lib/base64.c: Likewise.
3056         * lib/check-version.c: Likewise.
3057         * lib/crc.c: Likewise.
3058         * lib/des.c: Likewise.
3059         * lib/gc-gnulib.c: Likewise.
3060         * lib/gc-libgcrypt.c: Likewise.
3061         * lib/gc-pbkdf2-sha1.c: Likewise.
3062         * lib/getaddrinfo.c: Likewise.
3063         * lib/getdelim.c: Likewise.
3064         * lib/getline.c: Likewise.
3065         * lib/hmac-md5.c: Likewise.
3066         * lib/hmac-sha1.c: Likewise.
3067         * lib/iconvme.c: Likewise.
3068         * lib/md2.c: Likewise.
3069         * lib/md4.c: Likewise.
3070         * lib/memxor.c: Likewise.
3071         * lib/read-file.c: Likewise.
3072         * lib/readline.c: Likewise.
3073         * lib/rijndael-alg-fst.c: Likewise.
3074         * lib/rijndael-api-fst.c: Likewise.
3075         * lib/xgetdomainname.c: Likewise.
3076
3077 2006-10-28  Eric Blake  <ebb9@byu.net>
3078
3079         * lib/xstrndup.c: Assume config.h.
3080
3081 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
3082
3083         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
3084         stat-macros.h is now for our own macros, whereas stat_h is for
3085         macros in the <sys/stat.h> name space.
3086         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
3087         (STAT_MACROS_H): Remove.
3088         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
3089         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
3090         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
3091         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
3092         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
3093         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
3094         Move these macros to ...
3095         * lib/stat_.h: here.  Don't include stat-macros.h.
3096         * lib/canonicalize.c: Don't include stat-macros.h.
3097         * lib/chown.c: Likewise.
3098         * lib/euidaccess.c: Likewise.
3099         * lib/file-type.c: Likewise.
3100         * lib/filemode.c: Likewise.
3101         * lib/glob.c: Likewise.
3102         * lib/isapipe.c: Likewise.
3103         * lib/lchown.c: Likewise.
3104         * lib/lstat.c: Likewise.
3105         * lib/mkdir-p.c: Likewise.
3106         * lib/rmdir.c: Likewise.
3107         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
3108         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
3109         unless mkdir isn't declared, to speed up 'configure'.
3110         Always create sys/stat.h, since it's unlikely any real sys/stat.h
3111         would define all the S_* symbols.
3112         * modules/canonicalize (Depends-on):
3113         Depend on sys_stat, not stat-macros.
3114         * modules/chown: Likewise.
3115         * modules/euidaccess: Likewise.
3116         * modules/filemode: Likewise.
3117         * modules/file-type: Likewise.
3118         * modules/glob: Likewise.
3119         * modules/isapipe: Likewise.
3120         * modules/lchown: Likewise.
3121         * modules/lstat: Likewise.
3122         * modules/mkancesdirs: Likewise.
3123         * modules/rmdir: Likewise.
3124         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
3125         * modules/modechange: Likewise.
3126         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
3127         (configure.ac): Remove gl_STAT_MACROS.
3128         * modules/sys_stat (Depends-on): Remove stat-macros.
3129
3130 2006-10-27  Bruno Haible  <bruno@clisp.org>
3131
3132         * m4/signed.m4: Remove file.
3133         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
3134         invocation.
3135         * modules/vasnprintf (Files): Remove m4/signed.m4.
3136
3137 2006-10-27  Bruno Haible  <bruno@clisp.org>
3138
3139         Update to GNU gettext 0.16.
3140         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
3141         m4/inttypes-h.m4, m4/signed.m4.
3142         * m4/gettext.m4: Update to GNU gettext 0.16.
3143         * m4/intl.m4: New file, from GNU gettext.
3144         * m4/intldir.m4: New file, from GNU gettext.
3145         * config/srclist.txt: Update
3146
3147 2006-10-27  Eric Blake  <ebb9@byu.net>
3148
3149         * MODULES.html.sh: Document tempname.
3150         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
3151         dependencies.
3152         (Files): Move lib/tempname.c...
3153         * modules/tempname: ...to this new module.
3154         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
3155         (gl_PREREQ_TEMPNAME): Move...
3156         * m4/tempname.m4: ...to this new file.
3157         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
3158         * modules/sys_stat (Depends-on): Add stat-macros.
3159         * lib/stat_.h (includes): Pick up stat macros.
3160         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
3161         if stat macros are broken.
3162         * lib/tempname.c (includes): No need to include "stat-macros.h".
3163         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
3164         (direxists, __path_search) [!_LIBC]: Don't compile these in
3165         gnulib; the tmpdir module covers that.
3166         * lib/tempname.h: New file.
3167
3168 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
3169
3170         * COPYING: Explain how gnulib-tool converts licence headers.
3171         Almost all wording by Eric Blake.
3172
3173 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
3174
3175         * lib/mbchar.h (is_basic_table): Make read-only.
3176         * lib/mbchar.c (is_basic_table): Likewise.
3177         Reported by John Darrington.
3178
3179 2006-10-25  Bruno Haible  <bruno@clisp.org>
3180
3181         * lib/progname.h (set_program_name): Undefine before defining.
3182
3183 2006-10-25  Bruno Haible  <bruno@clisp.org>
3184
3185         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
3186         false for non-gcc C++ compilers.
3187         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
3188
3189 2006-10-24  Bruno Haible  <bruno@clisp.org>
3190
3191         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
3192         iconv implementations like Irix iconv.
3193
3194 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3195
3196         * modules/vararrays: New file.
3197         * m4/vararrays.m4: New file, taken from diffutils.
3198         * MODULES.html.sh: New module vararrays.
3199
3200 2006-10-24  Karl Berry  <karl@gnu.org>
3201
3202         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
3203         Don't call GNU Unix.
3204
3205 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3206
3207         * users.txt: Add Libtool.
3208
3209         Sync from Libtool:
3210
3211         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3212
3213         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
3214         to gnulib's policy of including config.h unconditionally.
3215
3216 2006-10-24  Bruno Haible  <bruno@clisp.org>
3217
3218         * modules/wcwidth (Files): Add m4/wint_t.m4.
3219         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
3220         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
3221
3222 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3223
3224         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
3225         to pacify GCC with some -W flags enabled.  Problem reported by
3226         Bruno Haible.
3227
3228 2006-10-24  Jim Meyering  <jim@meyering.net>
3229
3230         * MODULES.html.sh: Remove uinttostr.  It's not a module.
3231         Reported by Karl Berry.
3232
3233 2006-10-23  Bruno Haible  <bruno@clisp.org>
3234
3235         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
3236
3237 2006-10-24  Bruno Haible  <bruno@clisp.org>
3238
3239         * lib/gl_list.h: Use C comment style, not C++ comment style.
3240
3241 2006-10-23  Eric Blake  <ebb9@byu.net>
3242
3243         * lib/getaddrinfo.c (includes): Add missing include.
3244
3245 2006-10-23  Bruno Haible  <bruno@clisp.org>
3246             Paul Eggert  <eggert@cs.ucla.edu>
3247
3248         Ability to rename obstack_free.
3249         * lib/obstack.h (__obstack_free): New macro. Declare instead of
3250         obstack_free.
3251         (obstack_free): Invoke the __obstack_free macro.
3252         * lib/obstack.c (obstack_free): Use __obstack_free macro.
3253
3254 2006-10-23  Bruno Haible  <bruno@clisp.org>
3255             Paul Eggert  <eggert@cs.ucla.edu>
3256
3257         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
3258         __argc, __argv from the declaration. (They are defined as macros on
3259         mingw.)
3260
3261 2006-10-22  Bruno Haible  <bruno@clisp.org>
3262
3263         * doc/gnulib-intro.texi: New file.
3264         * doc/gnulib.texi: Include it.
3265
3266 2006-10-21  Bruno Haible  <bruno@clisp.org>
3267
3268         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
3269         "Introduction", "Miscellanous Notes", "Particular Modules".
3270
3271 2006-10-21  Bruno Haible  <bruno@clisp.org>
3272
3273         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3274         Change mostlyclean-local rule to avoid sh syntax error from bash
3275         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
3276
3277 2006-10-23  Jim Meyering  <jim@meyering.net>
3278
3279         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
3280         in place of snprintf.
3281
3282         * modules/inttostr (Files): Add lib/uinttostr.c.
3283         * lib/uinttostr.c (inttostr): New file/function.
3284         * lib/inttostr.h (uinttostr): Declare.
3285         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
3286         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
3287         Add uinttostr.
3288         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
3289
3290 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3291
3292         * lib/canonicalize.c (ELOOP): Define if not already defined.
3293         Problem reported by Bruno Haible in
3294         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
3295
3296 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3297
3298         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
3299         Problem reported by Perry Smith and Ville Laurikari.
3300
3301         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
3302         uses.
3303
3304 2006-10-19  Bruno Haible  <bruno@clisp.org>
3305
3306         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
3307         for mingw.
3308
3309 2006-10-19  Bruno Haible  <bruno@clisp.org>
3310
3311         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
3312         Needed for mingw.
3313
3314 2006-10-19  Bruno Haible  <bruno@clisp.org>
3315
3316         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
3317
3318 2006-10-19  Bruno Haible  <bruno@clisp.org>
3319
3320         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
3321         it.
3322
3323 2006-10-19  Bruno Haible  <bruno@clisp.org>
3324
3325         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
3326         invocation.
3327
3328 2006-10-19  Bruno Haible  <bruno@clisp.org>
3329
3330         * gnulib-tool (func_create_testdir): Don't include ftruncate and
3331         mountlist by default.
3332
3333 2006-10-16  Bruno Haible  <bruno@clisp.org>
3334
3335         * lib/c-strstr.c: Include c-strstr.h.
3336
3337 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3338
3339         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
3340         in a slash.
3341
3342 2006-10-18  Bruno Haible  <bruno@clisp.org>
3343
3344         * lib/lock.h [C++]: Wrap definitions in extern "C".
3345
3346 2006-10-18  Bruno Haible  <bruno@clisp.org>
3347
3348         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
3349         gl_LIBOBJS list.
3350
3351 2006-10-18  Bruno Haible  <bruno@clisp.org>
3352
3353         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
3354
3355 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
3356
3357         * lib/xstrtol.h: Include gettext.h.
3358         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
3359         Problem reported by Eric Blake.
3360         * modules/xstrtol (Depends-on): Add gettext-h.
3361
3362 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
3363
3364         * lib/strftime.c (advance): New macro.
3365         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
3366         incomplete type, so you can't add 0 to it.  Problem and patch
3367         reported by Eelco Dolstra for dietlibc.
3368
3369 2006-10-18  Jim Meyering  <jim@meyering.net>
3370
3371         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
3372         type for a local, and rename it: s/up/user_proc/.
3373
3374 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
3375
3376         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
3377         READ_UTMP_USER_PROCESS.
3378         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
3379
3380 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
3381
3382         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
3383         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
3384
3385 2006-10-17  Eric Blake  <ebb9@byu.net>
3386
3387         * lib/sigprocmask.c (sigprocmask): Fix typo.
3388
3389         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
3390
3391         * modules/clean-temp (Makefile.am): Don't add to make output...
3392         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
3393         config.h.
3394
3395 2006-10-17  Bruno Haible  <bruno@clisp.org>
3396
3397         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
3398         differently if DEFAULT_TEXT_DOMAIN is set.
3399
3400 2006-10-16  Bruno Haible  <bruno@clisp.org>
3401
3402         * lib/clean-temp.c: Include fwriteerror.h.
3403
3404 2006-10-16  Bruno Haible  <bruno@clisp.org>
3405
3406         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
3407
3408 2006-10-16  Bruno Haible  <bruno@clisp.org>
3409
3410         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
3411         * lib/sigprocmask.h: Include <sys/types.h>.
3412         (sigset_t): Use the system's definition if present.
3413
3414 2006-10-17  Eric Blake  <ebb9@byu.net>
3415
3416         * lib/xvasprintf.c (includes): Assume config.h.
3417         * lib/xasprintf.c (includes): Likewise.
3418
3419 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
3420
3421         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
3422         at least as wide as intmax_t.
3423
3424 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
3425
3426         (Imported from Automake.)
3427         * build-aux/gnupload: Update to version 1.1 of directive file.
3428
3429 2006-10-16  Eric Blake  <ebb9@byu.net>
3430
3431         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
3432         match Automake 1.10a.
3433
3434 2006-10-14  Bruno Haible  <bruno@clisp.org>
3435
3436         * modules/sigprocmask: New file.
3437         * lib/sigprocmask.h: New file.
3438         * lib/sigprocmask.c: New file.
3439         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
3440         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
3441         request sigprocmask.o.
3442         (gl_PREREQ_SIGPROCMASK): New macro.
3443         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
3444         (Depends-on): Add sigprocmask.
3445         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
3446         gt_SIGNALBLOCKING. Test for 'raise' only once.
3447         * lib/fatal-signal.c: Include sigprocmask.h.
3448         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
3449         unblock_fatal_signals): Define always.
3450         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3451         sigprocmask.
3452
3453 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
3454
3455         Sync from Automake.
3456         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
3457         which incorrectly sets the mode of an existing destination
3458         directory.  In some cases the unpatched install-sh could do the
3459         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
3460         system.  We hope this is rare in practice, but it's clearly worth
3461         fixing.  Problem reported by Alex Unleashed in
3462         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
3463         Also, don't bother to check for -m bugs unless we're using -m;
3464         suggested by Stepan Kasal.
3465
3466 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3467
3468         Sync from Automake.
3469         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
3470         `-c' flag, so they appear at the same position as in %FASTDEP%
3471         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
3472         which ignores unknown options only after the first non-option.
3473         Bug report against M4 by Nelson H. F. Beebe.
3474
3475 2006-10-13  Jim Meyering  <jim@meyering.net>
3476
3477         Fix a bug in yesterday's change.
3478         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
3479         p->fts_statp->st_dev would be used uninitialized.
3480         Ensures that we always call fts_stat on the very first entry.
3481         Miklos Szeredi reported that find -xdev stopped working.
3482
3483 2006-10-12  Bruno Haible  <bruno@clisp.org>
3484
3485         * gnulib-tool (func_get_automake_snippet): Append an automatically
3486         computed EXTRA_DIST augmentation.
3487         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
3488         * modules/alloca-opt (Makefile.am): Likewise.
3489         * modules/allocsa (Makefile.am): Likewise.
3490         * modules/arcfour (Makefile.am): Likewise.
3491         * modules/arctwo (Makefile.am): Likewise.
3492         * modules/argmatch (Makefile.am): Likewise.
3493         * modules/argz (Makefile.am): Likewise.
3494         * modules/atexit (Makefile.am): Likewise.
3495         * modules/backupfile (Makefile.am): Likewise.
3496         * modules/byteswap (Makefile.am): Likewise.
3497         * modules/c-strtod (Makefile.am): Likewise.
3498         * modules/c-strtold (Makefile.am): Likewise.
3499         * modules/calloc (Makefile.am): Likewise.
3500         * modules/canon-host (Makefile.am): Likewise.
3501         * modules/canonicalize (Makefile.am): Likewise.
3502         * modules/chdir-long (Makefile.am): Likewise.
3503         * modules/chdir-safer (Makefile.am): Likewise.
3504         * modules/check-version (Makefile.am): Likewise.
3505         * modules/chown (Makefile.am): Likewise.
3506         * modules/cloexec (Makefile.am): Likewise.
3507         * modules/close-stream (Makefile.am): Likewise.
3508         * modules/closeout (Makefile.am): Likewise.
3509         * modules/crc (Makefile.am): Likewise.
3510         * modules/csharpexec (Makefile.am): Likewise.
3511         * modules/cycle-check (Makefile.am): Likewise.
3512         * modules/des (Makefile.am): Likewise.
3513         * modules/dev-ino (Makefile.am): Likewise.
3514         * modules/dirfd (Makefile.am): Likewise.
3515         * modules/dirname (Makefile.am): Likewise.
3516         * modules/dup2 (Makefile.am): Likewise.
3517         * modules/eealloc (Makefile.am): Likewise.
3518         * modules/error (Makefile.am): Likewise.
3519         * modules/euidaccess (Makefile.am): Likewise.
3520         * modules/exclude (Makefile.am): Likewise.
3521         * modules/exitfail (Makefile.am): Likewise.
3522         * modules/fcntl-safer (Makefile.am): Likewise.
3523         * modules/fcntl (Makefile.am): Likewise.
3524         * modules/file-type (Makefile.am): Likewise.
3525         * modules/fileblocks (Makefile.am): Likewise.
3526         * modules/filemode (Makefile.am): Likewise.
3527         * modules/filenamecat (Makefile.am): Likewise.
3528         * modules/fnmatch (Makefile.am): Likewise.
3529         * modules/fopen-safer (Makefile.am): Likewise.
3530         * modules/fpending (Makefile.am): Likewise.
3531         * modules/fprintftime (Makefile.am): Likewise.
3532         * modules/free (Makefile.am): Likewise.
3533         * modules/fsusage (Makefile.am): Likewise.
3534         * modules/ftruncate (Makefile.am): Likewise.
3535         * modules/fts (Makefile.am): Likewise.
3536         * modules/gc-arcfour (Makefile.am): Likewise.
3537         * modules/gc-des (Makefile.am): Likewise.
3538         * modules/gc-hmac-md5 (Makefile.am): Likewise.
3539         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
3540         * modules/gc-md4 (Makefile.am): Likewise.
3541         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3542         * modules/gc-sha1 (Makefile.am): Likewise.
3543         * modules/gc (Makefile.am): Likewise.
3544         * modules/getaddrinfo (Makefile.am): Likewise.
3545         * modules/getcwd (Makefile.am): Likewise.
3546         * modules/getdelim (Makefile.am): Likewise.
3547         * modules/getdomainname (Makefile.am): Likewise.
3548         * modules/getgroups (Makefile.am): Likewise.
3549         * modules/gethostname (Makefile.am): Likewise.
3550         * modules/gethrxtime (Makefile.am): Likewise.
3551         * modules/getline (Makefile.am): Likewise.
3552         * modules/getloadavg (Makefile.am): Likewise.
3553         * modules/getlogin_r (Makefile.am): Likewise.
3554         * modules/getndelim2 (Makefile.am): Likewise.
3555         * modules/getopt (Makefile.am): Likewise.
3556         * modules/getpagesize (Makefile.am): Likewise.
3557         * modules/getpass-gnu (Makefile.am): Likewise.
3558         * modules/getpass (Makefile.am): Likewise.
3559         * modules/getsubopt (Makefile.am): Likewise.
3560         * modules/gettime (Makefile.am): Likewise.
3561         * modules/gettimeofday (Makefile.am): Likewise.
3562         * modules/getugroups (Makefile.am): Likewise.
3563         * modules/getusershell (Makefile.am): Likewise.
3564         * modules/glob (Makefile.am): Likewise.
3565         * modules/group-member (Makefile.am): Likewise.
3566         * modules/hard-locale (Makefile.am): Likewise.
3567         * modules/hash (Makefile.am): Likewise.
3568         * modules/hmac-md5 (Makefile.am): Likewise.
3569         * modules/hmac-sha1 (Makefile.am): Likewise.
3570         * modules/human (Makefile.am): Likewise.
3571         * modules/idcache (Makefile.am): Likewise.
3572         * modules/imaxabs (Makefile.am): Likewise.
3573         * modules/imaxdiv (Makefile.am): Likewise.
3574         * modules/inet_ntop (Makefile.am): Likewise.
3575         * modules/inet_pton (Makefile.am): Likewise.
3576         * modules/intprops (Makefile.am): Likewise.
3577         * modules/inttostr (Makefile.am): Likewise.
3578         * modules/inttypes (Makefile.am): Likewise.
3579         * modules/isapipe (Makefile.am): Likewise.
3580         * modules/javaversion (Makefile.am): Likewise.
3581         * modules/lchmod (Makefile.am): Likewise.
3582         * modules/lchown (Makefile.am): Likewise.
3583         * modules/localcharset (Makefile.am): Likewise.
3584         * modules/long-options (Makefile.am): Likewise.
3585         * modules/lstat (Makefile.am): Likewise.
3586         * modules/malloc (Makefile.am): Likewise.
3587         * modules/mathl (Makefile.am): Likewise.
3588         * modules/mbchar (Makefile.am): Likewise.
3589         * modules/md2 (Makefile.am): Likewise.
3590         * modules/md4 (Makefile.am): Likewise.
3591         * modules/md5 (Makefile.am): Likewise.
3592         * modules/memcasecmp (Makefile.am): Likewise.
3593         * modules/memchr (Makefile.am): Likewise.
3594         * modules/memcmp (Makefile.am): Likewise.
3595         * modules/memcoll (Makefile.am): Likewise.
3596         * modules/memcpy (Makefile.am): Likewise.
3597         * modules/memmem (Makefile.am): Likewise.
3598         * modules/memmove (Makefile.am): Likewise.
3599         * modules/mempcpy (Makefile.am): Likewise.
3600         * modules/memrchr (Makefile.am): Likewise.
3601         * modules/memset (Makefile.am): Likewise.
3602         * modules/memxor (Makefile.am): Likewise.
3603         * modules/mkancesdirs (Makefile.am): Likewise.
3604         * modules/mkdir-p (Makefile.am): Likewise.
3605         * modules/mkdir (Makefile.am): Likewise.
3606         * modules/mkdtemp (Makefile.am): Likewise.
3607         * modules/mkstemp (Makefile.am): Likewise.
3608         * modules/mktime (Makefile.am): Likewise.
3609         * modules/modechange (Makefile.am): Likewise.
3610         * modules/mountlist (Makefile.am): Likewise.
3611         * modules/nanosleep (Makefile.am): Likewise.
3612         * modules/obstack (Makefile.am): Likewise.
3613         * modules/openat (Makefile.am): Likewise.
3614         * modules/pagealign_alloc (Makefile.am): Likewise.
3615         * modules/pathmax (Makefile.am): Likewise.
3616         * modules/physmem (Makefile.am): Likewise.
3617         * modules/poll (Makefile.am): Likewise.
3618         * modules/posixtm (Makefile.am): Likewise.
3619         * modules/posixver (Makefile.am): Likewise.
3620         * modules/putenv (Makefile.am): Likewise.
3621         * modules/quote (Makefile.am): Likewise.
3622         * modules/quotearg (Makefile.am): Likewise.
3623         * modules/raise (Makefile.am): Likewise.
3624         * modules/read-file (Makefile.am): Likewise.
3625         * modules/readline (Makefile.am): Likewise.
3626         * modules/readlink (Makefile.am): Likewise.
3627         * modules/readtokens (Makefile.am): Likewise.
3628         * modules/readutmp (Makefile.am): Likewise.
3629         * modules/realloc (Makefile.am): Likewise.
3630         * modules/regex (Makefile.am): Likewise.
3631         * modules/rename-dest-slash (Makefile.am): Likewise.
3632         * modules/rename (Makefile.am): Likewise.
3633         * modules/rijndael (Makefile.am): Likewise.
3634         * modules/rmdir (Makefile.am): Likewise.
3635         * modules/rpmatch (Makefile.am): Likewise.
3636         * modules/safe-read (Makefile.am): Likewise.
3637         * modules/safe-write (Makefile.am): Likewise.
3638         * modules/same-inode (Makefile.am): Likewise.
3639         * modules/same (Makefile.am): Likewise.
3640         * modules/save-cwd (Makefile.am): Likewise.
3641         * modules/savedir (Makefile.am): Likewise.
3642         * modules/setenv (Makefile.am): Likewise.
3643         * modules/settime (Makefile.am): Likewise.
3644         * modules/sha1 (Makefile.am): Likewise.
3645         * modules/sig2str (Makefile.am): Likewise.
3646         * modules/snprintf (Makefile.am): Likewise.
3647         * modules/stat-macros (Makefile.am): Likewise.
3648         * modules/stat-time (Makefile.am): Likewise.
3649         * modules/stdbool (Makefile.am): Likewise.
3650         * modules/stdint (Makefile.am): Likewise.
3651         * modules/stdlib-safer (Makefile.am): Likewise.
3652         * modules/stpcpy (Makefile.am): Likewise.
3653         * modules/stpncpy (Makefile.am): Likewise.
3654         * modules/strcase (Makefile.am): Likewise.
3655         * modules/strcasestr (Makefile.am): Likewise.
3656         * modules/strchrnul (Makefile.am): Likewise.
3657         * modules/strcspn (Makefile.am): Likewise.
3658         * modules/strdup (Makefile.am): Likewise.
3659         * modules/strerror (Makefile.am): Likewise.
3660         * modules/strftime (Makefile.am): Likewise.
3661         * modules/strndup (Makefile.am): Likewise.
3662         * modules/strnlen (Makefile.am): Likewise.
3663         * modules/strpbrk (Makefile.am): Likewise.
3664         * modules/strsep (Makefile.am): Likewise.
3665         * modules/strstr (Makefile.am): Likewise.
3666         * modules/strtod (Makefile.am): Likewise.
3667         * modules/strtoimax (Makefile.am): Likewise.
3668         * modules/strtok_r (Makefile.am): Likewise.
3669         * modules/strtol (Makefile.am): Likewise.
3670         * modules/strtoll (Makefile.am): Likewise.
3671         * modules/strtoul (Makefile.am): Likewise.
3672         * modules/strtoull (Makefile.am): Likewise.
3673         * modules/strtoumax (Makefile.am): Likewise.
3674         * modules/strverscmp (Makefile.am): Likewise.
3675         * modules/sys_socket (Makefile.am): Likewise.
3676         * modules/sys_stat (Makefile.am): Likewise.
3677         * modules/sysexits (Makefile.am): Likewise.
3678         * modules/time_r (Makefile.am): Likewise.
3679         * modules/timegm (Makefile.am): Likewise.
3680         * modules/timespec (Makefile.am): Likewise.
3681         * modules/tmpfile-safer (Makefile.am): Likewise.
3682         * modules/trim (Makefile.am): Likewise.
3683         * modules/unistd-safer (Makefile.am): Likewise.
3684         * modules/unlinkdir (Makefile.am): Likewise.
3685         * modules/unlocked-io (Makefile.am): Likewise.
3686         * modules/userspec (Makefile.am): Likewise.
3687         * modules/utime (Makefile.am): Likewise.
3688         * modules/utimecmp (Makefile.am): Likewise.
3689         * modules/utimens (Makefile.am): Likewise.
3690         * modules/vasnprintf (Makefile.am): Likewise.
3691         * modules/vasprintf (Makefile.am): Likewise.
3692         * modules/vsnprintf (Makefile.am): Likewise.
3693         * modules/xalloc (Makefile.am): Likewise.
3694         * modules/xgetcwd (Makefile.am): Likewise.
3695         * modules/xnanosleep (Makefile.am): Likewise.
3696         * modules/xreadlink (Makefile.am): Likewise.
3697         * modules/xstrtod (Makefile.am): Likewise.
3698         * modules/xstrtol (Makefile.am): Likewise.
3699         * modules/xstrtold (Makefile.am): Likewise.
3700         * modules/yesno (Makefile.am): Likewise.
3701         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
3702
3703 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3704
3705         * modules/error (Makefile.am): Distribute files through
3706         EXTRA_DIST, not lib_SOURCES.
3707
3708 2006-10-12  Eric Blake  <ebb9@byu.net>
3709
3710         * modules/error (Makefile.am): Distribute files in /lib.
3711         * modules/obstack (Makefile.am): Likewise.
3712
3713 2006-10-12  Bruno Haible  <bruno@clisp.org>
3714
3715         * modules/acl (Makefile.am): Distribute all files in lib/ through
3716         EXTRA_DIST.
3717         * modules/arcfour (Makefile.am): Likewise.
3718         * modules/arctwo (Makefile.am): Likewise.
3719         * modules/argmatch (Makefile.am): Likewise.
3720         * modules/argz (Makefile.am): Likewise.
3721         * modules/atexit (Makefile.am): Likewise.
3722         * modules/backupfile (Makefile.am): Likewise.
3723         * modules/c-strtod (Makefile.am): Likewise.
3724         * modules/c-strtold (Makefile.am): Likewise.
3725         * modules/calloc (Makefile.am): Likewise.
3726         * modules/canon-host (Makefile.am): Likewise.
3727         * modules/canonicalize (Makefile.am): Likewise.
3728         * modules/chdir-long (Makefile.am): Likewise.
3729         * modules/chdir-safer (Makefile.am): Likewise.
3730         * modules/check-version (Makefile.am): Likewise.
3731         * modules/chown (Makefile.am): Likewise.
3732         * modules/cloexec (Makefile.am): Likewise.
3733         * modules/close-stream (Makefile.am): Likewise.
3734         * modules/closeout (Makefile.am): Likewise.
3735         * modules/crc (Makefile.am): Likewise.
3736         * modules/cycle-check (Makefile.am): Likewise.
3737         * modules/des (Makefile.am): Likewise.
3738         * modules/dirfd (Makefile.am): Likewise.
3739         * modules/dirname (Makefile.am): Likewise.
3740         * modules/dup2 (Makefile.am): Likewise.
3741         * modules/euidaccess (Makefile.am): Likewise.
3742         * modules/exclude (Makefile.am): Likewise.
3743         * modules/exitfail (Makefile.am): Likewise.
3744         * modules/fcntl-safer (Makefile.am): Likewise.
3745         * modules/file-type (Makefile.am): Likewise.
3746         * modules/fileblocks (Makefile.am): Likewise.
3747         * modules/filemode (Makefile.am): Likewise.
3748         * modules/filenamecat (Makefile.am): Likewise.
3749         * modules/fnmatch (Makefile.am): Likewise.
3750         * modules/fopen-safer (Makefile.am): Likewise.
3751         * modules/fpending (Makefile.am): Likewise.
3752         * modules/fprintftime (Makefile.am): Likewise.
3753         * modules/free (Makefile.am): Likewise.
3754         * modules/fsusage (Makefile.am): Likewise.
3755         * modules/ftruncate (Makefile.am): Likewise.
3756         * modules/fts (Makefile.am): Likewise.
3757         * modules/gc (Makefile.am): Likewise.
3758         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3759         * modules/getaddrinfo (Makefile.am): Likewise.
3760         * modules/getcwd (Makefile.am): Likewise.
3761         * modules/getdelim (Makefile.am): Likewise.
3762         * modules/getdomainname (Makefile.am): Likewise.
3763         * modules/getgroups (Makefile.am): Likewise.
3764         * modules/gethostname (Makefile.am): Likewise.
3765         * modules/gethrxtime (Makefile.am): Likewise.
3766         * modules/getline (Makefile.am): Likewise.
3767         * modules/getloadavg (Makefile.am): Likewise.
3768         * modules/getlogin_r (Makefile.am): Likewise.
3769         * modules/getopt (Makefile.am): Likewise.
3770         * modules/getpass (Makefile.am): Likewise.
3771         * modules/getpass-gnu (Makefile.am): Likewise.
3772         * modules/getsubopt (Makefile.am): Likewise.
3773         * modules/gettime (Makefile.am): Likewise.
3774         * modules/gettimeofday (Makefile.am): Likewise.
3775         * modules/getugroups (Makefile.am): Likewise.
3776         * modules/getusershell (Makefile.am): Likewise.
3777         * modules/glob (Makefile.am): Likewise.
3778         * modules/group-member (Makefile.am): Likewise.
3779         * modules/hard-locale (Makefile.am): Likewise.
3780         * modules/hash (Makefile.am): Likewise.
3781         * modules/hmac-md5 (Makefile.am): Likewise.
3782         * modules/hmac-sha1 (Makefile.am): Likewise.
3783         * modules/human (Makefile.am): Likewise.
3784         * modules/idcache (Makefile.am): Likewise.
3785         * modules/imaxabs (Makefile.am): Likewise.
3786         * modules/imaxdiv (Makefile.am): Likewise.
3787         * modules/inet_ntop (Makefile.am): Likewise.
3788         * modules/inet_pton (Makefile.am): Likewise.
3789         * modules/inttostr (Makefile.am): Likewise.
3790         * modules/isapipe (Makefile.am): Likewise.
3791         * modules/lchown (Makefile.am): Likewise.
3792         * modules/long-options (Makefile.am): Likewise.
3793         * modules/lstat (Makefile.am): Likewise.
3794         * modules/malloc (Makefile.am): Likewise.
3795         * modules/mathl (Makefile.am): Likewise.
3796         * modules/mbchar (Makefile.am): Likewise.
3797         * modules/md2 (Makefile.am): Likewise.
3798         * modules/md4 (Makefile.am): Likewise.
3799         * modules/md5 (Makefile.am): Likewise.
3800         * modules/memcasecmp (Makefile.am): Likewise.
3801         * modules/memchr (Makefile.am): Likewise.
3802         * modules/memcmp (Makefile.am): Likewise.
3803         * modules/memcoll (Makefile.am): Likewise.
3804         * modules/memcpy (Makefile.am): Likewise.
3805         * modules/memmem (Makefile.am): Likewise.
3806         * modules/memmove (Makefile.am): Likewise.
3807         * modules/mempcpy (Makefile.am): Likewise.
3808         * modules/memrchr (Makefile.am): Likewise.
3809         * modules/memset (Makefile.am): Likewise.
3810         * modules/memxor (Makefile.am): Likewise.
3811         * modules/mkancesdirs (Makefile.am): Likewise.
3812         * modules/mkdir (Makefile.am): Likewise.
3813         * modules/mkdir-p (Makefile.am): Likewise.
3814         * modules/mkdtemp (Makefile.am): Likewise.
3815         * modules/mkstemp (Makefile.am): Likewise.
3816         * modules/mktime (Makefile.am): Likewise.
3817         * modules/modechange (Makefile.am): Likewise.
3818         * modules/mountlist (Makefile.am): Likewise.
3819         * modules/nanosleep (Makefile.am): Likewise.
3820         * modules/openat (Makefile.am): Likewise.
3821         * modules/pagealign_alloc (Makefile.am): Likewise.
3822         * modules/physmem (Makefile.am): Likewise.
3823         * modules/poll (Makefile.am): Likewise.
3824         * modules/posixtm (Makefile.am): Likewise.
3825         * modules/posixver (Makefile.am): Likewise.
3826         * modules/putenv (Makefile.am): Likewise.
3827         * modules/quote (Makefile.am): Likewise.
3828         * modules/quotearg (Makefile.am): Likewise.
3829         * modules/raise (Makefile.am): Likewise.
3830         * modules/read-file (Makefile.am): Likewise.
3831         * modules/readline (Makefile.am): Likewise.
3832         * modules/readlink (Makefile.am): Likewise.
3833         * modules/readtokens (Makefile.am): Likewise.
3834         * modules/readutmp (Makefile.am): Likewise.
3835         * modules/realloc (Makefile.am): Likewise.
3836         * modules/regex (Makefile.am): Likewise.
3837         * modules/rename (Makefile.am): Likewise.
3838         * modules/rename-dest-slash (Makefile.am): Likewise.
3839         * modules/rijndael (Makefile.am): Likewise.
3840         * modules/rmdir (Makefile.am): Likewise.
3841         * modules/rpmatch (Makefile.am): Likewise.
3842         * modules/safe-read (Makefile.am): Likewise.
3843         * modules/safe-write (Makefile.am): Likewise.
3844         * modules/same (Makefile.am): Likewise.
3845         * modules/save-cwd (Makefile.am): Likewise.
3846         * modules/savedir (Makefile.am): Likewise.
3847         * modules/setenv (Makefile.am): Likewise.
3848         * modules/settime (Makefile.am): Likewise.
3849         * modules/sha1 (Makefile.am): Likewise.
3850         * modules/sig2str (Makefile.am): Likewise.
3851         * modules/snprintf (Makefile.am): Likewise.
3852         * modules/stdlib-safer (Makefile.am): Likewise.
3853         * modules/stpcpy (Makefile.am): Likewise.
3854         * modules/stpncpy (Makefile.am): Likewise.
3855         * modules/strcase (Makefile.am): Likewise.
3856         * modules/strcasestr (Makefile.am): Likewise.
3857         * modules/strchrnul (Makefile.am): Likewise.
3858         * modules/strcspn (Makefile.am): Likewise.
3859         * modules/strdup (Makefile.am): Likewise.
3860         * modules/strerror (Makefile.am): Likewise.
3861         * modules/strftime (Makefile.am): Likewise.
3862         * modules/strndup (Makefile.am): Likewise.
3863         * modules/strnlen (Makefile.am): Likewise.
3864         * modules/strpbrk (Makefile.am): Likewise.
3865         * modules/strsep (Makefile.am): Likewise.
3866         * modules/strstr (Makefile.am): Likewise.
3867         * modules/strtod (Makefile.am): Likewise.
3868         * modules/strtoimax (Makefile.am): Likewise.
3869         * modules/strtok_r (Makefile.am): Likewise.
3870         * modules/strtol (Makefile.am): Likewise.
3871         * modules/strtoll (Makefile.am): Likewise.
3872         * modules/strtoul (Makefile.am): Likewise.
3873         * modules/strtoull (Makefile.am): Likewise.
3874         * modules/strtoumax (Makefile.am): Likewise.
3875         * modules/strverscmp (Makefile.am): Likewise.
3876         * modules/time_r (Makefile.am): Likewise.
3877         * modules/timegm (Makefile.am): Likewise.
3878         * modules/tmpfile-safer (Makefile.am): Likewise.
3879         * modules/unistd-safer (Makefile.am): Likewise.
3880         * modules/unlinkdir (Makefile.am): Likewise.
3881         * modules/userspec (Makefile.am): Likewise.
3882         * modules/utime (Makefile.am): Likewise.
3883         * modules/utimecmp (Makefile.am): Likewise.
3884         * modules/utimens (Makefile.am): Likewise.
3885         * modules/vasnprintf (Makefile.am): Likewise.
3886         * modules/vasprintf (Makefile.am): Likewise.
3887         * modules/vsnprintf (Makefile.am): Likewise.
3888         * modules/xalloc (Makefile.am): Likewise.
3889         * modules/xgetcwd (Makefile.am): Likewise.
3890         * modules/xnanosleep (Makefile.am): Likewise.
3891         * modules/xreadlink (Makefile.am): Likewise.
3892         * modules/xstrtod (Makefile.am): Likewise.
3893         * modules/xstrtol (Makefile.am): Likewise.
3894         * modules/xstrtold (Makefile.am): Likewise.
3895         * modules/yesno (Makefile.am): Likewise.
3896
3897 2006-10-12  Jim Meyering  <jim@meyering.net>
3898
3899         * m4/getloadavg.m4: Revert the change below.
3900
3901         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
3902         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
3903         fail with a symlink, which is what coreutils' ./bootstrap now
3904         creates by default.
3905
3906 2006-10-12  Bruno Haible  <bruno@clisp.org>
3907
3908         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
3909         mingw.
3910         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
3911         MSVC and mingw explicitly.
3912
3913 2006-10-11  Simon Josefsson  <jas@extundo.com>
3914             Bruno Haible  <bruno@clisp.org>
3915
3916         Add support for multiple gnulib-tool invocations in the scope of a
3917         single configure.ac file.
3918         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
3919         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
3920         with the same contents as the _LIBADD variable.
3921         (func_emit_initmacro_start, func_emit_initmacro_end,
3922         func_emit_initmacro_done): New functions.
3923         (func_import, func_create_testdir): Invoke them. Allow the identifiers
3924         gl_LIBOBJS and gl_LTLIBOBJS.
3925
3926 2006-10-11  Bruno Haible  <bruno@clisp.org>
3927
3928         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
3929         (func_create_testdir): Don't create po/Makefile.am, don't invoke
3930         autoreconf. Instead, invoke autopoint explicitly but move back the
3931         *.m4 files from gnulib.
3932
3933 2006-10-11  Bruno Haible  <bruno@clisp.org>
3934
3935         * gnulib-tool (func_usage): Make module names after --create-testdir
3936         optional.
3937         (func_create_testdir): If no module was specified, use nearly all
3938         modules.
3939
3940 2006-10-12  Jim Meyering  <jim@meyering.net>
3941
3942         Big performance improvement for fts-based tools that use FTS_NOSTAT.
3943         Avoid spurious inode-mismatch problems on non-POSIX file systems.
3944         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
3945         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
3946         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
3947         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
3948         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
3949         (fts_set_stat_required): New function.
3950         (fts_open): Defer the calls to fts_stat, if possible or requested.
3951         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
3952         into fts_stat itself.
3953         (fts_read): Perform any required (deferred) fts_stat call.
3954         (fts_build): Likewise, for the directory we're about to open and read.
3955         In the readdir loop, carefully decide whether each entry will require
3956         an eventual call to fts_stat, using dirent.d_type info if available.
3957         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
3958         a command line argument into this function.  Update all callers.
3959         Map a return value of FTS_DOT to FTS_D for a command line argument.
3960         * modules/fts (Depends-on): Add d-type.  Alphabetize.
3961         Thanks to Miklos Szeredi for his tenacity and for the initial
3962         bug report about "find" failing on a FUSE-based file system.
3963
3964         * lib/fts.c (fts_open): Use consistent indentation.
3965
3966 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3967
3968         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
3969         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
3970         reported by Jim Meyering.  All uses of cache variables renamed
3971         to match Autoconf's.
3972         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
3973         the other one.
3974
3975         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
3976         Fix misspelling in diagnostic.
3977
3978 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
3979
3980         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
3981         defined.  Problem reported by Matthew Woehlke.
3982
3983         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
3984         Add support for Tandem NonStop R series.
3985         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
3986         Use new macro.
3987
3988         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
3989         (has_trailing_slash): Omit size arg; all callers changed.
3990         Omit 'inline', since it doesn't help performance and we'd
3991         need to configure it.
3992         Don't count //, ///, etc. as having a trailing slash.
3993         As a side effect, this removes a C99ism reported by Matthew Woehlke.
3994         (rpl_rename_dest_slash): On failure, use rename's errno rather
3995         than (in some cases) an incorrect or junk errno.
3996         Simplify code by removing need to compute length; this does
3997         cause it to make two passes instead of one over the file name,
3998         but it's worth it.
3999
4000         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
4001         change, since Autoconf's version may no longer be appropriate now
4002         that we are using CVS Autoconf's version.  Add support for Tandem.
4003
4004 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4005             Bruno Haible  <bruno@clisp.org>
4006
4007         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
4008         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
4009         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
4010         gl_AC_TYPE_LONG_LONG.
4011
4012         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
4013         instead of HAVE_LONG_LONG.
4014         * lib/printf-args.c (printf_fetchargs): Likewise.
4015         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
4016         * lib/vasnprintf.c (VASNPRINTF): Likewise.
4017         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
4018         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
4019         gl_AC_TYPE_LONG_LONG.
4020
4021 2006-10-11  Bruno Haible  <bruno@clisp.org>
4022
4023         * m4/longlong.m4: Add comments.
4024         * m4/ulonglong.m4: Likewise.
4025
4026 2006-10-10  Bruno Haible  <bruno@clisp.org>
4027
4028         Make it possible to #define stpcpy, strdup to aliases.
4029         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
4030         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
4031
4032 2006-10-10  Bruno Haible  <bruno@clisp.org>
4033
4034         Make it possible to #define gcd to an alias.
4035         * lib/gcd.c: Include config.h.
4036
4037 2006-10-10  Bruno Haible  <bruno@clisp.org>
4038
4039         Make it possible to #define c_isascii to an alias.
4040         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
4041         defined. Undefine the macros before defining them, to avoid gcc
4042         warnings.
4043         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
4044         define NO_C_CTYPE_MACROS early.
4045
4046 2006-10-10  Bruno Haible  <bruno@clisp.org>
4047
4048         Make it possible to #define set_program_name to an alias.
4049         * lib/progname.c: Don't undefine set_program_name; instead, undefine
4050         ENABLE_RELOCATABLE early.
4051
4052 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
4053
4054         Port to Tandem NSK OSS, which has 64-bit signed int but at most
4055         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
4056         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
4057         More generally, don't assume that 64-bit signed int is available
4058         if unsigned int is, and vice versa.
4059         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
4060         unsigned symbols, not on their signed counterparts.
4061         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
4062         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
4063         (UINT64_C, UINTMAX_C):
4064         Likewise.
4065         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
4066         unsigned counterparts.
4067         (Have_long_long, Unsigned): New macros.
4068         (Int): Renamed from INT.
4069         (strtoimax): Use the new macros.
4070         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
4071         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
4072         * modules/inttypes (inttypes.h): Substitute
4073         HAVE_UNSIGNED_LONG_LONG_INT.
4074         * modules/stdint (stdint.h): Likewise.
4075         (Files): Add m4/ulonglong.m4.
4076
4077 2006-10-10  Bruno Haible  <bruno@clisp.org>
4078
4079         Fix a gcc -Wshadow warning.
4080         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
4081         to 'bucket'.
4082         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
4083         gl_linked_indexof_from_to): Likewise.
4084         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
4085         Likewise.
4086         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
4087         Likewise.
4088         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
4089         Reported by Eric Blake.
4090
4091 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
4092
4093         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
4094         for NetBSD.  Problem reported by Bruno Haible.
4095
4096 2006-10-09  Jim Meyering  <jim@meyering.net>
4097
4098         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
4099         Patch from Bruno Haible.
4100
4101 2006-10-09  Jim Meyering  <jim@meyering.net>
4102
4103         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
4104         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
4105         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
4106
4107 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4108
4109         Don't include <config.h> twice; this doesn't work in some cases,
4110         e.g., when config.h has "#define intmax_t long long int" and
4111         we include <config.h>, <inttypes.h>, <config.h> in that order.
4112         Problem reported by Matthew Woehlke in:
4113         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
4114         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
4115         * lib/fts-cycle.c: Don't include config.h.
4116         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
4117         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
4118         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
4119         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
4120         inttypes.h.
4121         * lib/xstrtoumax.c: Likewise.
4122         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
4123         __strtol and the like, so that this module is more like its siblings.
4124         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
4125         Remove; no longer needed now that we assume gnulib inttypes.h.
4126
4127 2006-10-08  Bruno Haible  <bruno@clisp.org>
4128
4129         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
4130         option.
4131
4132 2006-10-07  Jim Meyering  <jim@meyering.net>
4133
4134         * modules/inttypes (inttypes.h): Revert what seems to have been
4135         an inadvertent part of today's change: use "|", not "/" in the
4136         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
4137
4138 2006-10-07  Bruno Haible  <bruno@clisp.org>
4139
4140         * modules/sublist: New file.
4141
4142 2006-10-07  Bruno Haible  <bruno@clisp.org>
4143
4144         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
4145         * modules/argz (argz.h): Likewise.
4146         * modules/arpa_inet (arpa/inet.h): Likewise.
4147         * modules/byteswap (byteswap.h): Likewise.
4148         * modules/configmake (configmake.h): Likewise.
4149         * modules/fcntl (fcntl.h): Likewise.
4150         * modules/fnmatch (fnmatch.h): Likewise.
4151         * modules/getopt (getopt.h): Likewise.
4152         * modules/glob (glob.h): Likewise.
4153         * modules/inttypes (inttypes.h): Likewise.
4154         * modules/netinet_in (netinet/in.h): Likewise.
4155         * modules/poll (poll.h): Likewise.
4156         * modules/stdbool (stdbool.h): Likewise.
4157         * modules/stdint (stdint.h): Likewise.
4158         * modules/sys_select (sys/select.h): Likewise.
4159         * modules/sys_socket (sys/socket.h): Likewise.
4160         * modules/sys_stat (sys/stat.h): Likewise.
4161         * modules/sysexits (sysexits.h): Likewise.
4162         * modules/unistd (unistd.h): Likewise.
4163         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4164         Add a "DO NOT EDIT" comment to the generated file.
4165         (func_import): Likewise for gnulib-comp.m4.
4166
4167 2006-10-07  Bruno Haible  <bruno@clisp.org>
4168
4169         * lib/gl_sublist.h: New file.
4170         * lib/gl_sublist.c: New file.
4171
4172 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
4173
4174         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
4175         name (relative to the original working directory) and the file
4176         name component (relative to the temporary working directory).  All
4177         callers changed.
4178         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
4179         * lib/mkdir-p.c (make_dir_parents): Likewise.
4180         * lib/mkdir-p.h (make_dir_parents): Likewise.
4181
4182 2006-10-06  Eric Blake  <ebb9@byu.net>
4183
4184         Define several macros for use by the clean-temp module.
4185         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
4186         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
4187         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
4188
4189         * lib/clean-temp.h (close_stream_temp): New declaration.
4190         * lib/clean-temp.c (includes): Pull in headers according to what
4191         other modules are in use.
4192         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
4193
4194 2006-10-06  Bruno Haible  <bruno@clisp.org>
4195
4196         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
4197         instead of fopen, fwriteerror.
4198
4199 2006-10-06  Bruno Haible  <bruno@clisp.org>
4200
4201         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
4202         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
4203         int.
4204         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
4205         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
4206         Return an error indicator.
4207         Suggested by Eric Blake.
4208
4209 2006-10-06  Bruno Haible  <bruno@clisp.org>
4210
4211         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
4212         Reported by Eric Blake.
4213
4214 2006-10-06  Bruno Haible  <bruno@clisp.org>
4215
4216         * modules/closeout (Description): Mention stderr too.
4217
4218 2006-10-06  Bruno Haible  <bruno@clisp.org>
4219         and Paul Eggert  <eggert@cs.ucla.edu>
4220
4221         * lib/closeout.c (close_stdout): Also close stderr.
4222         * lib/closeout.h: Update comment.
4223
4224 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
4225
4226         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
4227         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
4228         * lib/dirchownmod.c: Include lchown.h.
4229         * lib/lchown.c: Don't include files that lchown.h now includes.
4230         Don't declare chown, since lchown.h now does that.
4231         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
4232         (lchown): Define to rpl_chown if lchown is declared but
4233         does not exist.  Declare using a prototype if lchown is not
4234         declared.  Add a copyright notice.
4235         * lib/mkstemp.h: Include <unistd.h>.
4236         * lib/openat.c: Include lchown.h.
4237
4238         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
4239         we now test for that separately.
4240         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
4241         rather than O_NOFOLLOW, when testing whether it's possible to
4242         avoid a race condition reliably.
4243         * lib/savewd.c (savewd_chdir): Likewise.
4244
4245         Remove macros that are no longer needed now that stdint.h is
4246         reliable.
4247         * lib/fsusage.c (UINTMAX_MAX): Remove.
4248         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
4249         * lib/utimecmp.c (SIZE_MAX): Remove.
4250
4251         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
4252
4253         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
4254         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
4255         O_NOATIME works.
4256
4257 2006-10-05  Bruno Haible  <bruno@clisp.org>
4258
4259         * lib/gl_list.h (gl_sortedlist_search_from_to,
4260         gl_sortedlist_indexof_from_to): New declarations.
4261         (gl_list_implementation): New fields sortedlist_search_from_to,
4262         sortedlist_indexof_from_to.
4263         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
4264         inline functions.
4265         * lib/gl_list.c (gl_sortedlist_search_from_to,
4266         gl_sortedlist_indexof_from_to): New functions.
4267         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
4268         function.
4269         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
4270         (gl_array_sortedlist_search_from_to): New function.
4271         (gl_array_list_implementation): Update.
4272         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
4273         function.
4274         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
4275         (gl_carray_sortedlist_search_from_to): New function.
4276         (gl_carray_list_implementation): Update.
4277         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
4278         gl_linked_sortedlist_indexof_from_to): New functions.
4279         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4280         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4281         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
4282         gl_tree_sortedlist_indexof_from_to): New functions.
4283         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4284         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4285         Update.
4286         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4287         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
4288         Update.
4289
4290 2006-10-05  Bruno Haible  <bruno@clisp.org>
4291
4292         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
4293         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
4294         (struct gl_list_implementation): Add fields search_from_to,
4295         indexof_from_to. Remove fields search, indexof.
4296         (gl_list_search): Use the search_from_to method.
4297         (gl_list_search_from, gl_list_search_from_to): New functions.
4298         (gl_list_indexof): Use the indexof_from_to method.
4299         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4300         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
4301         (gl_list_search_from, gl_list_search_from_to): New functions.
4302         (gl_list_indexof): Use the indexof_from_to method.
4303         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4304         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
4305         gl_array_indexof. Add start_index, end_index arguments.
4306         (gl_array_search_from_to): Renamed from gl_array_search. Add
4307         start_index, end_index arguments.
4308         (gl_array_remove, gl_array_list_implementation): Update.
4309         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
4310         gl_carray_indexof. Add start_index, end_index arguments.
4311         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
4312         start_index, end_index arguments.
4313         (gl_carray_remove, gl_carray_list_implementation): Update.
4314         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
4315         gl_linked_search. Add start_index, end_index arguments.
4316         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
4317         start_index, end_index arguments.
4318         (gl_linked_remove): Update.
4319         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4320         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4321         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
4322         field to 'size_t'.
4323         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
4324         gl_tree_search. Add start_index, end_index arguments.
4325         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4326         start_index, end_index arguments.
4327         (gl_tree_remove): Update.
4328         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4329         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4330         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
4331         function.
4332         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
4333         gl_tree_search. Add start_index, end_index arguments.
4334         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4335         start_index, end_index arguments.
4336         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4337         Update.
4338         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
4339
4340 2006-10-05  Bruno Haible  <bruno@clisp.org>
4341
4342         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
4343
4344         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
4345         fwriteerror_temp): New declarations.
4346         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
4347         (descriptors): New variable.
4348         (cleanup): First, close the descriptors.
4349         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
4350         fclose_temp, fwriteerror_temp): New functions.
4351
4352 2006-10-04  Jim Meyering  <jim@meyering.net>
4353
4354         * lib/fts.c (fts_open): Tiny comment change.
4355
4356 2006-10-04  Bruno Haible  <bruno@clisp.org>
4357
4358         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
4359         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
4360         gl_LOCK_BODY.
4361         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
4362         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
4363         gl_LOCK_EARLY_BODY.
4364         (gl_LOCK): Require gl_LOCK_BODY.
4365
4366 2006-10-04  Bruno Haible  <bruno@clisp.org>
4367
4368         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
4369         (gl_oset_search_atleast): New declaration.
4370         (struct gl_oset_implementation): Add field 'search_atleast'.
4371         (gl_oset_search_atleast): New inline function.
4372         * lib/gl_oset.c (gl_oset_search_atleast): New function.
4373         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
4374         (gl_array_oset_implementation): Update.
4375         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
4376         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
4377         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
4378
4379 2006-10-04  Bruno Haible  <bruno@clisp.org>
4380
4381         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
4382
4383 2006-10-03  Bruno Haible  <bruno@clisp.org>
4384
4385         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
4386         from gl_avltreehash_list_implementation.
4387
4388 2006-10-03  Bruno Haible  <bruno@clisp.org>
4389
4390         * lib/gl_oset.c (gl_oset_add): Fix return type.
4391
4392 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
4393
4394         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
4395
4396 2006-10-02  Eric Blake  <ebb9@byu.net>
4397
4398         * modules/strnlen (Depends-on): Add extensions.
4399
4400 2006-10-02  Eric Blake  <ebb9@byu.net>
4401
4402         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
4403         definition in 2.60+.
4404
4405 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
4406
4407         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
4408         checks.
4409
4410 2006-10-02  Bruno Haible  <bruno@clisp.org>
4411
4412         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
4413         to the AUTOMAKE_OPTIONS.
4414         Reported by Jim Meyering.
4415
4416 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
4417
4418         Work around bug in Solaris 10 /proc file system:
4419         /proc/self/fd/NNN/.. isn't the parent directory of
4420         the directory whose file descriptor is NNN.  This needs to
4421         be worked around at run time, not compile time, since a
4422         program might be built on Solaris 8, where things work, and
4423         run on Solaris 10.
4424         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
4425         to use the following interface instead:
4426         (OPENAT_BUFFER_SIZE): New macro.
4427         (openat_proc_name): New function.
4428         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
4429         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
4430         Likewise.
4431         * lib/openat-proc.c: New file.
4432         * modules/openat (Files): Add lib/openat-proc.c.
4433         (Depends-on): Add same-inode, stdbool.
4434         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
4435
4436 2006-09-29  Bruno Haible  <bruno@clisp.org>
4437
4438         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
4439         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
4440         argument. Set stdout_closed before testing for ferror, not after.
4441         (fwriteerror, fwriteerror_no_ebadf): New functions.
4442
4443 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4444
4445         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
4446
4447 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
4448
4449         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
4450         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
4451
4452 2006-09-28  Jim Meyering  <jim@meyering.net>
4453
4454         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
4455         Include <unistd.h>.
4456
4457 2006-09-28  Bruno Haible  <bruno@clisp.org>
4458
4459         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
4460         * modules/linkedhash-list (Depends-on): Likewise.
4461         * modules/rbtreehash-list (Depends-on): Likewise.
4462
4463 2006-09-28  Bruno Haible  <bruno@clisp.org>
4464
4465         * lib/strndup.h: Simplify the redefinition of strndup.
4466         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
4467         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
4468
4469 2006-09-28  Bruno Haible  <bruno@clisp.org>
4470
4471         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
4472         * lib/gl_linkedhash_list.c: Likewise.
4473         * lib/gl_rbtreehash_list.c: Likewise.
4474
4475 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
4476
4477         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
4478         getaddrinfo.
4479
4480         * lib/__fpending.h: Don't include <stdio_ext.h> unless
4481         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
4482         it causes <stdio_ext.h> to cause a compile-time error.
4483         Problem reported by Nelson H. F. Beebe.
4484         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
4485         of HAVE_DECL___PENDING.
4486
4487         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
4488         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
4489         declaration.
4490
4491 2006-09-27  Jim Meyering  <jim@meyering.net>
4492
4493         This file could end up with a definition for a function
4494         named __strndup, rather than rpl_strndup on a system with
4495         incomplete weak_alias support.
4496         * lib/strndup.c (strndup): Rename from __strndup.
4497         Remove #defines that used to map __strndup to strndup.
4498         Don't use K&R prototypes.
4499         Remove LIBC-related code, since this file is not sync'd with glibc.
4500         * lib/strndup.h: Revamp, accordingly.
4501         * m4/strndup.m4: Modernize.
4502
4503 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
4504
4505         * modules/savewd (Depends-on): Add 'raise'.
4506         * lib/savewd.c: Include <signal.h>, for 'raise'.
4507
4508 2006-09-26  Jim Meyering  <jim@meyering.net>
4509
4510         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
4511         when we detect Darwin 8.7.0's acl_get_file bug.
4512         Rearrange to perform the new (below) run-test while $LIBS
4513         contains any acl-related library.  Set USE_ACL at the end.
4514         (gl_ACL_GET_FILE): New function.
4515
4516 2006-09-26  Eric Blake  <ebb9@byu.net>
4517
4518         * lib/verror.c: Include <config.h> unconditionally.
4519
4520 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
4521
4522         * modules/clock-time (Maintainer): Add self.
4523         * modules/getlogin_r (Depends-on): Add extensions.
4524
4525 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4526
4527         * modules/clock-time: New module.
4528         * modules/nanosleep (Depends-on): Add clock-time.
4529         * modules/gethrxtime (Depends-on): Likewise.
4530         * modules/gettime (Depends-on): Likewise.
4531         * modules/settime (Depends-on): Likewise.
4532
4533         * modules/fts-lgpl: Depend on openat.
4534         * modules/mkancesdirs: Depend on savewd.
4535         * modules/mkdir-p: Likewise.
4536
4537 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4538
4539         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
4540
4541         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
4542         `gl_have_arbitrary_file_name_length_limit' to
4543         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
4544         actually works between configure runs.
4545
4546 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4547             Bruno Haible  <bruno@clisp.org>
4548
4549         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
4550
4551 2006-09-25  Jim Meyering  <jim@meyering.net>
4552
4553         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
4554         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
4555
4556 2006-09-25  Eric Blake  <ebb9@byu.net>
4557
4558         * gnulib-tool (func_import, func_create_testdir): Fix typos in
4559         exec's in 2006-09-18 patch when shuffling fds.
4560
4561 2006-09-25  Bruno Haible  <bruno@clisp.org>
4562
4563         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
4564         Reported by Jim Meyering.
4565
4566 2006-09-24  Jim Meyering  <jim@meyering.net>
4567
4568         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
4569         compare a pointer against a literal "0".  That caused failures with
4570         at least HP-UX's hpcc.
4571
4572 2006-09-22  Simon Josefsson  <jas@extundo.com>
4573
4574         * modules/gc-sha1:
4575         * modules/gc-md4:
4576         * modules/gc-hmac-sha1:
4577         * modules/gc-hmac-md5:
4578         * modules/gc-des:
4579         * modules/gc-arcfour: Distribute more files.
4580
4581 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4582
4583         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
4584         (gl_linked_iterator_from_to): Initialize struct completely.
4585         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
4586         (gl_tree_iterator_from_to): Likewise
4587         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
4588         * lib/gl_array_list.c [lint] (gl_array_iterator)
4589         (gl_array_iterator_from_to): Likewise.
4590         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
4591         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
4592         (gl_carray_iterator_from_to): Likewise.
4593
4594         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
4595         * lib/md4.c (md4_process_block): Remove unused variable.
4596         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
4597         parentheses for clarity.
4598
4599 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4600
4601         * modules/bison-i18n (Depends-on): Add gettext.
4602
4603 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4604
4605         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
4606         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
4607         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
4608         also add missing comma that caused broken test.
4609         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
4610         stdlib.h, for `abort'.
4611         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
4612         variables.
4613         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
4614         include unistd.h if present, for `rmdir'.
4615         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
4616         variables.
4617         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
4618         in the process include standard headers for prototypes.
4619         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
4620         gets declared on GNU/Linux.
4621         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
4622         unistd.h, for `rmdir'.
4623         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
4624
4625         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
4626         always true.
4627         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
4628
4629         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
4630
4631 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4632
4633         * gnulib-tool (func_version): Create output all at once.  This
4634         may help avoid triggering unnecessary SIGPIPEs, and at any
4635         rate it doesn't hurt.
4636
4637 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4638             Bruno Haible  <bruno@clisp.org>
4639
4640         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
4641         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4642         * m4/signed.m4 (bh_C_SIGNED): Likewise.
4643
4644         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
4645         (gl_FUNC_VASPRINTF): Invoke it.
4646
4647 2006-09-22  Bruno Haible  <bruno@clisp.org>
4648
4649         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
4650         getloadavg.c as first argument.
4651
4652 2006-09-22  Bruno Haible  <bruno@clisp.org>
4653
4654         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
4655         at the beginning of the gl_INIT macro.
4656         * modules/getloadavg (configure.ac): Pass $gl_source_base to
4657         gl_GETLOADAVG.
4658
4659 2006-09-22  Bruno Haible  <bruno@clisp.org>
4660
4661         * gnulib-tool (func_create_megatestdir): Don't include the config-h
4662         module.
4663         Suggested by Ralf Wildenhues.
4664
4665 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
4666
4667         Import this patch from libc:
4668
4669         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
4670
4671         * lib/regex_internal.c (re_string_reconstruct): Handle
4672         offset < pstr->valid_raw_len && pstr->offsets_needed case.
4673         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
4674         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
4675         re_string_context_at.
4676
4677         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
4678         now requires it.
4679         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
4680         gl_REGEX now does it for us.
4681         (gl_REGEX): Add test taken from
4682         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
4683
4684         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
4685         Check that large offsets work.  Modernize Autoconf usages.
4686         Prefer "yes" to mean a good thing rather than a bad.
4687         Don't put "#define mkstemp" in config.h, as this might interfere
4688         with standard system headers that "#define mkstemp mkstemp64".
4689
4690         * modules/mkstemp (Depends-on): Add extensions, so that
4691         mkstemp is visible on some platforms.
4692         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
4693         (Include): Change to "mkstemp.h" from <stdlib.h>.
4694         (Files): Add mkstemp.h.
4695
4696         * lib/mkstemp.h: New file, since some standard headers
4697         #define mkstemp.
4698         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
4699         Include "mkstemp.h".
4700         Make the _LIBC code resemble glibc original more,
4701         e.g., use K&R style.
4702         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
4703         (mkstemp): Remove, since mkstemp.h does this for us.
4704         * lib/stdlib--.h: Include mkstemp.h.
4705
4706         Import this patch from libc:
4707
4708         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4709
4710         * lib/tempname.c (__gen_tempname): Change attempts_min
4711         into a macro.  Use preprocessor to decide how to initialize
4712         attempts [Coverity CID 67].
4713
4714 2006-09-20  Bruno Haible  <bruno@clisp.org>
4715
4716         * lib/mkdtemp.c: Import from libc.
4717         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4718                 * sysdeps/posix/tempname.c (__gen_tempname): Change
4719                 attempts_min into a macro.  Use preprocessor to decide how to
4720                 initialize attempts [Coverity CID 67].
4721         2001-11-27  Paul Eggert  <eggert@twinsun.com>
4722                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
4723                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
4724
4725 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4726
4727         * gnulib-tool (func_exit): New function, to allow to pass the
4728         exit status portably through the trap.  Use everywhere.
4729         (--help, --version): Signal a write error.
4730         (trap): catch SIGPIPE, for write errors.
4731         Exit at the end of the trap, with the correct exit status.
4732
4733 2006-09-19  Karl Berry  <karl@gnu.org>
4734
4735         * doc/gnulib.texi: note about the license texinfo files.
4736
4737 2006-09-19  Eric Blake  <ebb9@byu.net>
4738
4739         * gnulib-tool: Avoid space-tab.
4740
4741 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4742
4743         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
4744         that prevented coreutils 6.1 from building.  Problem reported
4745         by Petter Reinholdtsen.
4746
4747 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4748
4749         * gnulib-tool (avoidlist): Fix typo that broke options like
4750         --avoid=lock that are used by coreutils bootstrap.
4751
4752 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
4753
4754         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
4755         more systematically.
4756
4757 2006-09-18  Jim Meyering  <jim@meyering.net>
4758
4759         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
4760
4761 2006-09-18  Bruno Haible  <bruno@clisp.org>
4762
4763         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
4764
4765 2006-09-18  Bruno Haible  <bruno@clisp.org>
4766
4767         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
4768         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
4769         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
4770         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
4771         * m4/gettext.m4: Require autoconf >= 2.52.
4772         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
4773         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
4774         of gl_cv_header_inttypes_h.
4775
4776 2006-09-18  Bruno Haible  <bruno@clisp.org>
4777
4778         * lib/javaversion.c: Include configmake.h.
4779
4780 2006-09-18  Bruno Haible  <bruno@clisp.org>
4781
4782         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
4783         avoid that the while loops be executed in a subshell.
4784
4785 2006-09-18  Bruno Haible  <bruno@clisp.org>
4786
4787         * MODULES.html.sh (func_module): Break long lines.
4788         Suggested by Bruce Korb <bkorb@gnu.org>.
4789
4790 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4791
4792         Speed up by a factor of 1.12.
4793         * gnulib-tool (nl): New variable.
4794         (func_import): Rewrite include directive extraction to only read each
4795         directive once.
4796
4797 2006-09-17  Bruno Haible  <bruno@clisp.org>
4798
4799         * modules/javaversion (Makefile.am): Remove DEFS setting.
4800         (Depends-on): Add configmake, for PKGDATADIR definition.
4801
4802 2006-09-17  Bruno Haible  <bruno@clisp.org>
4803
4804         * gnulib-tool (func_create_testdir): Rewrite all files at once.
4805
4806 2006-09-17  Bruno Haible  <bruno@clisp.org>
4807
4808         * gnulib-tool (func_append): New function, stolen from libtool.m4.
4809         (func_modules_transitive_closure, func_modules_add_dummy,
4810         func_modules_to_filelist, func_import, func_create_testdir,
4811         func_create_megatestdir, ...): Use it wherever possible.
4812         Suggested by Ralf Wildenhues.
4813
4814 2006-09-16  Karl Berry  <karl@gnu.org>
4815
4816         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
4817         to avoid sectioning errors.
4818         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
4819         [ifinfo]: blank line after @center-ed titles.
4820         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
4821         Spell FSF address consistently with others.
4822         (These changes approved by rms.)
4823
4824 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4825
4826         Speed up by a factor of 1.61.
4827         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
4828         already checked module names again.
4829
4830 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4831
4832         Speed up by a factor of 1.13.
4833         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
4834         for new_files, and the input to func_add_or_update.
4835
4836 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4837
4838         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
4839         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
4840
4841 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4842
4843         * modules/mkancesdirs (Depends-on): Add fcntl.
4844         * modules/savewd: New file.
4845         * MODULES.html.sh (File system functions): Add savewd.
4846
4847         * modules/configmake (Makefile.am): Add support for the
4848         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
4849
4850 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4851
4852         * m4/savewd.m4: New file.
4853
4854 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4855
4856         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
4857         (dirchownmod): New arg FD.  All callers changed.
4858         Use FD rather than opening the directory ourself, as opening is
4859         now the caller's responsibility.
4860         * lib/dirchownmod.h: Likewise.
4861         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
4862         hosts that require <sys/types.h> before <sys/stat.h>.  Include
4863         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
4864         (test_dir): Remove.
4865         (mkancesdirs): Return length of prefix of FILE that has already
4866         been made, or -2 if there is a child doing the work.  Redo
4867         algorithm so that it is O(N) rather than O(N**2).  Optimize away
4868         ".", and treat ".." specially since it might stray back into
4869         already-created areas.  Use a subprocess if necessary.  New arg
4870         WD; all users changed.  MAKE_DIR function should now return 1
4871         if it creates a directory that is not readable.  Return -2 if
4872         a child process is spun off.
4873         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
4874         Adjust signature to match code.
4875         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
4876         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
4877         all users changed.
4878         * lib/savewd.c, lib/savewd.h: New files.
4879
4880 2006-09-15  Jim Meyering  <jim@meyering.net>
4881
4882         * modules/rename-dest-slash: New module.
4883         * MODULES.html.sh (posix_compat): Add it here.
4884
4885         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
4886
4887 2006-09-15  Jim Meyering  <jim@meyering.net>
4888
4889         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
4890         file.
4891
4892         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
4893
4894 2006-09-15  Jim Meyering  <jim@meyering.net>
4895
4896         * lib/rename-dest-slash.c (has_trailing_slash): Use
4897         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
4898         (rpl_rename_dest_slash): Perform the cheaper trailing slash
4899         test before testing whether SRC is a directory.
4900         Suggestions from Bruno Haible.
4901
4902         Avoid a warning about an unused variable.
4903         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
4904         into the #ifdef block where it's used.
4905
4906         * lib/rename-dest-slash.c: New file.
4907
4908 2006-09-14  Bruno Haible  <bruno@clisp.org>
4909
4910         * lib/allocsa.c: Include <config.h> unconditionally.
4911         * lib/asnprintf.c: Likewise.
4912         * lib/asprintf.c: Likewise.
4913         * lib/c-strcasecmp.c: Likewise.
4914         * lib/c-strcasestr.c: Likewise.
4915         * lib/c-strncasecmp.c: Likewise.
4916         * lib/c-strstr.c: Likewise.
4917         * lib/classpath.c: Likewise.
4918         * lib/clean-temp.c: Likewise.
4919         * lib/concatpath.c: Likewise.
4920         * lib/copy-file.c: Likewise.
4921         * lib/csharpcomp.c: Likewise.
4922         * lib/csharpexec.c: Likewise.
4923         * lib/execute.c: Likewise.
4924         * lib/fatal-signal.c: Likewise.
4925         * lib/findprog.c: Likewise.
4926         * lib/fwriteerror.c: Likewise.
4927         * lib/gl_array_list.c: Likewise.
4928         * lib/gl_array_oset.c: Likewise.
4929         * lib/gl_avltree_list.c: Likewise.
4930         * lib/gl_avltree_oset.c: Likewise.
4931         * lib/gl_avltreehash_list.c: Likewise.
4932         * lib/gl_carray_list.c: Likewise.
4933         * lib/gl_linked_list.c: Likewise.
4934         * lib/gl_linkedhash_list.c: Likewise.
4935         * lib/gl_list.c: Likewise.
4936         * lib/gl_oset.c: Likewise.
4937         * lib/gl_rbtree_list.c: Likewise.
4938         * lib/gl_rbtree_oset.c: Likewise.
4939         * lib/gl_rbtreehash_list.c: Likewise.
4940         * lib/imaxabs.c: Likewise.
4941         * lib/imaxdiv.c: Likewise.
4942         * lib/javacomp.c: Likewise.
4943         * lib/javaexec.c: Likewise.
4944         * lib/javaversion.c: Likewise.
4945         * lib/linebreak.c: Likewise.
4946         * lib/localcharset.c: Likewise.
4947         * lib/lock.c: Likewise.
4948         * lib/mbchar.c: Likewise.
4949         * lib/mbswidth.c: Likewise.
4950         * lib/mkdtemp.c: Likewise.
4951         * lib/pipe.c: Likewise.
4952         * lib/printf-args.c: Likewise.
4953         * lib/printf-parse.c: Likewise.
4954         * lib/progname.c: Likewise.
4955         * lib/progreloc.c: Likewise.
4956         * lib/readlink.c: Likewise.
4957         * lib/sh-quote.c: Likewise.
4958         * lib/stpcpy.c: Likewise.
4959         * lib/stpncpy.c: Likewise.
4960         * lib/strcasecmp.c: Likewise.
4961         * lib/strcasestr.c: Likewise.
4962         * lib/strcspn.c: Likewise.
4963         * lib/striconv.c: Likewise.
4964         * lib/strncasecmp.c: Likewise.
4965         * lib/strnlen1.c: Likewise.
4966         * lib/strstr.c: Likewise.
4967         * lib/strtok_r.c: Likewise.
4968         * lib/tls.c: Likewise.
4969         * lib/tmpdir.c: Likewise.
4970         * lib/unicodeio.c: Likewise.
4971         * lib/unsetenv.c: Likewise.
4972         * lib/vasnprintf.c: Likewise.
4973         * lib/vasprintf.c: Likewise.
4974         * lib/wait-process.c: Likewise.
4975         * lib/xallocsa.c: Likewise.
4976         * lib/xsetenv.c: Likewise.
4977         * lib/xstriconv.c: Likewise.
4978
4979 2006-09-13  Simon Josefsson  <jas@extundo.com>
4980
4981         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
4982         that internally, suggested by Ralf Wildenhues
4983         <Ralf.Wildenhues@gmx.de>.
4984
4985 2006-09-13  Simon Josefsson  <jas@extundo.com>
4986
4987         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
4988         @LIBOBJS@.
4989         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4990
4991 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
4992
4993         * lib/_fpending.c: Include <config.h> unconditionally, since we no
4994         longer worry about uses that don't define HAVE_CONFIG_H.
4995         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
4996         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
4997         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
4998         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
4999         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
5000         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
5001         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
5002         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
5003         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
5004         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
5005         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
5006         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
5007         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
5008         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
5009         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
5010         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
5011         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
5012         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
5013         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
5014         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
5015         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
5016         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
5017         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
5018         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
5019         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
5020         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
5021         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
5022         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
5023         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
5024         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
5025         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
5026         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
5027         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
5028         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
5029         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
5030         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
5031         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
5032         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
5033         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
5034         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
5035         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
5036         Likewise.
5037
5038 2006-09-13  Eric Blake  <ebb9@byu.net>
5039
5040         * lib/getopt.c: Fix typo in last commit.
5041
5042 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
5043
5044         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
5045         dgettext.
5046
5047 2006-09-12  Jim Meyering  <jim@meyering.net>
5048
5049         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
5050         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
5051         Reported by Nelson H. F. Beebe.
5052
5053 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
5054
5055         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
5056         program_invocation_name and program_invocation_short_name are
5057         initialized.
5058         * lib/argp-namefrob.h: Move declarations of program_invocation_name
5059         and program_invocation_short_name to argp.h, so they are visible
5060         to user programs.
5061         * lib/argp.h: Likewise
5062
5063 2006-09-10  Bruno Haible  <bruno@clisp.org>
5064
5065         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
5066         m4/inttypes_h.m4, m4/uintmax_t.m4.
5067
5068 2006-09-10  Bruno Haible  <bruno@clisp.org>
5069
5070         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
5071         gl_AC_TYPE_UINTMAX_T.
5072
5073 2006-09-10  Bruno Haible  <bruno@clisp.org>
5074
5075         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
5076
5077 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
5078
5079         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
5080         convention.  Text proposed by Bruno Haible.
5081         (struct argp_option): Document the use of N_() wrappers.
5082
5083         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
5084         '\v', and translate the two parts separately, instead of feeding
5085         the whole string to gettext.  This allows to exclude
5086         '\v' from the strings visible to the translator by writing doc
5087         strings as N_("..") "\v" N_("..").
5088
5089 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
5090
5091         * config/srclist.txt: Undo latest change; the bug was fixed.
5092
5093 2006-09-09  Bruno Haible  <bruno@clisp.org>
5094
5095         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
5096         assignments if building a library without libtool.
5097         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
5098         in func_emit_lib_Makefile_am.
5099         (func_import): When building a static library libfoo.a, arrange to
5100         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
5101         (func_create_testdir): Likewise.
5102         * modules/gc (configure.ac, Makefile.am): If building statically,
5103         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
5104         * modules/iconvme (configure.ac, Makefile.am): Likewise.
5105         * modules/striconv (configure.ac, Makefile.am): Likewise.
5106         Based on a suggestion by Ralf Wildenhues.
5107
5108 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5109
5110         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5111         Check for unistd.h too, since Autoconf doesn't assume POSIX.
5112         Also:
5113
5114         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5115         Add year_2050_test to catch glibc bug 2821
5116         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5117
5118         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5119         Prefer #ifdef to #if.
5120
5121         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
5122         Return from 'main' instead of calling 'exit'.
5123
5124 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5125
5126         * lib/mktime.c (guess_time_tm): Fix bug where mktime
5127         returned the maximum time_t value rather than (time_t) -1.
5128         Problem originally reported by William Bardwell
5129         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5130
5131         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5132         Moved to here ...
5133         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5134         ... from here.
5135
5136 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5137
5138         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
5139         2821 is fixed.
5140
5141 2006-09-08  Jim Meyering  <jim@meyering.net>
5142
5143         Don't make generated files read-only.  That would bother too many
5144         people.  However, do retain the ability to work when targets are
5145         read-only: remove the destination and temporary files before writing
5146         them (when generated via sed or echo), or by using the -f option for
5147         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
5148         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5149         * modules/byteswap, modules/configmake, modules/fcntl:
5150         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5151         * modules/localcharset, modules/netinet_in, modules/poll:
5152         * modules/stdbool, modules/stdint, modules/sys_select:
5153         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5154
5155 2006-09-08  Jim Meyering  <jim@meyering.net>
5156
5157         Avoid new build failure on FreeBSD 6.0.
5158         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
5159         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
5160         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
5161
5162 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5163
5164         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
5165
5166 2006-09-07  Jim Meyering  <jim@meyering.net>
5167
5168         Fix global typo in last change: use chmod u-w, not chmod u-x.
5169         Spotted by Paul Eggert and Bruce Korb.
5170         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5171         * modules/byteswap, modules/configmake, modules/fcntl:
5172         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5173         * modules/localcharset, modules/netinet_in, modules/poll:
5174         * modules/stdbool, modules/stdint, modules/sys_select:
5175         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5176
5177 2006-09-06  Jim Meyering  <jim@meyering.net>
5178
5179         Make generated files be read-only.
5180         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
5181         Ensure that each generated file is now read-only.
5182         * modules/argz: Likewise.
5183         * modules/arpa_inet: Likewise.
5184         * modules/byteswap: Likewise.
5185         * modules/configmake: Likewise.
5186         * modules/fcntl: Likewise.
5187         * modules/fnmatch: Likewise.
5188         * modules/getopt: Likewise.
5189         * modules/glob: Likewise.
5190         * modules/inttypes: Likewise.
5191         * modules/netinet_in: Likewise.
5192         * modules/poll: Likewise.
5193         * modules/stdbool: Likewise.
5194         * modules/stdint: Likewise.
5195         * modules/sys_select: Likewise.
5196         * modules/sys_socket: Likewise.
5197         * modules/sys_stat: Likewise.
5198         * modules/sysexits: Likewise.
5199         * modules/localcharset: Same as above, but continue using temporary
5200         file named "t-$@" (why different?) rather than the "$@-t" used
5201         everywhere else.
5202
5203         * modules/sysexits (Makefile.am): Replace literal occurrences
5204         of "sysexit.h" more readable, and more consistent, "$@".
5205
5206 2006-09-06  Bruno Haible  <bruno@clisp.org>
5207
5208         * modules/striconv: New file.
5209         * modules/xstriconv: New file.
5210         * MODULES.html.sh (Internationalization functions): Add striconv,
5211         xstriconv.
5212
5213 2006-09-06  Bruno Haible  <bruno@clisp.org>
5214
5215         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
5216         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
5217         not using libtool correctly.
5218
5219 2006-09-06  Bruno Haible  <bruno@clisp.org>
5220
5221         * lib/striconv.h: New file.
5222         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
5223         iconvstring.c.
5224         * lib/xstriconv.h: New file.
5225         * lib/xstriconv.c: New file.
5226
5227 2006-09-06  Bruno Haible  <bruno@clisp.org>
5228
5229         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5230         lib_..._LDFLAGS.
5231
5232 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5233
5234         * lib/argz_.h: Sync from Libtool.
5235
5236         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
5237                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5238
5239         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
5240
5241 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5242
5243         * modules/trim: New file.
5244
5245 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5246
5247         * lib/trim.h: New file.
5248         * lib/trim.c: New file.
5249
5250 2006-09-05  Bruno Haible  <bruno@clisp.org>
5251
5252         * MODULES.html.sh (String handling): Add trim.
5253
5254 2006-09-04  Karl Berry  <karl@gnu.org>
5255
5256         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
5257         until next release.
5258
5259 2006-09-03  Bruno Haible  <bruno@clisp.org>
5260
5261         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
5262         correctly.
5263
5264 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5265
5266         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
5267         not gl_GETLOADAVG.  Omit unneeded semicolons.
5268         Problems reported by Ralf Wildenhues in
5269         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5270         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
5271         at the end, which is the usual gnulib style.
5272
5273         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
5274         of doing all the work ourselves.
5275         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
5276         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
5277
5278 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5279
5280         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
5281         Problem reported by Ralf Wildenhues in
5282         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5283
5284         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
5285         HAVE_STRUCT_STATFS_F_FSTYPENAME.
5286
5287 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5288
5289         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
5290         yesterday's patch by changing test -n to test -z.
5291
5292 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5293
5294         * modules/getloadavg (Files): Add m4/getloadavg.m4.
5295         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
5296         the former is now obsolescent.
5297
5298         * modules/chdir-long (Depends-on): Add fcntl.
5299
5300 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5301
5302         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
5303         obsolescent, and programs should use gnulib instead.
5304         * m4/getloadavg.m4: New file, with contents taken from Autoconf
5305         but with prefixes changed.
5306
5307 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5308
5309         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
5310         or stdbool.h, because they might not exist while configuring.
5311
5312         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
5313         Don't include unistd.h or limits.h; not needed, since chdir-long.h
5314         does that for us.
5315         (O_DIRECTORY): Remove.
5316
5317 2006-08-31  Eric Blake  <ebb9@byu.net>
5318
5319         * gnulib-tool: Don't let emacs change spaces to TAB.
5320
5321 2006-08-31  Bruno Haible  <bruno@clisp.org>
5322
5323         * gnulib-tool: When calling func_import more than once, do it in a
5324         subshell.
5325         Reported by Eric Blake <ebb9@byu.net>.
5326
5327 2006-08-31  Bruno Haible  <bruno@clisp.org>
5328
5329         * gnulib-tool (nl): Remove variable.
5330         (sed_transform_lib_file): Use more robust test for config-h module.
5331         (func_import): Fix typo in 2006-08-25 patch.
5332
5333 2006-08-31  Bruno Haible  <bruno@clisp.org>
5334
5335         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
5336         specified, augment Makefile.am variables instead of assigning them.
5337
5338 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5339
5340         Work around a bug in both the Linux and SunOS 64-bit kernels:
5341         nanosleep mishandles sleeps for longer than 2**31 seconds.
5342         Problem reported by Frank v Waveren in
5343         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5344         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
5345         Check for nanosleep bug.
5346         (LIB_NANOSLEEP): Append clock_gettime library if needed.
5347
5348 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5349
5350         Work around a bug in both the Linux and SunOS 64-bit kernels:
5351         nanosleep mishandles sleeps for longer than 2**31 seconds.
5352         Problem reported by Frank v Waveren in
5353         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5354         * lib/nanosleep.c (BILLION): New constant.
5355         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
5356         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
5357         implementation.
5358
5359 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5360
5361         * modules/nanosleep (Depends-on): Add gettime.
5362
5363 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5364         and Simon Josefsson  <jas@extundo.com>
5365         and Oskar Liljeblad  <oskar@osk.mine.nu>
5366
5367         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
5368         * gnulib-tool (func_import): New license type 'unmodifiable license
5369         text'.
5370         * modules/fdl: Use it.  Longer description.
5371         * module/gpl, module/lgpl: New files.
5372
5373 2006-08-30  Jim Meyering  <jim@meyering.net>
5374
5375         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
5376         shadowing the parameter.
5377
5378 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5379
5380         Sync from Libtool:
5381
5382         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5383
5384         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
5385         sharing with gnulib.  Report by Eric Blake.
5386
5387 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5388
5389         * modules/isapipe: New file.
5390         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
5391
5392 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5393
5394         * modules/configmake (Makefile.am): Add a comment, and omit
5395         the CONFIGMAKE_ prefix from generated macro names.  Suggested
5396         by Bruno Haible.
5397
5398 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5399
5400         * m4/isapipe.m4: New file.
5401
5402 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5403
5404         * lib/isapipe.c, lib/isapipe.h: New files.
5405
5406 2006-08-29  Jim Meyering  <jim@meyering.net>
5407
5408         * modules/configmake (Makefile.am): Make configmake.h depend on
5409         Makefile.  Otherwise, a stale configmake.h could hang around.
5410
5411 2006-08-29  Eric Blake  <ebb9@byu.net>
5412
5413         * lib/error.c (error_at_line, print_errno_message): Match libc, after
5414         resolution of upstream bug 3044.
5415
5416 2006-08-29  Bruno Haible  <bruno@clisp.org>
5417
5418         * modules/localcharset (Depends-on): Add configmake.
5419         (Makefile.am): Remove setting of LIBDIR through DEFS.
5420
5421 2006-08-29  Bruno Haible  <bruno@clisp.org>
5422
5423         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
5424         defined.
5425
5426 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5427
5428         * modules/fcntl: New file.
5429         * modules/chdir-safer (Depends-on): Add fcntl.
5430         * modules/fts: Likewise.
5431         * modules/mkdir-p: Likewise.
5432
5433         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
5434         This undoes the most recent change, since we're now addressing the
5435         problem in a different way.
5436
5437         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
5438         into output, since the output might be called Makefile.am even
5439         if $makefile_name is something different.
5440         (func_import): Use $makefile_am rather than
5441         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
5442         empty.
5443
5444         * modules/inttypes (Files): Add m4/inttypes-h.m4.
5445
5446 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5447
5448         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
5449         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
5450         recent change to stdint.m4, since we're now addressing the problem in a
5451         different way.
5452
5453 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5454
5455         * m4/fcntl_h.m4: New file.
5456
5457 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5458
5459         * lib/fcntl_.h: New file.
5460         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
5461         the fcntl module.
5462         * lib/dirchownmod.c: Likewise.
5463         * lib/fts.c: Likewise.
5464
5465         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
5466         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
5467         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
5468         just before including <inttypes.h>, to avoid circular inclusion.
5469
5470 2006-08-28  Jim Meyering  <jim@meyering.net>
5471
5472         * doc/visibility.texi: Actually read and correct the grammar of the
5473         sentence affected by yesterday's change.
5474
5475 2006-08-28  Eric Blake  <ebb9@byu.net>
5476
5477         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
5478         needs wrapper.
5479
5480 2006-08-28  Eric Blake  <ebb9@byu.net>
5481
5482         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
5483
5484 2006-08-28  Eric Blake  <ebb9@byu.net>
5485
5486         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
5487
5488 2006-08-28  Bruno Haible  <bruno@clisp.org>
5489
5490         * modules/c-strstr: New file, from GNU gettext.
5491         * MODULES.html.sh (String handling): Add c-strstr.
5492
5493 2006-08-28  Bruno Haible  <bruno@clisp.org>
5494
5495         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
5496         macros.
5497         Reported by Eric Blake.
5498
5499 2006-08-28  Bruno Haible  <bruno@clisp.org>
5500
5501         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
5502         (VASNPRINTF): Return a string of length > INT_MAX without failing.
5503         * lib/vasprintf.c: Include errno.h, limits.h.
5504         (EOVERFLOW): New fallback definition.
5505         (vasprintf): Test here whether the string length is > INT_MAX.
5506         * lib/vsnprintf.c: Include errno.h, limits.h.
5507         (EOVERFLOW): New fallback definition.
5508         (vsnprintf): Fix bug when generated string was too long for the buffer.
5509         Test here whether the string length is > INT_MAX.
5510
5511 2006-08-28  Bruno Haible  <bruno@clisp.org>
5512
5513         * lib/inttypes_.h (SCNX*): Remove definitions.
5514         Reported by Eric Blake.
5515
5516 2006-08-28  Bruno Haible  <bruno@clisp.org>
5517
5518         * lib/c-strstr.h: New file, from GNU gettext.
5519         * lib/c-strstr.c: New file, from GNU gettext.
5520
5521 2006-08-28  Bruno Haible  <bruno@clisp.org>
5522
5523         * gnulib-tool: Reorder some statements.
5524
5525 2006-08-28  Bruno Haible  <bruno@clisp.org>
5526
5527         * gnulib-tool: New option --makefile-name.
5528         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
5529         $makefile_name.
5530         (func_import): Write $makefile_name to the cache file, and read it from
5531         there unless explicitly specified. Use $makefile_name as file name
5532         instead of Makefile.am. Adjust the recommendations accordingly.
5533
5534 2006-08-28  Bruno Haible  <bruno@clisp.org>
5535
5536         * gnulib-tool (func_verify_module): Check against misapplying patch.
5537
5538 2006-08-28  Bruno Haible  <bruno@clisp.org>
5539
5540         * gnulib-tool (func_relativize, func_relconcat): New functions.
5541         Give an error if --local-dir is given with --update.
5542         Remove trailing slashes from $local_gnulib_dir.
5543         (func_import): Store the relativized $local_gnulib_dir in
5544         gnulib-cache.m4, and read it from there if not specified explicitly.
5545
5546 2006-08-28  Bruno Haible  <bruno@clisp.org>
5547
5548         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
5549         is the current directory. Respect also $local_gnulib_dir.
5550
5551 2006-08-28  Bruno Haible  <bruno@clisp.org>
5552             Simon Josefsson  <jas@extundo.com>
5553
5554         BeOS portability.
5555         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
5556
5557 2006-08-27  Jim Meyering  <jim@meyering.net>
5558
5559         * doc/visibility.texi: Remove duplicate word: "pointer".
5560
5561 2006-08-26  Bruno Haible  <bruno@clisp.org>
5562
5563         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
5564         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
5565         (Makefile.am): Create inttypes.h from inttypes_.h.
5566         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
5567
5568         * modules/imaxabs: New file.
5569
5570         * modules/imaxdiv: New file.
5571
5572 2006-08-26  Bruno Haible  <bruno@clisp.org>
5573
5574         * m4/inttypes.m4: New file.
5575         * m4/_inttypes_h.m4: Remove file.
5576         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
5577         PRI_MACROS_BROKEN.
5578         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
5579
5580         * m4/imaxabs.m4: New file.
5581
5582         * m4/imaxdiv.m4: New file.
5583
5584 2006-08-26  Bruno Haible  <bruno@clisp.org>
5585
5586         * lib/inttypes_.h: New file.
5587         * lib/inttypes.h: Remove file.
5588         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
5589
5590         * lib/imaxabs.c: New file.
5591
5592         * lib/imaxdiv.c: New file.
5593
5594 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5595
5596         New config-h module, so that "make" output needn't be cluttered
5597         by -DHAVE_CONFIG_H.
5598         * MODULES.html.sh (Support for building libraries and executables):
5599         Add config-h.
5600         * modules/config-h: New file.
5601         * gnulib-tool (nl, sed_transform_lib_file): New vars.
5602         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
5603         the config-h module is used.
5604
5605         New configmake module, so that "make" output needn't be cluttered
5606         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
5607         * MODULES.html.sh (Support for building libraries and executables):
5608         Add configmake.
5609         * modules/configmake: New file.
5610
5611 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5612
5613         * m4/config-h.m4: New file.
5614
5615 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5616
5617         * config/srclist.txt: Add elisp-comp.
5618
5619 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5620
5621         * MODULES.html.sh (Support for building libraries and executables):
5622         Add elisp-comp.
5623         * build-aux/elisp-comp: New file.
5624         * modules/elisp-comp: New file.
5625
5626 2006-08-24  Bruno Haible  <bruno@clisp.org>
5627
5628         * gnulib-tool (func_create_testdir): Use non-default values of
5629         sourcebase and m4base.
5630
5631 2006-08-24  Bruno Haible  <bruno@clisp.org>
5632
5633         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
5634         HTML structure.
5635
5636 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
5637
5638         * modules/openat (Depends-on): Add lchown.
5639
5640 2006-08-23  Bruno Haible  <bruno@clisp.org>
5641
5642         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
5643         of gl_LOCK_EARLY instead of gl_LOCK.
5644
5645 2006-08-23  Bruno Haible  <bruno@clisp.org>
5646
5647         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
5648         on OSF/1 to no.
5649         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
5650
5651 2006-08-23  Bruno Haible  <bruno@clisp.org>
5652
5653         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
5654         as unusable.
5655
5656         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
5657         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
5658         (gl_LOCK): New macro.
5659
5660 2006-08-22  Simon Josefsson  <jas@extundo.com>
5661
5662         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
5663         to md5 module.
5664
5665 2006-08-22  Simon Josefsson  <jas@extundo.com>
5666
5667         * MODULES.html.sh: Add "Support for maintaining and release
5668         projects".
5669
5670         * build-aux/gnupload: New file, from coreutils.
5671
5672 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5673
5674         Avoid the need for AC_LIBSOURCES in m4 macros.
5675         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
5676         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
5677         * modules/check-version (EXTRA_DIST): Add check-version.h.
5678         * modules/crc (EXTRA_DIST): Add crc.h.
5679         * modules/des (EXTRA_DIST): Add des.h.
5680         * modules/gc (EXTRA_DIST): Add gc.h.
5681         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
5682         * modules/getline (EXTRA_DIST): Add getline.h.
5683         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
5684         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
5685         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
5686         * modules/md2 (EXTRA_DIST): Add md2.h.
5687         * modules/md4 (EXTRA_DIST): Add md4.h.
5688         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
5689         * modules/read-file (EXTRA_DIST): Add read-file.h.
5690         * modules/readline (EXTRA_DIST): Add readline.h.
5691         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
5692         rijndael-api-fst.h.
5693
5694 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5695
5696         * m4/rijndael.m4 (gl_ARCFOUR):
5697         * m4/arctwo.m4 (gl_ARCTWO):
5698         * m4/check-version.m4 (gl_CHECK_VERSION):
5699         * m4/crc.m4 (gl_CRC):
5700         * m4/des.m4 (gl_DES):
5701         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
5702         * m4/gc.m4 (gl_GC):
5703         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
5704         * m4/getline.m4 (gl_FUNC_GETLINE):
5705         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
5706         * m4/hmac-md5.m4 (gl_HMAC_MD5):
5707         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
5708         * m4/md2.m4 (gl_MD2):
5709         * m4/md4.m4 (gl_MD4):
5710         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
5711         * m4/read-file.m4 (gl_FUNC_READ_FILE):
5712         * m4/readline.m4 (gl_FUNC_READLINE):
5713         * m4/rijndael.m4 (gl_RIJNDAEL):
5714         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5715         to get the necessary .h files and whatnot.
5716
5717 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5718
5719         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
5720         gnulib rather than the other way around.
5721         * config/srclistvars.sh (COREUTILS): Remove.
5722
5723 2006-08-22  Jim Meyering  <jim@meyering.net>
5724
5725         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
5726
5727         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
5728
5729 2006-08-22  Eric Blake  <ebb9@byu.net>
5730
5731         * modules/regexprops-generic: New file.
5732         * MODULES.html.sh (Support for building documentation): List it.
5733
5734 2006-08-22  Eric Blake  <ebb9@byu.net>
5735
5736         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
5737         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
5738         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
5739         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
5740
5741 2006-08-22  Bruno Haible  <bruno@clisp.org>
5742
5743         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
5744         and lib_LTLIBRARIES like the other lib_* variables.
5745
5746 2006-08-22  Bruno Haible  <bruno@clisp.org>
5747
5748         * build-aux/x-to-1.in: New file, from GNU gettext.
5749
5750 2006-08-22  Bruno Haible  <bruno@clisp.org>
5751
5752         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
5753         <utmpx.h> exists.
5754
5755 2006-08-22  Bruno Haible  <bruno@clisp.org>
5756
5757         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
5758         <utmpx.h> exists.
5759
5760 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5761
5762         BeOS portability.
5763         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
5764         exist.
5765         Problem reported by Bruno Haible.
5766
5767 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5768
5769         Avoid the need for AC_LIBSOURCES in m4 macros.
5770         * modules/acl (EXTRA_DIST): Add acl.h.
5771         * modules/argmatch (Files): Add m4/argmatch.m4.
5772         (configure.ac): Add gl_ARGMATCH.
5773         (EXTRA_DIST): Renamed from lib_SOURCES, for
5774         consistency with the other modules.  Remove argmatch.c.
5775         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
5776         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
5777         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
5778         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
5779         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
5780         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
5781         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
5782         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
5783         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
5784         * modules/closeout (EXTRA_DIST): Add closeout.h.
5785         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
5786         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
5787         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
5788         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
5789         dirname.h; remove basename.c and stripslash.c.
5790         * modules/exclude (EXTRA_DIST): Add exclude.h.
5791         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
5792         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
5793         * modules/file-type (EXTRA_DIST): Add file-type.h.
5794         * modules/filemode (EXTRA_DIST): Add filemode.h.
5795         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
5796         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5797         * modules/fpending (EXTRA_DIST): Add __fpending.h.
5798         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
5799         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
5800         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
5801         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
5802         * modules/getdate (EXTRA_DIST): Add getdate.c.
5803         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
5804         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
5805         * modules/getpass (EXTRA_DIST): Add getpass.h.
5806         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
5807         * modules/group-member (EXTRA_DIST): Add group-member.h.
5808         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
5809         * modules/hash (EXTRA_DIST): Add hash.h.
5810         * modules/human (EXTRA_DIST): Add human.h.
5811         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
5812         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
5813         * modules/lchown (EXTRA_DIST): Add lchown.h.
5814         * modules/long-options (EXTRA_DIST): Add long-options.h.
5815         * modules/lstat (EXTRA_DIST): Add lstat.h.
5816         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
5817         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
5818         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
5819         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
5820         * modules/memxor (EXTRA_DIST): Add memxor.h.
5821         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
5822         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
5823         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
5824         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
5825         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
5826         * modules/physmem (EXTRA_DIST): Add physmem.h.
5827         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
5828         * modules/posixver (EXTRA_DIST): Add posixver.h.
5829         * modules/quote (EXTRA_DIST): Add quote.h.
5830         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
5831         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
5832         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
5833         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
5834         regex_internal.h regexec.c.
5835         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
5836         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
5837         * modules/same (EXTRA_DIST): Add same.h.
5838         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
5839         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
5840         * modules/savedir (EXTRA_DIST): Add savedir.h.
5841         * modules/sha1 (EXTRA_DIST): Add sha1.h.
5842         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
5843         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
5844         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
5845         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
5846         * modules/strdup (EXTRA_DIST): Add strdup.h.
5847         * modules/strftime (EXTRA_DIST): Add strftime.h.
5848         * modules/strndup (EXTRA_DIST): Add strndup.h.
5849         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
5850         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
5851         * modules/time_r (EXTRA_DIST): Add time_r.h.
5852         * modules/timespec (EXTRA_DIST): Add timespec.h.
5853         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5854         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
5855         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
5856         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
5857         * modules/userspec (EXTRA_DIST): Add userspec.h.
5858         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
5859         * modules/utimens (EXTRA_DIST): Add utimens.h.
5860         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
5861         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
5862         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
5863         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
5864         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
5865         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
5866         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
5867         * modules/yesno (EXTRA_DIST): Add yesno.h.
5868
5869 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5870
5871         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
5872
5873         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
5874         * m4/dev-ino.m4, same-inode.m4: Remove.
5875
5876         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
5877         * m4/acl.m4 (AC_FUNC_ACL):
5878         * m4/backupfile.m4 (gl_BACKUPFILE):
5879         * m4/c-strtod.m4 (gl_C99_STRTOLD):
5880         * m4/canon-host.m4 (gl_CANON_HOST):
5881         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5882         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
5883         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
5884         * m4/cloexec.m4 (gl_CLOEXEC):
5885         * m4/close-stream.m4 (gl_CLOSE_STREAM):
5886         * m4/closeout.m4 (gl_CLOSEOUT):
5887         * m4/dirfd.m4 (gl_FUNC_DIRFD):
5888         * m4/dirname.m4 (gl_DIRNAME):
5889         * m4/exclude.m4 (gl_EXCLUDE):
5890         * m4/exitfail.m4 (gl_EXITFAIL):
5891         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
5892         * m4/file-type.m4 (gl_FILE_TYPE):
5893         * m4/filemode.m4 (gl_FILEMODE):
5894         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
5895         * m4/fpending.m4 (gl_FUNC_FPENDING):
5896         * m4/fprintftime.m4 (gl_FPRINTFTIME):
5897         * m4/fts.m4 (gl_FUNC_FTS):
5898         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
5899         * m4/getdate.m4 (gl_GETDATE):
5900         * m4/gethrxtime.m4 (gl_GETHRXTIME):
5901         * m4/getpagesize.m4 (gl_GETPAGESIZE):
5902         * m4/getpass.m4 (gl_FUNC_GETPASS):
5903         * m4/gettime.m4 (gl_GETTIME):
5904         * m4/getugroups.m4 (gl_GETUGROUPS):
5905         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
5906         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
5907         * m4/hard-locale.m4 (gl_HARD_LOCALE):
5908         * m4/hash.m4 (gl_HASH):
5909         * m4/idcache.m4 (gl_IDCACHE):
5910         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
5911         * m4/lchown.m4 (gl_FUNC_LCHOWN):
5912         * m4/long-options.m4 (gl_LONG_OPTIONS):
5913         * m4/lstat.m4 (gl_FUNC_LSTAT):
5914         * m4/md5.m4 (gl_MD5):
5915         * m4/memcasecmp.m4 (gl_MEMCASECMP):
5916         * m4/memcoll.m4 (gl_MEMCOLL):
5917         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
5918         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
5919         * m4/memxor.m4 (gl_MEMXOR):
5920         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
5921         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
5922         * m4/modechange.m4 (gl_MODECHANGE):
5923         * m4/mountlist.m4 (gl_MOUNTLIST):
5924         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5925         * m4/openat.m4 (gl_FUNC_OPENAT):
5926         * m4/pathmax.m4 (gl_PATHMAX):
5927         * m4/physmem.m4 (gl_PHYSMEM):
5928         * m4/posixtm.m4 (gl_POSIXTM):
5929         * m4/posixver.m4 (gl_POSIXVER):
5930         * m4/quote.m4 (gl_QUOTE):
5931         * m4/quotearg.m4 (gl_QUOTEARG):
5932         * m4/readtokens.m4 (gl_READTOKENS):
5933         * m4/readutmp.m4 (gl_READUTMP):
5934         * m4/regex.m4 (gl_REGEX):
5935         * m4/safe-read.m4 (gl_SAFE_READ):
5936         * m4/safe-write.m4 (gl_SAFE_WRITE):
5937         * m4/same.m4 (gl_SAME):
5938         * m4/save-cwd.m4 (gl_SAVE_CWD):
5939         * m4/savedir.m4 (gl_SAVEDIR):
5940         * m4/settime.m4 (gl_SETTIME):
5941         * m4/sha1.m4 (gl_SHA1):
5942         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
5943         * m4/stat-macros.m4 (gl_STAT_MACROS):
5944         * m4/stat-time.m4 (gl_STAT_TIME):
5945         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
5946         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
5947         * m4/strdup.m4 (gl_FUNC_STRDUP):
5948         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
5949         * m4/strndup.m4 (gl_FUNC_STRNDUP):
5950         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
5951         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
5952         * m4/time_r.m4 (gl_TIME_R):
5953         * m4/timespec.m4 (gl_TIMESPEC):
5954         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
5955         * m4/unlinkdir.m4 (gl_UNLINKDIR):
5956         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
5957         * m4/userspec.m4 (gl_USERSPEC):
5958         * m4/utimecmp.m4 (gl_UTIMECMP):
5959         * m4/utimens.m4 (gl_UTIMENS):
5960         * m4/xalloc.m4 (gl_XALLOC):
5961         * m4/xgetcwd.m4 (gl_XGETCWD):
5962         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
5963         * m4/xreadlink.m4 (gl_XREADLINK):
5964         * m4/xstrtod.m4 (gl_XSTRTOD):
5965         * m4/yesno.m4 (gl_YESNO):
5966         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5967         to get the necessary .h files and whatnot.
5968
5969 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
5970             Bruno Haible  <bruno@clisp.org>
5971
5972         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
5973         /bin/sh understanding of '!' conditional negation.
5974
5975 2006-08-21  Jim Meyering  <jim@meyering.net>
5976
5977         * modules/openat (Depends-on): Really alphabetize.
5978
5979         * modules/acl (Depends-on): Add error and quote.
5980
5981         * check-module (find_included_lib_files): Add at-func.c to the
5982         ok-to-include-more-than-once white list.
5983
5984         * modules/openat (Depends-on): Add lstat.  Alphabetize.
5985
5986 2006-08-21  Bruno Haible  <bruno@clisp.org>
5987
5988         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5989         Emit a pkgdata_DATA variable only if some snippets add contents to it.
5990         Reported by Martin Lambers <marlam@marlam.de>.
5991
5992 2006-08-21  Bruno Haible  <bruno@clisp.org>
5993
5994         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
5995         specify an installation location, don't emit a noinst_LIBRARIES or
5996         noinst_LTLIBRARIES assignment.
5997
5998 2006-08-21  Bruno Haible  <bruno@clisp.org>
5999
6000         BeOS portability.
6001         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
6002         BeOS has mbrtowc() but no <wctype.h>.
6003
6004 2006-08-21  Bruno Haible  <bruno@clisp.org>
6005
6006         BeOS portability.
6007         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
6008         exist.
6009
6010 2006-08-21  Bruno Haible  <bruno@clisp.org>
6011
6012         BeOS portability.
6013         * lib/mbchar.h: Include <wctype.h> only if it exists.
6014
6015 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6016
6017         Remove files that are no longer needed by their respective modules.
6018         * m4/obstack.m4: Remove.
6019         * m4/strerror_r.m4: Remove.
6020         * m4/uint32_t.m4: Remove.
6021         * m4/uintptr_t.m4: Remove.
6022         * m4/ullong_max.m4: Remove.
6023         * m4/xstrtoimax.m4: Remove.
6024         * m4/xstrtoumax.m4: Remove.
6025
6026         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
6027         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
6028         dependencies now capture this.
6029
6030         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
6031         Do not use AC_LIBSOURCES, since gnulib modules now do this.
6032         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
6033         * m4/human.m4 (gl_HUMAN): Likewise.
6034         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
6035         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
6036
6037         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
6038
6039         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
6040         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
6041         stdint.
6042         * m4/human.m4 (gl_HUMAN): Likewise.
6043         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
6044         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
6045         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
6046         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
6047         * m4/xstrtol (gl_XSTRTOL): Likewise.
6048
6049         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
6050         AC_TYPE_LONG_LONG_INT.
6051         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
6052         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
6053         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
6054         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
6055
6056         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
6057         on stdbool.
6058
6059         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
6060         (gl_PREREQ_XSTRTOUL): Remove.
6061
6062         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
6063
6064         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
6065         mode.
6066
6067 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6068
6069         Add and change modules to make it easier for coreutils to use
6070         gnulib-tool.
6071         * modules/backupfile (Files): Remove m4/d-ino.m4.
6072         (Depends-on): Add d-ino.
6073         * modules/cycle-check (Depends-on): Add stdint.
6074         (lib_SOURCES): Add cycle-check.h.
6075         * modules/d-ino: New module.
6076         * modules/d-type: New module.
6077         * modules/error (Files): Remove m4/strerror_r.m4.
6078         * modules/filemode (Files): Add m4/st_dm_mode.m4.
6079         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
6080         m4/inttypes_h.m4, m4/uintmax_t.m4.
6081         (Depends-on): Add stdint.
6082         (lib_SOURCES): Add fsusage.h.
6083         * modules/getcwd (Files): Remove d-ino.m4.
6084         (Depends-on): Add d-ino.
6085         * modules/getndelim2 (Depends-on): Add stdint.
6086         * modules/glob (Files): Remove m4/d-type.m4.
6087         (Depends-on): Add d-type.
6088         * modules/host-os: New module.
6089         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
6090         m4/inttypes_h.m4, m4/uintmax_t.m4.
6091         * Depends-on: Add stdint.
6092         (lib_SOURCES): Add human.h.
6093         * modules/inttostr (Files): Remove m4/intmax_t.m4,
6094         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
6095         m4/uintmax_t.m4, m4/ulonglong.m4.
6096         (Depends-on): Add stdint.
6097         (EXTRA_DIST): Add inttostr.h.
6098         * modules/lchmod: New module.
6099         * modules/link-follow: New module.
6100         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
6101         (Depends-on): Add lchmod.
6102         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
6103         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
6104         (Depends-on): Add stdint.
6105         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
6106         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
6107         (Depends-on): Add stdint.
6108         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
6109         * modules/perl: New module.
6110         * modules/regex (Depends-on): Add stdint.
6111         * modules/rmdir-errno: New module.
6112         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6113         m4/intmax_t.m4.
6114         (Depends-on): Add stdint.
6115         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6116         m4/uintmax_t.m4.
6117         (Depends-on): Add stdint.
6118         * modules/unlink-busy: New module.
6119         * modules/utimecmp (Depends-on): Add stdint.
6120         * modules/uptime: New module.
6121         * modules/winsz-ioctl: New module.
6122         * modules/winsz-termios: New module.
6123         * modules/xnanosleep (Depends-on): Add nanosleep.
6124         * modules/ullong_max: Remove.
6125         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
6126         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
6127         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
6128         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
6129         (Depends-on): Add inttypes.
6130         (lib_SOURCES): Add xstrtol.h.
6131         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
6132         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
6133         * MODULES.html.sh: Move 'assert' into the assert section.
6134         Move 'dummy' into the linking section.
6135         Remove ullong_max.
6136         Add section for compatibility checks for POSIX:2001 functions,
6137         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
6138         winsz-ioctl, and winsz-termios into it.
6139         Add lchmod.
6140         Add top-level Misc section and put host-os, perl, and uptime
6141         into it.
6142
6143 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6144
6145         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
6146         now assume the stdint module.  Do not include inttypes.h.
6147         * lib/fsusage.h: Likewise.
6148         * lib/getndelim2.c: Likewise.
6149         * lib/human.h: Likewise.
6150         * lib/inttostr.h: Likewise.
6151         * lib/obstack.c: Likewise.
6152         * lib/regex_internal.h: Likewise.
6153         * lib/tempname.c: Likewise.
6154         * lib/utimecmp.c: Likewise.
6155         * lib/xstrtol.h: Likewise.
6156
6157         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
6158
6159         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
6160         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
6161         * lib/xtime.h: Likewise.
6162
6163 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6164
6165         * modules/openat (Files): Add lib/fchmodat.c.
6166         Fixes problem reported by Jay Youngman.
6167
6168 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6169
6170         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
6171         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
6172
6173 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
6174             Bruno Haible  <bruno@clisp.org>
6175
6176         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
6177         and is a script that invokes bison. Tighten the code. Add comments.
6178
6179 2006-08-18  Jim Meyering  <jim@meyering.net>
6180
6181         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
6182         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
6183         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
6184         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
6185
6186 2006-08-18  Bruno Haible  <bruno@clisp.org>
6187
6188         * modules/bison-i18n: New file.
6189         * MODULES.html.sh (Internationalization functions): Add it.
6190
6191 2006-08-18  Bruno Haible  <bruno@clisp.org>
6192
6193         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
6194         sys/statvfs.h. When getmntinfo was found, check its declaration and
6195         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
6196
6197 2006-08-18  Bruno Haible  <bruno@clisp.org>
6198
6199         * m4/bison-i18n.m4: New file, from bison.
6200
6201 2006-08-18  Bruno Haible  <bruno@clisp.org>
6202
6203         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
6204         (ME_DUMMY): Treat "kernfs" as a dummy.
6205         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
6206
6207 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6208
6209         Update from coreutils.
6210
6211         2006-08-15  Jim Meyering  <jim@meyering.net>
6212
6213         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
6214
6215         2006-01-17  Jim Meyering  <jim@meyering.net>
6216
6217         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
6218
6219         2006-01-11  Jim Meyering  <jim@meyering.net>
6220
6221         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
6222         Check for the lchmod function.
6223
6224 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6225
6226         Update from coreutils.
6227
6228         * lib/__fpending.h: Add copyright notice.
6229         * lib/fprintftime.h: Likewise.
6230         * lib/savedir.c: Use (C) in copyright notice.
6231         * lib/savedir.h: Likewise.
6232
6233         2006-08-15  Jim Meyering  <jim@meyering.net>
6234
6235         * lib/at-func.c: New file, with the logic of all emulated at-functions.
6236         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
6237         in support of the EXPECTED_ERRNO macro.
6238         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
6239         definitions.  Instead, define the appropriate symbols and include
6240         "at-func.c".
6241         * lib/mkdirat.c (mkdirat): Likewise.
6242         * lib/fchmodat.c (fchmodat): Likewise.
6243         (ENOSYS): Remove definition.
6244         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
6245         it.  Don't include "unistd--.h" -- it wasn't ever used.
6246
6247         2006-01-17  Jim Meyering  <jim@meyering.net>
6248
6249         Rewrite fts.c not to change the current working directory,
6250         by using openat, fstatat, fdopendir, etc..
6251
6252         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
6253         (HAVE_OPENAT_SUPPORT): Define.
6254         [_LIBC] (fchdir): Don't undef or define; no longer used.
6255         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
6256         Now, this `function' always succeeds, and consumes its file descriptor
6257         parameter -- so callers must not close such FDs.  Update callers.
6258         (diropen_fd, opendirat, cwd_advance_fd): New functions.
6259         (diropen): Add parameter, SP.  Adjust all callers.
6260         Implement using diropen_fd, rather than open.
6261         (fts_open): Initialize new member, fts_cwd_fd.
6262         Remove fts_rft-setting code.
6263         (fts_close): Close fts_cwd_fd, if necessary.
6264         (__opendir2): Define in terms of opendir or opendirat,
6265         depending on whether the FST_NOCHDIR flag is set.
6266         (fts_build): Since fts_safe_changedir consumes its FD, and since
6267         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
6268         and close the dup'd file descriptor upon failure.
6269         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
6270         (fts_safe_changedir): Tweak semantics to reflect that this function
6271         now calls cwd_advance_fd and hence consumes its FD argument.
6272         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
6273         [struct FTS] (fts_rft): Remove now-unused member.
6274         [struct FTS] (fts_cycle.state): Improve comment.
6275
6276         * lib/openat.c (openat_needs_fchdir): New function.
6277         * lib/openat.h (openat_needs_fchdir): Declare it.
6278
6279 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
6280
6281         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
6282         Problem and fix reported by Pádraig Brady in
6283         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
6284
6285 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6286
6287         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
6288
6289 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6290
6291         * lib/memcoll.c (memcoll): Optimize for the common case where the
6292         arguments are bytewise equal.
6293
6294 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6295
6296         * doc/regexprops-generic.texi: Add a copyright notice.
6297
6298 2006-08-15  Bruno Haible  <bruno@clisp.org>
6299
6300         * modules/tmpdir (License): Change to LGPL.
6301
6302 2006-08-15  Bruno Haible  <bruno@clisp.org>
6303
6304         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
6305         module.
6306
6307 2006-08-14  Simon Josefsson  <jas@extundo.com>
6308
6309         * config/srclist.txt: Add gnupload.
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         * tests/test-lock.c: Likewise.
6316         * tests/test-stdint.c: Likewise.
6317         * tests/test-tls.c: Likewise.
6318
6319         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
6320         prelude-manager.  User shorter URLs for GNU projects, without '?'.
6321         Add copyright notice.
6322
6323         * check-module: Add copyright notice.  Output a copyright
6324         notice if "--version" is specified.
6325         * modules/COPYING: New file.
6326         * tests/test-getaddrinfo.c: Add copyright notice.
6327         * tests/test-verify.c: Likewise.
6328
6329 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6330
6331         Change copyright notice from LGPL 2 to GPL 2, since that's the
6332         standard form used in the gnulib repository.
6333         * lib/lock.c: LGPL -> GPL.
6334         * lib/lock.h: Likewise.
6335         * lib/strnlen1.c: Likewise.
6336         * lib/strnlen1.h: Likewise.
6337         * lib/tls.c: Likewise.
6338         * lib/tls.h: Likewise.
6339         * lib/tmpdir.c: Likewise.
6340
6341         * lib/TODO: Remove; this belongs only in coreutils.
6342
6343 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6344
6345         Add copyright notices to long-enough files that lack them, since
6346         otherwise the files aren't clearly free.  Use the same notice that
6347         getdate.texi already uses.
6348         * doc/alloca-opt.texi: Add copyright notice.
6349         * doc/alloca.texi: Likewise.
6350         * doc/ctime.texi: Likewise.
6351         * doc/functions.texi: Likewise.
6352         * doc/gcd.texi: Likewise.
6353         * doc/gnulib-tool.texi: Likewise.
6354         * doc/inet_ntoa.texi: Likewise.
6355         * doc/visibility.texi: Likewise.
6356
6357         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
6358         * doc/quote.texi: Add copyright notice.
6359
6360         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
6361         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
6362         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
6363         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
6364         is now obsolete, and give a pointer to the Sun list.
6365         Add copyright notice.
6366
6367 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6368
6369         * config/srclistvars.sh: Add copyright notice.
6370
6371 2006-08-14  Eric Blake  <ebb9@byu.net>
6372
6373         Import the following change from libc:
6374
6375         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
6376
6377         Upstream bug 2997.
6378         * lib/misc/error.c: Add space between program name and message if file
6379         name is missing.
6380
6381 2006-08-12  Karl Berry  <karl@gnu.org>
6382
6383         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
6384         remove, these originate in gnulib now.
6385
6386 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6387
6388         * doc/Makefile (standards.info standards.html standards.dvi):
6389         Also depend on make-stds.texi.
6390
6391 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6392
6393         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
6394         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
6395
6396         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
6397         in wchar_t.  Problem reported by Eric Blake.
6398
6399         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
6400         LEN is smaller than SIZE.  Suggested by Bruno Haible.
6401         Also, help the compiler to keep LEN in a register.
6402
6403 2006-08-11  Eric Blake  <ebb9@byu.net>
6404
6405         * users.txt: Sort.  Add tar.
6406
6407 2006-08-11  Bruno Haible  <bruno@clisp.org>
6408
6409         * users.txt: New file.
6410
6411 2006-08-11  Bruno Haible  <bruno@clisp.org>
6412
6413         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
6414         before <wchar.h>. Needed for OSF/1 and BSD/OS.
6415
6416 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6417
6418         * modules/snprintf (Depends-on): Remove minmax.
6419         (Maintainer): Add self and Bruno.
6420
6421 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6422
6423         * lib/.cppi-disable: Add snprintf.h, socket_.h.
6424         * lib/snprintf.c: Include <errno.h> and <limits.h>.
6425         (EOVERFLOW): Define if the system does not.
6426         Do not include "minmax.h"; it wasn't used.
6427         (snprintf): Don't assume size_t promotes to an unsigned type.
6428         Fix bug when generated string was too long for the buffer: the
6429         buffer's contents are supposed to be the initial prefix of the
6430         output.  Don't assume vasnprintf returns EOVERFLOW if the size
6431         exceeds INT_MAX; do the check ourselves.
6432
6433         Import the following changes from libc:
6434
6435         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
6436
6437         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
6438         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
6439         set wc to the byte which couldn't be converted.
6440         (re_string_reconstruct): Don't clear valid_raw_len before calling
6441         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
6442         tip_context using re_string_context_at.
6443
6444         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
6445
6446         * lib/posix/regex.h: g++ still cannot handled [restrict].
6447
6448         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
6449
6450         * lib/posix/regex.h: Remove special handling for VMS.
6451
6452 2006-08-10  Jim Meyering  <jim@meyering.net>
6453
6454         * modules/same-inode: New module.
6455         * modules/dev-ino: New module.
6456         * modules/cycle-check: Depend on these modules, rather than simply
6457         including their .h files.
6458         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
6459         required via m4/cycle-check.m4.
6460         * modules/same: Depend on new same-inode module, rather than
6461         including same-inode.h.
6462         * modules/chdir-safer: New file.
6463
6464         * modules/chown (Depends-on): Add stat-macros.
6465
6466 2006-08-10  Jim Meyering  <jim@meyering.net>
6467
6468         * m4/cycle-check.m4: New file.
6469         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
6470         * m4/dev-ino.m4, m4/same-inode.m4: New files.
6471
6472 2006-08-10  Eric Blake  <ebb9@byu.net>
6473
6474         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
6475         in from original proposal.
6476
6477 2006-08-10  Eric Blake  <ebb9@byu.net>
6478         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6479
6480         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
6481         namespace.
6482
6483 2006-08-10  Bruno Haible  <bruno@clisp.org>
6484
6485         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
6486         as well.
6487
6488 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6489
6490         Sync from coreutils.
6491
6492         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
6493
6494         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
6495         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
6496
6497 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6498
6499         * modules/restrict: Remove; no longer needed now that we assume
6500         Autoconf 2.59 or later.
6501         * MODULES.html.sh: Remove 'restrict'.
6502         * modules/argp (Depends-on): Remove 'restrict'.
6503         * modules/base64 (Depends-on): Likewise.
6504         * modules/gc (Depends-on): Likewise.
6505         * modules/getaddrinfo (Depends-on): Likewise.
6506         * modules/glob (Depends-on): Likewise.
6507         * modules/inet_ntop (Depends-on): Likewise.
6508         * modules/inet_pton (Depends-on): Likewise.
6509         * modules/memxor (Depends-on): Likewise.
6510         * modules/regex (Depends-on): Likewise.
6511         * modules/strtok_r (Depends-on): Likewise.
6512         * modules/time_r (Depends-on): Likewise.
6513
6514 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6515
6516         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
6517         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
6518         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6519         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
6520         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
6521         * m4/memxor.m4 (gl_MEMXOR): Likewise.
6522         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
6523         gl_C_RESTRICT replaced by AC_C_RESTRICT.
6524
6525         Merge from coreutils.
6526         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
6527         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
6528         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6529         * m4/time_r.m4 (gl_TIME_R): Likewise.
6530
6531 2006-08-09  Karl Berry  <karl@gnu.org>
6532
6533         * config/srclist.txt: no more gettext-tools, per Bruno.
6534
6535 2006-08-08  Eric Blake  <ebb9@byu.net>
6536
6537         * modules/verror: New module.
6538         * MODULES.html.sh: Document it.
6539
6540 2006-08-08  Eric Blake  <ebb9@byu.net>
6541
6542         * lib/verror.h, lib/verror.c: New files.
6543
6544 2006-08-08  Eric Blake  <ebb9@byu.net>
6545
6546         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
6547         verror_at_line output complies with GNU Coding Standards even when
6548         file is NULL.
6549
6550 2006-08-07  Bruno Haible  <bruno@clisp.org>
6551
6552         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
6553         versions of AIX.
6554         Reported by Ralf Wildenhues.
6555
6556 2006-08-07  Bruno Haible  <bruno@clisp.org>
6557
6558         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
6559         in an AC_DEFUN. Needed so that the autoconf snippets can use
6560         AC_REQUIRE.
6561
6562 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6563
6564         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6565         Initialize pkgdata_DATA.
6566         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
6567         overriding it.
6568
6569 2006-08-06  Eric Blake  <ebb9@byu.net>
6570
6571         * lib/error.h: Fold in some upstream changes from glibc.
6572         * lib/error.c: Likewise.
6573
6574 2006-08-04  Bruno Haible  <bruno@clisp.org>
6575
6576         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6577         Make the mostlyclean-local rule depend on mostlyclean-generic.
6578         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
6579
6580 2006-07-31  Bruno Haible  <bruno@clisp.org>
6581
6582         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
6583         <stdlib.h>, <string.h>.
6584
6585 2006-07-30  Bruno Haible  <bruno@clisp.org>
6586
6587         * modules/readlink (License): Change to LGPL.
6588
6589 2006-07-30  Bruno Haible  <bruno@clisp.org>
6590
6591         * modules/javaversion (Makefile.am): Distribute javaversion.java and
6592         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
6593         set PKGDATADIR to point to it.
6594
6595 2006-07-30  Bruno Haible  <bruno@clisp.org>
6596
6597         * modules/csharpexec (configure.ac): Comment out macro invocation.
6598         * modules/javaexec (configure.ac): Likewise.
6599         * modules/javacomp-script (configure.ac): Likewise.
6600
6601         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
6602
6603 2006-07-30  Bruno Haible  <bruno@clisp.org>
6604
6605         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
6606         linked-list.
6607
6608 2006-07-30  Bruno Haible  <bruno@clisp.org>
6609
6610         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
6611
6612 2006-07-30  Bruno Haible  <bruno@clisp.org>
6613
6614         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6615         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
6616         get removed.
6617
6618 2006-07-29  Bruno Haible  <bruno@clisp.org>
6619
6620         Make it possible for gnulib-tool to work with locally modified or
6621         augmented gnulib repositories.
6622         * gnulib-tool (func_usage): Document --local-dir option.
6623         (local_gnulib_dir): New variable.
6624         Handle --local-dir option.
6625         (func_lookup_file): New function.
6626         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
6627         (func_get_description, func_get_filelist, func_get_description,
6628         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
6629         func_get_automake_snippet, func_get_include_directive,
6630         func_get_license, func_get_maintainer): Use func_lookup_file.
6631         (func_import, func_create_testdir): Use func_lookup_file.
6632
6633 2006-07-29  Bruno Haible  <bruno@clisp.org>
6634
6635         * modules/setenv (Depends-on): Add unistd.
6636
6637 2006-07-29  Bruno Haible  <bruno@clisp.org>
6638
6639         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
6640
6641 2006-07-29  Bruno Haible  <bruno@clisp.org>
6642
6643         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
6644
6645 2006-07-29  Bruno Haible  <bruno@clisp.org>
6646
6647         * gnulib-tool (import, update): If there is no Makefile.am, look at
6648         aclocal.m4, instead of bailing out.
6649
6650 2006-07-29  Bruno Haible  <bruno@clisp.org>
6651
6652         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
6653         Categorize the options by when they are useful.
6654
6655 2006-07-29  Bruno Haible  <bruno@clisp.org>
6656
6657         * gnulib-tool (func_usage): Document option --no-libtool.
6658         Handle option --no-libtool.
6659         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
6660         for changed semantics of $libtool variable.
6661         (func_import): Likewise. If libtool is not used, show this through
6662         an option --no-libtool.
6663         (func_create_testdir): Update.
6664
6665 2006-07-29  Bruno Haible  <bruno@clisp.org>
6666
6667         * gnulib-tool (func_import): Extend error message about missing
6668         --doc-base.
6669
6670 2006-07-29  Bruno Haible  <bruno@clisp.org>
6671
6672         * gnulib-tool (func_import): Don't create the $docbase directory if
6673         there is no file to store there.
6674
6675 2006-07-29  Bruno Haible  <bruno@clisp.org>
6676
6677         * gnulib-tool (autoconf_minversion): If a --dir option is given and
6678         relevant, look for configure.ac there, not in the current directory.
6679         Also use a simple search for AC_PREREQ, not "autoconf --trace".
6680
6681 2006-07-29  Bruno Haible  <bruno@clisp.org>
6682
6683         * gnulib-tool (SORT): New variable.
6684         (func_usage): Undocument --assume-autoconf option.
6685         Remove --assume-autoconf option handling.
6686         (autoconf_minversion): Determine from the contents of configure.ac.
6687         (func_import): Remove autoconf_minversion handling.
6688         Suggested by Eric Blake.
6689
6690 2006-07-29  Bruno Haible  <bruno@clisp.org>
6691
6692         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
6693
6694 2006-07-29  Bruno Haible  <bruno@clisp.org>
6695
6696         * config/srclist.txt (*setenv.[ch]): Remove rules.
6697
6698 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6699
6700         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
6701
6702 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6703
6704         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
6705         arpa/inet.h.
6706
6707 2006-07-28  Simon Josefsson  <jas@extundo.com>
6708
6709         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
6710         * modules/inet_pton (Depends-on): Likewise.
6711
6712 2006-07-28  Simon Josefsson  <jas@extundo.com>
6713
6714         * m4/netinet_in_h.m4: New file.
6715
6716 2006-07-28  Simon Josefsson  <jas@extundo.com>
6717
6718         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
6719         #include's.
6720
6721 2006-07-28  Simon Josefsson  <jas@extundo.com>
6722
6723         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
6724         #include's.
6725
6726 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
6727
6728         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
6729         setgid on directories only if they set these bits.
6730         * lib/modechange.h: Remove obsolete comment about masks.
6731
6732 2006-07-28  Eric Blake  <ebb9@byu.net>
6733
6734         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
6735         macro expansion.
6736
6737 2006-07-28  Bruno Haible  <bruno@clisp.org>
6738
6739         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
6740
6741 2006-07-28  Bruno Haible  <bruno@clisp.org>
6742
6743         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
6744
6745 2006-07-28  Bruno Haible  <bruno@clisp.org>
6746
6747         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
6748         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
6749         Define fallbacks.
6750         Avoids link error on FreeBSD 4.x.
6751         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
6752
6753         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
6754         encoding.
6755         * lib/mbswidth.c (iswcntrl): Likewise.
6756
6757 2006-07-27  Bruno Haible  <bruno@clisp.org>
6758
6759         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
6760         test.
6761
6762 2006-07-27  Bruno Haible  <bruno@clisp.org>
6763
6764         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
6765         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
6766         defined.
6767
6768 2006-07-26  Eric Blake  <ebb9@byu.net>
6769
6770         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
6771
6772 2006-07-26  Eric Blake  <ebb9@byu.net>
6773
6774         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
6775         like mingw that lack mkstemp.
6776         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
6777         avoid compilation warning on mingw.
6778
6779 2006-07-26  Bruno Haible  <bruno@clisp.org>
6780
6781         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
6782         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
6783         INT_FAST*_MIN, INTPTR_MIN.
6784
6785 2006-07-25  Bruno Haible  <bruno@clisp.org>
6786
6787         * modules/version-etc (Depends-on): Add stdarg.
6788
6789 2006-07-25  Bruno Haible  <bruno@clisp.org>
6790
6791         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
6792         complex commands.
6793
6794 2006-07-25  Bruno Haible  <bruno@clisp.org>
6795
6796         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
6797         defined in <stdarg.h> or config.h.
6798
6799 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6800
6801         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
6802         (gl_STDIO_SAFER): Remove.
6803
6804 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6805
6806         * MODULES.html.sh (File stream based Input/Output):
6807         Add fopen-safer, tmpfile-safer; remove stdio-safer.
6808         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
6809         * modules/fopen-safer, modules/tmpfile-safer: New files.
6810         * modules/stdio-safer: Remove.
6811
6812 2006-07-24  Bruno Haible  <bruno@clisp.org>
6813
6814         * modules/tmpdir: New file.
6815         * MODULES.html.sh (File system functions): Add it.
6816
6817 2006-07-24  Bruno Haible  <bruno@clisp.org>
6818
6819         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
6820         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
6821
6822 2006-07-24  Bruno Haible  <bruno@clisp.org>
6823
6824         * modules/clean-temp: New file.
6825
6826 2006-07-24  Bruno Haible  <bruno@clisp.org>
6827
6828         * m4/tmpdir.m4: New file, from GNU gettext.
6829
6830 2006-07-24  Bruno Haible  <bruno@clisp.org>
6831
6832         * lib/tmpdir.h: New file, from GNU gettext.
6833         * lib/tmpdir.c: New file, from GNU gettext.
6834
6835 2006-07-24  Bruno Haible  <bruno@clisp.org>
6836
6837         * lib/clean-temp.h: New file, from GNU gettext.
6838         * lib/clean-temp.c: New file, from GNU gettext.
6839
6840 2006-07-23  Eric Blake  <ebb9@byu.net>
6841
6842         * modules/stdio-safer (Files): Add tmpfile-safer.c.
6843         (Depends-on): Add binary-io.
6844
6845 2006-07-23  Eric Blake  <ebb9@byu.net>
6846
6847         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
6848
6849 2006-07-23  Eric Blake  <ebb9@byu.net>
6850
6851         * lib/tmpfile-safer.c: New file.
6852         * lib/stdio-safer.h (fopen_safer): Add prototype.
6853         * lib/stdio--.h (tmpfile): Make safer.
6854
6855 2006-07-23  Bruno Haible  <bruno@clisp.org>
6856
6857         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
6858         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
6859         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
6860         gl_linked_remove_at): Use it.
6861
6862 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6863         and Simon Josefsson <jas@extundo.com>
6864
6865         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
6866
6867         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
6868
6869 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6870
6871         * modules/close-stream: New file.
6872         * modules/closeout (Description): Make it clear that it exits
6873         with a diagnostic on error.
6874         (Depends-on): Add close-stream.  Remove fpending, stdbool.
6875         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
6876
6877 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6878
6879         * m4/close-stream.m4: New file.
6880
6881 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
6882
6883         * lib/close-stream.c, lib/close-stream.h: New files.
6884
6885 2006-07-22  Bruno Haible  <bruno@clisp.org>
6886
6887         Merge from GNU gettext 0.15.
6888
6889         2006-05-01  Bruno Haible  <bruno@clisp.org>
6890
6891                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
6892
6893         2006-07-22  Bruno Haible  <bruno@clisp.org>
6894
6895                 * modules/javaversion: New file.
6896                 * MODULES.html.sh (Java): Add javaversion.
6897
6898         2006-03-12  Bruno Haible  <bruno@clisp.org>
6899
6900                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
6901
6902         2005-12-04  Bruno Haible  <bruno@clisp.org>
6903
6904                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
6905                 (untested).
6906
6907         2006-06-21  Bruno Haible  <bruno@clisp.org>
6908
6909                 Avoid warnings from recent versions of mcs.
6910                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
6911                 -o, -L, -r any more. Use options documented since mcs-1.0
6912                 instead. Similarly for -g.
6913
6914         2005-12-04  Bruno Haible  <bruno@clisp.org>
6915
6916                 * build-aux/csharpcomp.sh.in: Suffix for resources is
6917                 .resources, not .resource.
6918
6919         2005-07-09  Bruno Haible  <bruno@clisp.org>
6920
6921                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
6922                 add a .dll suffix.
6923                 Reported by Mark Junker <mjscod@gmx.de>.
6924
6925         2006-07-22  Bruno Haible  <bruno@clisp.org>
6926
6927                 * modules/gettext: Upgrade to gettext-0.15.
6928                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
6929                 m4/visibility.m4.
6930                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
6931
6932 2006-07-22  Bruno Haible  <bruno@clisp.org>
6933
6934         Merge from GNU gettext 0.15.
6935
6936         2006-03-25  Bruno Haible  <bruno@clisp.org>
6937
6938                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
6939
6940         2006-07-21  Bruno Haible  <bruno@clisp.org>
6941
6942                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
6943                 "1.1".
6944
6945         2006-05-09  Bruno Haible  <bruno@clisp.org>
6946
6947                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
6948                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
6949                 for the conftestver execution.
6950
6951         2006-05-01  Bruno Haible  <bruno@clisp.org>
6952
6953                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
6954                 optional target-version argument. Verify that the compiler
6955                 groks source of the specified source-version, or add -source
6956                 option as necessary. Verify that the compiler produces
6957                 bytecode in the specified target-version, or add -target and
6958                 -source options as necessary. Make the result of the test
6959                 available as variable CONF_JAVAC. Also log error output in
6960                 config.log.
6961
6962         2006-03-11  Bruno Haible  <bruno@clisp.org>
6963
6964                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
6965
6966         2006-05-09  Bruno Haible  <bruno@clisp.org>
6967
6968                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
6969                 CLASSPATH_SEPARATOR to a semicolon.
6970
6971         2006-03-12  Bruno Haible  <bruno@clisp.org>
6972
6973                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
6974                 available as variable CONF_JAVA, for subsequent autoconf
6975                 tests. Also log error output in config.log.
6976
6977         2006-07-19  Bruno Haible  <bruno@clisp.org>
6978
6979                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
6980                 that getline works on glibc2 systems. Needed to avoid trouble
6981                 in relocatable.c.
6982                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
6983
6984         2005-12-04  Bruno Haible  <bruno@clisp.org>
6985
6986                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
6987                 launcher (untested).
6988
6989         2005-12-04  Bruno Haible  <bruno@clisp.org>
6990
6991                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
6992
6993         2006-07-22  Bruno Haible  <bruno@clisp.org>
6994
6995                 * gettext.m4: Update from GNU gettext-0.15.
6996                 * nls.m4: Likewise.
6997                 * po.m4: Likewise.
6998                 * inttypes-pri.m4: Likewise.
6999                 * inttypes-h.m4: Renamed from inttypes.m4.
7000                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
7001
7002 2006-07-22  Bruno Haible  <bruno@clisp.org>
7003
7004         Merge from GNU gettext 0.15.
7005
7006         2005-07-05  Bruno Haible  <bruno@clisp.org>
7007
7008                 * printf-args.c (printf_fetchargs): Work around broken
7009                 definition of wint_t on mingw.
7010
7011         2005-02-12  Bruno Haible  <bruno@clisp.org>
7012
7013                 * xallocsa.h: Add extern "C" for C++.
7014
7015         2006-05-17  Bruno Haible  <bruno@clisp.org>
7016
7017                 Cygwin portability.
7018                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
7019
7020         2006-04-30  Bruno Haible  <bruno@clisp.org>
7021
7022                 * progreloc.c: Include <mach-o/dyld.h> if available.
7023                 (find_executable): Use _NSGetExecutablePath when possible.
7024
7025         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
7026
7027                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
7028                 function.
7029
7030         2005-12-29  Bruno Haible  <bruno@clisp.org>
7031
7032                 * progreloc.c (set_program_name_and_installdir): Fix
7033                 compilation error.
7034
7035         2005-12-04  Bruno Haible  <bruno@clisp.org>
7036
7037                 Cygwin portability.
7038                 * progreloc.c: Include <windows.h> also on Cygwin.
7039                 (find_executable): Add support for Cygwin.
7040                 (set_program_name_and_installdir): Handle also platforms with
7041                 nonempty EXEEXT.
7042
7043         2006-07-11  Bruno Haible  <bruno@clisp.org>
7044
7045                 * javacomp.c: Fix a comment.
7046                 Reported by Jim Meyering.
7047
7048         2006-04-30  Bruno Haible  <bruno@clisp.org>
7049
7050                 * javacomp.h (compile_java_class): Add source_version,
7051                 target_version arguments.
7052                 * javacomp.c: Rewritten to choose only a compiler that
7053                 respects the specified source_version and target_version.
7054
7055         2006-06-27  Bruno Haible  <bruno@clisp.org>
7056
7057                 Assume correct S_ISDIR macro.
7058                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
7059
7060         2006-07-22  Bruno Haible  <bruno@clisp.org>
7061
7062                 * javaversion.h: New file, from GNU gettext.
7063                 * javaversion.c: New file, from GNU gettext.
7064                 * javaversion.java: New file, from GNU gettext.
7065                 * javaversion.class: New file, from GNU gettext.
7066
7067         2006-05-17  Bruno Haible  <bruno@clisp.org>
7068
7069                 Cygwin portability.
7070                 * javaexec.c (execute_java_class): Test for jview program
7071                 also on Cygwin.
7072
7073         2006-04-09  Bruno Haible  <bruno@clisp.org>
7074
7075                 * fatal-signal.c: Don't include string.h.
7076                 (at_fatal_signal): Use a copying loop instead of memcpy.
7077
7078         2005-12-04  Bruno Haible  <bruno@clisp.org>
7079
7080                 * csharpexec.c: Add support for 'clix' launcher (untested).
7081                 (execute_csharp_using_sscli): New function.
7082                 (execute_csharp_program): Call it.
7083
7084         2006-06-21  Bruno Haible  <bruno@clisp.org>
7085
7086                 Avoid warnings from recent versions of mcs.
7087                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
7088                 -o, -L, -r any more. Use options documented since mcs-1.0
7089                 instead. Similarly for -g.
7090
7091         2005-07-09  Bruno Haible  <bruno@clisp.org>
7092
7093                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
7094                 add a .dll suffix.
7095                 Reported by Mark Junker <mjscod@gmx.de>.
7096
7097         2006-06-17  Bruno Haible  <bruno@clisp.org>
7098
7099                 * config.charset: Update for NetBSD 3.0.
7100
7101         2006-05-17  Bruno Haible  <bruno@clisp.org>
7102
7103                 Cygwin portability.
7104                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
7105
7106         2006-05-16  Bruno Haible  <bruno@clisp.org>
7107
7108                 * localcharset.c [CYGWIN]: Include <windows.h>.
7109                 (get_charset_aliases): For Cygwin, return the same CPxxx
7110                 aliases list as under WIN32.
7111                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
7112                 the environment variables. Fall back to GetACP().
7113
7114         2006-04-05  Bruno Haible  <bruno@clisp.org>
7115
7116                 * config.charset: Update Juan Manuel Guerrero's address.
7117
7118         2005-02-12  Bruno Haible  <bruno@clisp.org>
7119
7120                 * allocsa.h: Add extern "C" for C++.
7121
7122         2005-02-10  Bruno Haible  <bruno@clisp.org>
7123
7124                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
7125                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
7126
7127         2006-07-22  Bruno Haible  <bruno@clisp.org>
7128
7129                 * gettext.h: Update to GNU gettext-0.15.
7130
7131 2006-07-22  Bruno Haible  <bruno@clisp.org>
7132
7133         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
7134         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
7135         lib-prefix.m4, longdouble.m4, ssize_t.m4.
7136
7137 2006-07-21  Eric Blake  <ebb9@byu.net>
7138
7139         * modules/stdlib-safer: New file.
7140         * MODULES.html.sh (File stream based Input/Output): Add
7141         stdlib-safer.
7142
7143 2006-07-21  Eric Blake  <ebb9@byu.net>
7144
7145         * lib/stdlib-safer.h: New file from coreutils, required by
7146         stdlib--.h.
7147
7148 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
7149
7150         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
7151
7152 2006-07-20  Bruno Haible  <bruno@clisp.org>
7153
7154         * gnulib-tool: Recognize new option --assume-autoconf.
7155         (autoconf_minversion): New variable.
7156         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
7157
7158 2006-07-20  Bruno Haible  <bruno@clisp.org>
7159
7160         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
7161
7162 2006-07-19  Derek R. Price  <derek@ximbiot.com>
7163
7164         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
7165         Reindent and repaginate.
7166
7167 2006-07-19  Derek Price  <derek@ximbiot.com>
7168
7169         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
7170         Correct grammar.
7171
7172 2006-07-17  Bruno Haible  <bruno@clisp.org>
7173
7174         * modules/list: New file.
7175         * modules/array-list: New file.
7176         * modules/carray-list, modules/carray-list-tests: New files.
7177         * modules/linked-list, modules/linked-list-tests: New files.
7178         * modules/avltree-list, modules/avltree-list-tests: New files.
7179         * modules/rbtree-list, modules/rbtree-list-tests: New files.
7180         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
7181         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
7182         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
7183         * modules/oset: New file.
7184         * modules/array-oset: New file.
7185         * modules/avltree-oset, modules/avltree-oset-tests: New files.
7186         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
7187         * tests/test-carray_list.c: New file.
7188         * tests/test-linked_list.c: New file.
7189         * tests/test-avltree_list.c: New file.
7190         * tests/test-rbtree_list.c: New file.
7191         * tests/test-linkedhash_list.c: New file.
7192         * tests/test-avltreehash_list.c: New file.
7193         * tests/test-rbtreehash_list.c: New file.
7194         * tests/test-avltree_oset.c: New file.
7195         * tests/test-rbtree_oset.c: New file.
7196         * MODULES.html.sh (Container data structures): New section.
7197
7198 2006-07-17  Bruno Haible  <bruno@clisp.org>
7199
7200         * m4/gl_list.m4: New file.
7201
7202 2006-07-17  Bruno Haible  <bruno@clisp.org>
7203
7204         * lib/gl_list.h: New file.
7205         * lib/gl_list.c: New file.
7206         * lib/gl_array_list.h: New file.
7207         * lib/gl_array_list.c: New file.
7208         * lib/gl_carray_list.h: New file.
7209         * lib/gl_carray_list.c: New file.
7210         * lib/gl_linked_list.h: New file.
7211         * lib/gl_linked_list.c: New file.
7212         * lib/gl_anylinked_list1.h: New file.
7213         * lib/gl_anylinked_list2.h: New file.
7214         * lib/gl_avltree_list.h: New file.
7215         * lib/gl_avltree_list.c: New file.
7216         * lib/gl_anyavltree_list1.h: New file.
7217         * lib/gl_anyavltree_list2.h: New file.
7218         * lib/gl_rbtree_list.h: New file.
7219         * lib/gl_rbtree_list.c: New file.
7220         * lib/gl_anyrbtree_list1.h: New file.
7221         * lib/gl_anyrbtree_list2.h: New file.
7222         * lib/gl_anytree_list1.h: New file.
7223         * lib/gl_anytree_list2.h: New file.
7224         * lib/gl_linkedhash_list.h: New file.
7225         * lib/gl_linkedhash_list.c: New file.
7226         * lib/gl_anyhash_list1.h: New file.
7227         * lib/gl_anyhash_list2.h: New file.
7228         * lib/gl_avltreehash_list.h: New file.
7229         * lib/gl_avltreehash_list.c: New file.
7230         * lib/gl_rbtreehash_list.h: New file.
7231         * lib/gl_rbtreehash_list.c: New file.
7232         * lib/gl_anytreehash_list1.h: New file.
7233         * lib/gl_anytreehash_list2.h: New file.
7234
7235         * lib/gl_oset.h: New file.
7236         * lib/gl_oset.c: New file.
7237         * lib/gl_array_oset.h: New file.
7238         * lib/gl_array_oset.c: New file.
7239         * lib/gl_avltree_oset.h: New file.
7240         * lib/gl_avltree_oset.c: New file.
7241         * lib/gl_rbtree_oset.h: New file.
7242         * lib/gl_rbtree_oset.c: New file.
7243         * lib/gl_anytree_oset.h: New file.
7244
7245 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7246
7247         * m4/mkancesdirs.m4: New file.
7248         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
7249         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
7250         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
7251         it.
7252
7253 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7254
7255         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
7256         * lib/mkancesdirs.h: New files.
7257         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
7258         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
7259         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
7260         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
7261         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
7262         callers changed.  Revamp internals significantly, by not
7263         attempting to create directories that are temporarily more
7264         permissive than the final results.  Do not attempt to use
7265         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
7266         This removes some race conditions, fixes some bugs, and simplifies
7267         things.  Use new dirchownmod function to do owner and mode changes.
7268         * lib/mkdir-p.h: Likewise.
7269         * lib/modechange.c (octal_to_mode): New function.
7270         (struct mode_change): New member mentioned.
7271         (make_node_op_equals): New arg mentioned.  All callers changed.
7272         (mode_compile): Keep track of which mode bits the user has explicitly
7273         mentioned.
7274         (mode_adjust): New arg DIR, so that we implement the X op correctly.
7275         New arg PMODE_BITS, to keep track of which mode bits the user
7276         mentioned; it treats S_ISUID and S_ISGID speciall.
7277         All callers changed.
7278         * lib/modechange.h: Likewise.
7279
7280 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7281
7282         * MODULES.html.sh: Add mkancestors.
7283         * modules/mkancesdirs: New module.
7284         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
7285         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
7286         The chdir-safer and afs files are now orphans; I'll remove them
7287         unless someone speaks up.
7288         Add lib/dirchownmod.c, lib/dirchownmod.h.
7289         (Depends-on): Remove alloca, chown, save-cwd, dirname.
7290         Add lchown, mkancesdirs.
7291         (Maintainer): Add self.
7292
7293 2006-07-15  Karl Berry  <karl@gnu.org>
7294
7295         * gnulib-tool: help message wording/arrangement.
7296
7297 2006-07-14  Simon Josefsson  <jas@extundo.com>
7298
7299         * doc/gnulib.texi (Libtool and Windows): New section.
7300
7301 2006-07-12  Simon Josefsson  <jas@extundo.com>
7302
7303         * modules/gendocs (License): Fix license, approved by Karl.
7304
7305 2006-07-12  Eric Blake  <ebb9@byu.net>
7306
7307         * MODULES.html.sh: Add gendocs.
7308
7309 2006-07-11  Eric Blake  <ebb9@byu.net>
7310
7311         * modules/fdl: New module, to install doc/fdl.texi.
7312         * MODULES.html.sh: Add new section for documentation modules.
7313         * gnulib-tool: Avoid space-tab.
7314         (--doc-base): New option, to manage files from doc.
7315
7316 2006-07-11  Eric Blake  <ebb9@byu.net>
7317
7318         * m4/absolute-header.m4: Fix comments to match recent change.
7319
7320 2006-07-11  Eric Blake  <ebb9@byu.net>
7321
7322         * gnulib-tool: List --doc-base before --tests-base.
7323
7324 2006-07-11  Derek R. Price  <derek@ximbiot.com>
7325
7326         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
7327
7328 2006-07-11  Bruno Haible  <bruno@clisp.org>
7329
7330         * README: Mention where to put documentation.
7331
7332 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7333
7334         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
7335
7336 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7337
7338         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
7339         to stdint.m4.
7340
7341 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7342
7343         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
7344         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
7345         "no/such/file/stdint.h" when there is no such file, so that
7346         the resulting C code can be parsed by dodgy compilers.
7347         Problems reported by Bob Proulx.
7348
7349 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7350
7351         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
7352         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7353         macros into the GNU _D_EXACT_NAMLEN.
7354         * lib/savedir.c:  Likewise.
7355         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
7356
7357 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7358         and Paul Eggert  <eggert@cs.ucla.edu>
7359
7360         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
7361         * m4/savedir.m4:
7362         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7363         macros into the GNU _D_EXACT_NAMLEN.
7364
7365 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7366
7367         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
7368         around the absolute name, to work around a problem with the HP-UX
7369         11.23 native C compiler, reported by Bob Proulx.
7370
7371 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7372
7373         * doc/maintain.texi, make-stds.texi: Sync from
7374         <http://savannah.gnu.org/projects/gnustandards>.
7375
7376 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7377
7378         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
7379
7380 2006-07-09  Jim Meyering  <jim@meyering.net>
7381
7382         * m4/glob.m4: Remove a doubled word in a comment.
7383
7384 2006-07-09  Jim Meyering  <jim@meyering.net>
7385
7386         * lib/argp-pv.c: Remove a doubled word in a comment.
7387         * lib/check-version.c (check_version): Likewise.
7388         * lib/javacomp.c (compile_java_class): Likewise.
7389
7390 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
7391
7392         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
7393         for the benefit of people using Autoconf 2.60.  If you want to
7394         support older Autoconf versions you can copy m4/onceonly_2_57.m4
7395         (or m4/onceonly.m4, if pre-2.57) manually.
7396
7397 2006-07-08  Jim Meyering  <jim@meyering.net>
7398
7399         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
7400         comment.
7401         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
7402         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
7403         comment.
7404
7405 2006-07-08  Jim Meyering  <jim@meyering.net>
7406
7407         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
7408
7409 2006-07-07  Simon Josefsson  <jas@extundo.com>
7410
7411         * tests/test-crc.c: Change expected crc value, the test vector
7412         were probably computed using the old broken crc.c?
7413
7414 2006-07-06  Simon Josefsson  <jas@extundo.com>
7415
7416         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
7417         now the canonical place for the M4 file).
7418
7419         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
7420         from the sys_socket dependency now.
7421
7422         * modules/inet_pton (Files): Ditto.
7423
7424         * modules/inet_ntop (Files): Ditto.
7425
7426 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7427
7428         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
7429         not gl_PREREQ_GETUSERSHELL.
7430
7431 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7432
7433         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
7434         with only one argument, for Autoconf 2.60.
7435         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
7436         expand to nothing, so add a shell command to avoid syntax error.
7437         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7438
7439 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7440
7441         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
7442
7443 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7444
7445         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
7446         no longer needed.  Check for isblank decl.
7447         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
7448         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
7449         of existence.
7450
7451 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7452
7453         * lib/getloadavg.c: Use __VMS, not VMS.
7454         * lib/getopt.c: Likewise.
7455         * lib/getpagesize.h: Likewise.
7456         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
7457         and probably does not work.
7458
7459 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7460
7461         * lib/.cppi-disable: Add wcwidth.
7462         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
7463         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
7464         (ISGRAPH): Remove.  All uses changed to isgraph.
7465         (FOLD) [!defined _LIBC]: Remove special case.
7466         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
7467         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
7468         HAVE_ISBLANK.
7469         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
7470         case.
7471
7472 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7473
7474         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
7475         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
7476         brackets.  Other minor changes to suppress some compiler
7477         warnings.
7478
7479 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7480         and Paul Eggert  <eggert@cs.ucla.edu>
7481
7482         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
7483         of invoking obsolescent AC_HEADER_DIRENT macro.
7484         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
7485         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
7486         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
7487         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
7488         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
7489         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7490         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
7491         * m4/readdir.m4: Remove; no longer needed.
7492
7493 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7494         and Paul Eggert  <eggert@cs.ucla.edu>
7495
7496         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
7497         Don't worry about this obsolete case any more.
7498         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
7499         directories.
7500         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
7501         worry about this obsolete case any more.
7502         * lib/fts.c: Likewise.
7503         * lib/getcwd.c: Likewise.
7504         * lib/glob.h: Likewise.
7505         * lib/savedir.c: Likewise.
7506
7507 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7508
7509         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
7510         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
7511         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
7512         needed.
7513         All uses removed.
7514         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7515         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7516         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
7517         needed.
7518         * m4/getdate.m4 (gl_GETDATE): Likewise.
7519         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7520         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7521         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7522         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7523         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7524         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7525         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
7526         needed.
7527
7528 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7529
7530         * lib/memcasecmp.c: Include <limits.h>.
7531         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
7532         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
7533         Don't assume isdigit succeeds only on '0' through '9'.
7534
7535 2006-07-05  Eric Blake  <ebb9@byu.net>
7536
7537         * modules/getaddrinfo (Depends-on): Add snprintf.
7538
7539 2006-07-05  Eric Blake  <ebb9@byu.net>
7540
7541         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
7542         to avoid 'header present but could not be compiled' on cygwin.
7543
7544 2006-07-05  Eric Blake  <ebb9@byu.net>
7545
7546         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
7547         missing from netdb.h.
7548         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
7549
7550 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7551
7552         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
7553         no longer needed.
7554         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
7555         * m4/getdate.m4 (gl_GETDATE): Likewise.
7556         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7557         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7558         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7559         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7560         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7561
7562 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7563
7564         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
7565         All uses of is_space replaced by isspace.
7566         * lib/exit.h: Don't talk about STDC_HEADERS.
7567         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
7568         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
7569         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
7570         replaced by isprint etc.
7571         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
7572         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7573         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
7574         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
7575         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
7576         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7577
7578 2006-07-05  Bruno Haible  <bruno@clisp.org>
7579
7580         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
7581         the function exists, before testing against AIX.
7582         Reported by Martin Lambers <marlam@marlam.de>.
7583
7584 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7585
7586         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
7587         From Mark D. Baushke.
7588
7589 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7590
7591         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
7592         to the absolute name, not just one, to bypass Sun C 5.8's
7593         "warning: #include of /usr/include/... may be non-portable".
7594
7595 2006-07-04  Eric Blake  <ebb9@byu.net>
7596
7597         * modules/dirname-tests: New test module.
7598         * tests/test-dirname.c: New file, replacing dirname.c
7599         TEST_DIRNAME section that was recently deleted.
7600
7601 2006-07-04  Bruno Haible  <bruno@clisp.org>
7602
7603         Assume ANSI C header files and <ctype.h> functions.
7604         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
7605         (mbsnwidth): Use isprint, iscntrl instead.
7606
7607 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7608
7609         Merge from coreutils.
7610         * MODULES.html.sh: Add xstrtold.
7611         * modules/xstrtold: New file.
7612         * modules/cycle-check (Files): Add lib/same-inode.h.
7613         * modules/dirname (Files): Add m4/double-slash-root.m4.
7614         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
7615         * modules/mkdir-p (Files): Add lib/same-inode.h.
7616         * modules/same (Files): Add lib/same-inode.h.
7617
7618 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7619
7620         * m4/absolute-header.m4: Renamed from full-header-path.m4.
7621         This is to keep the terminology clean; POSIX talks about
7622         "absolute pathnames", not "full pathnames", but the GNU
7623         Coding Standards say to use "path" for something else;
7624         so use "absolute" to keep both sides happy.
7625         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
7626         Set gl_absolute_header, not gl_full_header_path.
7627         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
7628         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
7629         All uses changed.
7630
7631         Merge from coreutils.
7632
7633         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7634
7635         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
7636         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
7637         want to require the building of c-strtod.o.
7638         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
7639         needs -lm directly.
7640         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
7641
7642         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7643
7644         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
7645         --as-needed option if available.  Problem reported by Albert Chin in
7646         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
7647         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
7648         cc merely issues a bunch of annoying warnings for --as-needed
7649         (this problem was reported by Bob Proulx).  Also, try linking with
7650         -lm to detect a bug in binutils 2.16 (this problem was reported
7651         by Ralf Wildenhues).
7652
7653         2006-06-18  Jim Meyering  <jim@meyering.net>
7654
7655         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
7656         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
7657         macro.
7658         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
7659         also check for glibc-2.4's abort-inducing bug.
7660
7661         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
7662         Low-probability clean-up should be to use rmdir to get rid of
7663         the just-created directory, not unlink.
7664
7665         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
7666         configure fail, and request a bug report to inform us about it.
7667         Add a comment that, barring reports to the contrary, in 2007 we'll
7668         assume ftruncate is universally available.
7669
7670         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7671
7672         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
7673
7674         2006-03-12  Jim Meyering  <jim@meyering.net>
7675
7676         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
7677         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
7678         * m4/same.m4 (gl_SAME): Likewise.
7679         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
7680
7681         2006-03-11  Eric Blake  <ebb9@byu.net>
7682
7683         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
7684         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
7685         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
7686         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
7687
7688 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7689
7690         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
7691         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
7692         reported by Mark D. Baushke, one in
7693         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
7694
7695         Merge from coreutils.
7696
7697         * lib/.cppi-disable: Add stdint_.h.
7698         * lib/.cvsignore: Add stdint.h.
7699
7700         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7701
7702         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
7703         both double and long double versions.
7704         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
7705         * lib/xstrtold.c: New file.
7706         * lib/xstrtod.h (xstrtold): New decl.
7707
7708         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
7709
7710         * lib/filemode.c (setst): Remove.
7711         (strmode): Rewrite to avoid setst.  This makes the code shorter,
7712         (arguably) clearer, and the generated code is a bit smaller on my
7713         Debian GNU/Linux stable x86 host.
7714
7715         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7716
7717         * lib/filemode.c: Include "filemode.h" first, to test the interface.
7718         Assume that filemode.h includes sys/types.h and sys/stat.h.
7719         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
7720         (ftypelet): Reorder to put common cases first, for efficiency.
7721         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
7722         to do 'M'.
7723         (strmode): Renamed from mode_string, and now stores 12 bytes instead
7724         of 10, for compatibility with FreeBSD.  All callers changed.
7725         (filemodestring): Now stores 12 bytes instead of 10, and sets file
7726         types that can't be deduced solely from st_mode.  First arg is now a
7727         const pointer.
7728         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
7729         (strmode): Renamed from mode_string.
7730         (filemodestring): New decl.
7731         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
7732         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
7733         needed.
7734         (S_ISPORT, S_ISWHT): New macros, if not already defined.
7735
7736         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
7737
7738         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
7739         fsusage.h now does that.  Include fsusage.h first, to test interface.
7740         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
7741         at most one method (the old code could have generated decls that
7742         didn't conform to C89, not that this was ever exercised).
7743         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
7744
7745         2006-03-19  Jim Meyering  <jim@meyering.net>
7746
7747         Work even in a chroot where d_ino values for entries in "/"
7748         don't match the stat.st_ino values for the same names.
7749         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
7750         number, iterate through all entries again, using lstat instead.
7751         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
7752         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
7753
7754         * lib/getcwd.c (__getcwd): Clarify a comment.
7755         Use memcpy in place of a call to strcpy.
7756
7757         2006-03-12  Jim Meyering  <jim@meyering.net>
7758
7759         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
7760         matches that of the current directory (which we're about to chdir ".."
7761         out of), then save the dev-ino of the parent, instead.
7762
7763         * lib/same-inode.h (SAME_INODE): New file/macro.
7764         * lib/chdir-safer.c (SAME_INODE): Remove definition.
7765         Include "same-inode.h", instead.
7766         * lib/same.c: Likewise.
7767         * lib/cycle-check.h: Include "same-inode.h".
7768         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
7769         * lib/cycle-check.c (SAME_INODE): Remove definition.
7770         * lib/root-dev-ino.h: Include "same-inode.h".
7771
7772         2006-03-11  Eric Blake  <ebb9@byu.net>
7773
7774         * lib/same.c (same_name): s/base_name/last_component/
7775         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
7776         * lib/filenamecat.c (file_name_concat): Likewise.
7777
7778         2006-03-11  Eric Blake  <ebb9@byu.net>,
7779                     Paul Eggert  <eggert@cs.ucla.edu>
7780
7781         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
7782         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
7783         drive prefix.
7784         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
7785         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
7786         (last_component): New method.
7787         * lib/dirname.c (dir_len): Determine when drive letters need a
7788         subsequent slash.  Preserve // when it is special.
7789         (dir_name): Don't append dot when drive letter is absolute.
7790         [TEST_DIRNAME]: Move into a full-blown gnulib test.
7791         * lib/basename.c (base_name): New semantics - malloc the result.
7792         Preserve // when it is special.  Preserve relative files that look
7793         like drive letters.
7794         (base_len): Preserve // when it is special.
7795         (last_component): New method, similar to old base_name semantics.
7796         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
7797         base_name.  Strip redundant slashes from ///.
7798
7799 2006-07-03  Jim Meyering  <jim@meyering.net>
7800
7801         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
7802         macro is used before the first cycle_check call.
7803
7804 2006-07-03  Eric Blake  <ebb9@byu.net>
7805
7806         * modules/dirname (Depends-on): Add xstrndup.
7807
7808 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7809
7810         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
7811         test cases, so that config.log is a bit easier to follow.
7812
7813 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7814
7815         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
7816         both are 64 bits, since this seems to be the tradition, and this
7817         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
7818         we ever run into a host that prefers long long to long in this
7819         case, we'll need another configure-time test.  Problem reported by
7820         Jim Meyering.
7821
7822 2006-07-02  Eric Blake  <ebb9@byu.net>
7823
7824         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
7825
7826 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7827
7828         * modules/inttypes (Depends-on): No longer depends on stdint.
7829         * modules/stdint (Description): Say more about assumptions.
7830         Say that the fast types might differ.  Say macros are used.
7831         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
7832         (Makefile.am): Revise list of substituted symbols to match
7833         new stdint.m4.
7834         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
7835         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
7836         * tests/test-stdint.c (verify_same_types)
7837         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
7838         the code conforms to C99/C89.
7839         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
7840         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
7841
7842 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7843
7844         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
7845         but fix a bug, by requiring at least 64 bits.
7846         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
7847         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
7848         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
7849         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
7850
7851         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
7852         changes.  Make 2.59 a prerequisite.  Check and substitute for
7853         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
7854         inttypes.h.  Do not use special include files; just use the
7855         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
7856         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
7857         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
7858         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
7859         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
7860         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
7861         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
7862         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
7863         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
7864         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
7865         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
7866         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
7867         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
7868         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
7869         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
7870         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
7871         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
7872         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
7873         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
7874         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
7875         WINT_MAX.  Check for C99 conformance more strictly, by detecting
7876         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
7877         not check for things that C99 does not require, e.g., int8_t.  If
7878         a test isn't needed unless <stdint.h> isn't working, and is
7879         unlikely to be needed for any other reason, then don't do it
7880         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
7881         size_t, since we assume C89 freestanding at least.  Do not check
7882         for sig_atomic_t, wchar_t, or wint_t, since the code now does
7883         the right thing even if the types are not defined.  Instead use:
7884         (gl_STDINT_TYPE_PROPERTIES): New macro.
7885         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
7886         testing whether <sys/types.h> clashes, as Autoconf does this for
7887         us now.  All uses removed.
7888         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
7889         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
7890         (gl_CHECK_TYPE_SAME):
7891         Remove; no longer needed.
7892         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
7893         exists, since we'll return 0 anyway in that case.
7894         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
7895
7896 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7897
7898         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
7899         possible collision with system files.
7900         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
7901         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
7902         WCHAR_MIN and WCHAR_MAX in this case.
7903         (<stddef.h>): Do not include; no longer needed.
7904         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
7905         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
7906         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
7907         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
7908         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
7909         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
7910         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
7911         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
7912         !defined(__c99))]: Include in this case too, since it's harmless
7913         now.
7914         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
7915         dangerous to do so.
7916         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
7917         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
7918         (_STDINT_MIN, _STDINT_MAX): New macros.
7919         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
7920         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
7921         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
7922         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
7923         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
7924         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
7925         macros, not typedefs; this simplifies things quite a bit.
7926         Use long int for all types narrower than int64_t.
7927         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
7928         Define in terms of long long int or int64_t or long int,
7929         not int64_t or int32_t.  This saves some compile-time testing.
7930         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
7931         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
7932         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
7933         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
7934         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
7935         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
7936         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
7937         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
7938         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
7939         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
7940         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7941         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7942         undef any previous version and define our own version, for
7943         simplicity and consistency with the new macros for types.
7944         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
7945         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
7946         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
7947         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
7948         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
7949         @WINT_T_SUFFIX@ to keep things simple here.
7950         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
7951         Simplify by assuming typical 8/16/32/64 host, since we're
7952         already doing that elsewhere anyway.
7953         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
7954         and assume long long int is 64 bits if available.  This
7955         speeds up 'configure'.
7956
7957 2006-07-01  Eric Blake  <ebb9@byu.net>
7958
7959         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
7960         Reported by Andreas Buening.
7961
7962 2006-07-01  Eric Blake  <ebb9@byu.net>
7963
7964         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
7965
7966 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7967
7968         * lib/getaddrinfo.c: fixed typo
7969
7970 2006-06-29  Jim Meyering  <jim@meyering.net>
7971
7972         * modules/strftime (Maintainer): Add my name, since with the
7973         FPRINTFTIME changes strftime.c has forked from glibc.
7974
7975 2006-06-29  Eric Blake  <ebb9@byu.net>
7976
7977         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
7978
7979 2006-06-29  Eric Blake  <ebb9@byu.net>
7980
7981         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
7982
7983 2006-06-29  Eric Blake  <ebb9@byu.net>
7984
7985         * lib/stat_.h: New file.
7986
7987 2006-06-29  Eric Blake  <ebb9@byu.net>
7988
7989         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
7990         unused static function.
7991
7992 2006-06-29  Eric Blake  <ebb9@byu.net>
7993
7994         * doc/functions.texi (Function Portability): Document missing lstat
7995         on mingw.
7996
7997 2006-06-29  Eric Blake  <ebb9@byu.net>
7998
7999         * MODULES.html.sh: Add sys_stat.
8000         * modules/sys_stat: New module.
8001         * modules/mkstemp (Depends-on): Add sys_stat.
8002
8003 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8004
8005         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
8006
8007 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8008
8009         * m4/c-bs-a.m4: Removed.
8010
8011 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8012
8013         * lib/strftime.c: Assume strftime() exists.
8014
8015 2006-06-29  Derek Price  <derek@ximbiot.com>
8016
8017         * modules/c-bs-a: Removed - \a is C89.
8018         * MODULES.html.sh: Remove c-bs-a.
8019
8020 2006-06-29  Bruno Haible  <bruno@clisp.org>
8021
8022         * modules/wcwidth (License): Change to LGPL.
8023
8024 2006-06-28  Simon Josefsson  <jas@extundo.com>
8025
8026         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
8027         on _WIN32.
8028
8029         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
8030         getnameinfo.
8031
8032 2006-06-28  Simon Josefsson  <jas@extundo.com>
8033
8034         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
8035
8036 2006-06-28  Simon Josefsson  <jas@extundo.com>
8037
8038         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
8039         functions there.  It will succeed on Windows XP, but on Windows
8040         2000 and (presumably) earlier, it will fail, and use the internal
8041         re-implementation.
8042         (use_win32_p): New function.
8043         (getaddrinfo): Use strtoul on servname, to support numeric ports.
8044         Support AI_NUMERICSERV to disable getservbyname.
8045         (getnameinfo): New function, only supports
8046         NI_NUMERICHOST|NI_NUMERICSERV for now.
8047
8048         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
8049         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
8050         getnameinfo.
8051
8052 2006-06-28  Eric Blake  <ebb9@byu.net>
8053
8054         * modules/wcwidth: New file.
8055         * modules/mbchar (Depends-on): Add wcwidth.
8056         * modules/mbswidth (Depends-on): Add wcwidth.
8057         * MODULES.html.sh: Add wcwidth.
8058
8059 2006-06-28  Eric Blake  <ebb9@byu.net>
8060
8061         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
8062         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
8063
8064 2006-06-28  Eric Blake  <ebb9@byu.net>
8065
8066         * lib/xvasprintf.h: Fix comments.
8067
8068 2006-06-28  Eric Blake  <ebb9@byu.net>
8069
8070         * lib/mbchar.h (wcwidth): Include wcwidth.h.
8071         * lib/mbswidth.c (wcwidth): Move from here...
8072         * lib/wcwidth.h: ...to this new file.
8073
8074 2006-06-28  Derek R. Price  <derek@ximbiot.com>
8075
8076         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
8077
8078         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
8079         it's obsolete.
8080         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
8081
8082 2006-06-28  Derek R. Price  <derek@ximbiot.com>
8083
8084         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
8085         Autoconf 2.60 says this stuff was obsolete.
8086
8087 2006-06-28  Bruno Haible  <bruno@clisp.org>
8088
8089         * modules/wcwidth (Files): Add m4/wchar_t.m4.
8090
8091 2006-06-28  Bruno Haible  <bruno@clisp.org>
8092
8093         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
8094         gt_TYPE_WCHAR_T.
8095
8096 2006-06-28  Bruno Haible  <bruno@clisp.org>
8097
8098         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
8099         declaration for wcwidth.
8100         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
8101
8102 2006-06-28  Bruno Haible  <bruno@clisp.org>
8103
8104         * lib/mkdtemp.c [MINGW]: Include <io.h>.
8105         (mkdir): Define using _mkdir.
8106
8107 2006-06-28  Bruno Haible  <bruno@clisp.org>
8108
8109         * lib/getaddrinfo.h: Fix POSIX URL.
8110         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
8111         _WIN32.
8112         (use_win32_p): Make static.
8113         (getaddrinfo): Reject service name if it is empty or does not consist
8114         solely of decimal digits, or if its value is > 65535.
8115         (getnameinfo): Remove useless casts.
8116
8117 2006-06-27  Simon Josefsson  <jas@extundo.com>
8118
8119         * modules/sys_select: New file, suggested by Bruno Haible, Paul
8120         Eggert and Martin Lambers.
8121
8122 2006-06-27  Simon Josefsson  <jas@extundo.com>
8123
8124         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
8125         Eggert and Martin Lambers.
8126
8127 2006-06-27  Bruno Haible  <bruno@clisp.org>
8128
8129         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
8130         result to 0, not to empty.
8131         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
8132
8133 2006-06-27  Bruno Haible  <bruno@clisp.org>
8134
8135         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
8136
8137 2006-06-26  Simon Josefsson  <jas@extundo.com>
8138
8139         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
8140         present.
8141
8142 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8143
8144         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
8145         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
8146         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
8147
8148 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
8149
8150         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
8151
8152 2006-06-26  Bruno Haible  <bruno@clisp.org>
8153
8154         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
8155
8156 2006-06-26  Bruno Haible  <bruno@clisp.org>
8157
8158         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
8159
8160 2006-06-26  Bruno Haible  <bruno@clisp.org>
8161
8162         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
8163         SGI C compiler in pre-C99 mode.
8164         Suggested by Mark D. Baushke and Larry Jones.
8165
8166 2006-06-26  Bruno Haible  <bruno@clisp.org>
8167
8168         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
8169         WCHAR_MAX.
8170         Reported by Mark D. Baushke and Larry Jones.
8171
8172 2006-06-26  Bruno Haible  <bruno@clisp.org>
8173
8174         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
8175         in pre-C99 mode.
8176         Suggested by Mark D. Baushke and Larry Jones.
8177
8178 2006-06-23  Simon Josefsson  <jas@extundo.com>
8179             Bruno Haible  <bruno@clisp.org>
8180
8181         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
8182         Emit mostlyclean-local rule.
8183         (func_emit_tests_Makefile_am): Likewise.
8184         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
8185
8186 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
8187
8188         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
8189
8190 2006-06-23  Bruno Haible  <bruno@clisp.org>
8191
8192         * tests/test-stdint.c: Update to match ISO C 99 Technical
8193         Corrigendum 1.
8194
8195 2006-06-23  Bruno Haible  <bruno@clisp.org>
8196
8197         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
8198
8199 2006-06-23  Bruno Haible  <bruno@clisp.org>
8200
8201         * lib/stdint_.h: Treat IRIX like OpenBSD.
8202
8203 2006-06-23  Bruno Haible  <bruno@clisp.org>
8204
8205         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
8206         ISO C 99 Technical Corrigendum 1.
8207
8208 2006-06-22  Simon Josefsson  <jas@extundo.com>
8209
8210         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
8211         MinGW.
8212
8213 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
8214
8215         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
8216         needed.  Some compiler complained about some of them.  Problem reported
8217         by Larry Jones in
8218         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
8219
8220 2006-06-21  Simon Josefsson  <jas@extundo.com>
8221
8222         * tests/test-getaddrinfo.c: New file.
8223
8224         * modules/getaddrinfo-tests: New file.
8225
8226         * MODULES.html.sh: Add inet_pton.
8227
8228         * modules/inet_pton: New file.
8229
8230 2006-06-21  Simon Josefsson  <jas@extundo.com>
8231
8232         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
8233         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
8234         of using the (limited) gnulib implementation on Windows XP.
8235
8236         * m4/inet_pton.m4: New file.
8237
8238 2006-06-21  Simon Josefsson  <jas@extundo.com>
8239
8240         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
8241         variable.
8242
8243         * lib/socket_.h: Don't define WINVER.
8244
8245         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
8246         slightly modified to work in gnulib.
8247
8248 2006-06-21  Simon Josefsson  <jas@extundo.com>
8249
8250         * doc/gnulib.texi (Windows sockets): Add.
8251
8252 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
8253
8254         * lib/read-file.c (fread_file): Start with buffer allocation of
8255         0 bytes rather than 1 byte; this simplifies the code.
8256         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
8257         code to free buffer and save/restore errno.
8258         (internal_read_file): Remove unused local.
8259
8260 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
8261
8262         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
8263         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
8264         Problem reported by Denis Excoffier in
8265         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
8266
8267 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8268
8269         * modules/sys_socket, modules/socklen: Include sys/types since
8270         FreeBSD 4.x's sys/socket.h needs it.
8271
8272 2006-06-19  Simon Josefsson  <jas@extundo.com>
8273
8274         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
8275
8276 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8277
8278         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
8279
8280 2006-06-19  Bruno Haible  <bruno@clisp.org>
8281
8282         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
8283         and FULL_PATH_INTTYPES_H in angle brackets.
8284         Reported by Mark D. Baushke <mdb@gnu.org>.
8285
8286 2006-06-17  Eric Blake  <ebb9@byu.net>
8287
8288         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
8289         errno.
8290
8291 2006-06-17  Bruno Haible  <bruno@clisp.org>
8292
8293         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
8294         <sys/inttypes.h>.
8295
8296 2006-06-17  Bruno Haible  <bruno@clisp.org>
8297
8298         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
8299         whether errno is declared. Assume <errno.h> declares errno.
8300
8301 2006-06-17  Bruno Haible  <bruno@clisp.org>
8302
8303         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
8304
8305 2006-06-17  Bruno Haible  <bruno@clisp.org>
8306
8307         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
8308         problem on Solaris 2.5.1.
8309
8310 2006-06-16  Eric Blake  <ebb9@byu.net>
8311
8312         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
8313         * lib/unicodeio.c [!defined errno]: Likewise.
8314         * lib/strtol.c [!defined errno]: Likewise.
8315         * lib/strtod.c [!defined errno]: Likewise.
8316
8317 2006-06-15  Eric Blake  <ebb9@byu.net>
8318
8319         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
8320
8321 2006-06-15  Eric Blake  <ebb9@byu.net>
8322
8323         * config/srclist.txt (ssize_t.m4): Lose sync.
8324
8325 2006-06-15  Bruno Haible  <bruno@clisp.org>
8326
8327         * modules/stdint (Files): Include m4/full-header-path.m4,
8328         m4/size_max.m4, m4/wchar_t.m4.
8329         (Makefile.am): Many more substitutions.
8330         * modules/stdint-tests: New file.
8331         * tests/test-stdint.c: New file.
8332
8333 2006-06-15  Bruno Haible  <bruno@clisp.org>
8334
8335         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
8336         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
8337         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
8338         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
8339         gl_CHECK_TYPE_SAME): New macros.
8340
8341 2006-06-15  Bruno Haible  <bruno@clisp.org>
8342
8343         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
8344
8345 2006-06-15  Bruno Haible  <bruno@clisp.org>
8346
8347         * lib/stdint_.h: Rewritten to be fully auto-configured.
8348         Fixes bug on HP-UX/IA64.
8349
8350 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
8351
8352         * lib/getdate.y (__attribute__): Don't define if already defined.
8353         Problem reported by Larry Jones.
8354         * lib/utimens.c (__attribute__): Likewise.
8355
8356 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
8357
8358         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
8359         reported by Andreas Schwab.
8360
8361 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8362             Bruno Haible  <bruno@clisp.org>
8363
8364         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
8365         check for the declaration of strnlen and a run test that exposes the
8366         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
8367         rpl_strndup.
8368
8369 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8370             Bruno Haible  <bruno@clisp.org>
8371
8372         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
8373
8374 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8375
8376         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
8377         compile test, for Tru64 4.0D.
8378
8379 2006-05-28  Karl Berry  <karl@gnu.org>
8380
8381         * config/srclist.txt (printf-args.c): lose sync.
8382
8383 2006-05-26  Martin Lambers  <marlam@marlam.de>
8384
8385         * lib/getpass.c: Updates the test for the native W32 API, and adds
8386         missing includes, thus fixing compilation warnings.
8387
8388 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8389
8390         * lib/exclude.c (exclude_fnmatch): New function.
8391         (excluded_file_name): Call exclude_fnmatch.
8392         * lib/exclude.h (excluded_file_name): New prototype
8393
8394 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
8395
8396         * lib/tempname.c (small_open, large_open): New macros.
8397         (__open, __open64) [!_LIBC]: Remove.
8398         (__gen_tempname): Use small_open and large_open instead of __open
8399         and __open64.  This fixes a portability bug on HP-UX 11.11i
8400         reported by Simon Wing-Tang in
8401         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
8402
8403 2006-05-24  Bruno Haible  <bruno@clisp.org>
8404
8405         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
8406         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
8407         Reported by Thorsten Maerz <torte@netztorte.de> via
8408         Aaron Stone <aaron@serendipity.cx>.
8409
8410 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8411
8412         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
8413         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
8414         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
8415         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
8416         not really conditional on the cache.
8417         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
8418
8419 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8420
8421         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
8422         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
8423         (my_usleep): Don't mishandle maximum value.
8424
8425 2006-05-19  Jim Meyering  <jim@meyering.net>
8426
8427         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
8428
8429 2006-05-17  Bruno Haible  <bruno@clisp.org>
8430
8431         Cygwin portability.
8432         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
8433
8434 2006-05-17  Bruno Haible  <bruno@clisp.org>
8435
8436         * lib/stdint_.h: Fix recognition of Cygwin.
8437
8438 2006-05-15  Bruno Haible  <bruno@clisp.org>
8439
8440         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
8441         on libtool patch by Ralf Wildenhues.
8442
8443 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
8444
8445         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
8446         test for C99 conformance; (bool) 0.5 is an integer constant
8447         expression, but (bool) -0.5 is not.  Problem reported by Fedor
8448         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
8449
8450 2006-05-11  Simon Josefsson  <jas@extundo.com>
8451
8452         * m4/xvasprintf.m4: Fix obvious typo.
8453
8454 2006-05-11  Jim Meyering  <jim@meyering.net>
8455
8456         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
8457         James Lemley.
8458
8459 2006-05-10  Simon Josefsson  <jas@extundo.com>
8460
8461         * lib/md4.c: Typo fix, update copyright years.
8462         (K1, K2): Don't use L because it turn computations into 64-bit on
8463         64-bit platforms.
8464
8465 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
8466
8467         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
8468         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
8469         unwanted sign propagation, e.g., on hosts with 64-bit int.
8470         There still are some problems with reeelly weird theoretical hosts
8471         (e.g., 33-bit int) but it's not worth worrying about now.
8472         * lib/sha1.c (rol): Likewise.
8473         (K1, K2, K3, K4): Remove unnecessary L suffix.
8474
8475 2006-05-10  Bruno Haible  <bruno@clisp.org>
8476
8477         * lib/des.c: Cast to avoid warnings.
8478
8479 2006-05-09  Bruno Haible  <bruno@clisp.org>
8480
8481         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
8482         (Depends-on): Depend also on xsize, stdarg.
8483         (configure.ac): Add gl_XVASPRINTF.
8484
8485 2006-05-09  Bruno Haible  <bruno@clisp.org>
8486
8487         * m4/xvasprintf.m4: New file.
8488
8489 2006-05-09  Bruno Haible  <bruno@clisp.org>
8490
8491         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
8492         (EOVERFLOW): Define fallback value.
8493         (xstrcat): New function.
8494         (xvasprintf): Recognize the special case of a string concatenation.
8495
8496 2006-05-08  Eric Blake  <ebb9@byu.net>
8497
8498         * gnulib-tool (func_version): Base copyright year on CVS date.
8499         (func_emit_copyright_notice): New function.
8500         (func_emit_lib_Makefile_am): Use it.
8501         (func_emit_tests_Makefile_am): Likewise.
8502         (func_import): Likewise.
8503
8504 2006-05-08  Bruno Haible  <bruno@clisp.org>
8505
8506         * modules/stdarg: New file.
8507         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
8508
8509 2006-05-08  Bruno Haible  <bruno@clisp.org>
8510
8511         * m4/stdarg.m4: New file, from GNU gettext.
8512
8513 2006-05-08  Bruno Haible  <bruno@clisp.org>
8514
8515         * config/srclist.txt (build-aux/config.rpath): different from latest
8516         release.
8517
8518 2006-05-08  Bruno Haible  <bruno@clisp.org>
8519
8520         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
8521
8522 2006-05-05  Jim Meyering  <jim@meyering.net>
8523
8524         * m4/warning.m4: New file, derived from bison's file by the same name.
8525
8526 2006-05-03  Bruno Haible  <bruno@clisp.org>
8527
8528         * lib/stdint_.h: Shorter URL.
8529         * lib/inttypes.h: Likewise.
8530
8531 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8532
8533         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
8534
8535 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8536
8537         * lib/verify.h: Document the internals better.  Most of this change
8538         was written by Bruno Haible.
8539
8540 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8541
8542         * doc/verify.texi: New file, partly based on a proposal by
8543         Bruno Haible.
8544
8545 2006-05-02  Bruno Haible  <bruno@clisp.org>
8546
8547         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
8548         test from here...
8549         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
8550
8551 2006-04-29  Bruno Haible  <bruno@clisp.org>
8552
8553         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
8554         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
8555
8556 2006-04-29  Bruno Haible  <bruno@clisp.org>
8557
8558         * gnulib-tool: Make --update option actually work.
8559
8560 2006-04-29  Bruno Haible  <bruno@clisp.org>
8561
8562         * doc/gcd.texi: New file.
8563         * doc/gnulib.texi: Include it.
8564
8565 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
8566
8567         * lib/getdate.y (get_date): When adding relative date, start with the
8568         initial time, not with the result of the first mktime call.
8569
8570 2006-04-25  Bruno Haible  <bruno@clisp.org>
8571
8572         * gnulib-tool (func_import): Output the include directives in three
8573         blocks, sorted separately.
8574         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8575
8576 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8577
8578         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
8579         to define main with arguments, for C++.  Reported by Eric Blake.
8580         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
8581         Prefer 'int main ()' to 'int main (void)', for C++.
8582         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
8583         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
8584         for 'main', for C99 and C++.
8585
8586 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8587
8588         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
8589         Don't assume that exit status -1 is valid.
8590         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8591         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
8592         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
8593         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
8594         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
8595         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
8596         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
8597         functions can be used without declaring them, or that you can
8598         exit with status -1.
8599         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
8600
8601 2006-04-24  Karl Berry  <karl@gnu.org>
8602
8603         * config/srclist.txt (longdouble.m4): sync lost.
8604
8605 2006-04-24  Eric Blake  <ebb9@byu.net>
8606
8607         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
8608
8609 2006-04-24  Bruno Haible  <bruno@clisp.org>
8610
8611         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
8612         poll() implementation in AIX.
8613         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8614
8615 2006-04-24  Bruno Haible  <bruno@clisp.org>
8616
8617         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
8618         assigned exactly once.
8619
8620 2006-04-23  Claudio Fontana  <claudio@gnu.org>
8621             Bruno Haible  <bruno@clisp.org>
8622
8623         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
8624         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
8625         for AM_CPPFLAGS.
8626
8627 2006-04-23  Bruno Haible  <bruno@clisp.org>
8628
8629         * modules/copy-file: Depend on unistd.
8630         * modules/execute: Likewise.
8631         * modules/fatal-signal: Likewise.
8632         * modules/findprog: Likewise.
8633         * modules/mkdtemp : Likewise.
8634         * modules/pipe: Likewise.
8635         * modules/wait-process: Likewise.
8636
8637 2006-04-23  Bruno Haible  <bruno@clisp.org>
8638
8639         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
8640         condition was already detected.
8641         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8642
8643 2006-04-23  Bruno Haible  <bruno@clisp.org>
8644
8645         * lib/copy-file.c: Include <unistd.h> unconditionally.
8646         * lib/execute.c: Likewise.
8647         * lib/fatal-signal.c: Likewise.
8648         * lib/findprog.c: Likewise.
8649         * lib/mkdtemp.c: Likewise.
8650         * lib/pipe.h: Likewise.
8651         * lib/pipe.c: Likewise.
8652         * lib/wait-process.h: Likewise.
8653
8654 2006-04-23  Bruno Haible  <bruno@clisp.org>
8655
8656         * gnulib-tool (func_usage): Fix --import description. Document
8657         --update.
8658         (func_import): Create temporary file in a temporary directory, if
8659         --dry-run is specified. Silence errors from 'grep' when there are no
8660         m4 files in $m4dir.
8661         (func_create_testdir): Silence errors from 'grep' when there are no
8662         m4 files in $m4dir.
8663         Reported by Karl Berry <karl@freefriends.org>.
8664
8665 2006-04-20  Bruno Haible  <bruno@clisp.org>
8666
8667         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
8668         one argument, so that the code will be portable to Autoconf 2.60.
8669         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
8670         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8671         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
8672
8673 2006-04-19  Derek Price  <derek@ximbiot.com>
8674             Eric Blake  <ebb9@byu.net>
8675
8676         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
8677         rather than "/full/path.h".  Update comment to match.  Shorten &
8678         generalize m4_translit call via AS_TR_CPP.
8679
8680 2006-04-19  Derek Price  <derek@ximbiot.com>
8681             Eric Blake  <ebb9@byu.net>
8682
8683         * lib/inttypes.h: Correct grammar in comment.
8684
8685 2006-04-18  Derek Price  <derek@ximbiot.com>
8686             Paul Eggert  <eggert@cs.ucla.edu>
8687
8688         * modules/inttypes: New file.
8689         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
8690
8691 2006-04-18  Derek Price  <derek@ximbiot.com>
8692             Paul Eggert  <eggert@cs.ucla.edu>
8693
8694         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
8695         New files.
8696
8697 2006-04-18  Derek Price  <derek@ximbiot.com>
8698             Paul Eggert  <eggert@cs.ucla.edu>
8699
8700         * lib/inttypes.h: New file.
8701         * lib/strtoimax.c: Assume <inttypes.h>.
8702
8703 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
8704
8705         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
8706         isn't mounted.  Problem reported by Kir Kolyshkin.
8707
8708 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
8709
8710         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
8711         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
8712         Derek R. Price.
8713         * lib/regex.h (RE_DUP_MAX): Update comment to match current
8714         implementation.
8715
8716 2006-04-12  Eric Blake  <ebb9@byu.net>
8717
8718         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
8719         is now done automatically by the corresponding Autoconf macro.
8720
8721 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
8722
8723         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
8724         time_r.h.
8725
8726 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8727
8728         Merge regex changes from libc, removing some of our
8729         POSIX-conformance changes that were rejected and redoing them in a
8730         less-intrusive way.
8731
8732         * lib/regcomp.c (re_compile_internal, init_dfa):
8733         Length arg is now size_t, not Idx.  All uses changed.
8734         (peek_token): Forward decl now says internal_function.
8735         (__re_error_msgid, __re_error_msgid_idx):
8736         Now static rather than extern with attribute_hidden.
8737         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
8738         For some reason libc prefers K&R style defns for external functions.
8739         (regerror) [!defined _LIBC]: Likewise.
8740         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
8741         (seek_collating_symbol_entry, lookup_collation_sequence_value):
8742         (build_range_exp, build_collating_symbol):
8743         Use K&R-style defn.
8744         (re_compile_fastmap): Use '\0' to memset, not 0.
8745         (utf8_sb_map): Make the calculations more obvious.
8746         (init_dfa, parse_bracket_exp, build_charclass_op):
8747         Call calloc and cast result, as glibc does.
8748         (init_word_char, fetch_token, peek_token, peek_token_bracket):
8749         (build_range_exp, build_collating_symbol):
8750         Now internal functions.
8751
8752         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
8753
8754         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
8755         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
8756         Don't depend on VMS; depend on __VMS instead, for POSIX
8757         namespace cleanness.
8758         (regoff_t): Define to ssize_t, not long int.
8759
8760         Remove the REG_ macros named below.  Instead, make the old names
8761         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
8762         __USE_GNU_REGEX.
8763         (REG_BACKSLASH_ESCAPE_IN_LISTS):
8764         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
8765         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
8766         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
8767         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
8768         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
8769         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
8770         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
8771         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
8772         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
8773         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
8774         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
8775         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
8776         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
8777         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
8778         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
8779         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
8780         (REG_NREGS):
8781         Remove.  All uses replaced by the old RE_* names.
8782         (RE_BACKSLASH_ESCAPE_IN_LISTS):
8783         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
8784         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
8785         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
8786         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
8787         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
8788         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
8789         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
8790         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
8791         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
8792         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
8793         Don't bother having these macros be independent of each others'
8794         values, since they no longer exist in the POSIX name space.
8795
8796         Rename the following member names back to their old names,
8797         unless !__USE_GNU_REGEX.  All uses changed back.
8798         (buffer): Renamed from re_buffer.
8799         (allocated): Renamed from re_allocated.
8800         (used): Renamed from re_used.
8801         (syntax): Renamed from re_syntax.
8802         (fastmap): Renamed from re_fastmap.
8803         (translate): Renamed from re_translate.
8804         (can_be_null): Renamed from re_can_be_null.
8805         (regs_allocated): Renamed from re_regs_allocated.
8806         (fastmap_accurate): Renamed from re_fastmap_accurate.
8807         (no_sub): Renamed from re_no_sub.
8808         (not_bol): Renamed from re_not_bol.
8809         (not_eol): Renamed from re_not_eol.
8810         (newline_anchor): Renamed from re_newline_anchor.
8811         (num_regs): Renamed from rm_num_regs.
8812         (start): Renamed from rm_start.
8813         (end): Renamed from rm_end.
8814
8815         (free_state): Move up a bit.
8816
8817         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
8818         #define to be empty.
8819         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
8820         when that is what is intended.
8821         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
8822         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
8823         (MAX): New macro.
8824         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
8825         All uses changed back to re_malloc, etc.  It's now the caller's
8826         responsibility to check for overflow; all callers changed.
8827         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
8828         (re_x2nrealloc): Remove.
8829         (free_state): Remove decl.
8830
8831         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
8832         (re_set_registers, re_exec):
8833         Use K&R-style defn.
8834
8835         2006-01-31  Roland McGrath  <roland@redhat.com>
8836
8837         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
8838         Reported by Mike Frysinger <vapier@gentoo.org>.
8839
8840         2006-01-15  Andreas Jaeger  <aj@suse.de>
8841
8842         [BZ #1950]
8843         * lib/regex_internal.c (re_string_reconstruct): Adjust for
8844         build_wcs_upper_buffer change.
8845         (build_wcs_upper_buffer): Change return type.
8846
8847         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
8848
8849         * lib/regex_internal.h: Include <stdint.h> if available.
8850
8851         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
8852
8853         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
8854
8855         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
8856
8857         * lib/regcomp.c: Adjust for changed secondary hash function.
8858
8859         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
8860
8861         * lib/regex.h: Pretty printing.
8862         Clean up namespace a bit.
8863
8864         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
8865
8866         * lib/regexec.c (update_cur_sifted_state, check_arrival,
8867         check_arrival_add_next_nodes): Avoid using uninitialized variable.
8868
8869         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8870                     Ulrich Drepper  <drepper@redhat.com>
8871
8872         [BZ #1302]
8873         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
8874         changed.
8875         (bitset_word_t): Renamed from bitset_word.  All uses changed.
8876
8877         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
8878
8879         [BZ #281]
8880         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
8881         * lib/regcomp.c: Remove unnecessary uses of
8882         unsigned RE_TRANSLATE_TYPE.
8883         * lib/regex_internal.h: Likewise.
8884         * lib/regex_internal.c: Likewise.
8885         * lib/regexec.c: Likewise.
8886         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
8887
8888         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
8889
8890         * lib/regexec.c (find_recover_state): Remove unnecessary
8891         initialization.
8892         (transit_state_bkref): Make DFA a const pointer.
8893         (get_subexp): Likewise.
8894         (check_arrival): Likewise.
8895         (update_cur_sifted_state): Likewise.
8896         (re_search_internal): Likewise.
8897         (prune_impossible_nodes): Likewise.
8898         (acquire_init_state_context): Likewise.
8899         (proceed_next_node): Likewise.
8900         (set_regs): Likewise.
8901         (free_fail_stack_return): Likewise.
8902         (check_arrival_expand_ecl): Mark DFA parameter as const.
8903         (check_arrival_expand_ecl_sub): Likewise.
8904         (check_subexp_limits): Likewise.
8905         (sub_epsilon_src_nodes):  Likewise.
8906         (add_epsilon_src_nodes):  Likewise.
8907         (merge_state_array): Likewise.
8908         (update_regs): Likewise.
8909         (build_trtable): Likewise.
8910         (sift_states_backward): Mark MCTX parameter as const.
8911         (build_sifted_states): Likewise.
8912         (update_cur_sifted_state): Likewise.
8913         (sift_states_mkref): Likewise.
8914         (check_arrival_expand_ecl): Mark eclosure as const.
8915         (check_dst_limits_calc_pos_1): Likewise.
8916         * lib/regex_internal.h (re_match_context_t): Make dfa a const
8917         pointer.
8918
8919         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
8920
8921         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
8922         (transit_state_sb): Likewise.
8923         (transit_state_mb): Likewise.
8924         (sift_states_iter_mb): Likewise.
8925         (check_arrival_add_next_nodes): Likewise.
8926         (check_node_accept_bytes): Change first parameter to pointer-to-const.
8927         [_LIBC] (re_search_2_stub): Use mempcpy.
8928
8929         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
8930         mbrtowc for very simple UTF-8 case.
8931
8932         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
8933         a pointer-to-const.
8934         (re_acquire_state_context): Likewise.
8935         * lib/regex_internal.h: Adjust prototypes.
8936
8937         * lib/regex.c: Prevent using C++ compilers.
8938
8939         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
8940         (re_acquire_state_context): Likewise.
8941
8942 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8943
8944         * modules/regex (Depends-on): Add ssize_t.
8945
8946 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8947
8948         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
8949         translation table.
8950
8951 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8952
8953         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
8954
8955 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
8956             Bruno Haible  <bruno@clisp.org>
8957
8958         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
8959         <sys/types.h> and <inttypes.h>.
8960
8961 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8962
8963         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
8964         `__error_t_defined', so argp.h will not typedef the former.
8965
8966 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
8967
8968         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
8969         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
8970         glibc names.  Even if glibc is changed to conform to POSIX, the
8971         traditional names will be available anyway, since regex depends on
8972         the extensions module.  Also, fix a longstanding typo in the
8973         implementation of Spencer ERE test #75 from grep 2.3.  Problems
8974         reported by Emanuele Giaquinta.  Also, change sense of cached
8975         variable, so that the message makes sense.
8976
8977 2006-03-24  Simon Josefsson  <jas@extundo.com>
8978
8979         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
8980         including some doc fixes.
8981         (base64_encode_alloc): Fix +1 bug on allocation failures.
8982
8983 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8984
8985         * lib/base64.c (base64_encode): Do not read past end of array with
8986         unsanitized input on systems with CHAR_BIT > 8.
8987
8988 2006-03-24  Eric Blake  <ebb9@byu.net>
8989
8990         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
8991
8992 2006-03-22  Karl Berry  <karl@gnu.org>
8993
8994         * config/srclist.txt (*setenv.[ch]): get from coreutils.
8995         * config/srclistvars.sh (COREUTILS): new var.
8996
8997 2006-03-17  Jim Meyering  <jim@meyering.net>
8998
8999         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
9000         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
9001
9002 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
9003
9004         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
9005         no longer needs it.  Instead, check that regoff_t is as least
9006         as wide as ptrdiff_t.
9007
9008         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
9009         so that our regex.h stays compatible with the installed regex.
9010         This is helpful for installers who configure --without-included-regex.
9011         Problem reported by Emanuele Giaquinta.
9012
9013 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
9014
9015         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
9016         Typedef to long int, not to off_, as POSIX will likely change
9017         in that direction.
9018
9019 2006-03-15  Eric Blake  <ebb9@byu.net>
9020
9021         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
9022
9023 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9024
9025         * lib/argp-help.c (validate_uparams): Fix typo
9026         * lib/argp-parse.c (argp_default_options): Consistently begin help
9027         messages with a lowercase letter.
9028
9029 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
9030
9031         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
9032         overrun buffers and shouldn't be used (much as gets shouldn't be
9033         used).
9034         * lib/time_r.c (asctime_r, ctime_r): Likewise.
9035
9036 2006-03-08  Simon Josefsson  <jas@extundo.com>
9037
9038         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
9039         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9040
9041 2006-03-08  Simon Josefsson  <jas@extundo.com>
9042
9043         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
9044         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9045
9046 2006-03-08  Simon Josefsson  <jas@extundo.com>
9047
9048         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
9049         signal that configure disabled the device.
9050
9051 2006-03-08  Simon Josefsson  <jas@extundo.com>
9052
9053         * build-aux/maint.mk: Fix refresh-po, to handle no translated
9054         languages.
9055
9056 2006-03-07  Simon Josefsson  <jas@extundo.com>
9057
9058         * modules/getopt (Depends-on): Add unistd.
9059
9060         * modules/unistd: New file.
9061
9062 2006-03-07  Simon Josefsson  <jas@extundo.com>
9063
9064         * modules/gc-random: New file.
9065
9066 2006-03-07  Simon Josefsson  <jas@extundo.com>
9067
9068         * m4/unistd_h.m4: New file.
9069
9070 2006-03-07  Simon Josefsson  <jas@extundo.com>
9071
9072         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
9073         test to be side-effect free by storing the result in the cache
9074         variable gl_cv_lib_readline, and moving the assignment of
9075         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
9076         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9077
9078 2006-03-07  Simon Josefsson  <jas@extundo.com>
9079
9080         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
9081         error on missing devices (the functions will return an error).
9082
9083         * m4/gc.m4: Move random stuff to gc-random.m4
9084
9085 2006-03-07  Simon Josefsson  <jas@extundo.com>
9086
9087         * lib/unistd_.h: New file.
9088
9089 2006-03-07  Simon Josefsson  <jas@extundo.com>
9090
9091         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
9092
9093 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9094
9095         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
9096         Problem reported by Juan Manuel Guerrero.
9097
9098 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9099
9100         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
9101         the unistd module.
9102         * lib/getlogin_r.c: Likewise.
9103         * lib/getlogin_r.h: Likewise.
9104         * lib/glob.c: Likewise.
9105         * lib/pagealign_alloc.c: Likewise.
9106         * lib/unistd_.h: Remove; no longer needed.
9107
9108 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9109
9110         * MODULES.html.sh (Support for systems lacking POSIX:2001):
9111         Add unistd.
9112         * modules/c-stack (Depends-on): Add unistd.
9113         * modules/getlogin_r: Likewise.
9114         * modules/glob: Likewise.
9115         * modules/pagealign_alloc: Likewise.
9116         * modules/unistd (Files): Remove lib/unistd_.h.
9117         (EXTRA_DIST): Remove.
9118         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
9119         need unistd_.h.
9120         (MOSTLYCLEANFILES): Remove unistd.h-t.
9121
9122 2006-03-03  Simon Josefsson  <jas@extundo.com>
9123
9124         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
9125
9126 2006-03-03  Simon Josefsson  <jas@extundo.com>
9127
9128         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
9129         libidn and bison.
9130
9131 2006-03-03  Simon Josefsson  <jas@extundo.com>
9132
9133         * build-aux/maint.mk: Add indent target.
9134
9135 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
9136
9137         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
9138         our replacement poll.h in any case, to avoid a differing
9139         declaration from a system header.  Seen on AIX.
9140
9141 2006-03-01  Simon Josefsson  <jas@extundo.com>
9142
9143         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
9144         <kasal@ucw.cz>.
9145
9146 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9147
9148         * modules/gettime (Depends-on): Add extensions module.
9149         * modules/nanosleep (Depends-on): Likewise.
9150         * modules/settime (Depends-on): Likewise.
9151
9152 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9153
9154         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
9155         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
9156         pedantically.
9157         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9158         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
9159
9160         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
9161         not "==".  Reported by Ralf Wildenhues.
9162
9163 2006-03-01  Karl Berry  <karl@gnu.org>
9164
9165         * doc/Copyright/request-*: new files, synced from gnuorg.
9166
9167 2006-03-01  Karl Berry  <karl@gnu.org>
9168
9169         * config/srclist.txt (Copyright/*): new entries.
9170
9171 2006-02-28  Simon Josefsson  <jas@extundo.com>
9172
9173         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
9174
9175 2006-02-27  Simon Josefsson  <jas@extundo.com>
9176
9177         * lib/base64.h: Indent #define's.  From Jim Meyering
9178         <jim@meyering.net>.
9179
9180 2006-02-27  Jim Meyering  <jim@meyering.net>
9181
9182         Revert the change of 2006-02-24, so these files can continue
9183         to be sync'd from gettext.
9184         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
9185         of `config.h'.
9186
9187 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
9188
9189         * modules/intprops: New file.
9190         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9191         Add intprops.
9192         * modules/getloadavg (Files): Remove lib/intprops.h.
9193         (Depends-on): Add intprops.
9194         * modules/human: Likewise.
9195         * modules/inttostr: Likewise.
9196         * modules/openat: Likewise.
9197         * modules/sig2str: Likewise.
9198         * modules/userspec: Likewise.
9199         * modules/utimecmp: Likewise.
9200         * modules/xnanosleep: Likewise.
9201         * modules/xstrtol: Likewise.
9202
9203 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
9204
9205         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
9206         * modules/lock-tests (TESTS): Use $(EXEEXT).
9207         * modules/tls-tests: Likewise.
9208         * modules/argp-tests: Likewise.
9209         (check_PROGRAMS): New var, replacing...
9210         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
9211
9212 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9213
9214         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
9215         `config.h'.
9216
9217 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
9218
9219         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
9220
9221 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9222
9223         Sync from coreutils.
9224         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
9225         gl_CHDIR_SAFER.
9226
9227 2006-02-22  Jim Meyering  <jim@meyering.net>
9228
9229         Sync from coreutils.
9230         * m4/chdir-safer.m4: New file.
9231
9232 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
9233
9234         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
9235         AT_FDCWD exceeds INT_MAX.
9236         * lib/openat.h (AT_FDCWD): Likewise.
9237
9238 2006-02-17  Eric Blake  <address@hidden>
9239
9240         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
9241
9242 2006-02-16  Simon Josefsson  <jas@extundo.com>
9243
9244         * modules/getaddrinfo (Depends-on): Add sys_socket.
9245
9246 2006-02-15  Simon Josefsson  <jas@extundo.com>
9247
9248         * build-aux/maint.mk: Add dsyntax-check rule.
9249
9250 2006-02-15  Eric Blake  <ebb9@byu.net>
9251
9252         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
9253         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
9254         'present but cannot compile' warnings on cygwin.
9255         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
9256         use ws2tcpip.h if sys/socket.h works.
9257         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
9258         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
9259
9260 2006-02-14  Simon Josefsson  <jas@extundo.com>
9261
9262         * modules/maintainer-makefile (Files): Rename.
9263
9264         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
9265         and (the local) Makefile.cfg to maint-cfg.mk.
9266
9267         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
9268         to the latter.
9269
9270         * modules/maintainer-makefile: New module.
9271
9272         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
9273         severaly stripped to make it possible to build it up from scratch
9274         with reliable tests.
9275
9276         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
9277         fixes to permit overriding the default actions when configure and
9278         makefile are not available.
9279
9280 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
9281
9282         Sync from coreutils.
9283         * modules/lstat (Depends-on): Don't depend on xalloc.
9284         (License): Change from GPL to LGPL, since this is now simply a
9285         replacement for a libc function.
9286
9287 2006-02-14  Jim Meyering  <jim@meyering.net>
9288
9289         Sync from coreutils.
9290
9291         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
9292         failure on deficient systems, and simplify gnulib lgpl dependencies.
9293         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
9294         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
9295
9296         * lib/xalloc-die.c: Remove unused definition of N_.
9297
9298 2006-02-14  Jim Meyering  <jim@meyering.net>
9299
9300         Sync from coreutils.
9301         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
9302         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
9303         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
9304         double-quote uses of that variable, to accommodate the rare case in
9305         which getmntent is available in none of the libraries checked.  This
9306         happens at least on FreeBSD 5.0.
9307
9308 2006-02-13  Simon Josefsson  <jas@extundo.com>
9309
9310         * gnulib-tool (Usage): Fix --import, from
9311         karl@freefriends.org (Karl Berry).
9312
9313 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9314
9315         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
9316
9317 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
9318
9319         * lib/argp-namefrob.h: Restore changes accidentally lost during the
9320         "autoupdate" on 2005-12-12.
9321
9322 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9323
9324         * modules/closeout (Depends-on): Remove atexit.
9325
9326 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9327
9328         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
9329         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
9330
9331 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
9332
9333         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
9334         __EXTENSIONS__ if this causes compilation to fail.  Problem
9335         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
9336         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
9337
9338 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
9339
9340         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
9341         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
9342         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
9343         All uses changed.
9344
9345 2006-01-26  Simon Josefsson  <jas@extundo.com>
9346
9347         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
9348         prototype is visible on mingw32.
9349
9350         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
9351         for mingw32.
9352
9353         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
9354         mingw32).
9355
9356 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
9357
9358         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
9359         attempt to open for write; this always fails, at least on POSIX
9360         hosts.  This reinstates the 2006-01-09 change, which was
9361         inadvertently removed.
9362
9363 2006-01-26  Bruno Haible  <bruno@clisp.org>
9364
9365         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
9366         Reported by Paul Eggert.
9367
9368 2006-01-26  Bruno Haible  <bruno@clisp.org>
9369             Paul Eggert  <eggert@cs.ucla.edu>
9370
9371         * lib/stdbool_.h (_Bool)
9372         [(! (defined __cplusplus || defined __BEOS__)
9373           && !defined __GNUC__
9374           && !(defined __HP_cc || defined __xlc__
9375                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
9376                || defined __sgi))]:
9377         #define to signed char in these cases too; this simplifies
9378         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
9379         etc., separately) and makes it more conservative.
9380
9381 2006-01-25  Simon Josefsson  <jas@extundo.com>
9382
9383         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
9384         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
9385         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
9386
9387 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9388
9389         * lib/argp-namefrob.h: Bugfix. Remove stray #
9390
9391 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
9392
9393         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
9394         so that we test the test.
9395         Check for yet another HP-UX cc bug involving *bool |= bool.
9396
9397 2006-01-25  Karl Berry  <karl@gnu.org>
9398
9399         * config/srclist.txt (vasnprintf.c): sync lost.
9400
9401 2006-01-25  Jim Meyering  <jim@meyering.net>
9402
9403         Sync from the stable (b5) branch of coreutils:
9404
9405         * lib/fts.c (fts_children): Don't let close() clobber errno from
9406         failed fchdir().
9407
9408         * lib/fts.c (fts_stat): When following a symlink-to-directory,
9409         don't necessarily interpret stat-fails+lstat-succeeds as indicating
9410         a dangling symlink.  That can also happen at least for ELOOP.
9411         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
9412         FYI, this bug predates the inclusion of fts.c in coreutils.
9413
9414         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
9415         in their own block, so pre-c99 compilers don't object.
9416
9417         Avoid the double-free (first in fts_read, second in fts_close) that
9418         would occur when an `active' directory is made inaccessible (e.g.,
9419         via chmod a-x) during a traversal.
9420         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9421         before returning.  Reproduce this failure by
9422         mkdir -p a/b; cd a; chmod a-x . b
9423         Reported by Stavros Passas.
9424
9425 2006-01-25  Jim Meyering  <jim@meyering.net>
9426
9427         * lib/fileblocks.c: Remove more useless parentheses.
9428         * lib/readutmp.h: Likewise.
9429
9430 2006-01-25  Bruno Haible  <bruno@clisp.org>
9431
9432         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
9433         warnings.
9434         Reported by Paul Eggert.
9435
9436 2006-01-25  Bruno Haible  <bruno@clisp.org>
9437
9438         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
9439         rid of a trap command. For Solaris sh.
9440         Reported by Mark D. Baushke <mdb@gnu.org>.
9441
9442 2006-01-24  Simon Josefsson  <jas@extundo.com>
9443
9444         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
9445         Bruno.
9446
9447 2006-01-24  Karl Berry  <karl@gnu.org>
9448
9449         * config/srclist.txt (argp-namefrob.h): sync lost.
9450
9451 2006-01-24  Jim Meyering  <jim@meyering.net>
9452
9453         * modules/openat (Files): Add lib/intprops.h.
9454         From Mark D. Baushke.
9455
9456 2006-01-24  Jim Meyering  <jim@meyering.net>
9457
9458         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
9459         Reported by Mark D. Baushke.
9460
9461 2006-01-24  Jim Meyering  <jim@meyering.net>
9462
9463         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
9464
9465 2006-01-24  Bruno Haible  <bruno@clisp.org>
9466
9467         * modules/strnlen (Maintainer): Change from glibc to all.
9468
9469 2006-01-24  Bruno Haible  <bruno@clisp.org>
9470
9471         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
9472         Patch by Paul Eggert.
9473
9474 2006-01-24  Bruno Haible  <bruno@clisp.org>
9475
9476         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
9477         already has it.
9478         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
9479         2005-11-26.
9480
9481         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
9482         'signed char' to avoid problems with the built-in _Bool type.
9483         Reported by Paul Eggert on 2005-11-26.
9484
9485 2006-01-24  Bruno Haible  <bruno@clisp.org>
9486
9487         * gnulib-tool (func_import): Avoid constructing complicated sed
9488         expressions inside backquote.
9489         Report and solution by Mark D. Baushke <mdb@gnu.org>.
9490
9491 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
9492
9493         These changes imported from libc.
9494         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
9495         test and two separate function calls.
9496         * lib/strndup.c (__strndup): Add libc_hidden_def.
9497
9498 2006-01-23  Simon Josefsson  <jas@extundo.com>
9499
9500         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
9501         Remove the test_*_SOURCES variable: automake infers it by default.
9502         * modules/tls-tests: Likewise.
9503
9504 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9505
9506         Work around porting bugs reported by Dieter in
9507         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
9508         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
9509         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
9510         Include "getopt.h" first, to check interface.
9511         (getenv): Declare only if defined HAVE_DECL_GETENV &&
9512         !HAVE_DECL_GETENV.
9513         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
9514         (__strndup): Revert to K&R-style function dfns, the glibc style.
9515         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
9516         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
9517         Include strnlen.h first, to get prototype properly.
9518         (strnlen): Renamed from __strnlen.
9519         Remove weak alias.
9520
9521 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9522
9523         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
9524
9525 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9526
9527         * config/srclist.txt: Adjust to reflect glibc reorganization.
9528         This affects only comments.
9529
9530 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9531
9532          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
9533          Reported by Bruce Korb <bkorb@gnu.org>.
9534
9535 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9536
9537         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
9538         to pacify gcc -Wswitch-default.
9539
9540 2006-01-22  Bruno Haible  <bruno@clisp.org>
9541
9542         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
9543         temporary buffer for sprintf, take into account the precision also
9544         for 'd', 'i', 'u', 'o', 'x', 'X'.
9545
9546 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9547
9548         * modules/argp-tests: New module
9549         * tests/test-argp.c: New file
9550         * tests/test-argp-2.sh: New file
9551
9552 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9553
9554         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
9555         (__argp_base_name): Removed
9556         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
9557         typo.
9558         (__argp_base_name): Provide macro definition or extern declaration
9559         depending on the configuration
9560
9561 2006-01-20  Simon Josefsson  <jas@extundo.com>
9562
9563         * modules/inet_ntop (Depends-on): Depend on sys_socket.
9564
9565 2006-01-20  Simon Josefsson  <jas@extundo.com>
9566
9567         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
9568
9569 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
9570
9571         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
9572         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
9573         Suggested by Bruno Haible.
9574
9575 2006-01-20  Karl Berry  <karl@gnu.org>
9576
9577         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
9578         until changes propagate, I guess.
9579
9580 2006-01-19  Simon Josefsson  <jas@extundo.com>
9581
9582         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
9583
9584 2006-01-19  Simon Josefsson  <jas@extundo.com>
9585
9586         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
9587
9588 2006-01-19  Simon Josefsson  <jas@extundo.com>
9589
9590         * gnulib-tool: Set check_PROGRAMS.
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: Use
9601         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
9602         test_*_SOURCES.
9603
9604 2006-01-18  Simon Josefsson  <jas@extundo.com>
9605
9606         * modules/socklen (Depends-on): Depend on sys_socket.
9607
9608 2006-01-18  Simon Josefsson  <jas@extundo.com>
9609
9610         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9611         modules/des-tests, modules/gc-arcfour-tests,
9612         modules/gc-arctwo-tests, modules/gc-des-tests,
9613         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9614         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9615         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9616         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9617         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9618         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
9619         $(EXEEXT) to automake TESTS variable, for mingw32.
9620
9621 2006-01-17  Simon Josefsson  <jas@extundo.com>
9622
9623         * modules/socklen (Include): Need sys/socket.h.
9624
9625 2006-01-17  Bruno Haible  <bruno@clisp.org>
9626
9627         * modules/ssize_t (Include): Add <sys/types.h>.
9628
9629 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
9630
9631         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
9632         it's not portable and it doesn't work with cross-compiles.
9633         Problem reported by Bruno Haible.  Fix missing-$ typo in
9634         'test "gl_cv_ignore_unused_libraries" ...' that prevented
9635         -zignore from being used with Sun's C compiler.
9636
9637 2006-01-12  Simon Josefsson  <jas@extundo.com>
9638
9639         * lib/base64.c: Fix warning, reported by Bruno Haible
9640         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
9641
9642 2006-01-12  Bruno Haible  <bruno@clisp.org>
9643
9644         * modules/ldd: New file.
9645         * build-aux/ldd.sh.in: New file.
9646         * MODULES.html.sh (Support for building libraries and executables): Add
9647         ldd.
9648
9649 2006-01-12  Bruno Haible  <bruno@clisp.org>
9650
9651         * m4/ldd.m4: New file.
9652
9653 2006-01-12  Bruno Haible  <bruno@clisp.org>
9654
9655         * gnulib-tool (func_import, func_create_testdir): Don't go into an
9656         endless loop while replacing $auxdir with build-aux.
9657
9658 2006-01-11  Simon Josefsson  <jas@extundo.com>
9659
9660         * lib/stdint_.h (SIZE_MAX): Add missing (.
9661
9662 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
9663
9664         Sync from coreutils.
9665         * lib/md5.c: Fix commentary typos.
9666         (alignof, UNALIGNED_P): No need for a GCC-specific version.
9667         * lib/md5.h (__attribute__): Remove; unused.
9668         * lib/sha1.c: Fix commentary to match md5 better.
9669         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
9670         so that we don't need to worry about alignment.  All uses changed.
9671         This merges the 2005-10-28 md5 change into sha1.
9672
9673 2006-01-11  Jim Meyering  <jim@meyering.net>
9674
9675         Sync from coreutils.
9676         * lib/md5.c (OP): Fix spacing.
9677
9678 2006-01-11  Bruno Haible  <bruno@clisp.org>
9679
9680         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9681         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
9682         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
9683
9684 2006-01-11  Bruno Haible  <bruno@clisp.org>
9685
9686         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9687         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
9688         the "early" section as well.
9689
9690 2006-01-11  Bruno Haible  <bruno@clisp.org>
9691
9692         Avoid "ar: no archive members specified" error on MacOS X.
9693         * gnulib-tool (func_modules_add_dummy): New function.
9694         (func_import, func_create_testdir): Invoke it.
9695
9696 2006-01-11  Bruno Haible  <bruno@clisp.org>
9697
9698         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
9699         with $auxdir in AC_CONFIG_FILES statements.
9700
9701 2006-01-11  Bruno Haible  <bruno@clisp.org>
9702
9703         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9704         Initialize also noinst_HEADERS to empty.
9705
9706 2006-01-11  Bruno Haible  <bruno@clisp.org>
9707
9708         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
9709         variables.
9710         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
9711         autoreconf.
9712
9713 2006-01-11  Bruno Haible  <bruno@clisp.org>
9714
9715         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
9716         overridable by the user.
9717         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9718
9719 2006-01-10  Simon Josefsson  <jas@extundo.com>
9720
9721         * modules/sys_socket: New file.
9722
9723 2006-01-10  Simon Josefsson  <jas@extundo.com>
9724
9725         * m4/sys_socket_h.m4: New file.
9726
9727 2006-01-10  Simon Josefsson  <jas@extundo.com>
9728
9729         * lib/socket_.h: New file.
9730
9731 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9732
9733         * modules/readutmp (Maintainer): Add myself.
9734
9735 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9736
9737         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
9738         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
9739         People who are still concerned with buggy memcmp implementations
9740         can invoke gl_FUNC_MEMCMP themselves.
9741
9742 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9743
9744         * lib/regex_internal.h (BITSET_WORD_BITS):
9745         Work around a bug in 64-bit PGC (before version 6.1-2), where the
9746         preprocessor mishandles large unsigned values as if they were signed.
9747         Problem reported by Claudio Fontana in
9748         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
9749
9750 2006-01-10  Jim Meyering  <jim@meyering.net>
9751
9752         Avoid the double-free (first in fts_read, second in fts_close) that
9753         would occur when an `active' directory is made inaccessible (e.g.,
9754         via chmod a-x) during a traversal.
9755         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9756         before returning.  Reproduce this failure by
9757         mkdir -p a/b; cd a; chmod a-x . b
9758         Reported by Stavros Passas.
9759
9760         Sync from coreutils.
9761         * lib/sha1.c: Tweak grammar in a comment.
9762
9763 2006-01-10  Jim Meyering  <jim@meyering.net>
9764
9765         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
9766         Patch by Joerg Sonnenberger.
9767
9768 2006-01-10  Bruno Haible  <bruno@clisp.org>
9769
9770         * modules/readutmp: Depend on module free.
9771         * modules/strtok_r: Depend on module restrict.
9772
9773 2006-01-10  Bruno Haible  <bruno@clisp.org>
9774
9775         * modules/gettext (configure.ac): Add an invocation of
9776         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
9777
9778 2006-01-10  Bruno Haible  <bruno@clisp.org>
9779
9780         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
9781         Reported by Werner Lemberg <wl@gnu.org>.
9782
9783 2006-01-10  Bruno Haible  <bruno@clisp.org>
9784
9785         * lib/localcharset.c: Update from GNU gettext.
9786
9787 2006-01-10  Bruno Haible  <bruno@clisp.org>
9788
9789         * lib/argp.h (__const): Remove macro. Use const instead.
9790         * lib/argp-fmtstream.h (__const): Likewise.
9791         * lib/glob_.h (__const): Remove macro.
9792         * lib/glob-libc.h: Use const instead of __const.
9793
9794 2006-01-10  Bruno Haible  <bruno@clisp.org>
9795
9796         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
9797         variable.
9798         Needed to avoid an automake error regarding the 'gettext' module.
9799
9800 2006-01-09  Simon Josefsson  <jas@extundo.com>
9801
9802         * modules/inet_ntop (Depends-on): Add restrict.
9803
9804 2006-01-09  Simon Josefsson  <jas@extundo.com>
9805
9806         * modules/gc-rijndael-tests (License): Put under LGPL.
9807
9808         * modules/gc-des-tests (License): Likewise.
9809
9810         * modules/gc-arcfour-tests (License): Likewise.
9811
9812         * modules/gc-arctwo-tests (License): Likewise.
9813
9814         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
9815
9816         * modules/gc-hmac-sha1-tests (Files): Likewise.
9817
9818         * modules/gc-hmac-md5-tests (License): Likewise.
9819
9820         * modules/gc-sha1-tests (License): Likewise.
9821
9822         * modules/gc-md5-tests (License): Likewise.
9823
9824         * modules/gc-md4-tests (License): Likewise.
9825
9826         * modules/gc-md2-tests (License): Likewise.
9827
9828         * modules/gc-tests (License): Likewise.
9829
9830         * modules/des-tests (License): Likewise.
9831
9832         * modules/md4-tests (License): Likewise.
9833
9834         * modules/md2-tests (License): Likewise.
9835
9836 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9837
9838         Sync from coreutils:
9839
9840         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
9841         * modules/lib-ignore: New file.
9842         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
9843         chdir-safer.m4, lchmod.m4.
9844         * modules/openat: Add mkdirat.c, openat-priv.h.
9845
9846 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9847
9848         Sync from coreutils.
9849         * m4/lib-ignore.m4: New file.
9850         * m4/lchmod.m4: New file.
9851
9852 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9853
9854         Sync from coreutils.
9855         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
9856         for write access: POSIX says that must fail.
9857         * lib/fts.c (diropen): Likewise.
9858         * lib/save-cwd.c (save_cwd): Likewise.
9859         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
9860         well, for minor improvements on hosts that lack O_DIRECTORY.
9861         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
9862         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
9863         Fall back on chown if open failed with EACCES.
9864
9865         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
9866         Report an error at compile-time if only a 1-second nominal clock
9867         resolution is found.
9868
9869         * lib/lchmod.h: New file.
9870         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
9871         (make_dir_parents): Use lchown rather than chown, and
9872         lchmod rather than chmod.
9873
9874         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
9875         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
9876         "proc" reported by n0dalus.
9877
9878         * lib/mountlist.c: Include <limits.h>.
9879         (dev_from_mount_options)
9880         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
9881         New function.  It no longer assumes "dev=" has the System V meaning
9882         on Linux (since it doesn't).  It also parses "dev=" more carefully.
9883         (read_file_system_list)
9884         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
9885         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
9886         dev= in that case.
9887
9888         * lib/posixtm.h (PDS_PRE_2000): New macro.
9889         * lib/posixtm.c (year): Arg is now syntax_bits rather than
9890         allow_century.  All usages changed.  Reject dates outside the range
9891         1969-1999 if PDS_PRE_2000 is used.
9892
9893 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9894
9895         Sync from coreutils.
9896         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
9897         (Time of day items): Mention the possibility of leap seconds.
9898         Problem reported by Dr. David Alan Gilbert.
9899
9900 2006-01-09  Jim Meyering  <jim@meyering.net>
9901
9902         Sync from coreutils.
9903
9904         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
9905
9906         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
9907
9908         * lib/modechange.c (mode_compile): Reject an invalid mode string
9909         that starts with an octal digit.  From Andreas Gruenbacher.
9910
9911         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
9912         and dup to open_safer and dup_safer, respectively.
9913         (openat_permissive): Fix typo in comment.
9914
9915         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
9916         "gettext.h"; either no longer needed or are guaranteed by openat.h.
9917         (_): Remove; no longer needed.
9918         (openat): Renamed from rpl_openat; no need for rpl_openat
9919         since openat.h renames openat for us.
9920         Replace most of the body with a call to openat_permissive,
9921         to avoid duplicate code.
9922         Port to (probably hypothetical) environments were mode_t is
9923         wider than int.
9924         (openat_permissive): Require mode arg, so that we can check
9925         types better.  Put it just after flags.  Change cwd failure
9926         indicator from pointer-to-bool to pointer-to-errno-value.
9927         All callers changed.
9928         Invoke openat_save_fail and/or openat_restore_fail if
9929         cwd_errno is null, so that openat can call us.
9930         (openat_permissive, fdopendir, fstatat, unlinkat):
9931         Simplify errno handling to avoid some duplicate code,
9932         as it's OK to set errno on success.
9933         * lib/openat.h: Revamp code so that function macros depend on
9934         __OPENAT_PREFIX only, not also on AT_FDCWD.
9935         (openat_ro): Remove.  Caller changed to use openat_permissive.
9936         (openat_permissive): Now a macro, if not a function.
9937         (openat_restore_fail, openat_save_fail): Now always functions,
9938         since mkdirat needs them even if __OPENAT_PREFIX is defined.
9939
9940         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
9941         and openat.c.
9942         * lib/mkdirat.c: Include openat-priv.h.
9943         Remove definitions of macros defined therein.
9944         * lib/openat.c: Likewise.
9945
9946         * lib/mkdirat.c (mkdirat): New file and function.
9947         * lib/openat.h (mkdirat): Declare.
9948
9949         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
9950
9951         * lib/openat.h (openat_permissive): Declare.
9952         (openat_ro): Define.
9953
9954         * lib/openat.c (EXPECTED_ERRNO): New macro.
9955         (openat_permissive): New function -- used in remove.c rewrite.
9956         (all functions): Set errno just before returning, only if there
9957         was an actual failure.
9958         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
9959
9960         Emulate openat-family functions using Linux's procfs, if possible.
9961         Idea and some code based on Ulrich Drepper's glibc changes.
9962
9963         * lib/openat.c: (BUILD_PROC_NAME): New macro.
9964         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
9965         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
9966         before falling back on save_cwd and restore_cwd.
9967         (fdopendir, fstatat, unlinkat): Likewise.
9968
9969         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
9970         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
9971
9972         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
9973         as second argument to va_arg.  Otherwise, some versions of gcc
9974         warn that `if this code is reached, the program will abort'.
9975
9976 2006-01-09  Jim Meyering  <jim@meyering.net>
9977
9978         Sync from coreutils.
9979         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
9980         Require openat-priv.h.
9981
9982 2006-01-09  Bruno Haible  <bruno@clisp.org>
9983
9984         * modules/strnlen (Include): Use strnlen.h.
9985
9986 2006-01-09  Bruno Haible  <bruno@clisp.org>
9987
9988         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
9989
9990 2006-01-09  Bruno Haible  <bruno@clisp.org>
9991
9992         * lib/sysexit_.h (EX_OK): New macro.
9993         Suggested by Martin Lambers <marlam@marlam.de>.
9994
9995 2006-01-09  Bruno Haible  <bruno@clisp.org>
9996
9997         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
9998         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
9999
10000 2006-01-09  Bruno Haible  <bruno@clisp.org>
10001
10002         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
10003         numbers.
10004
10005 2006-01-09  Bruno Haible  <bruno@clisp.org>
10006
10007         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
10008         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
10009         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
10010         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
10011
10012 2006-01-09  Bruno Haible  <bruno@clisp.org>
10013
10014         * build-aux/javacomp.sh.in: New file, moved from lib/.
10015         * modules/javacomp-script (Files): Update.
10016         (configure.ac): Add AC_CONFIG_FILES invocation.
10017         (EXTRA_DIST): Remove variable.
10018
10019         * build-aux/javaexec.sh.in: New file, moved from lib/.
10020         * modules/javaexec (Files): Update.
10021         (configure.ac): Add AC_CONFIG_FILES invocation.
10022         (EXTRA_DIST): Remove javaexec.sh.in.
10023
10024         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
10025         * modules/csharpcomp-script (Files): Update.
10026         (configure.ac): Add AC_CONFIG_FILES invocation.
10027         (EXTRA_DIST): Remove variable.
10028
10029         * build-aux/csharpexec.sh.in: New file, moved from lib/.
10030         * modules/csharpexec (Files): Update.
10031         (configure.ac): Add AC_CONFIG_FILES invocation.
10032         (EXTRA_DIST): Remove csharpexec.sh.in.
10033
10034 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
10035
10036         Sync from coreutils.
10037
10038         Add POSIX ACL support
10039         * lib/acl.h (copy_acl, set_acl): Add declarations.
10040         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
10041         systems other than Linux.
10042         (chmod_or_fchmod): New function: use fchmod when possible,
10043         and chmod otherwise.
10044         (file_has_acl): Add a POSIX ACL implementation, with a
10045         Linux-specific subcase.
10046         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
10047         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
10048         acls are unsupported.
10049         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
10050         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
10051         are unsupported.
10052
10053 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
10054
10055         Sync from coreutils.
10056         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
10057
10058 2006-01-07  Bruno Haible  <bruno@clisp.org>
10059
10060         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
10061         gl_EARLY.
10062
10063 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10064
10065         * lib/strftime.c (tzname): Don't declare if it is already #defined.
10066         Problem reported for Mingw by Mark Junker.
10067
10068 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10069
10070         * README: Gnulib normally doesn't generate a tarball.
10071
10072 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
10073
10074         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
10075         long int, not int, for nanosecond counts, so that people who are
10076         used to POSIX struct timespec won't be surprised.  Reported by Jim
10077         Meyering.
10078
10079 2005-12-28  Bruno Haible  <bruno@clisp.org>
10080
10081         * build-aux/config.rpath: Update from GNU gettext.
10082
10083 2005-12-16  Jim Meyering  <jim@meyering.net>
10084
10085         * modules/fprintftime: New module.
10086         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
10087
10088 2005-12-16  Jim Meyering  <jim@meyering.net>
10089
10090         * m4/fprintftime.m4: New file.
10091
10092 2005-12-16  Jim Meyering  <jim@meyering.net>
10093
10094         * lib/fprintftime.c, lib/fprintftime.h: New files.
10095
10096 2005-12-15  Simon Josefsson  <jas@extundo.com>
10097
10098         * modules/socklen (configure.ac): Fix M4 macro name, to align with
10099         new m4/socklen.m4.
10100
10101 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10102
10103         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
10104         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
10105
10106 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10107
10108         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
10109         * lib/argp-help.c (fill_in_uparams): Check if the constructed
10110         struct uparams is valid. Fall back to the default values if it is
10111         not.
10112
10113 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10114
10115         * modules/argp (Files): Add argp-pin.c
10116         (Depends-on): dirname
10117         (lib_SOURCES): Add argp-pin.c
10118
10119 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10120
10121         * m4/argp.m4:  Check if program_invocation_name and
10122         program_invocation_short_name are declared and define appropriate
10123         macros if they are not.
10124
10125 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10126
10127         * lib/argp-help.c (__argp_base_name): New function
10128         (__argp_short_program_name): Rewrite using __argp_base_name
10129         * lib/argp-namefrob.h: Define program_invocation_name and
10130         program_invocation_short_name if requested
10131         (__argp_base_name): Add prototype
10132         * lib/argp-parse.c (argp_def): Use gettext wrappers
10133         (argp_default_parser): Use __argp_base_name
10134         * lib/argp-pin.c: New file. Defines program_invocation_name and
10135         program_invocation_short_name on systems that lack them.
10136
10137 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10138
10139         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
10140         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10141         porting problem reported by Georg Schwarz in
10142         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10143
10144 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10145
10146         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
10147         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10148         porting problem reported by Georg Schwarz in
10149         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10150
10151 2005-12-05  Bruno Haible  <bruno@clisp.org>
10152
10153         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
10154         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
10155         Reported by Mark Junker <mjscod@gmx.de>.
10156
10157 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
10158
10159         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
10160         Use implementation from Albert Chin, with some
10161         comments/corrections by Stepan Kasal and myself.
10162
10163 2005-12-02  Bruno Haible  <bruno@clisp.org>
10164
10165         * gnulib-tool (func_import): Accept GPLed build tool modules when
10166         --lgpl is given.
10167         * modules/csharpcomp-script: New file.
10168         * modules/csharpcomp: Depend on it.
10169         * modules/javacomp-script: New file.
10170         * modules/javacomp: Depend on it.
10171         Suggested by Simon Josefsson.
10172
10173 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
10174
10175         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
10176         statement, to work around an HP-UX 10.20 compiler bug reported by
10177         Peter O'Gorman.
10178
10179 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10180
10181         * modules/savedir (Depends-on): Add openat.
10182
10183 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10184
10185         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
10186         (uintmax_t) [defined uintmax_t]: Do not declare.
10187         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
10188         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
10189         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
10190         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
10191         sake of portability to weird hosts that C allows (though we don't
10192         know of any practical examples).
10193
10194         * lib/savedir.h (fdsavedir): New decl.
10195         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
10196         contains most of the former guts of savedir.
10197         (savedir): Use savedirstream.
10198         Include "openat.h".
10199
10200 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
10201
10202         * modules/obstack (Files): Add m4/ulonglong.m4.
10203         Problem reported by Davide Angelocola.
10204
10205 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
10206
10207         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
10208         coreutils no longer futzes with rounding modes.
10209
10210 2005-11-14  Jim Meyering  <jim@meyering.net>
10211
10212         * lib/mkstemp-safer.c: Include <config.h>, required for possible
10213         replacement of mkstemp.
10214
10215 2005-11-10  Simon Josefsson  <jas@extundo.com>
10216
10217         * lib/readline.c: Remove EOL.
10218
10219 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10220
10221         * modules/gethrxtime (Depends-on): Add gettime.
10222
10223 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10224
10225         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
10226         or gettimeofday; no longer needed.
10227
10228 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10229
10230         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
10231         time business.
10232         (gethrxtime) [! (HAVE_NANOUPTIME
10233         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
10234         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
10235         our own approximation.
10236
10237 2005-11-08  Eric Blake  <ebb9@byu.net>
10238
10239         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10240
10241 2005-11-08  Eric Blake  <ebb9@byu.net>
10242
10243         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10244
10245 2005-11-04  Bruno Haible  <bruno@clisp.org>
10246
10247         * gnulib-tool: Implement --update mode.
10248
10249 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10250
10251         Fix porting problem reported by Theodoros V. Kalamatianos.
10252         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
10253         Don't assume that futimes failing means we must fail.
10254
10255 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10256
10257         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
10258         variables to suggest the intended function of the PATH_MAX check.
10259
10260 2005-10-30  Kean Johnston  <jkj@sco.com>
10261
10262         Trivial changes to support SCO systems.
10263         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
10264         as PATH_MAX.
10265         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
10266         where __ptr is null when no I/O is pending.
10267
10268 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
10269
10270         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
10271         leave errno alone.  Problem reported by Dmitry V. Levin.
10272
10273 2005-10-28  Simon Josefsson  <jas@extundo.com>
10274
10275         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
10276         Test more.
10277
10278         * tests/test-gc-md2.c, tests/test-md2.c: New files.
10279
10280         * modules/md2, modules/md2-tests: New files.
10281
10282 2005-10-28  Simon Josefsson  <jas@extundo.com>
10283
10284         * m4/inet_ntop.m4: More tests.
10285
10286         * m4/gc-md2.m4, md2.m4: New file.
10287
10288 2005-10-28  Simon Josefsson  <jas@extundo.com>
10289
10290         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
10291         "restrict" keywords, as per POSIX.  Protect the function
10292         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
10293         Don't use K&R prototypes.  Check the sprintf return values.
10294         Re-define EAFNOSUPPORT if not present.  Indent.
10295
10296         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
10297         suggested by Bruno Haible <bruno@clisp.org>.
10298
10299         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
10300
10301         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
10302
10303         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
10304         libgcrypt).
10305
10306         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
10307
10308         * lib/md2.h, lib/md2.c: New files.
10309
10310 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
10311
10312         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
10313         errno alone.  Problem reported by Frederic Jolliton.
10314
10315 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
10316
10317         * modules/verify (License): Change from GPL to LGPL.  This is a
10318         tiny module and there are apparently near-equivalents that are
10319         under the BSD license.
10320
10321 2005-10-24  Simon Josefsson  <jas@extundo.com>
10322
10323         * modules/sha1: Relicense to LGPL.
10324
10325 2005-10-24  Simon Josefsson  <jas@extundo.com>
10326
10327         * lib/md4.h: Shrink buffer size, now that we changed the type.
10328
10329 2005-10-23  Simon Josefsson  <jas@extundo.com>
10330
10331         * gnulib-tool (func_import): Fix --tests-base.
10332
10333 2005-10-22  Simon Josefsson  <jas@extundo.com>
10334
10335         * modules/arcfour (Depends-on): Need stdint.
10336
10337 2005-10-22  Simon Josefsson  <jas@extundo.com>
10338
10339         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
10340         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
10341
10342 2005-10-22  Simon Josefsson  <jas@extundo.com>
10343
10344         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
10345         suggested by Bruno Haible <bruno@clisp.org>.
10346
10347 2005-10-22  Simon Josefsson  <jas@extundo.com>
10348
10349         * lib/crc.h: Include stddef.h, for size_t.
10350
10351 2005-10-22  Simon Josefsson  <jas@extundo.com>
10352
10353         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
10354         arcfour_context struct (simplify test vector testing in GNU
10355         Shishi).
10356
10357 2005-10-21  Simon Josefsson  <jas@extundo.com>
10358
10359         * modules/des, modules/des-tests: New files.
10360
10361         * modules/gc-des, modules/gc-des-tests: New files.
10362
10363         * tests/test-des.c, tests/test-gc-des.c: New file.
10364
10365 2005-10-21  Simon Josefsson  <jas@extundo.com>
10366
10367         * modules/arctwo, modules/arctwo-tests: New files.
10368
10369         * tests/test-arctwo.c: New file.
10370
10371         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
10372
10373         * tests/test-gc-arctwo.c: New file.
10374
10375 2005-10-21  Simon Josefsson  <jas@extundo.com>
10376
10377         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
10378         Bruno Haible <bruno@clisp.org>.
10379
10380         * m4/gc-des.m4: New file.
10381
10382 2005-10-21  Simon Josefsson  <jas@extundo.com>
10383
10384         * m4/arctwo.m4: New file.
10385
10386         * m4/gc-arctwo.m4: New file.
10387
10388 2005-10-21  Simon Josefsson  <jas@extundo.com>
10389
10390         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
10391         block.
10392
10393 2005-10-21  Simon Josefsson  <jas@extundo.com>
10394
10395         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
10396         <bruno@clisp.org>.
10397
10398         * lib/hmac-sha1.c (hmac_sha1): Likewise.
10399
10400         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
10401         Bruno Haible <bruno@clisp.org>.
10402
10403         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
10404         <bruno@clisp.org>.
10405
10406 2005-10-21  Simon Josefsson  <jas@extundo.com>
10407
10408         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
10409
10410 2005-10-21  Simon Josefsson  <jas@extundo.com>
10411
10412         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
10413
10414 2005-10-21  Simon Josefsson  <jas@extundo.com>
10415
10416         * lib/des.h, lib/des.c: New files.
10417
10418         * lib/gc-gnulib.c: Support DES.c
10419
10420 2005-10-21  Simon Josefsson  <jas@extundo.com>
10421
10422         * lib/arctwo.h, lib/arctwo.c: New files.
10423
10424         * lib/gc-gnulib.c: Support ARCTWO.
10425
10426 2005-10-21  Simon Josefsson  <jas@extundo.com>
10427
10428         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
10429         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10430
10431 2005-10-21  Simon Josefsson  <jas@extundo.com>
10432
10433         * gnulib-tool (func_import, func_create_testdir): Define automake
10434         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
10435         Makefile.am snippet),
10436         suggested by Bruno Haible <bruno@clisp.org>.
10437
10438         * modules/gc (Makefile.am): Use it.
10439
10440 2005-10-21  Bruno Haible  <bruno@clisp.org>
10441
10442         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
10443         patch.
10444
10445 2005-10-19  Simon Josefsson  <jas@extundo.com>
10446
10447         * tests/test-gc-rijndael.c: New file.
10448
10449         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
10450
10451 2005-10-19  Simon Josefsson  <jas@extundo.com>
10452
10453         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
10454         interface too.
10455
10456 2005-10-19  Simon Josefsson  <jas@extundo.com>
10457
10458         * tests/test-gc-arcfour.c: New file.
10459
10460         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
10461
10462 2005-10-19  Simon Josefsson  <jas@extundo.com>
10463
10464         * modules/gc-md4, modules/gc-md4-tests: New file.
10465
10466         * tests/test-gc-md4.c: New file.
10467
10468 2005-10-19  Simon Josefsson  <jas@extundo.com>
10469
10470         * m4/gc-md4.m4: New file.
10471
10472 2005-10-19  Simon Josefsson  <jas@extundo.com>
10473
10474         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
10475         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
10476         <kasal@ucw.cz>.
10477
10478 2005-10-19  Simon Josefsson  <jas@extundo.com>
10479
10480         * m4/gc-arcfour.m4: New file.
10481
10482         * m4/gc-rijndael.m4: New file.
10483
10484 2005-10-19  Simon Josefsson  <jas@extundo.com>
10485
10486         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
10487
10488 2005-10-19  Simon Josefsson  <jas@extundo.com>
10489
10490         * lib/gc-gnulib.c: Support ARCFOUR.
10491
10492 2005-10-19  Simon Josefsson  <jas@extundo.com>
10493
10494         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
10495         support.
10496
10497         * lib/gc.h: Add ECB enum type.
10498
10499         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
10500
10501 2005-10-18  Simon Josefsson  <jas@extundo.com>
10502
10503         * tests/test-md5.c: New file.
10504
10505         * modules/md5-tests: New file.
10506
10507 2005-10-18  Simon Josefsson  <jas@extundo.com>
10508
10509         * tests/test-md4.c: New file.
10510
10511         * modules/md4, modules/md4-tests: New files.
10512
10513 2005-10-18  Simon Josefsson  <jas@extundo.com>
10514
10515         * m4/md4.m4: New file.
10516
10517 2005-10-18  Simon Josefsson  <jas@extundo.com>
10518
10519         * lib/md4.h, lib/md4.c: New files, based on md5.?.
10520
10521 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
10522
10523         * gnulib-tool (func_create_testdir): Omit the second check whether
10524         BUILT_SOURCES in nonempty.
10525
10526 2005-10-17  Simon Josefsson  <jas@extundo.com>
10527
10528         * tests/test-rijndael.c: New file.
10529
10530 2005-10-17  Simon Josefsson  <jas@extundo.com>
10531
10532         * modules/sha1: Depend on stdint instead of md5.
10533
10534         * modules/md5: Depend on stdint, remove uint32_t.
10535
10536 2005-10-17  Simon Josefsson  <jas@extundo.com>
10537
10538         * modules/gc-sha1-tests: New file.
10539
10540         * tests/test-gc-sha1.c: New file.
10541
10542 2005-10-17  Simon Josefsson  <jas@extundo.com>
10543
10544         * m4/md5.m4: Remove call to uint32_t.m4.
10545
10546 2005-10-17  Simon Josefsson  <jas@extundo.com>
10547
10548         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
10549
10550         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
10551         md5.h.
10552
10553         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
10554
10555         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
10556
10557 2005-10-17  Simon Josefsson  <jas@extundo.com>
10558
10559         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
10560
10561 2005-10-17  Simon Josefsson  <jas@extundo.com>
10562
10563         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
10564
10565 2005-10-17  Simon Josefsson  <jas@extundo.com>
10566
10567         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
10568
10569         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
10570
10571 2005-10-17  Bruno Haible  <bruno@clisp.org>
10572
10573         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
10574         that it can also be used in a test.
10575
10576 2005-10-16  Bruno Haible  <bruno@clisp.org>
10577
10578         * gnulib-tool (func_emit_tests_Makefile_am): Also define
10579         TESTS_ENVIRONMENT, so that individual tests can augment it.
10580
10581         * gnulib-tool (func_create_testdir): Use an intermediate target for
10582         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
10583         macros, like $(ALLOCA_H), which cannot be passed through the command
10584         line.
10585
10586 2005-10-15  Simon Josefsson  <jas@extundo.com>
10587
10588         * modules/rijndael-tests: New file.
10589
10590         * modules/rijndael: New file.
10591
10592 2005-10-15  Simon Josefsson  <jas@extundo.com>
10593
10594         * m4/rijndael.m4: New file.
10595
10596 2005-10-15  Simon Josefsson  <jas@extundo.com>
10597
10598         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
10599
10600         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
10601
10602 2005-10-14  Simon Josefsson  <jas@extundo.com>
10603
10604         * tests/test-arcfour.c: New file.
10605
10606         * modules/arcfour, modules/arcfour-tests: New files.
10607
10608 2005-10-14  Simon Josefsson  <jas@extundo.com>
10609
10610         * m4/arcfour.m4: New file.
10611
10612 2005-10-14  Simon Josefsson  <jas@extundo.com>
10613
10614         * lib/arcfour.h, lib/arcfour.c: New files.
10615
10616 2005-10-14  Roland McGrath  <roland@redhat.com>
10617
10618         Import from libc.  [BZ #1331]
10619         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
10620         macro argument.
10621         Reported by Matej Vela <vela@debian.org>.
10622
10623 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10624
10625         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
10626         include <wchar.h>; no longer needed.
10627
10628 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10629
10630         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
10631
10632 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
10633         and  Ulrich Drepper  <drepper@redhat.com>
10634
10635         Import from libc.
10636         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
10637         instead of inline stream orientation test and two separate
10638         function calls.  Pay no attention to USE_IN_LIBIO.
10639
10640 2005-10-13  Simon Josefsson  <jas@extundo.com>
10641
10642         * modules/gc-hmac-md5-tests: New file.
10643
10644         * tests/test-gc-hmac-sha1.c: New file.
10645
10646         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
10647
10648         * modules/gc-hmac-md5-tests: New file.
10649
10650         * tests/test-gc-md5.c: New file.
10651
10652         * modules/gc-md5-tests: New file.
10653
10654 2005-10-13  Simon Josefsson  <jas@extundo.com>
10655
10656         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
10657         Move memory allocation outside of loop.
10658
10659 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
10660
10661         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
10662         intermediate directory is in a read-only file system.  Problem
10663         reported by Eric Blake.
10664
10665 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
10666
10667         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
10668
10669 2005-10-12  Simon Josefsson  <jas@extundo.com>
10670
10671         * tests/test-hmac-sha1.c: New file.
10672
10673         * modules/hmac-sha1-tests: New file.
10674
10675         * modules/hmac-sha1: New file.
10676
10677 2005-10-12  Simon Josefsson  <jas@extundo.com>
10678
10679         * modules/gc-sha1: New file.
10680
10681 2005-10-12  Simon Josefsson  <jas@extundo.com>
10682
10683         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
10684
10685         * tests/test-gc-pbkdf2-sha1.c: New file.
10686
10687 2005-10-12  Simon Josefsson  <jas@extundo.com>
10688
10689         * modules/gc-md5, modules/gc-hmac-md5: New files.
10690
10691         * modules/gc (Files): Remove md5, memxor and hmac files.
10692
10693 2005-10-12  Simon Josefsson  <jas@extundo.com>
10694
10695         * m4/gc-pbkdf2-sha1.m4: New file.
10696
10697         * m4/gc-hmac-sha1.m4: New file.
10698
10699         * m4/gc-sha1: New file.
10700
10701         * m4/hmac-sha1.m4: New file.
10702
10703 2005-10-12  Simon Josefsson  <jas@extundo.com>
10704
10705         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
10706
10707         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
10708
10709 2005-10-12  Simon Josefsson  <jas@extundo.com>
10710
10711         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
10712         suggested by Bruno Haible <bruno@clisp.org>.
10713
10714 2005-10-12  Simon Josefsson  <jas@extundo.com>
10715
10716         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
10717
10718 2005-10-12  Simon Josefsson  <jas@extundo.com>
10719
10720         * lib/gc-pbkdf2-sha1.c: New file.
10721
10722         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
10723
10724 2005-10-12  Simon Josefsson  <jas@extundo.com>
10725
10726         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
10727
10728         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
10729
10730 2005-10-12  Simon Josefsson  <jas@extundo.com>
10731
10732         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
10733         GC_USE_HMAC_MD5, respectively.
10734
10735         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
10736         (gc_md5): Fix typo.
10737
10738         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
10739
10740         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
10741
10742         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
10743
10744 2005-10-12  Bruno Haible  <bruno@clisp.org>
10745
10746         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
10747         Reported by Stepan Kasal <kasal@ucw.cz>.
10748
10749 2005-10-11  Simon Josefsson  <jas@extundo.com>
10750
10751         * tests/test-crc.c: New file.
10752
10753         * modules/crc, modules/crc-tests: New files.
10754
10755 2005-10-11  Simon Josefsson  <jas@extundo.com>
10756
10757         * m4/crc.m4: New file.
10758
10759 2005-10-11  Simon Josefsson  <jas@extundo.com>
10760
10761         * lib/gc.h: Add gc_hash and gc_hash_buffer.
10762
10763         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
10764
10765         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
10766
10767 2005-10-11  Simon Josefsson  <jas@extundo.com>
10768
10769         * lib/crc.h, lib/crc.c: New files.
10770
10771         * lib/gc.h (gc_hash_buffer): Add doc.
10772
10773 2005-10-11  Bruno Haible  <bruno@clisp.org>
10774
10775         * modules/c-strcasestr: New file.
10776         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
10777
10778 2005-10-11  Bruno Haible  <bruno@clisp.org>
10779
10780         * modules/c-strcase: New file.
10781         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
10782
10783 2005-10-11  Bruno Haible  <bruno@clisp.org>
10784
10785         * lib/strcasecmp.c: Include limits.h.
10786         (strcasecmp): Avoid integer overflow on exotic platforms.
10787         * lib/strncasecmp.c: Include limits.h.
10788         (strncasecmp): Avoid integer overflow on exotic platforms.
10789         Reported by Paul Eggert.
10790
10791 2005-10-11  Bruno Haible  <bruno@clisp.org>
10792
10793         * lib/c-strcasestr.h: New file, from GNU gettext.
10794         * lib/c-strcasestr.c: New file, from GNU gettext.
10795
10796 2005-10-11  Bruno Haible  <bruno@clisp.org>
10797
10798         * lib/c-strcase.h: New file, from GNU gettext.
10799         * lib/c-strcasecmp.c: New file, from GNU gettext.
10800         * lib/c-strncasecmp.c: New file, from GNU gettext.
10801
10802 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10803
10804         * modules/mempcpy (License): GPL -> LGPL.
10805         * modules/strchrnul (License): Likewise.
10806         * modules/sysexits (License): Likewise.
10807
10808 2005-10-08  Simon Josefsson  <jas@extundo.com>
10809
10810         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
10811
10812 2005-10-07  Simon Josefsson  <jas@extundo.com>
10813
10814         * m4/memxor.m4: Remove gl_C_RESTRICT call.
10815
10816 2005-10-06  Simon Josefsson  <jas@extundo.com>
10817
10818         * tests/test-hmac-md5.c: New file.
10819
10820         * modules/hmac-md5-tests: New file.
10821
10822         * modules/hmac-md5: New file.
10823
10824 2005-10-06  Simon Josefsson  <jas@extundo.com>
10825
10826         * m4/hmac-md5.m4: New file.
10827
10828         * m4/memxor.m4: Require gl_C_RESTRICT.
10829
10830 2005-10-06  Simon Josefsson  <jas@extundo.com>
10831
10832         * lib/memxor.c (memxor): Avoid casts and warnings.
10833
10834 2005-10-06  Simon Josefsson  <jas@extundo.com>
10835
10836         * lib/hmac-md5.c: New file.
10837
10838         * lib/hmac.h: New file.
10839
10840 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10841
10842         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
10843         promotes to int, not unsigned int, to catch the AIX 5.3
10844         compiler bug.
10845
10846 2005-10-05  Simon Josefsson  <jas@extundo.com>
10847
10848         * modules/memxor: New file.
10849
10850         * modules/iconv (Files): Move config.rpath to havelib, it is used
10851         there.
10852
10853         * modules/havelib (Files): Add config.rpath.
10854
10855 2005-10-05  Simon Josefsson  <jas@extundo.com>
10856
10857         * m4/memxor.m4: New file.
10858
10859 2005-10-05  Simon Josefsson  <jas@extundo.com>
10860
10861         * lib/memxor.c (memxor): Fix compiler error.
10862
10863         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
10864         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
10865
10866         * lib/memxor.h, lib/memxor.c: New files.
10867
10868         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
10869         we assume all systems have it, suggested by Jim Meyering
10870         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
10871         any systems lack sys/socket.h; mingw32 is known to lack it, but we
10872         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
10873         same reasons.
10874
10875 2005-10-05  Simon Josefsson  <jas@extundo.com>
10876
10877         * config/srclist.txt: Add glibc bug 1423 for md5.h.
10878
10879 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10880
10881         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
10882         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
10883         needed, since the source code now assumes these .h files.
10884
10885 2005-10-05  Derek Price  <derek@ximbiot.com>
10886
10887         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
10888
10889 2005-10-05  Bruno Haible  <bruno@clisp.org>
10890
10891         * modules/stdint (License): Change to LGPL.
10892
10893 2005-10-04  Simon Josefsson  <jas@extundo.com>
10894
10895         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
10896         D. Baushke" <mdb@gnu.org>.
10897
10898 2005-10-04  Bruno Haible  <bruno@clisp.org>
10899
10900         * lib/verify.h (verify_true): Provide alternative definition for C++.
10901
10902 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
10903
10904         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
10905         (SSIZE_MAX): New macro, if not already defined.
10906         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
10907         than 2 GiB.
10908
10909 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10910
10911         Sync from coreutils.
10912         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
10913         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
10914         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
10915         ULLONG_MAX doesn't work with 2.7.2.1.
10916
10917 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10918
10919         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
10920         From Ben Pfaff.
10921
10922         * modules/exclude (Depends-on): Depend on verify.
10923         * modules/strtoimax (Depends-on): Likewise.
10924         * modules/utimecmp (Depends-on): Likewise.
10925
10926 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
10927
10928         * lib/exclude.c: Include verify.h.
10929         (verify): Remove.  All callers changed to use verify.h's version.
10930         * lib/strtoimax.c: Likewise.
10931         * lib/utimecmp.c: Likewis.e
10932
10933         Sync from coreutils.
10934         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
10935         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
10936         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
10937         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
10938         bother returning ENOSYS if settimeofday or stime fails; just let
10939         them return whatever errno they want to return.
10940         * lib/utimens.c: Include unistd.h, for dup2.
10941         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
10942         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
10943
10944 2005-10-02  Jim Meyering  <jim@meyering.net>
10945
10946         Sync from coreutils.
10947         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
10948         from glibc-2.2.5 that fails for read-only files.
10949
10950 2005-10-02  Jim Meyering  <jim@meyering.net>
10951
10952         Sync from coreutils.
10953         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
10954         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
10955         `#if HAVE_CONFIG_H'.
10956         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
10957         Remove AT_FDCWD test.
10958         Do not consume the fd unless successful.
10959         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
10960         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
10961         block, so that we don't even try to compile it if settimeofday is
10962         available.  This works around a compilation failure on OSF1 V5.1,
10963         due to stime requiring a `long int*' while tv_sec is `int'.
10964
10965 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
10966
10967         Sync from coreutils.
10968         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
10969         against `yes', rather than just testing for nonempty.
10970
10971 2005-10-01  Simon Josefsson  <jas@extundo.com>
10972
10973         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
10974         and Darwin.
10975
10976         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
10977         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
10978         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
10979         freeaddrinfo and gai_strerror are declared by the POSIX headers.
10980         Check if struct addrinfo is declared.
10981
10982 2005-10-01  Simon Josefsson  <jas@extundo.com>
10983
10984         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
10985         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
10986         AI_* and EAI_* definitions.  Protect function declarations.
10987
10988 2005-10-01  Jim Meyering  <jim@meyering.net>
10989
10990         Sync from coreutils.
10991
10992         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
10993         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
10994         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
10995         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
10996         in the inet and nsl libraries.  Required on Solaris 5.7.
10997
10998 2005-10-01  Jim Meyering  <jim@meyering.net>
10999
11000         Sync from coreutils.
11001         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
11002         in the inet and nsl libraries.  Required on Solaris 5.7.
11003
11004 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
11005
11006         * lib/getdelim.c (getdelim): Remove unused variables.
11007
11008 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
11009
11010         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
11011         so that the code works even with ancient cpp.  Portability problem
11012         with GCC 2.7.2.1 reported by Thomas M.Ott.
11013
11014 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
11015
11016         * modules/regex (Depends-on): Add strcase.
11017
11018         * modules/gethostname (Licence): Change from GPL to LGPL, since
11019         gethostname.c is a trivial implementation of a standard library
11020         function.
11021         * modules/poll (License): Change from GPL to LGPL, since it's
11022         derived from LGPL code.
11023
11024 2005-09-27  Jim Meyering  <jim@meyering.net>
11025
11026         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
11027         HAVE_CONFIG_H.
11028
11029         * lib/intprops.h (signed_type_or_expr__): Define.
11030         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
11031         for unsigned types.
11032
11033 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
11034
11035         * lib/verify.h (verify_expr): Remove, replacing with:
11036         (verify_true): New macro that returns true instead of void.
11037         (verify_type__): Remove.
11038         (verify): Use verify_true rather than verify_type__.
11039
11040 2005-09-26  Bruno Haible  <bruno@clisp.org>
11041
11042         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
11043         is necessary.
11044         (lib_SOURCES): Remove mbchar.c.
11045         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
11046         (Files): Add m4/mbrtowc.m4.
11047         * modules/mbiter: Likewise.
11048         * modules/mbuiter: Likewise.
11049
11050 2005-09-26  Bruno Haible  <bruno@clisp.org>
11051
11052         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
11053         compile mbchar.c if they are not both present.
11054         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
11055         * m4/mbiter.m4 (gl_MBITER): Likewise.
11056         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
11057         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
11058         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
11059
11060 2005-09-25  Jim Meyering  <jim@meyering.net>
11061
11062         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
11063         also uses socklen_t.
11064
11065 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
11066
11067         * lib/utimens.c (ENOSYS): Define if not already defined.
11068         (futimens): Support having a null PATH if the file descriptor
11069         is nonnegative.
11070
11071         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
11072         Remove.
11073         (__attribute): Define to empty unless GCC 3.1 or later.
11074         This works around a core dump on OpenBSD 3.4, which has GCC
11075         2.95.3, which dumps core when given __attribute__(()).  It also
11076         simplifies other tests, since we really don't want to bother with
11077         worrying about which ancient version of GCC supported what.
11078         Original problem reported by Yoann Vandoorselaere, with part of
11079         the fix suggested by Derek Price.
11080
11081 2005-09-24  Jim Meyering  <jim@meyering.net>
11082
11083         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
11084         so we can once again use a positive bitfield width of 1 -- now we
11085         don't have to explain why we were using a bitfield width of 2.
11086
11087 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
11088
11089         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
11090         and similarly for the other external symbols.  Problem reported
11091         by James Gallager.
11092
11093         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
11094         bug reported by Jim Meyering.
11095
11096         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
11097         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
11098         not needed, since socklen is a prerequisite module.
11099
11100 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
11101
11102         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
11103         Problem reported by Eric Blake.
11104         (getaddrinfo): Initialize se so that it's not garbage.
11105         Redo internal storage allocation so that it doesn't make unportable
11106         assumptions about alignment.
11107         Fix a memory leak.
11108
11109         * lib/utimens.c (futimens): Use futimesat if available.
11110         Prefer it to futimes since it doesn't have the futimes bug.
11111
11112         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
11113         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
11114         Instead, declare a function that returns a pointer to an array,
11115         and use verify_type__ to declare the size of the array.
11116         Problem and germ of a solution reported by Bruno Haible.
11117         (verify_type__): Use 2, not 1, for bitfield size, to avoid
11118         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
11119
11120 2005-09-23  Jim Meyering  <jim@meyering.net>
11121
11122         Sync from coreutils.
11123         Correct build failure (socklen_t not defined) on at least
11124         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
11125         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
11126
11127 2005-09-23  Jim Meyering  <jim@meyering.net>
11128
11129         * modules/getaddrinfo (Depends-on): Add socklen.
11130
11131 2005-09-23  Bruno Haible  <bruno@clisp.org>
11132
11133         * tests/test-verify.c: New file.
11134
11135 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11136
11137         Sync from coreutils.
11138
11139         * modules/argmatch (Depends-on): Add verify.
11140         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
11141         unistd-safer.
11142         * modules/save-cwd (Depends-on): Likewise.
11143
11144         * modules/openat (Files): Add lib/openat-die.c.
11145         (Depends-on): Remove error, exitfail.
11146         Add dirname.
11147
11148         * modules/verify: New file.
11149         * MODULES.html.sh (Diagnostics <assert.h>): New section,
11150         with "verify" module.
11151
11152 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11153
11154         Sync from coreutils.
11155
11156         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
11157         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
11158         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
11159         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
11160         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
11161         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
11162         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
11163         Don't bother checking for string.h, stdlib.h, unistd.h.
11164         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
11165         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
11166         module's job.
11167         * m4/jm-macros.m4 (gl_MACROS): Likewise.
11168         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
11169
11170         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
11171         (gl_GETDATE): Use it.
11172
11173         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
11174
11175 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11176
11177         Sync from coreutils.
11178
11179         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
11180         stat-time.h.
11181         * lib/argmatch.h: Include verify.h
11182         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
11183         (ARGMATCH_ASSERT): Remove; unused.
11184         * lib/canonicalize.c: Assume STDC_HEADERS.
11185         * lib/exclude.c: Include "strcase.h".
11186         * lib/regex_internal.h [!defined _LIBC]: Likewise.
11187         * lib/getusershell.c: Include stdio--.h rather than stdio.h
11188         and stdio-safer.h.
11189         (getusershell): Call fopen, not fopen_safer.
11190         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
11191         Do not include unistd-safer.h.
11192         (save_cwd): Don't call fd_safer; no longer needed
11193         now that we include fcntl--.h.
11194
11195         * lib/getdate.y (relative_time): New type.
11196         (RELATIVE_TIME_0): New constant.
11197         (parser_control): Use relative_time instead of doing it ourselves.
11198         (%union): Add new relative_time rel member.
11199         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
11200         Now typeless.
11201         (relunit, relunit_snumber): Now of type rel.
11202         (zone, rel, relunit, get_date): Adjust to above changes.
11203
11204         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
11205         Do not include unistd-safer.h.
11206         (getloadavg): Don't call fd_safer; no longer needed
11207         now that we include fcntl--.h.
11208
11209         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
11210         (make_dir_parents): Treat ENOSYS like EEXIST.
11211
11212         Improve quality of diagnostics on restore_cwd failure.
11213         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
11214         (make_dir_parents): Last arg is now int * (for errno), not bool *.
11215         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
11216         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
11217         each time through the loop.  Do not diagnose restore_cwd failure;
11218         that is the caller's job (and perhaps the caller does not care).
11219
11220         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
11221         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
11222         If the file already exists but is not a directory, don't bother
11223         to try to make its parents.
11224         Close potential file descriptor leak if we can't chdir("/") (!).
11225         Don't always return true if chdir($PWD) fails; return true only
11226         if the requested action was done successfully (except for the
11227         chdir($PWD)).
11228         Don't log final directory unless we actually made it.
11229         Refactor to avoid duplicate code to fix up permissions.
11230         Don't attempt to fix up parent permissions if chdir($PWD) fails.
11231
11232         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
11233         to make it a bit faster and (I hope) clearer.
11234         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
11235         Fix bug in formats like %2N.
11236
11237         * lib/verify.h: New file.
11238
11239 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11240
11241         Sync from coreutils.
11242         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
11243
11244 2005-09-22  Jim Meyering  <jim@meyering.net>
11245
11246         Sync from coreutils.
11247
11248         * m4/lstat.m4 (gl_FUNC_LSTAT):
11249         Use AC_LIBSOURCES to require lstat.c and lstat.h.
11250         Remove obsolete comment.
11251         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
11252         * m4/xstrtod.m4: Likewise.
11253
11254         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
11255
11256 2005-09-22  Jim Meyering  <jim@meyering.net>
11257
11258         Sync from coreutils.
11259
11260         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
11261
11262         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
11263         the .tm_year member, since otherwise gcc-4.0 would now warn about
11264         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
11265
11266         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
11267         order to avoid an unsuppressible warning from gcc on 64-bit systems.
11268
11269         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
11270         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
11271         when run in a time zone for which daylight savings time is in effect
11272         for the starting date.
11273
11274         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
11275         stop us from restricting permissions of just-created absolute-named
11276         directories.
11277         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
11278         to restore initial working directory.
11279         * lib/mkdir-p.c (make_dir_parents): New parameter:
11280         different_working_dir, to tell caller if/when we change the working
11281         directory and are unable to return to the initial one.
11282         * lib/mkdir-p.h (make_dir_parents): Update prototype.
11283         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
11284         `return false'.  This fixes a bug introduced on 2004-07-30.
11285
11286         * lib/openat.c (fdopendir): Be sure to close the supplied
11287         file descriptor before returning.  This makes our replacement
11288         implementation a little closer to Solaris's, where fdopendir
11289         ties the file descriptor to the returned DIR* pointer.
11290         * lib/openat.c (unlinkat): New function.
11291         * lib/openat.h (unlinkat): Add prototype.
11292         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
11293         (openat_restore_fail): Rename from openat_restore_die.
11294         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
11295
11296         Provide an alternative to exiting immediately upon save_cwd or
11297         restore_cwd failure.  Now, an application can arrange e.g.,
11298         to perform a longjump in that case.
11299         * lib/openat.c: Include dirname.h.
11300         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
11301         (rpl_openat, fdopendir, fstatat): Call openat_save_die
11302         and openat_restore_die rather than calling error directly.
11303         Don't include "error.h" or "exitfail.h"; they're no longer needed.
11304
11305         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
11306         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
11307         define.
11308
11309         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
11310         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
11311                             int utc, int nanoseconds);
11312         Background:
11313         date should not have to allocate a megabyte of virtual memory to
11314         handle a format argument like +%1048575T.  When implemented with
11315         strftime, it must allocate such a buffer, use strftime to fill it
11316         in, print it, then free it.
11317         With fprintftime, it simply prints everything and exits.
11318         With no need for memory allocation, that's one fewer way to fail.
11319         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
11320         optional field width, not before, so we accept %9:z, not %:9z.
11321         (my_strftime): Be sure to use L_('x') for literals.
11322
11323         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
11324         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
11325         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
11326         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
11327         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
11328         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
11329         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
11330         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
11331         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
11332         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
11333         * lib/xgethostname.c, lib/xreadlink.c:
11334         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
11335
11336         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
11337         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
11338         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
11339         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
11340         and don't include <sys/file.h>).
11341
11342 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
11343
11344         Sync from coreutils.
11345
11346         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
11347         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
11348         [!LDAV_DONE]: Avoid unused variable warning.
11349
11350 2005-09-21  Bruno Haible  <bruno@clisp.org>
11351
11352         * lib/unicodeio.h (unicode_to_mb): New declaration.
11353
11354 2005-09-20  Derek Price  <derek@ximbiot.com>
11355
11356         * lib/getaddrinfo.c: Don't include <netdb.h> included from
11357         getaddrinfo.h.
11358
11359 2005-09-20  Bruno Haible  <bruno@clisp.org>
11360
11361         * gnulib-tool: Remove trailing slashes from the values specified for
11362         --source-base, --m4-base, --tests-base, --aux-dir.
11363         Suggested by Simon Josefsson <jas@extundo.com>.
11364
11365 2005-09-20  Bruno Haible  <bruno@clisp.org>
11366
11367         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
11368         func_modules_to_filelist, func_import, func_create_testdir): Make all
11369         sorting results locale-independent, so that gnulib-cache.m4 doesn't
11370         change when gnulib-tool is invoked in a different locale.
11371
11372 2005-09-19  Simon Josefsson  <jas@extundo.com>
11373
11374         * m4/socklen.m4: Fix typo.
11375
11376 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11377
11378         Use a consistent style for including <config.h>.
11379         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
11380         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
11381         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
11382         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
11383         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
11384         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
11385         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
11386         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
11387         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
11388         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
11389         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
11390         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
11391         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
11392         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
11393         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
11394         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
11395         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
11396         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
11397         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
11398         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
11399         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
11400         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
11401         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
11402         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
11403         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
11404         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
11405         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
11406         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
11407         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
11408         lib/xstrtoumax.c, lib/yesno.c:
11409         Standardize inclusion of config.h.
11410         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
11411         lib/inttostr.h:  Removed inclusion of config.h from header files.
11412         * lib/inttostr.c:  Adjusted in-tree users.
11413         * lib/timespec.h: Remove superfluous warning to include config.h.
11414         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
11415         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
11416         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
11417         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
11418         config.h with HAVE_CONFIG_H.
11419
11420 2005-09-19  Jim Meyering  <jim@meyering.net>
11421
11422         * modules/pathmax (License): Change to LGPL.
11423
11424 2005-09-19  Derek Price  <derek@ximbiot.com>
11425
11426         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
11427
11428 2005-09-19  Bruno Haible  <bruno@clisp.org>
11429
11430         * gnulib-tool (import): Provide default for --tests-base.
11431
11432 2005-09-19  Bruno Haible  <bruno@clisp.org>
11433
11434         * doc/quote.texi: New file, extracted from gnulib.texi.
11435         * doc/ctime.texi: New file, extracted from gnulib.texi.
11436         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
11437         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
11438         * doc/gnulib.texi: Include them.
11439
11440 2005-09-18  Bruno Haible  <bruno@clisp.org>
11441
11442         Portability fix.
11443         * gnulib-tool (func_readlink): New function.
11444         (func_ln_if_changed): Use it.
11445
11446 2005-09-18  Bruno Haible  <bruno@clisp.org>
11447
11448         * gnulib-tool: Support --with-tests also with --import.
11449         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
11450         (func_import): Use variables $testsbase and $inctests. Emit a
11451         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
11452         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
11453         SUBDIRS += $testsdir.
11454         (func_create_testdir): Update.
11455
11456 2005-09-18  Bruno Haible  <bruno@clisp.org>
11457
11458         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
11459         instead of $dry_run.
11460         (func_cp_if_changed, func_mv_if_changed): Remove functions.
11461         (func_ln_if_changed): Don't handle dry-run here.
11462         (func_import): In dry-run mode, detect more precisely which actions
11463         would be performed, and don't use "...ing" verbs.
11464
11465 2005-09-18  Bruno Haible  <bruno@clisp.org>
11466
11467         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
11468         (func_import): Use join on two temporary files instead of three nested
11469         loops, in order to determine which files are new or old.
11470
11471 2005-09-18  Bruno Haible  <bruno@clisp.org>
11472
11473         * gnulib-tool (func_import): Comment out code that spits out the
11474         new files with --dry-run.
11475
11476 2005-09-18  Bruno Haible  <bruno@clisp.org>
11477
11478         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
11479
11480 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11481
11482         * lib/stat-time.h: New file.
11483         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
11484         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
11485         in a different way.
11486         (timespec_cmp): New function.
11487         * lib/utimecmp.c: Include stat-time.h.
11488         (SYSCALL_RESOLUTION): Depend on whether various struct stat
11489         members exist, not on the obsolescent ST_MTIM_NSEC.
11490         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
11491
11492 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11493
11494         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
11495
11496 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11497
11498         * MODULES.html.sh (File system functions): Add stat-time.
11499         * modules/stat-time: New file.
11500         * modules/timespec (Files): Remove m4/st_mtim.m4; this
11501         is now done in a different way, by the stat-time module.
11502         * modules/utimecmp (Depends-on): Add stat-time.
11503
11504 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11505
11506         * m4/st_mtim.m4: Remove.  Superseded by...
11507         * m4/stat-time.m4: New file.
11508         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
11509         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
11510
11511 2005-09-15  Derek Price  <derek@ximbiot.com>
11512
11513         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
11514
11515 2005-09-15  Derek Price  <derek@ximbiot.com>
11516
11517         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
11518         * lib/regex_internal.c: Ditto, using this...
11519         (__GNUC_PREREQ): ...new macro.
11520         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
11521         using...
11522         (__GNUC_PREREQ): ...this new macro.
11523
11524         * lib/strstr.h: Include string.h. Define strstr as a macro here.
11525
11526 2005-09-15  Derek Price  <derek@ximbiot.com>
11527             Paul Eggert  <eggert@cs.ucla.edu>
11528
11529         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
11530         changes, consolidating in...
11531         * lib/regex_internal.h: ...this file.
11532
11533 2005-09-13  Jim Meyering  <jim@meyering.net>
11534
11535         * lib/canon-host.c: Filter through gnu indent and reword comments
11536         slightly.
11537         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
11538
11539 2005-09-13  Derek Price  <derek@ximbiot.com>
11540
11541         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
11542         failure.
11543         Reported by Jim Meyering  <jim@meyering.net>.
11544
11545 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11546
11547         * lib/base64.c: Typo.
11548         (base64_encode): Put b64str in initialized data section.
11549
11550 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
11551
11552         Merge glibc and coreutils changes into gnulib, plus a few
11553         extra fixes.
11554         * lib/md5.c: Use #error rather than a string.
11555         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
11556         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
11557         (__attribute__): Define to empty for non recent-GCC.
11558         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
11559         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
11560         Renamed from their non-__ counterparts, with new macros replacing
11561         them if not _LIBC.  Add __THROW attribute.
11562         (rol): Remove.
11563         (struct md5_ctx): Align buffer if using GCC.
11564         * lib/sha1.h (struct sha1_ctx): Likewise.
11565         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
11566         The old name was backwards.
11567         (NOTSWAP): Remove; not used.
11568         (rol): New macro, moved here from md5.h.
11569         (sha1_process_block): Remove a FIXME that doesn't make sense.
11570
11571 2005-09-12  Derek Price  <derek@ximbiot.com>
11572
11573         Return usable errors from canon-host.
11574         * lib/canon-host.h: New file.
11575         * lib/canon-host.c (canon_host): Wrap...
11576         (canon_host_r): ...this new function, which now relies exclusively on
11577         getaddrinfo.
11578         (ch_strerror): New function.
11579         (last_cherror): New global.
11580         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
11581         interface.
11582         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
11583         void *.
11584         (freeaddrinfo): Free ai->ai_canonname when set.
11585
11586 2005-09-12  Derek Price  <derek@ximbiot.com>
11587
11588         Make canon-host require getaddrinfo.
11589         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
11590         AC_LIBSOURCE canon-host.h.  Call...
11591         (gl_PREREQ_CANON_HOST): ...this new function, which requires
11592         gl_GETADDRINFO.
11593         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
11594
11595 2005-09-12  Derek Price  <derek@ximbiot.com>
11596
11597         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
11598         LGPL.
11599         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
11600
11601 2005-09-12  Derek Price  <derek@ximbiot.com>
11602
11603         * lib/gai_strerror.c: Include config.h when available.  Include
11604         getaddrinfo.h before other headers to test interface.
11605         Reported by Larry Jones <lawrence.jones@ugs.com>.
11606
11607 2005-09-12  Derek Price  <derek@ximbiot.com>
11608             Paul Eggert  <eggert@cs.ucla.edu>
11609
11610         * modules/glob (Files): Add glob-libc.h.
11611
11612 2005-09-12  Derek Price  <derek@ximbiot.com>
11613             Paul Eggert  <eggert@cs.ucla.edu>
11614
11615         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
11616         glob_.h, glob-libc.h.
11617         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
11618
11619 2005-09-12  Derek Price  <derek@ximbiot.com>
11620             Paul Eggert  <eggert@cs.ucla.edu>
11621
11622         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
11623         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
11624         protecting things that should be done only in gnulib contexts.
11625         * lib/glob_.h: New file, containing only the glob things needed for
11626         gnulib.
11627         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
11628         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
11629         (glob, globfree, glob_pattern_p): Now defined simply in terms of
11630         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
11631         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
11632         and to respect the namespace rules better.
11633
11634 2005-09-08  Simon Josefsson  <jas@extundo.com>
11635
11636         * modules/socklen: New file.
11637
11638 2005-09-08  Simon Josefsson  <jas@extundo.com>
11639
11640         * m4/socklen.m4: New file.
11641
11642 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11643
11644         * modules/utimens (Files): Add m4/utimbuf.m4, since
11645         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
11646         Reported by Sergey Poznyakoff.
11647
11648 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11649
11650         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
11651         definitions, since that's the preferred style in glibc.
11652         Fix a minor spacing issue, and update copyright notice to match
11653         glibc's.
11654
11655 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11656
11657         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
11658
11659 2005-09-06  Simon Josefsson  <jas@extundo.com>
11660
11661         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
11662         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
11663
11664 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11665
11666         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
11667         warning.
11668
11669 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11670
11671         * config/srclist.txt: Add glibc bug 1302.
11672
11673 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
11674
11675         Change bitset word type from unsigned int to unsigned long int,
11676         as this has better performance on typical 64-bit hosts.
11677         Port bitset code to hosts with unusual word sizes.
11678         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
11679         (build_collating_symbol):
11680         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
11681         argument is a bitset.  This is merely a style issue, but it makes
11682         it clearer that an entire array is expected.
11683         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
11684         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
11685         Port to the case where bitset_word is not the same as unsigned int.
11686         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11687         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
11688         Likewise.
11689         * lib/regexec.c (check_dst_limits_calc_pos_1,
11690         check_subexp_matching_top):
11691         (build_trtable, group_nodes_into_DFAstates):
11692         Likewise.
11693         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
11694         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
11695         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
11696         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
11697         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
11698         * lib/regcomp.c (optimize_subexps, lower_subexp):
11699         Work even if bitset_word has holes in its bitwise representation.
11700         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
11701         * lib/regexec.c (check_dst_limits_calc_pos_1,
11702         check_subexp_matching_top):
11703         Likewise.
11704         * lib/regex_internal.c (re_string_reconstruct):
11705         Don't assume UCHAR_MAX == 255.
11706         * lib/regex_internal.h (bitset_set_all): Likewise.
11707         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
11708         All uses changed.
11709         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
11710         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
11711         All uses changed.
11712         (BITSET_WORD_MAX): New macro.
11713         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
11714         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
11715         (bitset_empty, bitset_copy):
11716         Prefer sizeof (bitset) to multiplying it out ourselves.
11717         (bitset_not_merge): Remove; unused.
11718         (bitset_contain): Return bool, not unsigned int with one bit on.
11719         All callers changed.
11720         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
11721         alignment than re_node_set; do this by defining a new internal
11722         type struct dests_alloc and using it to allocate memory.
11723
11724 2005-09-05  Bruno Haible  <bruno@clisp.org>
11725
11726         * gnulib-tool (func_import): Fix comparison in handling of symbolic
11727         links.
11728
11729 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
11730
11731         * modules/size_max (Makefile.am): Add size_max.h
11732
11733 2005-09-04  Derek Price  <derek@ximbiot.com>
11734
11735         * gnulib-tool (func_import): Fix reversed $symbolic logic.
11736
11737 2005-09-03  Simon Josefsson  <jas@extundo.com>
11738
11739         * gnulib-tool: Fix typo.
11740
11741 2005-09-03  Simon Josefsson  <jas@extundo.com>
11742
11743         * config/srclist.txt: Add glibc bug 1293.
11744
11745 2005-09-03  Derek Price  <derek@ximbiot.com>
11746
11747         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
11748         From Larry Jones <lawrence.jones@ugs.com>.
11749
11750 2005-09-02  Simon Josefsson  <jas@extundo.com>
11751
11752         * modules/socklen: New file.
11753
11754 2005-09-02  Simon Josefsson  <jas@extundo.com>
11755
11756         * modules/havelib: New module.
11757
11758         * modules/gettext, modules/iconv, modules/lock, modules/readline:
11759         Use havelib.
11760
11761 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11762
11763         Check for arithmetic overflow when calculating sizes, to prevent
11764         some buffer-overflow issues.  These patches are conservative, in the
11765         sense that when I couldn't determine whether an overflow was possible,
11766         I inserted a run-time check.
11767         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
11768         macros.
11769         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
11770         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
11771         (re_xnrealloc, re_x2nrealloc): New inline functions.
11772         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
11773         parse_bracket_exp):
11774         (build_equiv_class, build_charclass): Check for arithmetic overflow
11775         in size expression calculations.
11776         * lib/regex_internal.c (re_string_realloc_buffers):
11777         (build_wcs_upper_buffer, re_node_set_add_intersect):
11778         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
11779         (re_dfa_add_node, register_state): Likewise.
11780         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
11781         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
11782         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
11783         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
11784
11785 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11786
11787         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
11788         m4/ulonglong.m4.  Problem reported by Martin Lambers.
11789
11790 2005-09-02  Bruno Haible  <bruno@clisp.org>
11791
11792         Support for lib vs. lib64 distinction on biarch platforms.
11793         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
11794         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
11795         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
11796
11797 2005-09-02  Bruno Haible  <bruno@clisp.org>
11798
11799         * gnulib-tool (import): In the other first-use case, provide defaults
11800         as well.
11801
11802 2005-09-02  Bruno Haible  <bruno@clisp.org>
11803
11804         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
11805         patches not yet found in the latest gettext release.
11806
11807 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11808
11809         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
11810         to avoid a collision with bits/local_lim.h in glibc.
11811         All uses changed.  Problem reported by Dmitry V. Levin in
11812         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
11813
11814         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
11815         bugs in int versus size_t comparisons.
11816         (re_string_context_at): Fix bug where the code assumed that
11817         Idx is signed.
11818
11819         Use bool where appropriate.
11820         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
11821         All callers changed.
11822         (calc_eclosure_iter): Likewise, for ROOT arg.
11823         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
11824         (build_charclass_op): Likewise, for NON_MATCH arg.
11825         * lib/regex_internal.c (re_string_allocate, re_string_construct):
11826         (re_string_construct_common): Likewise, for ICASE arg.
11827         * lib/regexec.c (re_search_2_stub, re_search_stub):
11828         Likewise, for RET_LEN arg.
11829         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
11830         (set_regs): Likewise, for FL_BACKTRACK arg.
11831         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
11832         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
11833         (calc_eclosure_iter, parse_bracket_exp):
11834         Use bool for internal variables that are booleans.
11835         * lib/regexec.c (re_search_internal, check_matching,
11836         proceed_next_node):
11837         (set_regs, build_sifted_states, sift_states_bkref):
11838         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
11839         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
11840         (find_collation_sequence_value):
11841         Likewise.
11842         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
11843         (re_node_set_compare):
11844         Return bool, not int. All callers changed.
11845         * lib/regexec.c (check_halt_node_context, check_dst_limits):
11846         (build_trtable, check_node_accept): Likewise.
11847         * lib/regex_internal.h: Include stdbool.h.
11848
11849         Fix bugs uncovered when converting to bool.
11850         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
11851         failure instead of charging ahead blindly.
11852         * lib/regex_internal.c (register_state): Likewise.
11853         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
11854         for freeing internal storage.
11855         (group_nodes_into_DFA_states): Use unsigned int, not int, for
11856         bitset pieces used as boolean, to avoid undefined behavior
11857         on hosts that do int overflow checking.
11858
11859 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11860
11861         * config/srclist.txt: Add glibc bugs 1285-1287.
11862
11863 2005-09-01  Jim Meyering  <jim@meyering.net>
11864
11865         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
11866         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
11867         Require gl_STAT_MACROS, too.
11868
11869 2005-09-01  Bruno Haible  <bruno@clisp.org>
11870
11871         * gnulib-tool (import): In the first-use case, provide defaults.
11872
11873 2005-09-01  Bruno Haible  <bruno@clisp.org>
11874
11875         * gnulib-tool (func_import): Remove the .tmp files.
11876
11877 2005-09-01  Bruno Haible  <bruno@clisp.org>
11878
11879         * gnulib-tool (func_import): Fix handling of symbolic links.
11880
11881 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11882
11883         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
11884         old glibc regex code mishandles strings longer than 2**31 bytes.
11885         This patch fixes this when the regex code is used in gnulib
11886         (i.e., outside glibc).
11887
11888         This patch should not affect the use of the regex code inside
11889         glibc.  No doubt this problem also needs to be handled for glibc
11890         as well, but the result will be an incompatible change to the
11891         glibc ABI, and the old ABI will have to be supported too.  That
11892         can be the the subject for another patch.
11893
11894         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
11895         governing whether the rest of this patch is active.  By default,
11896         the macro is disabled and the patch has no effect.
11897         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
11898         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
11899         (struct re_pattern_buffer, re_search, re_search_2, re_match):
11900         (re_match_2, re_set_registers): Use the new types.
11901         * lib/regex_internal.h (Idx, re_hashval_t): New types.
11902         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
11903         New macros.
11904         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
11905         (re_string_context_at, bin_tree_t, re_dfastate_t):
11906         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
11907         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
11908         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
11909         (re_string_char_size_at, re_string_wchar_at):
11910         (re_string_elem_size_at):
11911         Use the new types and macros to port to 64-bit hosts.
11912         Use unsigned types for internal values, so that the code
11913         mostly works even for arrays larger than SSIZE_MAX.
11914         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
11915         (search_duplicated_node, calc_eclosure_iter, fetch_number):
11916         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
11917         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
11918         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
11919         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
11920         (calc_inveclosure, parse_dup_op, build_range_exp):
11921         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
11922         (fetch_number, create_token_tree, mark_opt_subexp):
11923         Likewise.
11924         * lib/regex_internal.c (re_string_construct_common,
11925         create_ci_newstate):
11926         (create_cd_newstate, re_string_allocate, re_string_construct):
11927         (re_string_realloc_buffers, build_wcs_upper_buffer):
11928         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
11929         (re_string_reconstruct, re_string_peek_byte_case):
11930         (re_string_fetch_byte_case, re_string_context_at):
11931         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
11932         (re_node_set_init_copy, re_node_set_add_intersect):
11933         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11934         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11935         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
11936         (re_acquire_state, re_acquire_state_context, register_state):
11937         Likewise.
11938         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
11939         search_cur_bkref_entry):
11940         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
11941         (re_search_internal, re_search_2_stub, re_search_stub)
11942         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
11943         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
11944         (update_cur_sifted_state, check_dst_limits):
11945         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11946         (check_subexp_limits, sift_states_bkref, merge_state_array):
11947         (check_subexp_matching_top, get_subexp, get_subexp_sub):
11948         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
11949         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
11950         (expand_bkref_cache, check_node_accept_bytes):
11951         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
11952         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
11953         (acquire_init_state_context, check_halt_node_context):
11954         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
11955         (sift_states_backward, clean_state_log_if_needed):
11956         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
11957         (find_recover_state, transit_state_sb, transit_state_mb):
11958         (transit_state_bkref, build_trtable, match_ctx_clean):
11959         Likewise.
11960         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
11961         to work around an assumption that REG_MISSING is negative.
11962
11963         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
11964         (seek_collating_symbol_entry) [defined _LIBC]:
11965         (lookup_collation_sequence_value) [defined _LIBC]:
11966         (build_range_exp, build_collating_symbol) [defined _LIBC]:
11967         Use prototypes rather than old-style function definitions.
11968         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
11969         (transit_state_sb) [0]:
11970         (find_collation_sequence_value) [defined _LIBC]: Likewise.
11971
11972         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
11973         rm_eo.
11974
11975         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
11976         (optimize_subexps, lower_subexp):
11977         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
11978         since the signed shift might overflow.  Use 1u<<31 instead.
11979         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11980         Likewise.
11981         * lib/regexec.c (check_dst_limits_calc_pos_1,
11982         check_subexp_matching_top): Likewise.
11983
11984         * lib/regcomp.c (optimize_subexps, lower_subexp):
11985         Use CHAR_BIT rather than 8, for clarity.
11986         * lib/regexec.c (check_dst_limits_calc_pos_1):
11987         (check_subexp_matching_top): Likewise.
11988         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
11989         have to worry about portability issues when shifting it left.
11990         Remove no-longer-needed test for table_size > 0.
11991         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
11992         in a word, as the resulting behavior is undefined.
11993         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
11994         in one case, a <= should have been an <, and in another case the
11995         whole test was missing.
11996         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
11997         the standard name CHAR_BIT.
11998         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
11999         this is not true on one's complement and signed-magnitude hosts.
12000
12001         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
12002         next_last_offset.
12003         (struct re_dfa_t): Remove unused member states_alloc.
12004         * lib/regcomp.c (init_dfa): Don't initialize unused members.
12005
12006 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12007
12008         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
12009         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
12010         and large-file glibc and in 32-bit large-file Solaris.
12011
12012 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12013
12014         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
12015         lengths fit in regoff_t; this isn't true if regoff_t is the same
12016         width as size_t.
12017         * lib/regex.c (re_search_internal): 5th arg is LAST_START
12018         (= START + RANGE) instead of RANGE.  This avoids overflow
12019         problems when regoff_t is the same width as size_t.
12020         All callers changed.
12021         (re_search_2_stub): Check for overflow when adding the
12022         sizes of the two strings.
12023         (re_search_stub): Check for overflow when adding START
12024         to RANGE; if it occurs, substitute the extreme value.
12025
12026 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12027
12028         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
12029
12030 2005-08-31  Jim Meyering  <jim@meyering.net>
12031
12032         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
12033         a pointer-to-const.
12034         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
12035         (register_state): Likewise.
12036         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
12037         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12038         (group_nodes_into_DFAstates): Likewise.
12039
12040 2005-08-31  Jim Meyering  <jim@meyering.net>
12041
12042         * check-module: Add a FIXME comment.
12043
12044 2005-08-31  Eric Blake  <ebb9@byu.net>
12045
12046         * modules/unistd-safer (Files): Add unistd--.h.
12047         * modules/stdio-safer (Files): Add stdio--.h.
12048
12049 2005-08-31  Derek Price  <derek@ximbiot.com>
12050
12051         * lib/getdelim.c (getdelim): Return EOF on EOF.
12052         Reported by Larry Jones <lawrence.jones@ugs.com>.
12053
12054 2005-08-31  Bruno Haible  <bruno@clisp.org>
12055
12056         Avoid unnecessary diffs in the generated lib/Makefile.am.
12057         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
12058         the generated files.
12059         (func_import): Don't set cmd.
12060
12061 2005-08-31  Bruno Haible  <bruno@clisp.org>
12062
12063         * lib/strstr.c: Include <stddef.h>, for NULL.
12064         * lib/strcasestr.c: Likewise.
12065         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12066
12067 2005-08-31  Bruno Haible  <bruno@clisp.org>
12068
12069         * gnulib-tool: New option --macro-prefix.
12070         (func_import): Use macro_prefix.
12071         (import): Handle option --macro-prefix.
12072
12073 2005-08-31  Bruno Haible  <bruno@clisp.org>
12074
12075         * gnulib-tool (import): Rename most ac_* variables to cached_*.
12076         Also use new variables cached_lgpl, cached_libtool.
12077
12078 2005-08-31  Bruno Haible  <bruno@clisp.org>
12079
12080         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
12081         always instantiating them.
12082
12083 2005-08-31  Bruno Haible  <bruno@clisp.org>
12084
12085         * gnulib-tool (func_import): Read the previous cached settings
12086         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
12087         earlier added by gnulib but are now dropped. Warn when a gnulib file
12088         overwrites a non-gnulib file.
12089
12090 2005-08-31  Bruno Haible  <bruno@clisp.org>
12091
12092         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
12093         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
12094         projects that don't keep autogenerated files in CVS. Put into
12095         actioncmd only the specified modules, not the transitive closure.
12096
12097 2005-08-31  Bruno Haible  <bruno@clisp.org>
12098
12099         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
12100         Create directories that shall be filled.
12101         (import): Don't look for gl_* macros in configure.ac. Recurse across
12102         all directories containing a gnulib-cache.m4 files, if meaningful.
12103
12104 2005-08-31  Bruno Haible  <bruno@clisp.org>
12105
12106         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
12107         (import): Set seen_libtool when we see gl_LIBTOOL.
12108
12109 2005-08-31  Bruno Haible  <bruno@clisp.org>
12110
12111         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
12112         declaration macro definitions from generated gnulib.m4.
12113
12114 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
12115
12116         * lib/iconvme.h: Add prototype for iconv_alloc.
12117
12118 2005-08-29  Simon Josefsson  <jas@extundo.com>
12119
12120         * lib/iconvme.c: Fix errno.
12121
12122 2005-08-29  Bruno Haible  <bruno@clisp.org>
12123
12124         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
12125         that it works when the directory contains spaces.
12126
12127 2005-08-29  Bruno Haible  <bruno@clisp.org>
12128
12129         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
12130
12131 2005-08-29  Bruno Haible  <bruno@clisp.org>
12132
12133         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
12134         Emit more advice.
12135
12136 2005-08-29  Bruno Haible  <bruno@clisp.org>
12137         and Stepan Kasal  <kasal@ucw.cz>
12138
12139         * check-module: If more parameters are given, check each of them
12140         separately; add more exceptions, as noted by Jim Meyering.
12141         (check_module): New procedure.
12142         (%exempt_header): Now contains all exceptions.
12143
12144 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
12145
12146         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
12147
12148 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
12149
12150         * lib/iconvme.c: Split iconv_string into iconv_alloc.
12151
12152 2005-08-28  Bruno Haible  <bruno@clisp.org>
12153
12154         * m4/gnulib-tool.m4: New file.
12155
12156 2005-08-27  Jim Meyering  <jim@meyering.net>
12157
12158         * modules/unistd-safer (Files): Add pipe-safer.c.
12159         * modules/fcntl-safer (Files): Add creat-safer.c.
12160
12161 2005-08-27  Jim Meyering  <jim@meyering.net>
12162
12163         * m4/stdlib-safer.m4: New file.  From coreutils.
12164         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
12165         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
12166         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
12167         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
12168         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
12169
12170 2005-08-27  Jim Meyering  <jim@meyering.net>
12171
12172         * lib/fopen-safer.c: Merge minor changes from coreutils.
12173         * lib/dup-safer.c: Likewise.
12174         * lib/fd-safer.c: Likewise.
12175
12176         Merge from coreutils.
12177         * lib/stdio--.h: New file.
12178         * lib/stdlib--.h: New file.
12179         * lib/mkstemp-safer.c: New file.
12180
12181         GNU tar needs these.
12182         * lib/pipe-safer.c: New file.
12183         * lib/creat-safer.c: New file.
12184         * lib/fcntl--.h (creat): Define to creat_safer.
12185         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
12186         * lib/unistd--.h (pipe): Define to pipe_safer.
12187         * lib/unistd-safer.h: Declare pipe_safer.
12188
12189 2005-08-26  Simon Josefsson  <jas@extundo.com>
12190
12191         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
12192         Haible <bruno@clisp.org>.
12193
12194 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
12195
12196         * lib/regex_internal.h: Remove all references to
12197         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
12198         or better.
12199         (bitset_not, bitset_merge, bitset_not_merge):
12200         (bitset_mask, re_string_allocate, re_string_construct):
12201         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
12202         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
12203         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
12204         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
12205         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12206         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12207         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
12208         (re_acquire_state_context):
12209         Remove unnecessary forward decls.
12210         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
12211         Put __attribute at function definition,
12212         now that the function decl has been removed.
12213         * lib/regex_internal.c (re_string_peek_byte_case):
12214         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
12215         Likewise.
12216
12217 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
12218
12219         * m4/regex.m4: Add AC_PREREQ(2.50).
12220         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
12221
12222 2005-08-25  Simon Josefsson  <jas@extundo.com>
12223
12224         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
12225         __fsetlocking.
12226
12227 2005-08-25  Simon Josefsson  <jas@extundo.com>
12228
12229         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
12230         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
12231         GLIBC specific code.
12232
12233 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12234
12235         Make regex safe for g++.  This fixes one real bug (an "err"
12236         that should have been "*err").  g++ problem reported by
12237         Sam Steingold.
12238         * lib/regex_internal.h (re_calloc): New macro, consistent with
12239         re_malloc etc.  All callers of calloc changed to use re_calloc.
12240         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
12241         not int.  All callers changed.
12242         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
12243         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
12244         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
12245         (find_recover_state): Change "err" to "*err"; this fixes what
12246         appears to be a real bug.
12247         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
12248         versus int.
12249
12250 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12251
12252         * modules/regex (Depends-on): Add malloc, since the code
12253         assumes that !malloc(0) means failure.
12254
12255 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12256
12257         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
12258
12259         alloca modernization/simplification for regex.
12260         * lib/regex.c: Remove portability cruft for alloca.  This no longer
12261         needs to be at the start of the file, and can be moved into
12262         regex_internal.h and simplified.
12263         * lib/regex_internal.h: Include <alloca.h>.
12264         (__libc_use_alloca) [!defined _LIBC]: New macro.
12265         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
12266         now works outside glibc.
12267
12268 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12269
12270         * config/srclist.txt: Add glibc bugs 1241, 1245.
12271
12272 2005-08-25  Jim Meyering  <jim@meyering.net>
12273
12274         * lib/open-safer.c: Include <config.h>.
12275         Otherwise, we'd lose LARGEFILE support in any file using
12276         e.g. "fcntl--.h"
12277
12278 2005-08-25  Bruno Haible  <bruno@clisp.org>
12279
12280         * m4/minmax.m4: Require autoconf 2.52.
12281         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
12282         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
12283         alternatives of translit over the alphabet.
12284         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
12285
12286 2005-08-24  Simon Josefsson  <jas@extundo.com>
12287
12288         * tests/test-getpass.c: New file.
12289
12290 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12291
12292         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
12293         for GNU regex features.
12294
12295 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12296
12297         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
12298         * lib/regex.h (regerror): Likewise.
12299
12300         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
12301         requires this.  (The code never needed it.)
12302
12303         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
12304         All uses of recently-renamed identifiers changed to use the new,
12305         POSIX-compliant names.  The code will build and run just fine
12306         without these changes, but it's better to eat our own dog food
12307         and use the standard-conforming names.
12308
12309         * lib/regex.h: Fix a multitude of POSIX name space violations.
12310         These changes have an effect only for programs that define
12311         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
12312         do not change anything for programs compiled in the normal way.
12313         Also, there is no effect on the ABI.
12314
12315         (_REGEX_SOURCE): New macro.
12316         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
12317         defined and _GNU_SOURCE is not; this fixes a name space violation.
12318
12319         Rename the following macros to obey POSIX requirements.
12320         The old names are still visible as macros if _REGEX_SOURCE is defined.
12321         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
12322         RE_BACKSLASH_ESCAPE_IN_LISTS.
12323         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
12324         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
12325         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
12326         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
12327         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
12328         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
12329         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
12330         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
12331         (REG_INTERVALS): renamed from RE_INTERVALS.
12332         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
12333         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
12334         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
12335         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
12336         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
12337         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
12338         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
12339         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
12340         RE_UNMATCHED_RIGHT_PAREN_ORD.
12341         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
12342         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
12343         (REG_DEBUG): renamed from RE_DEBUG.
12344         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
12345         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
12346         unusual, since we can't clash with the POSIX REG_ICASE.
12347         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
12348         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
12349         (REG_NO_SUB): renamed from RE_NO_SUB.
12350         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
12351         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
12352         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
12353         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
12354         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
12355         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
12356         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
12357         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
12358         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
12359         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
12360         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
12361         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
12362         RE_SYNTAX_POSIX_MINIMAL_BASIC.
12363         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
12364         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
12365         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
12366         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
12367         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
12368         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
12369         (REG_FIXED): Renamed from REGS_FIXED.
12370         (REG_NREGS): Renamed from RE_NREGS.
12371
12372         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
12373         of other REG_* macros, since POSIX says the user is allowed to
12374         #undef these macros selectively.
12375
12376         (reg_errcode_t): Update comment stating what other tables need
12377         to be consistent.
12378
12379         Rename the following enum values to obey POSIX requirements.
12380         The old names are still visible as macros.
12381         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
12382         is not defined, since GNU is supposed to be a superset of POSIX as
12383         much as possible, and since we want reg_errcode_t to be a signed
12384         type for implementation consistency.
12385         (_REG_NOERROR): Renamed from REG_NOERROR.
12386         (_REG_NOMATCH): Renamed from REG_NOMATCH.
12387         (_REG_BADPAT): Renamed from REG_BADPAT.
12388         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
12389         (_REG_ECTYPE): Renamed from REG_ECTYPE.
12390         (_REG_EESCAPE): Renamed from REG_EESCAPE.
12391         (_REG_ESUBREG): Renamed from REG_ESUBREG.
12392         (_REG_EBRACK): Renamed from REG_EBRACK.
12393         (_REG_EPAREN): Renamed from REG_EPAREN.
12394         (_REG_EBRACE): Renamed from REG_EBRACE.
12395         (_REG_BADBR): Renamed from REG_BADBR.
12396         (_REG_ERANGE): Renamed from REG_ERANGE.
12397         (_REG_ESPACE): Renamed from REG_ESPACE.
12398         (_REG_BADRPT): Renamed from REG_BADRPT.
12399         (_REG_EEND): Renamed from REG_EEND.
12400         (_REG_ESIZE): Renamed from REG_ESIZE.
12401         (_REG_ERPAREN): Renamed from REG_ERPAREN.
12402         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
12403         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
12404         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
12405         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
12406
12407         (_REG_RE_NAME, _REG_RM_NAME): New macros.
12408         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
12409         changed.  But support the old name if the new one is not defined
12410         and if _REGEX_SOURCE.
12411
12412         Change the following member names in struct re_pattern_buffer.
12413         The old names are still supported if !_REGEX_SOURCE.
12414         The new names are always supported, regardless of _REGEX_SOURCE.
12415         (re_buffer): Renamed from buffer.
12416         (re_allocated): Renamed from allocated.
12417         (re_used): Renamed from used.
12418         (re_syntax): Renamed from syntax.
12419         (re_fastmap): Renamed from fastmap.
12420         (re_translate): Renamed from translate.
12421         (re_can_be_null): Renamed from can_be_null.
12422         (re_regs_allocated): Renamed from regs_allocated.
12423         (re_fastmap_accurate): Renamed from fastmap_accurate.
12424         (re_no_sub): Renamed from no_sub.
12425         (re_not_bol): Renamed from not_bol.
12426         (re_not_eol): Renamed from not_eol.
12427         (re_newline_anchor): Renamed from newline_anchor.
12428
12429         Change the following member names in struct re_registers.
12430         The old names are still supported if !_REGEX_SOURCE.
12431         The new names are always supported, regardless of _REGEX_SOURCE.
12432         (rm_num_regs): Renamed from num_regs.
12433         (rm_start): Renamed from start.
12434         (rm_end): Renamed from end.
12435
12436         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
12437         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
12438         Prepend __ to parameter names.
12439
12440         Undo yesterday's changes.
12441
12442 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12443
12444         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
12445         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
12446         lib/regex.c.
12447
12448 2005-08-24  Jim Meyering  <jim@meyering.net>
12449
12450         Sync from coreutils.
12451         * m4/fcntl-safer.m4: New file.
12452
12453         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
12454         and object files for this module.
12455
12456 2005-08-24  Jim Meyering  <jim@meyering.net>
12457
12458         Sync from coreutils.
12459         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
12460
12461 2005-08-24  Jim Meyering  <jim@meyering.net>
12462
12463         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
12464         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
12465
12466 2005-08-24  Jim Meyering  <jim@meyering.net>
12467
12468         * modules/fcntl-safer: New module.
12469         * modules/fts (Depends-on): Add fcntl-safer.
12470         * MODULES.html.sh (File descriptor based Input/Output):
12471         Add fcntl-safer.
12472
12473 2005-08-24  Bruno Haible  <bruno@clisp.org>
12474
12475         Support for unit test modules.
12476         * modules/README: Mention tests modules.
12477         * modules/TEMPLATE-TESTS: New file.
12478         * gnulib-tool: New options --extract-tests-module, --with-tests and
12479         --tests-base (unused for the moment).
12480         (testsbase, inctests): New variables.
12481         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
12482         (func_verify_module): Exclude TEMPLATE-TESTS.
12483         (func_verify_nontests_module, func_verify_tests_module): New functions.
12484         (func_get_dependencies): Add implicit dependency for tests modules.
12485         (func_get_tests_module): New function.
12486         (func_modules_transitive_closure): When --with-tests was specified,
12487         include the unit tests as well, unless explicitly avoided.
12488         (func_emit_lib_Makefile_am): Ignore the tests modules here.
12489         (func_emit_tests_Makefile_am): New function.
12490         (func_create_testdir): When --with-tests was specified, emit a
12491         tests/ directory.
12492         * MODULES.html.sh (Future developments): Update.
12493
12494 2005-08-24  Bruno Haible  <bruno@clisp.org>
12495
12496         * modules/tls-tests: New file.
12497         * tests/test-tls.c: New file, from GNU gettext.
12498
12499 2005-08-24  Bruno Haible  <bruno@clisp.org>
12500
12501         * modules/lock-tests: New file.
12502         * tests/test-lock.c: New file, from GNU gettext.
12503
12504 2005-08-24  Bruno Haible  <bruno@clisp.org>
12505
12506         * lib/lock.h: Add multiple inclusion guard.
12507         * lib/tls.h: Add multiple inclusion guard.
12508
12509 2005-08-24  Bruno Haible  <bruno@clisp.org>
12510
12511         * gnulib-tool: Add support for the --aux-dir option to
12512         --create-testdir, --create-megatestdir, --test, --megatest.
12513         (func_create_testdir, func_create_megatestdir): Optionally emit a
12514         AC_CONFIG_AUX_DIR directive.
12515         (create-testdir, create-megatestdir, test, megatest): Provide a
12516         default value for $auxdir.
12517
12518 2005-08-24  Bruno Haible  <bruno@clisp.org>
12519
12520         * gnulib-tool (import): Use compound statement instead of subshell
12521         where possible.
12522
12523 2005-08-24  Bruno Haible  <bruno@clisp.org>
12524
12525         * gnulib-tool (import): Change --aux-dir default to "build-aux".
12526
12527 2005-08-24  Bruno Haible  <bruno@clisp.org>
12528
12529         * gnulib-tool (func_version): Update.
12530
12531 2005-08-24  Bruno Haible  <bruno@clisp.org>
12532
12533         * gnulib-tool (func_import, func_create_testdir,
12534         func_create_megatestdir): Quote all autoconf macro arguments.
12535
12536 2005-08-24  Bruno Haible  <bruno@clisp.org>
12537
12538         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
12539         option --force, because --force causes the aclocal.m4 of each
12540         subdirectory to be newer than the corresponding config.h.in.
12541
12542 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12543
12544         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
12545         All contents moved to gl_REGEX.
12546         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
12547         assume that it does.
12548
12549 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12550
12551         * lib/regex.h (REG_NOSYS)
12552         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
12553         Define, since POSIX requires it as of 2001.
12554         (_REG_ENOSYS)
12555         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
12556         New private symbol, used to keep the enum signed in all cases.
12557         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
12558         Youngman in
12559         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
12560
12561         * lib/regex_internal.c (re_string_skip_chars, register_state):
12562         (calc_state_hash):
12563         Remove forward decls; no longer needed now that we use prototypes.
12564         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
12565         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
12566         (clean_state_log_if_needed): Likewise.
12567
12568 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12569
12570         * config/srclist.txt: Add glibc bugs 1231-1233.
12571
12572 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12573
12574         Fix problems reported by Sam Steingold in
12575         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
12576         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
12577         assumed that reg_errcode_t is a signed type, which is not
12578         necessarily true if _XOPEN_SOURCE is not defined.
12579         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
12580         since some compilers warn about it otherwise.
12581
12582 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12583
12584         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
12585         (init_word_char, create_initial_state, duplicate_node_closure):
12586         (fetch_token, peek_token_bracket, build_range_exp):
12587         (build_collating_symbol): Remove forward decls; no longer needed
12588         now that we use prototypes.
12589
12590         * lib/regcomp.c:
12591         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
12592         (re_compile_fastmap_iter, regcomp, regerror, regfree):
12593         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
12594         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
12595         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
12596         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
12597         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
12598         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
12599         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
12600         (build_range_exp, build_collating_symbol, parse_bracket_exp):
12601         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
12602         (build_charclass, build_charclass_op, fetch_number, create_tree):
12603         (create_token_tree, mark_opt_subexp, duplicate_tree):
12604         Use prototypes rather than old-style definitions.
12605
12606         * lib/regex_internal.c:
12607         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
12608         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
12609         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12610         (re_string_reconstruct, re_string_peek_byte_case):
12611         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
12612         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12613         (re_node_set_init_copy, re_node_set_add_intersect):
12614         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12615         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12616         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12617         (re_acquire_state, re_acquire_state_context, register_state):
12618         (create_ci_newstate, create_cd_newstate, free_state):
12619         Likewise.
12620         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
12621         re_search_2):
12622         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
12623         (re_search_internal, prune_impossible_nodes):
12624         (acquire_init_state_context, check_matching, static):
12625         (check_halt_node_context, check_halt_state_context, proceed_next_node):
12626         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
12627         (update_regs, sift_states_backward, build_sifted_states):
12628         (clean_state_log_if_needed, merge_state_array):
12629         (update_cur_sifted_state, add_epsilon_src_nodes):
12630         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
12631         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
12632         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
12633         (find_recover_state, check_subexp_matching_top, transit_state_mb):
12634         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
12635         (check_arrival, check_arrival_add_next_nodes):
12636         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12637         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12638         (check_node_accept_bytes, check_node_accept, extend_buffers):
12639         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
12640         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
12641         (sift_ctx_init):
12642         Likewise.
12643
12644         * lib/regex_internal.h:
12645         (re_string_allocate, re_string_construct, re_string_reconstruct):
12646         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
12647         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
12648         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
12649         (re_string_context_at, re_string_peek_byte_case):
12650         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
12651         is defined, since we now use prototypes always.
12652
12653         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
12654         C89 or better.  All uses removed.
12655
12656 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12657
12658         * config/srclist.txt: Add glibc bugs 1220-1227.
12659
12660 2005-08-20  Jim Meyering  <jim@meyering.net>
12661
12662         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
12663         of unused local, dfa.
12664
12665 2005-08-20  Bruno Haible  <bruno@clisp.org>
12666
12667         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
12668
12669 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12670
12671         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
12672         (re_node_set_insert_last, re_dfa_add_node):
12673         Rename local variables to avoid GCC shadowing warnings.
12674
12675 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12676
12677         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
12678         [defined lint]: Suppress bogus uninitialized-variable warnings.
12679
12680         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
12681         and let the caller return REG_ESPACE if out of space.  This
12682         removes an uninitialied-variable warning with GCC 4.0.1, and also
12683         avoids taking the address of a local variable.  All callers
12684         changed.
12685
12686 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12687
12688         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
12689         $LIBCSRC/posix/regexec.c.
12690         Add glibc bug 1217 for regcomp.c.
12691
12692 2005-08-19  Jim Meyering  <jim@meyering.net>
12693
12694         * lib/regexec.c (proceed_next_node): Redo local variables to
12695         avoid GCC shadowing warnings.
12696
12697 2005-08-18  Bruno Haible  <bruno@clisp.org>
12698
12699         * lib/strstr.c (strstr): Fix return value in multibyte case.
12700         * lib/strcasestr.c (strcasestr): Likewise.
12701
12702 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12703
12704         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
12705
12706 2005-08-17  Jim Meyering  <jim@meyering.net>
12707
12708         Make the %s format (seconds since the epoch) work for a negative
12709         number and when used with a zero-padded field width, e.g. %015s.
12710
12711         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
12712         label so that it precedes the code to set `digits'.  Otherwise,
12713         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
12714         print `00-22'.  Now, it prints `-0022', as it should.
12715
12716 2005-08-17  Bruno Haible  <bruno@clisp.org>
12717
12718         * modules/strstr (Files): Add m4/mbrtowc.m4.
12719         (Depends-on): Add mbuiter.
12720
12721 2005-08-17  Bruno Haible  <bruno@clisp.org>
12722
12723         * modules/strcasestr: New file.
12724         * MODULES.html.sh (String handling, based on ANSI C 89): Add
12725         strcasestr.
12726
12727 2005-08-17  Bruno Haible  <bruno@clisp.org>
12728
12729         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
12730
12731 2005-08-17  Bruno Haible  <bruno@clisp.org>
12732
12733         * modules/mbuiter: New file.
12734         * MODULES.html.sh (Extended multibyte and wide character utilities):
12735         Add mbuiter.
12736
12737 2005-08-17  Bruno Haible  <bruno@clisp.org>
12738
12739         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
12740         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
12741
12742 2005-08-17  Bruno Haible  <bruno@clisp.org>
12743
12744         * m4/strcasestr.m4: New file.
12745
12746 2005-08-17  Bruno Haible  <bruno@clisp.org>
12747
12748         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
12749         * lib/strstr.c: Completely rewritten, with multibyte locale support.
12750
12751 2005-08-17  Bruno Haible  <bruno@clisp.org>
12752
12753         * lib/strcasestr.h: New file.
12754         * lib/strcasestr.c: New file.
12755
12756 2005-08-17  Bruno Haible  <bruno@clisp.org>
12757
12758         * lib/strcasecmp.c: Use mbuiter.h.
12759
12760 2005-08-17  Bruno Haible  <bruno@clisp.org>
12761
12762         * lib/mbuiter.h: New file.
12763
12764 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12765
12766         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
12767         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
12768         and gl_GETOPT are both invoked via different paths (as happens
12769         with GNU tar CVS because it uses both argp and getopt), the former
12770         wins.
12771
12772 2005-08-16  Bruno Haible  <bruno@clisp.org>
12773
12774         * modules/tls: New file.
12775         * MODULES.html.sh (Multithreading): Add tls.
12776
12777 2005-08-16  Bruno Haible  <bruno@clisp.org>
12778
12779         * modules/strnlen1: New file.
12780         * MODULES.html.sh (String handling): Add strnlen1.
12781
12782 2005-08-16  Bruno Haible  <bruno@clisp.org>
12783
12784         * modules/strcase (Files): Add m4/mbrtowc.m4.
12785         (Depends-on): Add strnlen1, mbchar.
12786
12787 2005-08-16  Bruno Haible  <bruno@clisp.org>
12788
12789         * modules/mbiter: New file.
12790         * MODULES.html.sh (Extended multibyte and wide character utilities):
12791         Add mbiter.
12792
12793 2005-08-16  Bruno Haible  <bruno@clisp.org>
12794
12795         * modules/mbfile: New file.
12796         * MODULES.html.sh (Extended multibyte and wide character utilities):
12797         Add mbfile.
12798
12799 2005-08-16  Bruno Haible  <bruno@clisp.org>
12800
12801         * modules/mbchar: New file.
12802         * MODULES.html.sh (Extended multibyte and wide character utilities):
12803         New section.
12804
12805 2005-08-16  Bruno Haible  <bruno@clisp.org>
12806
12807         * m4/tls.m4: New file, from GNU gettext.
12808
12809 2005-08-16  Bruno Haible  <bruno@clisp.org>
12810
12811         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
12812         always.
12813         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
12814
12815 2005-08-16  Bruno Haible  <bruno@clisp.org>
12816
12817         * m4/mbiter.m4: New file.
12818
12819 2005-08-16  Bruno Haible  <bruno@clisp.org>
12820
12821         * m4/mbfile.m4: New file.
12822
12823 2005-08-16  Bruno Haible  <bruno@clisp.org>
12824
12825         * m4/mbchar.m4: New file.
12826
12827 2005-08-16  Bruno Haible  <bruno@clisp.org>
12828
12829         * lib/tls.h: New file, from GNU gettext.
12830         * lib/tls.c: New file, from GNU gettext.
12831
12832 2005-08-16  Bruno Haible  <bruno@clisp.org>
12833
12834         * lib/strnlen1.h: New file.
12835         * lib/strnlen1.c: New file.
12836
12837 2005-08-16  Bruno Haible  <bruno@clisp.org>
12838
12839         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
12840         (mbi_init): Update.
12841         (mbi_avail, mbi_advance): Let the iteration end before the terminating
12842         NUL byte, not after it.
12843
12844 2005-08-16  Bruno Haible  <bruno@clisp.org>
12845
12846         * lib/strcase.h (strcasecmp): Add note in comments.
12847         * lib/strncasecmp.c: Use code from strcasecmp.c.
12848         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
12849         (strcasecmp): Work correctly in multibyte locales.
12850
12851 2005-08-16  Bruno Haible  <bruno@clisp.org>
12852
12853         * lib/mbiter.h: New file.
12854
12855 2005-08-16  Bruno Haible  <bruno@clisp.org>
12856
12857         * lib/mbfile.h: New file.
12858
12859 2005-08-16  Bruno Haible  <bruno@clisp.org>
12860
12861         * lib/mbchar.h: New file.
12862         * lib/mbchar.c: New file.
12863
12864 2005-08-16  Bruno Haible  <bruno@clisp.org>
12865
12866         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
12867         the valid ones. Makes the comparison operations transitive:
12868         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
12869         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
12870
12871 2005-08-15  Simon Josefsson  <jas@extundo.com>
12872
12873         * modules/ssize_t (License): Change to 'unlimited'.
12874
12875         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
12876
12877 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12878
12879         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
12880         Add comments for each pending glibc patch.
12881
12882 2005-08-15  Bruno Haible  <bruno@clisp.org>
12883
12884         * lib/regex.h (__restrict_arr): Don't define to __restrict if
12885         __cplusplus is defined.
12886
12887 2005-08-14  Jim Meyering  <jim@meyering.net>
12888
12889         Sync from coreutils.
12890
12891         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
12892         Use the hash-table-based cycle-detection code not just when
12893         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
12894         Reported by James Youngman in
12895         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
12896         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
12897         FTS_TIGHT_CYCLE_CHECK.
12898         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
12899         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
12900         once again.
12901         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
12902         * lib/fts.c (fd_safer): Remove decl.
12903         Include fcntl--.h rather than unistd-safer.h
12904         (fts_safe_changedir): Don't call fd_safer; no longer needed
12905         now that we include fcntl--.h.
12906
12907 2005-08-12  Simon Josefsson  <jas@extundo.com>
12908
12909         * modules/getndelim2: Use ssize_t module.
12910         * modules/getnline: Likewise.
12911         * modules/safe-read: Likewise.
12912         * modules/xreadlink: Likewise.
12913
12914         * modules/ssize_t: New file.
12915
12916 2005-08-12  Simon Josefsson  <jas@extundo.com>
12917
12918         * m4/readline.m4: Look for termcap, curses or ncurses if required.
12919
12920 2005-08-12  Simon Josefsson  <jas@extundo.com>
12921
12922         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12923         ssize_t.
12924
12925 2005-08-12  Simon Josefsson  <jas@extundo.com>
12926
12927         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
12928         readline, getdelim and check_version.
12929         (Support for systems lacking ISO C 99: Sizes of integer types):
12930         Add size_max.
12931
12932 2005-08-12  Bruno Haible  <bruno@clisp.org>
12933
12934         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
12935
12936 2005-08-11  Simon Josefsson  <jas@extundo.com>
12937
12938         * modules/readline: New file.
12939
12940         * modules/strnlen (Files): Add strnlen.h.
12941
12942 2005-08-11  Simon Josefsson  <jas@extundo.com>
12943
12944         * m4/readline.m4: New file.
12945
12946 2005-08-11  Simon Josefsson  <jas@extundo.com>
12947
12948         * lib/readline.h, readline.c: New file.
12949
12950 2005-08-11  Simon Josefsson  <jas@extundo.com>
12951
12952         * doc/gnulib.texi (Initial import, Finishing touches): Mention
12953         gl_AVOID.
12954
12955 2005-08-11  Bruno Haible  <bruno@clisp.org>
12956
12957         * lib/strnlen.h (strnlen): Change parameter name to match comment.
12958
12959 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
12960
12961         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
12962
12963 2005-08-10  Simon Josefsson  <jas@extundo.com>
12964
12965         * tests/test-iconvme.c: New file.
12966
12967 2005-08-10  Simon Josefsson  <jas@extundo.com>
12968
12969         * m4/strnlen.m4: New file.
12970
12971         * m4/strndup.m4: Don't check for strnlen declaration, done in
12972         strnlen.m4.
12973
12974 2005-08-10  Simon Josefsson  <jas@extundo.com>
12975
12976         * lib/strndup.c: Use strnlen.h.
12977
12978         * lib/strnlen.h: New file.
12979
12980 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12981
12982         * README: Typos.
12983
12984 2005-08-02  Simon Josefsson  <jas@extundo.com>
12985
12986         * modules/readline: New file.
12987
12988 2005-08-02  Simon Josefsson  <jas@extundo.com>
12989
12990         * modules/getdelim: New file.
12991
12992         * modules/getline: Rewrite, don't use getndelim2.
12993
12994 2005-08-02  Simon Josefsson  <jas@extundo.com>
12995
12996         * m4/getline.m4: Separate out getdelim stuff into separate module.
12997
12998         * m4/getdelim.m4: New file.
12999
13000 2005-08-02  Simon Josefsson  <jas@extundo.com>
13001
13002         * lib/getline.h, getline.c: Rewrite.
13003
13004         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
13005
13006 2005-07-31  Bruno Haible  <bruno@clisp.org>
13007
13008         * lib/lock.h (gl_lock_initializer): New macro.
13009         (gl_lock_define_initialized): Use it.
13010         (gl_rwlock_initializer): New macro.
13011         (gl_rwlock_define_initialized): Use it.
13012         (gl_recursive_lock_initializer): New macro.
13013         (gl_recursive_lock_define_initialized): Use it.
13014
13015 2005-07-30  Karl Berry  <karl@gnu.org>
13016
13017         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
13018         Report from Ben Pfaff, regarding getopt.
13019
13020 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
13021
13022         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
13023         normal way.
13024         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
13025         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
13026         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
13027         (gl_GETOPT): Use the new macros.  Most of the implementation
13028         is moved to the new macros.  This is for programs like Emacs
13029         that don't want all the functionality of gl_GETOPT.
13030
13031 2005-07-26  Bruno Haible  <bruno@clisp.org>
13032
13033         * m4/lock.m4: Update from GNU gettext.
13034
13035 2005-07-26  Bruno Haible  <bruno@clisp.org>
13036
13037         * lib/lock.h: Update from GNU gettext.
13038         * lib/lock.c: Update from GNU gettext.
13039
13040 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
13041
13042         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
13043         obsolescent AC_TRY_RUN.  Include the default includes files, for
13044         'exit'.
13045
13046 2005-07-24  Bruno Haible  <bruno@clisp.org>
13047
13048         * modules/visibility: New file.
13049         * MODULES.html.sh (Misc): Add visibility.
13050
13051 2005-07-24  Bruno Haible  <bruno@clisp.org>
13052
13053         * m4/visibility.m4: New file.
13054
13055 2005-07-24  Bruno Haible  <bruno@clisp.org>
13056
13057         * doc/visibility.texi: New file.
13058
13059 2005-07-22  Bruno Haible  <bruno@clisp.org>
13060
13061         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
13062         $(ALLOCA_H), redundant through BUILT_SOURCES.
13063         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
13064         redundant through BUILT_SOURCES.
13065         * modules/byteswap (Makefile.am): Remove explicit dependency on
13066         $(BYTESWAP_H), redundant through BUILT_SOURCES.
13067         * modules/fnmatch (Makefile.am): Remove explicit dependency on
13068         $(FNMATCH_H), redundant through BUILT_SOURCES.
13069         * modules/getopt (Makefile.am): Remove explicit dependency on
13070         $(GETOPT_H), redundant through BUILT_SOURCES.
13071         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
13072         redundant through BUILT_SOURCES.
13073         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
13074         redundant through BUILT_SOURCES.
13075         * modules/stdbool (Makefile.am): Remove explicit dependency on
13076         $(STDBOOL_H), redundant through BUILT_SOURCES.
13077         * modules/stdint (Makefile.am): Remove explicit dependency on
13078         $(STDINT_H), redundant through BUILT_SOURCES.
13079         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
13080         Remove explicit dependency on $(SYSEXITS_H).
13081         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
13082
13083 2005-07-18  Simon Josefsson  <jas@extundo.com>
13084
13085         * lib/check-version.c (check_version): Accept identical versions too.
13086
13087 2005-07-18  Bruno Haible  <bruno@clisp.org>
13088
13089         * modules/lock: New file.
13090         * MODULES.html.sh (Multithreading): New section.
13091
13092 2005-07-18  Bruno Haible  <bruno@clisp.org>
13093
13094         * m4/lock.m4: New file, from GNU gettext.
13095
13096 2005-07-18  Bruno Haible  <bruno@clisp.org>
13097
13098         * lib/lock.h: New file, from GNU gettext.
13099         * lib/lock.c: New file, from GNU gettext.
13100
13101 2005-07-18  Bruno Haible  <bruno@clisp.org>
13102
13103         * lib/lock.h (gl_once_t): New type.
13104         (gl_once_define, gl_once): New macros.
13105         * lib/lock.c (fresh_once): New variable.
13106         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
13107         functions.
13108
13109 2005-07-16  Simon Josefsson  <jas@extundo.com>
13110
13111         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
13112         workaround, suggested by Bruno.
13113
13114 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13115
13116         * modules/xalloc (Depends-on): Add xalloc-die.
13117         * modules/xvasprintf (Depends-on): Add xalloc-die.
13118
13119 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13120
13121         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
13122         with a minor change.
13123
13124 2005-07-15  Bruno Haible  <bruno@clisp.org>
13125
13126         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
13127         When using lib/poll.c, define poll as rpl_poll.
13128
13129 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
13130
13131         * modules/argp (Depends-on): Remove unlocked-io.
13132
13133 2005-07-14  Derek Price  <derek@ximbiot.com>
13134
13135         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
13136         for glob symlink bug.
13137
13138 2005-07-14  Bruno Haible  <bruno@clisp.org>
13139
13140         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
13141         Instead, test for *_unlocked function declarations directly.
13142
13143 2005-07-11  Simon Josefsson  <jas@extundo.com>
13144
13145         * modules/size_max: New file.
13146
13147         * modules/xsize: Depend on size_max module for size_max.m4.
13148
13149 2005-07-11  Simon Josefsson  <jas@extundo.com>
13150
13151         * lib/size_max.h: New file.
13152
13153 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
13154
13155         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
13156         copyright symbol and the year.
13157         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
13158         (version_etc_va): Use parameterized copyright notice.
13159         Reword to conform to the current GNU coding standards.
13160
13161 2005-07-11  Karl Berry  <karl@gnu.org>
13162
13163         * doc/gnulib.texi (Quoting): new node.
13164         (Initial import): more info, from Patrice.
13165
13166 2005-07-11  Bruno Haible  <bruno@clisp.org>
13167
13168         * gnulib-tool (func_usage): Document option --avoid.
13169         (Command line options): Handle --avoid.
13170         (func_acceptable): New function.
13171         (func_modules_transitive_closure): Use it.
13172
13173 2005-07-11  Bruno Haible  <bruno@clisp.org>
13174
13175         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
13176         Reported by Jim Meyering.
13177
13178 2005-07-10  Bruno Haible  <bruno@clisp.org>
13179
13180         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
13181         Needed when size_t is smaller than 'unsigned int'.
13182         Reported by Paul Eggert.
13183
13184 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13185
13186         * modules/argp (Depends-on): Add unlocked-io
13187
13188 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13189
13190         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
13191         block of defines.
13192
13193 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13194
13195         * config/srclist.txt: Comment out regcomp.c, since we have a porting
13196         fix now.
13197
13198 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
13199         and Paul Eggert  <eggert@cs.ucla.edu>
13200
13201         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
13202         in wint_t, not wchar_t.  Remove now-unnecessary cast.
13203
13204 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13205
13206         * modules/regex (Files): Add lib/regex_internal.c,
13207         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
13208         (Depends-on): Add extensions.
13209         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
13210
13211 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13212
13213         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
13214         pathconf.
13215         * m4/same.m4 (gl_SAME): Likewise.
13216         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
13217
13218         * m4/regex.m4: Adjust to new libc regex implementation.
13219         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
13220         all the .c and .h parts of (the new) regex.
13221         Quote the m4 stuff better.
13222         Check for RE_ICASE bug of old gnulib.
13223         Check for REG_STARTEND of recent libc.
13224         Rename local variables from jm_* to gl_*.
13225         Quote operand of "test -f".
13226         Say "recent enough" version of libc, not "version 2".
13227         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
13228         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
13229         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
13230         Remove check for btowc, isascii.
13231         Require AM_LANGINFO_CODESET.
13232
13233 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13234
13235         * lib/regex.c, regex.h: Sync from libc.
13236         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
13237         * lib/regexec.c:
13238         New files, synced from libc, except that regex_internal.h
13239         currently has a small porting fix.
13240
13241 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13242
13243         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
13244         regex_internal.c, regexec.c.
13245         Add regex_internal.h too, but as a comment, since the libc version
13246         is currently broken in gnulib mode.
13247
13248 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13249
13250         Support programs like Emacs that use gnulib but not gettext.
13251         * MODULES.html.sh (Internationalization functions): Add gettext-h.
13252         * modules/gettext-h: New file.
13253         * modules/gettext (Files): Remove lib/gettext.h.
13254         (Depends-on): Add gettext-h.
13255         (Makefile.am): Remove lib_SOURCES.
13256         * modules/argmatch, modules/c-stack, modules/closeout:
13257         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
13258         * modules/execute, modules/file-type, modules/getaddrinfo:
13259         * modules/getopt, modules/human, modules/javacomp:
13260         * modules/javaexec, modules/mkdir-p, modules/obstack:
13261         * modules/openat, modules/pagealign_alloc, modules/pipe:
13262         * modules/quotearg, modules/regex, modules/rpmatch:
13263         * modules/unicodeio, modules/userspec, modules/version-etc:
13264         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
13265         * modules/xsetenv:
13266         Depend on gettext-h, not gettext.
13267
13268 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13269
13270         * gnulib-tool (func_import): Add support for 'public domain' license.
13271         * modules/alloca, modules/atexit, modules/memmove:
13272         Now public domain, not GPL.
13273         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
13274         * modules/realloc, modules/strerror, modules/strtod:
13275         Now LGPL, not GPL.
13276
13277 2005-07-05  Bruno Haible  <bruno@clisp.org>
13278
13279         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
13280         autoconf CVS. Needed for mingw.
13281
13282 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13283
13284         Remove the dependency of the strftime module on the tzset module.
13285         * modules/strftime (Depends-on): Remove dependency on tzset.
13286
13287 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13288
13289         Remove the dependency of the strftime module on the tzset module.
13290         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
13291         gl_FUNC_TZSET_CLOBBER.
13292
13293 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13294
13295         Remove the dependency of the strftime module on the tzset module.
13296         * lib/strftime.c (my_strftime)
13297         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
13298         Copy the input structure, to work around some of the bug with
13299         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
13300         Solaris releases, you should also use the tzset module, but we won't
13301         require it as a dependency any more since we don't want LGPLed code
13302         to depend on GPLed code.
13303
13304 2005-07-02  Jim Meyering  <jim@meyering.net>
13305
13306         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
13307         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
13308         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
13309         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
13310
13311 2005-07-02  Jim Meyering  <jim@meyering.net>
13312
13313         * lib/backupfile.c (backup_args): Change a `0' to NULL.
13314
13315 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13316
13317         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
13318         declares only 'struct timespec;' (!).
13319
13320 2005-07-01  Jim Meyering  <jim@meyering.net>
13321
13322         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
13323         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
13324         * lib/save-cwd.c, tempname.c:
13325         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13326         and don't include <sys/file.h>).
13327
13328 2005-06-29  Jim Meyering  <jim@meyering.net>
13329
13330         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
13331         type name.  Use the variable name instead.
13332         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
13333         Likewise.
13334
13335 2005-06-28  Simon Josefsson  <jas@extundo.com>
13336
13337         * modules/check-version (Files): Add check-version.m4.
13338
13339 2005-06-28  Simon Josefsson  <jas@extundo.com>
13340
13341         * m4/check-version.m4: New file, suggested by Jim Meyering
13342         <jim@meyering.net>.
13343
13344 2005-06-28  Simon Josefsson  <jas@extundo.com>
13345
13346         * lib/check-version.h, lib/check-version.c: New files.
13347
13348 2005-06-28  Simon Josefsson  <jas@extundo.com>
13349
13350         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
13351         collision with global variable.  Better indentation.  Don't
13352         increment buffer pointer beyond buffer end.  Based on comments
13353         from Paul Eggert <eggert@cs.ucla.edu>.
13354
13355         * lib/base64.h: Indent.
13356
13357 2005-06-28  Simon Josefsson  <jas@extundo.com>
13358
13359         * doc/gnulib.texi (Library version handling): New section.
13360
13361 2005-06-28  Jim Meyering  <jim@meyering.net>
13362
13363         * check-module (find_included_lib_files): Hard-code another
13364         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
13365         but modules/fts-lgpl (correctly) does not list those files.
13366
13367         * modules/canonicalize (Files): Add lib/pathmax.h.
13368
13369 2005-06-25  Simon Josefsson  <jas@extundo.com>
13370
13371         * modules/check-version: New file.
13372
13373 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
13374
13375         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
13376         initializer of struct addrinfo, as an indication that we don't
13377         care how many members the structure has.
13378
13379 2005-06-24  Derek Price  <derek@ximbiot.com>
13380         and Bruno Haible  <bruno@clisp.org>
13381
13382         Remove stat module & update lstat.
13383         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
13384         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
13385         * m4/stat.m4: Remove this file.
13386
13387 2005-06-24  Derek Price  <derek@ximbiot.com>
13388         and Bruno Haible  <bruno@clisp.org>
13389
13390         Remove stat module & update lstat.
13391         * lib/stat.c: Remove this file...
13392         (slash_aware_lstat): ...moving this content and its support...
13393         * lib/lstat.c (rpl_lstat): ...into here.
13394         * lib/lstat.h: New file.
13395
13396 2005-06-24  Derek Price  <derek@ximbiot.com>
13397         and Bruno Haible  <bruno@clisp.org>
13398
13399         Remove stat module & update lstat.
13400         * config/srclist.txt (libc sources): Remove stat.
13401
13402 2005-06-24  Derek Price  <derek@ximbiot.com>
13403         and Bruno Haible  <bruno@clisp.org>
13404
13405         Remove stat module & update lstat.
13406         * MODULES.html.sh (stat): Remove.
13407         * MODULES.html: Regenerated.
13408         * modules/lstat (Description): Correct function name.
13409         (Files): Add "lstat.h".
13410         (Depends-on): Remove stat, add xalloc, stat-macros.
13411         * modules/stat: Remove this file.
13412         (Include): Add "lstat.h", remove <sys/stat.h>.
13413
13414 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13415
13416         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
13417         (ranged_convert): Don't save conversion in a temporary struct.
13418         This causes a warning with GCC 4.0.0, and anyway in the typical
13419         case it's not worth the extra 100 bytes or so of code.
13420         (ranged_convert, __mktime_internal): When calling a function via a
13421         pointer P, use P () rather than (*P) (), as we now assume C89 or
13422         better.
13423
13424 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13425
13426         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
13427         "who -r" failed to give output.  Problem reported by Tim Waugh.
13428
13429         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
13430         (xcalloc): Use it to avoid needless tests.
13431         Problem reported by Jim Meyering.
13432
13433 2005-06-20  Derek Price  <derek@ximbiot.com>
13434
13435         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
13436         unnecessary for Autoconfs > 2.59c.
13437
13438 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13439
13440         * lib/argp.h (__option_is_short): Check upper limit of
13441         __key. Isprint() requires its argument to have the value
13442         of an unsigned char or EOF.
13443
13444 2005-06-16  Jim Meyering  <jim@meyering.net>
13445
13446         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
13447         when either N or S is zero.
13448
13449 2005-06-16  Derek Price  <derek@ximbiot.com>
13450
13451         * m4/bison.m4: Declare YACC & YFLAGS precious.
13452
13453 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
13454
13455         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
13456         multibyte string or pattern, fall back on unibyte matching.
13457         Problem reported by James Youngman.
13458
13459 2005-06-08  Bruno Haible  <bruno@clisp.org>
13460
13461         * modules/csharpcomp: New file.
13462         * MODULES.html.sh (C#): Add csharpcomp.
13463
13464 2005-06-08  Bruno Haible  <bruno@clisp.org>
13465
13466         * m4/csharpcomp.m4: New file, from GNU gettext.
13467
13468 2005-06-08  Bruno Haible  <bruno@clisp.org>
13469
13470         * lib/csharpcomp.h: New file, from GNU gettext.
13471         * lib/csharpcomp.c: New file, from GNU gettext.
13472         * lib/csharpcomp.sh.in: New file, from GNU gettext.
13473
13474 2005-06-08  Bruno Haible  <bruno@clisp.org>
13475
13476         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
13477         warning on mingw.
13478
13479 2005-06-07  Derek Price  <derek@ximbiot.com>
13480
13481         Sync from CVS.
13482         * lib/glob_.h: Indent nested #ifdef.
13483
13484 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13485
13486         Sync from coreutils.
13487         Use "file name" when talking about file names, instead of "filename"
13488         or "path", as per the GNU coding standards.
13489         * lib/mkdir-p.c: Renamed from makepath.c.
13490         (make_dir_parents): Renamed from make_path.  All callers changed.
13491         * lib/mkdir-p.h: Likewise.  All includers changed.
13492         * lib/filenamecat.c: Renamed from path-concat.c.
13493         (file_name_concat): Renamed from path_concat.  All callers changed.
13494         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
13495         * lib/filenamecat.h: Likewise.  All includers changed.
13496         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
13497         in comments or local variable names.
13498         * lib/basename.c: Likewise.
13499         * lib/canonicalize.c, canonicalize.h: Likewise.
13500         * lib/dirname.c, dirname.h: Likewise.
13501         * lib/euidaccess.c: Likewise.
13502         * lib/exclude.c: Likewise
13503         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
13504         * lib/fsusage.c, fsuage.h: Likewise.
13505         * lib/fts.c, fts_.h: Likewise.
13506         * lib/getcwd.c: Likewise.
13507         * lib/getloadavg.c: Likewise.
13508         * lib/mkstemp.c: Likewise.
13509         * lib/mountlist.c, mountlist.h: Likewise.
13510         * lib/openat.c, openat.h: Likewise.
13511         * lib/readlink-stub.c: Likewise.
13512         * lib/readutmp.c, readutmp.h: Likewise.
13513         * lib/rename.c: Likewise.
13514         * lib/rmdir.c: Likewise.
13515         * lib/same.c: Likewise.
13516         * lib/savedir.c: Likewise.
13517         * lib/stripslash.c: Likewise.
13518         * lib/tempname.c: Likewise.
13519         * lib/xreadlink.c: Likewise.
13520         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
13521         All uses changed.
13522         * lib/exclude.h: Likewise.
13523
13524         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
13525         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13526         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
13527         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13528         * lib/pathmax.h: Include <limits.h> unconditionally, since other
13529         files have been getting away with it for years (MORE/BSD 4.3
13530         is extinct now).
13531         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
13532         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13533
13534         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
13535         Define to 256, not 255, as per modern POSIX.
13536
13537 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13538
13539         Sync from coreutils.
13540         Use "file name" when talking about file names, instead of "filename"
13541         or "path", as per the GNU coding standards.
13542         * MODULES.html.sh: mkdir-p renamed from makepath.
13543         filenamecat renamed from path-concat.
13544         * modules/filenamecat: Renamed from modules/path-concat.
13545         (Files): filenamecat.h and filenamecat.c renamed from
13546         path-concat.h and path-concat.c.
13547         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
13548         (Include): filenamecat.h, not path-concat.h.
13549         * modules/mkdir-p: Renamed from modules/makepath.
13550         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
13551         makepath.c.
13552         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
13553         (Include): mkdir-p.h, not makepath.h.
13554
13555 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13556
13557         Sync from coreutils.
13558         * m4/mkdir-p.m4: Renamed from makepath.m4.
13559         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
13560         Rename files from makepath.c to mkdir-p.c, and from
13561         makepath.h to mkdir-p.h.
13562         * m4/filenamecat.m4: Renamed from path-concat.m4.
13563         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
13564         Rename files from path-concat.c to filenamecat.c,
13565         and from path-concat.h to filenamecat.h.
13566         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
13567         "file name" in local variables or comments.
13568         * m4/rename.m4: Likewise.
13569
13570 2005-06-01  Bruno Haible  <bruno@clisp.org>
13571
13572         * modules/csharpexec: New file.
13573         * MODULES.html.sh (C#): New section.
13574
13575 2005-06-01  Bruno Haible  <bruno@clisp.org>
13576
13577         * m4/csharp.m4: New file, from GNU gettext.
13578         * m4/csharpexec.m4: New file, from GNU gettext.
13579
13580 2005-06-01  Bruno Haible  <bruno@clisp.org>
13581
13582         * lib/csharpexec.h: New file, from GNU gettext.
13583         * lib/csharpexec.c: New file, from GNU gettext.
13584         * lib/csharpexec.sh.in: New file, from GNU gettext.
13585
13586 2005-05-31  Derek Price  <derek@ximbiot.com>
13587             Paul Eggert  <eggert@cs.ucla.edu>
13588
13589         Sync from cvs.
13590         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13591
13592 2005-05-31  Derek Price  <derek@ximbiot.com>
13593             Paul Eggert  <eggert@cs.ucla.edu>
13594
13595         Sync from cvs.
13596         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13597
13598 2005-05-29  Derek Price  <derek@ximbiot.com>
13599
13600         * config/srclist.txt (glob_.h, glob.c): Add these files.
13601
13602 2005-05-29  Derek Price  <derek@ximbiot.com>
13603
13604         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
13605         * modules/glob: New file.
13606         * modules/getlogin_r: Add link to POSIX spec in description.
13607
13608 2005-05-29  Derek Price  <derek@ximbiot.com>
13609             Paul Eggert  <eggert@cs.ucla.edu>
13610
13611         * m4/glob.m4: New file.
13612
13613 2005-05-29  Derek Price  <derek@ximbiot.com>
13614             Paul Eggert  <eggert@cs.ucla.edu>
13615
13616         * lib/glob_.h, lib/glob.c: New files.
13617
13618 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13619
13620         * modules/fts (Files): Remove m4/inttypes-pri.m4.
13621         * modules/fts-lgpl (Depends-on): Remove gettext.
13622
13623 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13624
13625         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
13626         and don't require gt_INTTYPES_PRI.
13627
13628 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13629
13630         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
13631
13632         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
13633         the configuration hassle isn't worth it.
13634         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
13635         (LONGEST_MODIFIER, PRIuMAX): Remove.
13636
13637 2005-05-27  Bruno Haible  <bruno@clisp.org>
13638
13639         * lib/getlogin_r.h: Remove second include of <stddef.h>.
13640
13641 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
13642
13643         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
13644         _POSIX_PTHREAD_SEMANTICS for Solaris.
13645
13646 2005-05-25  Derek Price  <derek@ximbiot.com>
13647
13648         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
13649
13650 2005-05-25  Derek Price  <derek@ximbiot.com>
13651             Paul Eggert  <eggert@cs.ucla.edu>
13652
13653         * modules/getlogin_r, m4/getlogin_r.m4: New files.
13654         * lib/getlogin_r.c, getlogin_r.h: New files.
13655
13656 2005-05-25  Bruno Haible  <bruno@clisp.org>
13657             Derek Price  <derek@ximbiot.com>
13658
13659         * lib/getlogin_r.h: Simplify API documentation.
13660
13661 2005-05-23  Derek Price  <derek@ximbiot.com>
13662
13663         * modules/minmax (Files): Add m4/minmax.m4.
13664         (configure.ac): Add gl_MINMAX.
13665
13666 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13667
13668         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
13669         so that unistd-safer.h (GPL'ed code) need not be included.
13670
13671 2005-05-22  Bruno Haible  <bruno@clisp.org>
13672
13673         * m4/minmax.m4: New file.
13674         Based on a patch by Derek Price <derek@ximbiot.com>.
13675
13676 2005-05-22  Bruno Haible  <bruno@clisp.org>
13677
13678         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
13679         (INT64_MIN): Fix definition.
13680         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
13681
13682         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
13683         NEED_SIGNED_INT_TYPES.
13684
13685         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
13686         HAVE_SYSTEM_INTTYPES.
13687
13688 2005-05-22  Bruno Haible  <bruno@clisp.org>
13689
13690         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
13691         Also include <sys/param.h> if it defines MIN, MAX.
13692         Based on a patch by Derek Price <derek@ximbiot.com>.
13693
13694 2005-05-21  Jim Meyering  <jim@meyering.net>
13695
13696         * modules/fts (Files): Add m4/inttypes-pri.m4.
13697         (Depends-on): Add lstat and remove gettext.  Alphabetize.
13698
13699 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13700
13701         New fts module.
13702         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
13703         (setup_dir, free_dir): New functions.
13704         (enter_dir, leave_dir): Define trivial
13705         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
13706         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
13707         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
13708         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
13709         Move to fts-cycle.c.
13710         (fts_open): Use setup_dir.
13711         (fts_close): Use free_dir.
13712         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
13713         This adds a label and some gotos, but the alternatives were messier.
13714         Check for memory allocation failure when entering a dir.
13715         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
13716         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
13717         (FTS): New member fts_cycle, that is a union that contains the
13718         old active_dir_ht and cycle_state.  All uses changed to mention
13719         fts_cycle.ht and fts_cycle.state.
13720         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
13721         fts.c, with the following changes:
13722         (setup_dir, free_dir): New functions.
13723         (enter_dir): Now returns bool.  Return true if successful, false
13724         if memory exhausted.  All callers changed.
13725         Do not bother partly cleaning up on
13726         memory allocation failure; that is free_dir's job.
13727         However, free ad if hash_insert fails, to avoid memory leak.
13728         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
13729         fts->fts_options to see which union member to use.
13730
13731 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13732
13733         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
13734         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
13735
13736 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13737
13738         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
13739
13740 2005-05-20  Jim Meyering  <jim@meyering.net>
13741
13742         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
13743         Now a macro, to pacify GCC.
13744
13745 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13746
13747         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
13748         of -1.
13749
13750 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13751
13752         * lib/chown.c (rpl_chown): Return -1 on failure.
13753
13754 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13755
13756         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
13757         Don't check for stddef.h.
13758         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
13759         don't use its results.
13760         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
13761         since we include them unconditionally.  Don't require
13762         AM_STDBOOL_H, since stdbool is a prerequisite.
13763         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
13764         since we assume C89 or better.
13765         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
13766         as we don't use their results.
13767         Don't check for fchdir, memmove, memset, strrchr, as we use
13768         them unconditionally.
13769         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
13770         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
13771
13772 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13773
13774         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
13775         Include <stddef.h> unconditionally, since we assume C89 now.
13776         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
13777         * lib/fts.c: Include fts_.h first, to check interface.
13778         Do not include intprops.h; no longer needed.
13779         Include cycle-check.h and hash.h, since fts_.h no longer does.
13780         Remove unnecessary casts of closedir to void.
13781         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
13782         decide whether to decrement nlinks.
13783         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
13784         (FTS): Use struct hash_table * instead of Hash_table, so that
13785         we no longer need to include hash.h here.
13786
13787 2005-05-18  Jim Meyering  <jim@meyering.net>
13788
13789         * modules/dirfd (License): Change to LGPL.  Most of the code
13790         is already in the public domain.
13791
13792 2005-05-18  Jim Meyering  <jim@meyering.net>
13793
13794         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
13795         Reported by Yoann Vandoorselaere.
13796
13797 2005-05-17  Jim Meyering  <jim@meyering.net>
13798
13799         * m4/fts.m4: New file, from coreutils.
13800
13801 2005-05-17  Jim Meyering  <jim@meyering.net>
13802
13803         * lib/fts.c, lib/fts_.h: New files, from coreutils.
13804
13805 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13806
13807         Sync from coreutils.
13808         * m4/unlinkdir.m4: New file.
13809
13810 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13811
13812         Sync from coreutils.
13813         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
13814         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
13815         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
13816         White space changes only.
13817         * lib/makepath.c (make_path): Port to hosts where leading "//" is
13818         special.
13819         * lib/yesno.c: Include getline.h, not ctype.h.
13820         (yesno): Don't remove leading white space; POSIX doesn't allow it.
13821         Use getline to remove arbitrary restriction on response length.
13822
13823 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13824
13825         * config/srclist-update: Spell out "Street" in FSF postal
13826         mail address; this is the style the FSF seems to prefer.
13827
13828         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
13829         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
13830         this updates FSF postal mail address.
13831
13832         Sync from coreutils.
13833         * modules/unlinkdir: New file.
13834         * modules/yesno (Depends-on): Add getline.
13835         * MODULES.html.sh (File system functions): Add unlinkdir.
13836
13837 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13838
13839         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
13840         lib/strsep.h:
13841         Change the initial comment to refer to GPL, not LGPL.
13842         gnulib-tool will change it to LGPL as needed.
13843
13844         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
13845         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
13846         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
13847         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
13848         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
13849         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
13850         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
13851         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
13852         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
13853         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
13854         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
13855         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
13856         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
13857         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
13858         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
13859         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
13860         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
13861         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
13862         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
13863         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
13864         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
13865         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
13866         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
13867         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
13868         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
13869         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
13870         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
13871         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
13872         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
13873         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
13874         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
13875         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
13876         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
13877         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
13878         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
13879         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
13880         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
13881         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
13882         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
13883         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
13884         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
13885         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
13886         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
13887         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
13888         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
13889         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
13890         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
13891         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
13892         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
13893         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
13894         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
13895         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
13896         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
13897         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
13898         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
13899         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
13900         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
13901         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
13902         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
13903         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
13904         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
13905         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
13906         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
13907         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
13908         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
13909         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
13910         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
13911         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
13912         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
13913         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
13914         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
13915         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
13916         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
13917         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
13918         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
13919         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
13920         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
13921         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
13922         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
13923         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
13924         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
13925         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
13926         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
13927         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
13928         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
13929         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
13930         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
13931         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
13932         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
13933         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
13934         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
13935         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
13936         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
13937         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
13938         lib/yesno.c, lib/yesno.h:
13939         Update FSF postal mail address.
13940
13941 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13942
13943         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
13944         tests/test-memmem.c, tests/test-stpncpy.c:
13945         Update FSF postal mail address.
13946
13947 2005-05-13  Bruno Haible  <bruno@clisp.org>
13948
13949         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
13950         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
13951         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
13952         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
13953         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
13954         Add support for 64-bit integers in the MSVC compiler.
13955
13956 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13957
13958         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
13959
13960 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
13961
13962         * gnulib-tool (func_import): Sort and uniquify recommended includes.
13963
13964 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
13965
13966         * doc/getdate.texi (General date syntax): Don't say that date
13967         date --iso-8601=ns generates acceptable dates; it doesn't yet.
13968         Problem reported by Nic Ferrier.
13969
13970 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13971
13972         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
13973         specified in ai_socktype. Fix invalid ai_protocol
13974         check. ai_protocol is usually set to 0 or depending on
13975         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
13976         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
13977         ai_socktype / ai_protocol in the returned addrinfo structure.
13978
13979 2005-05-10  Simon Josefsson  <jas@extundo.com>
13980
13981         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
13982         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13983
13984 2005-05-10  Karl Berry  <karl@gnu.org>
13985
13986         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
13987         (from http://www.gnu.org/licenses).
13988         * doc/COPYING.LIB: also rename to COPYING.LESSER.
13989         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
13990         fdl.texi suffices.
13991
13992 2005-05-10  Karl Berry  <karl@gnu.org>
13993
13994         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
13995         (COPYING.DOC): remove.
13996
13997         * config/srclist-update: new FSF address.
13998
13999 2005-05-10  Derek Price  <derek@ximbiot.com>
14000
14001         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
14002         possible.
14003
14004 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14005             Bruno Haible  <bruno@clisp.org>
14006
14007         * modules/inet_ntop: New file.
14008         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14009         inet_ntop.
14010
14011 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14012             Bruno Haible  <bruno@clisp.org>
14013
14014         * m4/inet_ntop.m4: New file.
14015
14016 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14017             Bruno Haible  <bruno@clisp.org>
14018
14019         * lib/inet_ntop.h: New file.
14020         * lib/inet_ntop.c: New file, from glibc with modifications.
14021
14022 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
14023
14024         * modules/time_r (License): Change to LGPL.
14025         * modules/extensions (License): Change to LGPL.  Actually,
14026         the license is more permissive than that, but currently gnulib-tool
14027         doesn't know how to handle more-permissive licenses.
14028
14029         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
14030         Problem reported by Dave Love.
14031
14032 2005-05-08  Jim Meyering  <jim@meyering.net>
14033
14034         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
14035         blank.
14036
14037 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
14038
14039         * modules/argmatch (Depends-on): Add stdbool.
14040         * modules/backupfile (Depends-on): Likewise.
14041         * modules/chdir-long (Depends-on): Likewise.
14042         * modules/closeout (Depends-on): Likewise.
14043         * modules/cycle-check (Depends-on): Likewise.
14044         * modules/dirname (Depends-on): Likewise.
14045         * modules/fnmatch (Depends-on): Likewise.
14046         * modules/fsusage (Depends-on): Likewise.
14047         * modules/fwriteerror (Depends-on): Likewise.
14048         * modules/getcwd (Depends-on): Likewise.
14049         * modules/getloadavg (Depends-on): Likewise.
14050         * modules/hard-locale (Depends-on): Likewise.
14051         * modules/makepath (Depends-on): Likewise.
14052         * modules/mountlist (Depends-on): Likewise.
14053         * modules/nanosleep (Depends-on): Likewise.
14054         * modules/posixtm (Depends-on): Likewise.
14055         * modules/quotearg (Depends-on): Likewise.
14056         * modules/readtokens (Depends-on): Likewise.
14057         * modules/readtokens0 (Depends-on): Likewise.
14058         * modules/readutmp (Depends-on): Likewise.
14059         * modules/save-cwd (Depends-on): Likewise.
14060         * modules/strftime (Depends-on): Likewise.
14061         * modules/userspec (Depends-on): Likewise.
14062         * modules/utimecmp (Depends-on): Likewise.
14063         * modules/xgetcwd (Depends-on): Likewise.
14064         * modules/xnanosleep (Depends-on): Likewise.
14065         * modules/xstrtod (Depends-on): Likewise.
14066         * modules/yesno (Depends-on): Likewise.
14067
14068 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
14069
14070         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
14071         needless checks.
14072
14073 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14074
14075         Merge from coreutils.  Among other things,
14076         add bulletproofing for cases where stdin, stdout, or stderr are closed.
14077         * lib/fd-safer.c: New file.
14078         * lib/fcntl-safer.h, open-safer.c: Remove.
14079         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
14080         * lib/dup-safer.c: Include unistd-safer.h first.
14081         Don't include errno.h.
14082         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
14083         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
14084         * lib/file-type.c: Rely on file-type.h change.
14085         * lib/getloadavg.c: Include unistd-safer.h.
14086         (getloadavg): Use safer open.
14087         * lib/getusershell.c: Include "stdio-safer.h".
14088         (getusershell): Use safer fopen.
14089         * lib/long-options.c (long_options): Use NULL rather than 0.
14090         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
14091         'free'.
14092         * lib/modechange.c: Likewise.
14093         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
14094         (MODE_DONE): New constant.
14095         (struct mode_change): Remove 'next' member.
14096         (make_node_op_equals): New function; like the old one of the
14097         same name, except it allocates an array.
14098         (mode_compile, mode_create_from_ref): Use it.
14099         (mode_compile): Allocate result as an array, not a linked list.
14100         Parse octal string ourself, so that we catch mistakes like "+0".
14101         (mode_adjust): Arg is an array, not a linked list.
14102         * lib/modechange.c: Include stat-macros.h, xalloc.h.
14103         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
14104         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
14105         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
14106         Remove.  This is now stat-macros.h's job.
14107         (talloc): Remove.  All callers replaced by xalloc, so that
14108         our invokers don't have to worry about reporting memory failures.
14109         (make_node_op_equals): Remove.
14110         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14111         New constants.
14112         (struct mode_change): Moved here from modechange.h.
14113         (mode_append_entry): Remove.
14114         (mode_compile): Remove MASKED_OPS arg, since it encouraged
14115         apps to have incorrect behavior.  Use simpler algorithm for head
14116         and tail.  Don't futz with umask; that's now the job of mode_adjust.
14117         Detect more invalid usages rather than having somewhat-random behavior.
14118         Don't insert an "a=" action, as that leads to incorrect behavior.
14119         (mode_compile, mode_create_from_ref): Return NULL on error instead
14120         of an enum, since now there's only one way to have an error.  All
14121         callers changed.
14122         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
14123         at the correct time.  Simplify calculation of "+u" and its ilk.
14124         Don't mishandle "+X".
14125         (mode_free): Remove "register" and localize decls.
14126         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14127         (struct mode_change): Move to modechange.c; callers don't
14128         need to see this stuff.
14129         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
14130         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
14131         (mode_change, mode_adjust): Reflect the new signatures noted above.
14132         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
14133         that might redefine system include files.
14134         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
14135         (my_usleep): Use NULL rather than (void *) 0.
14136         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
14137         Use siginterrupt to specify that system calls should be interrupted.
14138         (rpl_nanosleep): Move initialization of suspended closer to call of
14139         my_usleep.
14140         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
14141         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
14142         (desirable_utmp_entry): New function.
14143         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
14144         using x2nrealloc, to simplify logic.
14145         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
14146         size calculation.  Do not assume utmp file is a regular file.
14147         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
14148         (READ_UTMP_CHECK_PIDS): New constant.
14149         * lib/save-cwd.c: Include unistd-safer.h.
14150         (save_cwd): Use fd_safer.
14151         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
14152         [!_LIBC] Include "stat-macros.h" instead.
14153         * lib/unistd-safer.h (fd_safer): New decl.
14154
14155 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14156
14157         * modules/getloadavg (Depends-on): Add unistd-safer.
14158         * modules/getusershell (Depends-on): Add stdio-safer.
14159         * modules/lstat (Depends-on): Remove xalloc.
14160         * modules/mkstemp (Depends-on): Add stat-macros.
14161         * modules/modechange (Depends-on): Remove xstrtol.
14162         Add stat-macros, xalloc.
14163         * modules/save-cwd (Depends-on): Add unistd-safer.
14164         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
14165         * modules/unistd-safer (Files): Add lib/fd-safer.c
14166         (Makefile.am): Remove lib_SOURCES.
14167
14168         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
14169         Remove fcntl-safer; unistd-safer supersedes it.
14170
14171 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14172
14173         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
14174         AC_HEADER_STAT.
14175         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
14176         (gl_PREREQ_CHOWN): Remove.
14177         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
14178         it.  Don't require AC_HEADER_STAT.
14179         (gl_PREREQ_LSTAT): Remove.
14180         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
14181         Don't require AC_HEADER_STAT.
14182         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
14183         (gl_PREREQ_RMDIR): Remove.
14184         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
14185         mention stat-macros.h or AC_HEADER_STAT, since we'll make
14186         the stat-macros module a prerequisite.
14187         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
14188         * m4/filemode.m4 (gl_FILEMODE): Likewise.
14189         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
14190         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
14191         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
14192         variable names.
14193         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
14194         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
14195         variable prefixes.
14196         * m4/fcntl-safer.m4: Remove.
14197         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
14198         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
14199         Invoke gl_PREREQ_FD_SAFER.
14200         (gl_PREREQ_FD_SAFER): New macro.
14201         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
14202         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
14203         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
14204         Remove duplicate call to AC_LIBOBJ(readutmp).
14205         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
14206
14207         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
14208         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
14209
14210 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14211
14212         * MODULES.html.sh (Misc): Add byteswap.
14213
14214 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14215
14216         * modules/getcwd (Depends-on): Add extensions.
14217         * modules/openat (Depends-on): Likewise.
14218
14219 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14220
14221         * modules/byteswap: New file.
14222
14223 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14224
14225         * m4/byteswap.m4: New file.
14226
14227 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14228
14229         * lib/byteswap_.h: New file.
14230
14231 2005-04-25  Karl Berry  <karl@gnu.org>
14232
14233         * m4/gettext.m4: Update from GNU gettext 0.14.4.
14234
14235 2005-04-25  Albert Chin  <china@thewrittenword.com>
14236
14237         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
14238         Toolkit C bug.
14239
14240 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
14241
14242         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
14243         (func_ln_if_changed) Remove forcibly for no error message
14244         in case file does not exist.
14245
14246 2005-04-19  Simon Josefsson  <jas@extundo.com>
14247
14248         * gnulib-tool (Options): Make --symlink mean --symbolic.
14249
14250 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
14251
14252         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
14253
14254 2005-04-16  Simon Josefsson  <jas@extundo.com>
14255
14256         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
14257
14258 2005-04-15  Simon Josefsson  <jas@extundo.com>
14259
14260         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
14261
14262 2005-04-15  Simon Josefsson  <jas@extundo.com>
14263
14264         * gnulib-tool: Rename --symlink to --symbolic.
14265
14266 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
14267
14268         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
14269         symbolic links to files instead of copying/moving.  Add --aux-dir,
14270         specifying directory relative --dir where auxiliary build tools
14271         are placed.
14272
14273 2005-04-14  Bruno Haible  <bruno@clisp.org>
14274
14275         * modules/allocsa (License): Change to LGPL.
14276         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
14277
14278 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14279
14280         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
14281         that "UTC +1 second" continues to work.  Problem reported
14282         by Dmitry V. Levin.
14283         (relunit_snumber): New rule.
14284         (relunit): Use it.
14285
14286 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14287
14288         * lib/getdate.y (universal_time_zone_table): New constant.
14289         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
14290         universal_time_zone_table.
14291         (lookup_zone): Prefer universal_time_zone_table to
14292         local_time_zone_table, so that "GMT" time stamps are allowed in
14293         London during the summer.  Problem reported by Ian Abbott.
14294
14295 2005-04-12  Jim Meyering  <jim@meyering.net>
14296
14297         * lib/human.c (humblock): Set *options even when returning due to
14298         xstrtoumax conversion failure.  Thanks to a used-uninitialized
14299         warning from gcc-4.
14300
14301 2005-04-09  Jim Meyering  <jim@meyering.net>
14302
14303         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
14304         -Wuninitialized: initialize tm0.tm_year.
14305
14306 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
14307
14308         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
14309         count, since there's no maximum.  All uses changed.
14310         Add member dsts_seen.
14311         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
14312         not being INT_MAX.
14313         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
14314         Use pc_rels_seen to decide whther a date is absolute.
14315
14316         * lib/getdate.y (number): Don't overwrite year.
14317         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
14318         check.
14319
14320 2005-04-02  Simon Josefsson  <jas@extundo.com>
14321
14322         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
14323         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
14324
14325 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
14326
14327         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
14328         where no absolute path name can be longer than PATH_MAX.
14329
14330 2005-03-27  Jim Meyering  <jim@meyering.net>
14331
14332         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
14333
14334 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
14335
14336         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
14337         "one's complement" -> "ones' complement" in comment, as per Knuth.
14338         "value of type" -> "type or expression" in comment.
14339         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
14340
14341 2005-03-26  Jim Meyering  <jim@meyering.net>
14342
14343         Comment nits.
14344         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
14345         Correct typos: s/or/of/.
14346
14347 2005-03-26  Jim Meyering  <jim@meyering.net>
14348
14349         * modules/check-include-files: Move to ../ and rename to...
14350         * check-module: ...this.
14351
14352 2005-03-25  Jim Meyering  <jim@meyering.net>
14353
14354         * modules/xvasprintf (Files): Add xalloc.h.
14355
14356 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
14357
14358         * modules/gettext (Files): config/config.rpath ->
14359         build-aux/config.rpath
14360         * modules/iconv (Files): Likewise.
14361         Problem reported by Oskar Liljeblad.
14362
14363 2005-03-23  Jim Meyering  <jim@meyering.net>
14364
14365         * modules/check-include-files: New script to check for
14366         missing dependencies, multiple includes, etc.
14367
14368         * modules/c-strtold (Depends-on): Add xalloc.
14369         * modules/c-strtod (Depends-on): Add xalloc.
14370         * modules/hash (Depends-on): Add xalloc.
14371         (Files): Remove lib/xalloc.h.
14372
14373         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
14374         * modules/userspec (Files): Add lib/inttostr.h.
14375
14376 2005-03-23  Jim Meyering  <jim@meyering.net>
14377
14378         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
14379
14380 2005-03-22  Jim Meyering  <jim@meyering.net>
14381
14382         * modules/stat-macros: New module.
14383         * modules/canonicalize, modules/euidaccess, modules/file-type,
14384         * modules/filemode, modules/lchown, modules/makepath,
14385         * modules/rmdir, modules/stat: Depend on new stat-macros module
14386         rather than listing lib/stat-macros.h manually.
14387         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
14388
14389 2005-03-22  Jim Meyering  <jim@meyering.net>
14390
14391         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
14392
14393 2005-03-22  Bruno Haible  <bruno@clisp.org>
14394
14395         * config/srclist.txt: Replace target directory 'config' with
14396         'build-aux'.
14397         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
14398         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
14399         ../build-aux/.
14400
14401 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
14402
14403         * modules/chdir-long (Depends-on): Add mempcpy.
14404
14405         * modules/acl, modules/backupfile, modules/c-strtod,
14406         modules/c-strtold, modules/canon-host, modules/canonicalize,
14407         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
14408         modules/exclude, modules/exitfail, modules/file-type,
14409         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
14410         modules/getdate, modules/getline, modules/getpagesize,
14411         modules/getpass, modules/getugroups, modules/group-member,
14412         modules/hard-locale, modules/hash, modules/human, modules/idcache,
14413         modules/inttostr, modules/long-options, modules/makepath,
14414         modules/md5, modules/memcasecmp, modules/memcoll,
14415         modules/modechange, modules/mountlist, modules/path-concat,
14416         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
14417         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
14418         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
14419         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
14420         modules/strftime, modules/strndup, modules/strverscmp,
14421         modules/timespec, modules/unlocked-io, modules/userspec,
14422         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
14423         modules/yesno:
14424         Remove lib_SOURCES line from Makefile.am section, as this is now
14425         done automatically by the corresponding Autoconf macro.
14426
14427 2005-03-21  Jim Meyering  <jim@meyering.net>
14428
14429         Changes imported from coreutils.
14430
14431         * lib/cycle-check.c: Don't include xalloc.h.
14432
14433         * lib/path-concat.c: Don't include assert.h.
14434         (path_concat): Remove assertion that would have triggered
14435         for ABASE starting with more than one slash.
14436         Reported by Andreas Schwab.
14437
14438         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
14439         properly when ABASE is an absolute file name.
14440         Correct the description of this function.
14441         Include <assert.h>.
14442         Add an assertion and a test driver.
14443         This fixes a bug introduced on 2004-07-02.
14444         Andreas Schwab reported the resulting failure of cp --parents:
14445         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
14446
14447 2005-03-21  Jim Meyering  <jim@meyering.net>
14448
14449         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
14450         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
14451
14452 2005-03-21  Jim Meyering  <jim@meyering.net>
14453         and  Paul Eggert  <eggert@cs.ucla.edu>
14454
14455         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
14456         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
14457         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
14458         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
14459         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
14460         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
14461         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
14462         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
14463         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
14464         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
14465         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
14466         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
14467         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
14468         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
14469         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
14470         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
14471         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
14472         for these modules.
14473
14474 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14475
14476         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
14477         (which shouldn't happen), generate nothing instead of returning 0
14478         immediately, so that nstrftime (NULL, ...) doesn't return 0.
14479
14480 2005-03-16  Bruno Haible  <bruno@clisp.org>
14481
14482         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
14483         HAVE_LONGLONG_64BIT.
14484
14485 2005-03-16  Bruno Haible  <bruno@clisp.org>
14486
14487         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
14488         HAVE_LONGLONG_64BIT.
14489
14490 2005-03-16  Bruno Haible  <bruno@clisp.org>
14491
14492         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
14493         HAVE_LONGLONG_64BIT.
14494
14495 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14496
14497         * lib/strftime.c (my_strftime): Prepend space to format so that we can
14498         reliably distinguish strftime failure from empty output on POSIX
14499         hosts.
14500
14501 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14502
14503         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
14504         (iconv_string): Don't guess a size-zero buffer, as that might cause
14505         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
14506         result would be 'too large', where 'too large' is (heuristically)
14507         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
14508         overflow concerns.  This will prevent some unwanted malloc failures
14509         when the inputs are very large.
14510
14511 2005-03-15  Karl Berry  <karl@gnu.org>
14512
14513         * config/srclist.txt (config.rpath): from gettext.
14514         * config/config.rpath: update.
14515
14516 2005-03-15  Bruno Haible  <bruno@clisp.org>
14517
14518         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
14519         to 'negate'.
14520
14521         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
14522         variable.
14523
14524         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
14525         results.
14526
14527 2005-03-14  Simon Josefsson  <jas@extundo.com>
14528
14529         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
14530         <fx@gnu.org>.
14531
14532 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
14533
14534         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
14535         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
14536         intprops.h.
14537         * lib/strtol.c: Likewise.
14538
14539 2005-03-14  Jim Meyering  <jim@meyering.net>
14540
14541         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
14542         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
14543         to be nonzero so that we (and caller) can detect the difference
14544         between a valid zero-length expansion and an error return, even
14545         when the underlying strftime fails before writing anything into
14546         that location.
14547
14548 2005-03-14  Bruno Haible  <bruno@clisp.org>
14549
14550         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
14551         Update from GNU gettext 0.14.3.
14552
14553 2005-03-10  Jim Meyering  <jim@meyering.net>
14554
14555         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
14556
14557 2005-03-10  Jim Meyering  <jim@meyering.net>
14558
14559         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
14560         so that this module works on systems without fchdir.
14561
14562 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
14563
14564         Factor int-properties macros into a single file, except for
14565         glibc-related files.
14566         * lib/intprops.h: New file.
14567         * lib/getloadavg.c: Include it instead of limits.h.
14568         (INT_STRLEN_BOUND): Remove.
14569         * lib/human.c: Include intprops.h.
14570         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
14571         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
14572         302/1000.
14573         * lib/inttostr.h: Include intprops.h instead of limits.h.
14574         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
14575         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
14576         for consistency with intprops.h.
14577         (time_t_is_integer, twos_complement_arithmetic): Use them.
14578         * lib/sig2str.h: Include <signal.h>, intprops.h.
14579         (INT_STRLEN_BOUND): Remove.
14580         * lib/strftime.c (TYPE_SIGNED): Remove.
14581         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
14582         * lib/strtol.c: Adjust comments to match intprops.h.
14583         * lib/userspec.c: Include intprops.h.
14584         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
14585         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
14586         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
14587         instead of rolling our own expressions.
14588         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
14589
14590         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
14591         instead of int.
14592         (my_strftime): Do not mishandle years close to INT_MAX, by doing
14593         the right thing even if adding 1900 would overflow.  Similarly
14594         for tm_mon + 1 and tm_yday + 1.
14595         Make %Y always equivalent to %C%y, and similarly for %G and %g.
14596         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
14597         (DO_SIGNED_NUMBER): New macro.
14598         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
14599
14600 2005-03-07  Bruno Haible  <bruno@clisp.org>
14601
14602         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
14603
14604 2005-03-07  Bruno Haible  <bruno@clisp.org>
14605
14606         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
14607
14608 2005-03-04  Derek R. Price  <derek@ximbiot.com>
14609
14610         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
14611         (func_import): Only replace files via --import when they have actually
14612         changed.
14613
14614 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14615
14616         * m4/mmap-anon.m4: New file.
14617         * m4/pagealign_alloc.m4: New file.
14618
14619 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14620             Bruno Haible  <bruno@clisp.org>
14621
14622         * modules/pagealign_alloc: New file.
14623         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
14624
14625 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14626             Bruno Haible  <bruno@clisp.org>
14627
14628         * lib/pagealign_alloc.h: New file.
14629         * lib/pagealign_alloc.c: New file.
14630
14631 2005-03-03  Bruno Haible  <bruno@clisp.org>
14632
14633         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
14634         Use an all-permissive copyright notice, recommended by RMS.
14635
14636 2005-03-02  Bruno Haible  <bruno@clisp.org>
14637
14638         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
14639         of AIX, the replacement has to be done only after <string.h> is
14640         included, therefore not in config.h. stpncpy.h does the replacement,
14641         and stpncpy.c uses it.
14642
14643 2005-03-02  Bruno Haible  <bruno@clisp.org>
14644
14645         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
14646         stpncpy.c uses it.
14647
14648 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14649
14650         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
14651         The workaround isn't strictly needed for POSIX conformance, and
14652         it's too much of a pain to configure and maintain.  We'll ask
14653         people to fix their kernels instead.
14654         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
14655         (NANOSLEEP_BUG_WORKAROUND): Remove.
14656         (xnanosleep): Remove the workaround.
14657
14658 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14659
14660         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
14661         Reported by Derek Price.
14662         (Include): Add "timespec.h".
14663
14664         * modules/xnanosleep (Depends-on): Remove gethrxtime.
14665
14666 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14667
14668         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
14669         to detect nanosleep bug.
14670
14671 2005-03-01  Bruno Haible  <bruno@clisp.org>
14672
14673         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
14674
14675 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14676
14677         * modules/gethrxtime: New file.
14678         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
14679         (Depends-on): Add gethrxtime.
14680         (configure.ac): Add gl_XNANOSLEEP.
14681         (Makefile.am): Remove lib_SOURCES line.
14682
14683 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14684
14685         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
14686         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
14687
14688 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14689
14690         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
14691         * lib/timespec.h (gettime): Return void, since it always
14692         succeeds now.  All uses changed.
14693         * lib/gettime.c (gettime) Likewise.
14694         [HAVE_NANOTIME]: Prefer nanotime.
14695         Assume gettimeofday succeeds, as POSIX requires.
14696         Assime time () succeeds, since other code already does.
14697         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
14698         (timespec_subtract): Remove.
14699         (NANOSLEEP_BUG_WORKAROUND): New constant.
14700         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
14701         things considerably.  Use it only on GNU/Linux hosts, since the
14702         workaround shouldn't be needed elsewhere.
14703
14704 2005-02-24  Bruno Haible  <bruno@clisp.org>
14705
14706         * modules/gettext (Files): Add m4/glibc2.m4.
14707
14708 2005-02-24  Bruno Haible  <bruno@clisp.org>
14709
14710         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
14711         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
14712         * m4/progtest.m4:
14713         Update from GNU gettext 0.14.2.
14714         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
14715
14716 2005-02-24  Bruno Haible  <bruno@clisp.org>
14717
14718         * lib/localcharset.c: Update from GNU gettext 0.14.2.
14719         * lib/config.charset: Update from GNU gettext 0.14.2.
14720
14721 2005-02-24  Bruno Haible  <bruno@clisp.org>
14722
14723         * lib/gettext.h: Update from GNU gettext 0.14.2.
14724
14725 2005-02-23  Simon Josefsson  <jas@extundo.com>
14726
14727         * m4/iconvme.m4: New file.
14728
14729 2005-02-23  Jim Meyering  <jim@meyering.net>
14730
14731         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
14732         change.
14733         Thanks to Bruno Haible for catching it.
14734
14735 2005-02-22  Simon Josefsson  <jas@extundo.com>
14736
14737         * modules/iconvme: New file.
14738
14739         * MODULES.html.sh: Add iconvme.
14740
14741 2005-02-22  Simon Josefsson  <jas@extundo.com>
14742
14743         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
14744
14745 2005-02-22  Simon Josefsson  <jas@extundo.com>
14746
14747         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
14748
14749 2005-02-22  Jim Meyering  <jim@meyering.net>
14750
14751         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
14752         s/ifndef/ifdef/.
14753
14754 2005-02-20  Neil Conway  <neilc@samurai.com>
14755
14756         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
14757         returned by OSX/Darwin if the specified buffer is not large
14758         enough for the hostname.
14759
14760 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14761
14762         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
14763         pass it to _help, otherwise the latter coredumps trying to
14764         dereference state.root_argp.
14765
14766 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14767
14768         * modules/chdir-long (Depends-on): Add memrchr.
14769         * modules/memrchr (Files): Add lib/memrchr.h.
14770         (Include): "memrchr.h".
14771
14772 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14773
14774         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
14775
14776 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14777
14778         * lib/memrchr.h: New file.
14779         * lib/chdir-long.c: Include it.
14780         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
14781         Don't bother including stddef.h.
14782
14783 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
14784
14785         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
14786         inclusion.
14787         Include <sys/types.h>, for dev_t.
14788         (ME_DUMMY, ME_REMOTE): Move from here....
14789         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
14790         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
14791         Dmitry V. Levin.
14792         Include mountlist.h first, to test the interface.
14793
14794 2005-01-29  Bruno Haible  <bruno@clisp.org>
14795
14796         * lib/progname.c (program_name): Initialize.
14797         Needed when linking statically on MacOS X.
14798
14799 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14800
14801         Sync from coreutils.
14802         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
14803         (Depends-on): Add c-strtod.
14804         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
14805
14806 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14807
14808         Sync from coreutils.
14809         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
14810
14811         Remove files that are specific to coreutils.
14812         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
14813
14814 2005-01-28  Bruno Haible  <bruno@clisp.org>
14815
14816         * modules/javacomp: New file.
14817         * MODULES.html.sh (Java): Add javacomp.
14818
14819 2005-01-28  Bruno Haible  <bruno@clisp.org>
14820
14821         * m4/javacomp.m4: New file, from GNU gettext.
14822
14823 2005-01-28  Bruno Haible  <bruno@clisp.org>
14824
14825         * lib/javacomp.sh.in: New file, from GNU gettext.
14826         * lib/javacomp.h: New file, from GNU gettext.
14827         * lib/javacomp.c: New file, from GNU gettext.
14828
14829 2005-01-26  Simon Josefsson  <jas@extundo.com>
14830
14831         * lib/gai_strerror.c: Use GPL in header.
14832
14833 2005-01-26  Bruno Haible  <bruno@clisp.org>
14834
14835         * modules/javaexec: New file.
14836         * MODULES.html.sh (Java): Add javaexec.
14837
14838 2005-01-26  Bruno Haible  <bruno@clisp.org>
14839
14840         * m4/javaexec.m4: New file, from GNU gettext.
14841
14842 2005-01-26  Bruno Haible  <bruno@clisp.org>
14843
14844         * lib/javaexec.sh.in: New file, from GNU gettext.
14845         * lib/javaexec.h: New file, from GNU gettext.
14846         * lib/javaexec.c: New file, from GNU gettext.
14847
14848 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14849
14850         * modules/lchown (Depends-on): Remove lchown.h
14851
14852 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14853
14854         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
14855         must be defined if the header file was not found, in order
14856         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
14857
14858 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14859
14860         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
14861         initializers for struct pentry_state.
14862         (__argp_error): Check return value of __asprintf
14863         (__argp_failure): Translate error message
14864
14865         * lib/argp-parse.c: Removed braces around the expansion of N_()
14866
14867 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
14868
14869         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
14870         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
14871         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
14872         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
14873         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
14874         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
14875         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
14876         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
14877         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
14878         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
14879         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
14880         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
14881         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
14882         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
14883         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
14884         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
14885         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
14886         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
14887         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
14888         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
14889         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
14890         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
14891         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
14892         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
14893         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
14894         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
14895         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
14896         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
14897         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
14898         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
14899         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
14900         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
14901         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
14902         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
14903         xstrtol.m4, xstrtoumax.m4, yesno.m4:
14904         Use an all-permissive copyright notice, recommended by RMS.
14905
14906 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
14907
14908         * modules/chdir-long (Depends-on): Remove mempcpy.
14909
14910 2005-01-21  Jim Meyering  <jim@meyering.net>
14911
14912         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
14913         same value as for Solaris 9.
14914
14915         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
14916         component length.  This included changing the parameter to be
14917         of type `char *' rather than `char const *'.
14918         * lib/chdir-long.h (chdir_long): Update prototype.
14919
14920         * lib/openat.c (fdopendir, fstatat): New functions.
14921         * lib/openat.h: Include headers required for use of DIR and struct
14922         stat.
14923         [AT_SYMLINK_NOFOLLOW]: Define.
14924         (fdopendir, fstatat): Add prototypes.
14925
14926 2005-01-21  Bruno Haible  <bruno@clisp.org>
14927
14928         * modules/classpath: New file.
14929         * MODULES.html.sh (Java): Add classpath.
14930
14931 2005-01-21  Bruno Haible  <bruno@clisp.org>
14932
14933         * lib/classpath.h: New file, from GNU gettext.
14934         * lib/classpath.c: New file, from GNU gettext.
14935
14936 2005-01-20  Simon Josefsson  <jas@extundo.com>
14937
14938         * modules/version-etc-fsf: New file.
14939
14940 2005-01-20  Simon Josefsson  <jas@extundo.com>
14941
14942         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
14943         * lib/version-etc.c: Remove version_etc_copyright.
14944         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
14945         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
14946
14947 2005-01-20  Simon Josefsson  <jas@extundo.com>
14948
14949         * lib/base64.h (isbase64): Add.
14950
14951         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
14952         using a unsigned prototype, don't inline.
14953         (base64_decode): Use it.
14954
14955 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14956
14957         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
14958         it.
14959
14960 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14961
14962         * lib/save-cwd.c (save_cwd): Remove code to support the case
14963         where fchdir is missing or flaky.
14964
14965 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
14966
14967         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
14968
14969 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
14970
14971         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
14972         AC_LIBSOURCES now does this.
14973         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
14974         with new ullong_max module.
14975
14976 2005-01-19  Bruno Haible  <bruno@clisp.org>
14977
14978         * modules/sh-quote: New file.
14979         * MODULES.html.sh (Executing programs): Add sh-quote.
14980
14981 2005-01-19  Bruno Haible  <bruno@clisp.org>
14982
14983         * lib/sh-quote.h: New file, from GNU gettext.
14984         * lib/sh-quote.c: New file, from GNU gettext.
14985
14986 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14987
14988         Merge from coreutils.
14989         * m4/ullong_max.m4: New file.
14990         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
14991         (gl_MACROS): Assume localeconv exists.
14992
14993 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14994
14995         Merge changes from coreutils, as described below in several
14996         changelogs dated today.
14997
14998         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
14999         (O_DIRECTORY): Remove; not needed here, since "." must be
15000         a directory.  All uses removed.
15001         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
15002         universal on Suns, and we also need to test for IRIX.
15003         Revamp code to use 'if' rather than '#if'.
15004         Avoid unnecessary comparison of cwd->desc to 0.
15005
15006         * lib/utimens.c (futimens): Robustify the previous patch, by checking
15007         for known valid error numbers rather than observed invalid ones.
15008
15009 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15010
15011         * modules/ullong_max: New file.
15012
15013         * modules/chdir-long, modules/openat: New files.
15014         * modules/save-cwd (Depends-on): Depend on chdir-long.
15015         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
15016
15017 2005-01-18  Jim Meyering  <jim@meyering.net>
15018
15019         Merge from coreutils.
15020         * m4/chdir-long.m4, m4/openat.m4: New files.
15021         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
15022         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
15023         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
15024         is sane and DOES follow symlinks.  Besides, testing 20 different
15025         systems found no broken chown implementations.
15026         Prompted by a change in rsync's copy of this macro.
15027         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
15028
15029         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
15030
15031         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
15032         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
15033         NULL-means-set-to-current-time semantics.
15034         Remove temporary file immediately, rather than waiting
15035         for configure's at-exit trap code to do it.
15036
15037 2005-01-18  Jim Meyering  <jim@meyering.net>
15038
15039         * lib/version-etc.c (version_etc_copyright): Update copyright date.
15040
15041         * lib/utimens.c (futimens): Account for the fact that futimes
15042         can also fail with errno == ENOSYS or errno == ENOENT.
15043         Patch from Dmitry V. Levin.
15044
15045         Change the name of the robust chdir function from chdir to chdir_long.
15046         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
15047         (restore_cwd): Use chdir_long, not chdir.
15048         * lib/chdir-long.c: Renamed from chdir.c.
15049         * lib/chdir-long.h: Renamed from chdir.h.
15050         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
15051         Hurd.
15052
15053 2005-01-18  Bruno Haible  <bruno@clisp.org>
15054
15055         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
15056         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
15057         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
15058         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
15059         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
15060         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
15061         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
15062         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
15063         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
15064         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
15065         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
15066         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
15067         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
15068         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
15069         Use an all-permissive copyright notice, recommended by RMS.
15070
15071 2005-01-18  Bob Proulx  <bob@proulx.com>
15072
15073         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
15074         simplify offsetof() macro construct to avoid compile failure with
15075         native HP-UX 11.0 ANSI C compiler.
15076
15077 2005-01-17  Bruno Haible  <bruno@clisp.org>
15078
15079         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
15080         redundant because stpncpy.m4 takes care of it.
15081
15082 2005-01-17  Bruno Haible  <bruno@clisp.org>
15083
15084         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
15085
15086 2005-01-17  Bruno Haible  <bruno@clisp.org>
15087
15088         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
15089         used.
15090
15091 2005-01-17  Bruno Haible  <bruno@clisp.org>
15092
15093         * lib/fwriteerror.h (fwriteerror): Change specification to include
15094         fclose.
15095         * lib/fwriteerror.c: Include <stdbool.h>.
15096         (fwriteerror): At the end, close the file stream. Record whether
15097         stdout was already closed.
15098
15099 2005-01-17  Bruno Haible  <bruno@clisp.org>
15100
15101         * lib/execute.c (environ): Declare if needed.
15102         * lib/pipe.c (environ): Likewise.
15103         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
15104
15105 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15106
15107         * modules/argp: Depend on vsnprintf
15108
15109 2005-01-10  Jim Meyering  <jim@meyering.net>
15110
15111         * modules/closeout (Depends-on): Add atexit.
15112
15113 2005-01-06  Bruno Haible  <bruno@clisp.org>
15114
15115         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
15116
15117 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15118
15119         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
15120         definitions to be after all include files, to avoid collisions.
15121         Problem reported by Bob Proulx.
15122
15123 2005-01-04  Jim Meyering  <jim@meyering.net>
15124
15125         Changes imported from coreutils.
15126         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
15127         as the mkstemp template, use a temporary directory and an
15128         8.3-friendly template to avoid trouble on systems like DJGPP.
15129         Reported by Juan M. Guerrero via Stepan Kasal.
15130         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
15131         close. Remove the temporary directory right away, rather than waiting
15132         for configure's at-exit trap code to do it.
15133         Suggestion from Stepan Kasal.
15134
15135 2005-01-01  Simon Josefsson  <jas@extundo.com>
15136
15137         * gnulib-tool: Print #include directives when --import'ing.
15138
15139 2004-12-28  Simon Josefsson  <jas@extundo.com>
15140
15141         * tests/test-base64.c: Include required header files.  Remove
15142         unused variables.
15143
15144 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15145
15146         * modules/error (Depends-on): Remove gettext.
15147
15148 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15149
15150         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
15151         not needed.  This removes a dependency on the gettext module.
15152         [defined _LIBC]: Do not include <libintl.h>; not needed.
15153
15154 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15155
15156         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
15157         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
15158
15159 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15160
15161         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
15162         HAVE_DECL_STRTOLD.
15163
15164 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15165
15166         * modules/getdate (Depends-on): Remove alloca-opt.
15167
15168 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15169
15170         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
15171
15172 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15173
15174         * lib/argp-parse.c: Include <stddef.h>.
15175         (alignof, alignto): New macros.
15176         (parser_init): Don't assume that void * is aligned sufficiently
15177         for struct option.
15178
15179         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
15180         need to extend the stack.
15181         (YYINITDEPTH): New macro, so that the initial stack isn't overly
15182         large.
15183
15184 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15185
15186         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
15187
15188 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15189
15190         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
15191         (2004-10-24) change.  Apparently this was a false alarm.
15192
15193         * modules/getdate: Depend on alloca-opt, not alloca.
15194
15195 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15196
15197         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
15198         Remove now-obsolete comment about AIX.
15199         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
15200         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
15201         (YYMAXDEPTH): New macro.
15202
15203 2004-12-18  Simon Josefsson  <jas@extundo.com>
15204
15205         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
15206
15207 2004-12-18  Bruno Haible  <bruno@clisp.org>
15208
15209         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
15210
15211 2004-12-18  Bruno Haible  <bruno@clisp.org>
15212
15213         * lib/fatal-signal.c (fatal_signals): Make non-const.
15214         (init_fatal_signals): New function.
15215         (uninstall_handlers, install_handlers): Ignore signals that were set to
15216         SIG_IGN.
15217         (at_fatal_signal): Call init_fatal_signals.
15218         (init_fatal_signal_set): Likewise. Ignore signals that were set to
15219         SIG_IGN.
15220         Reported by Paul Eggert.
15221
15222 2004-12-18  Bruno Haible  <bruno@clisp.org>
15223
15224         * doc/alloca.texi: New file.
15225         * doc/alloca-opt.texi: New file.
15226
15227 2004-12-17  Jim Meyering  <jim@meyering.net>
15228
15229         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
15230         Otherwise, install-sh could exit with improper exit status when
15231         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
15232
15233 2004-12-16  Simon Josefsson  <jas@extundo.com>
15234
15235         * tests/test-base64.c: Add license.
15236
15237 2004-12-15  Stepan Kasal  <address@hidden>
15238
15239         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
15240
15241 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
15242
15243         * modules/getcwd (Files): Add m4/d-ino.m4.
15244         Suggested by Mark D. Baushke.
15245
15246 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15247
15248         * lib/getdate.y (textint): New member "negative".
15249         (time_zone_hhmm): New function.
15250         Expect 14 shift-reduce conflicts, not 13.
15251         (o_colon_minutes): New rule.
15252         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
15253         (yylex): Set the "negative" member of signed numbers.
15254
15255 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15256
15257         * doc/getdate.texi (Time of day items, Time zone items):
15258         Describe new formats +00:00, UTC+00:00.
15259
15260 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15261
15262         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
15263         spurious "-l"s.  Problem reported by Stepan Kasal.
15264
15265 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
15266
15267         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
15268         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
15269
15270 2004-12-04  Simon Josefsson  <jas@extundo.com>
15271
15272         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
15273         Vandoorselaere <yoann@prelude-ids.org>.
15274
15275 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15276
15277         Changes imported from coreutils.
15278         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
15279         exist.
15280         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
15281
15282 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15283
15284         Changes imported from coreutils.
15285         * lib/hard-locale.c: Assume <locale.h> exists.
15286         Include "strdup.h".
15287         (GLIBC_VERSION): New macro.
15288         (hard_locale): Assume setlocale exists.
15289         Rewrite to avoid #ifdef.
15290         Use strdup rather than malloc + strcpy.
15291         * lib/human.c: Assume <locale.h> exists.
15292         (human_readable): Assume localeconv exists.
15293
15294 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15295
15296         * modules/hard-locale (Depends-on): Add strdup.
15297
15298 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
15299
15300         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
15301         convert T2, not T.  (Imported from libc.)
15302
15303 2004-11-30  Simon Josefsson  <jas@extundo.com>
15304
15305         * modules/restrict (License): Change to LGPL.
15306
15307 2004-11-30  Simon Josefsson  <jas@extundo.com>
15308
15309         * m4/restrict.m4: Add copyright and copying conditions.
15310
15311 2004-11-30  Simon Josefsson  <jas@extundo.com>
15312
15313         * m4/base64.m4: New file.
15314
15315 2004-11-30  Simon Josefsson  <jas@extundo.com>
15316
15317         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
15318         base64.
15319
15320         * tests/test-base64.c: New file.
15321
15322         * modules/base64: New file.
15323
15324 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15325
15326         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
15327         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
15328
15329         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
15330
15331 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15332
15333         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
15334         (__getcwd.c): Don't restore errno; glibc doesn't.
15335         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
15336         first, falling back to our code only if its results look suspicious.
15337         Ensure that the resulting buffer is only as large as necessary.
15338
15339         * lib/readutmp.c: Include readutmp.h first.
15340         Include <errno.h>, since readutmp.h no longer does that.
15341         * lib/readutmp.h: Don't include <errno.h>,
15342         <sys/param.h>, <time.h>; not needed to establish interface.
15343         (errno): Remove decl.
15344         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
15345         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
15346         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
15347
15348 2004-11-28  Simon Josefsson  <jas@extundo.com>
15349
15350         * lib/base64.h, base64.c: New file.
15351
15352 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
15353
15354         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
15355
15356 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
15357
15358         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
15359         (Depends-on): Remove pathmax, same.  Add mempcpy.
15360         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
15361         (Makefile.am): Append getcwd.h to lib_SOURCES.
15362         (Include): Add getcwd.h.
15363         (Maintainer): Change from Jim Meyering to "all, glibc",
15364         since getdate now uses intended-for-glibc code.
15365         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
15366         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
15367
15368 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15369
15370         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
15371         HP's ANSI C compiler.
15372         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
15373         Declaring int functions causes warnings on some modern systems and
15374         shouldn't be needed to compile on ancient ones.
15375         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
15376         defined.
15377
15378         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
15379         with the following changes.
15380         (__set_errno): Parenthesize properly.
15381         Include <stdbool.h>.
15382         (MIN, MAX, MATCHING_INO): New macros.
15383         (__getcwd): Define with prototype, not K&R form.
15384         Use heuristics to allocate default buffer on stack if possible.
15385         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
15386         behavior, and to avoid the PATH_MAX limit when computing
15387         ../../../../...
15388         Use MATCHING_INO to compare inode number to file.
15389         Check for arithmetic overflow in size calculations.
15390         Fix bug in reallocation of dot array that caused getcwd to fail
15391         on directories nested deeper than 75.
15392         Be more careful about saving errno on error.
15393         Do not use realloc; use only free+malloc, as this is a bit
15394         more flexible and avoids a needless copy operation.
15395         Do not inspect st_dev and st_ino for symbolic links; POSIX
15396         doesn't specify the latter.
15397         Check for closedir errors.
15398         Avoid needless casts.
15399         Use "#ifdef weak_alias" around weak_alias, to be like other
15400         glibc code.
15401         The following changes to getcwd.c have effect only when used in
15402         gnulib; they have no effect inside glibc proper.
15403         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
15404         as alloca isn't used.
15405         (alloca, __alloca): Likewise.
15406         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
15407         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
15408         unconditionally, as gnulib assumes C89 or better.
15409         Do not include <sys/param.h>.
15410         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
15411         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
15412         better.
15413         (NULL) [!defined NULL]: Remove; we assume C89 or better.
15414         Include <dirent.h> in a way that is compatible with modern Autoconf.
15415         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
15416         New macros, if not already defined.
15417         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
15418         Use "_LIBC", not "defined _LIBC", for consistency.
15419         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
15420         a mempcpy module.
15421         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
15422         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
15423         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
15424         credit only to Jim Meyering and adjust the copyright dates.
15425         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
15426         <stdlib.h>, <unistd.h>, "pathmax.h".
15427         Instead, include "xgetcwd.h" (first) and "getcwd.h".
15428         (INITIAL_BUFFER_SIZE): Remove.
15429         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
15430
15431 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15432
15433         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
15434         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
15435         Use the _ONCE methods, for efficiency.
15436         Check for fcntl.h.  In test program, include <errno.h>
15437         and <fcntl.h> if available.  Remove old K&R cruft from
15438         test program.  Check for common errors in GNU/Linux,
15439         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
15440         don't do AC_LIBOBJ, as that's getcwd.m4's job.
15441         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
15442         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
15443         name accordingly.
15444         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
15445         accommodate new getcwd.c.
15446         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
15447         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
15448         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
15449         that's all we need now.
15450
15451 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15452
15453         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
15454         argp-parse.c depends on getopt internals, that means we should
15455         always use our getopt, to be on the safe side.
15456         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
15457         order not to spoil the result of an eventual previous invocation
15458         of gl_GETOPT_SUBSTITUTE.
15459
15460 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15461
15462         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
15463         redefinition warnings. To avoid them, include the defines
15464         in `#if !defined __need_getopt ... #endif'. The only place
15465         where __getopt_argv_const is used is in definitions
15466         of getopt_long and getopt_long_only below, which are as well
15467         protected by `#ifndef __need_getopt'.
15468         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
15469         __need_getopt after including <stdio.h> and <unistd.h> These
15470         headers might have defined it.
15471
15472 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15473
15474         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
15475
15476 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15477
15478         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
15479         (futimens): New function, which uses futimes if available.
15480         (futimens, utimens): Support timespec==NULL, with same semantics
15481         as utime and utimens.
15482         * lib/utimens.h (futimens): New decl.
15483
15484 2004-11-23  Jim Meyering  <jim@meyering.net>
15485
15486         * lib/getopt_.h: Remove trailing blanks.
15487
15488 2004-11-23  Jim Meyering  <jim@meyering.net>
15489
15490         * lib/__fpending.c: Add comment.
15491
15492 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
15493
15494         * modules/canonicalize (Depends-on): Add xreadlink.
15495         Problem reported by James Youngman.
15496
15497 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15498
15499         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
15500         New macros.
15501         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
15502         optopt): Use them instead of invoking ## directly; otherwise, the
15503         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
15504
15505 2004-11-19  Bruno Haible  <bruno@clisp.org>
15506
15507         * lib/strtok_r.c: Move comments from here...
15508         * lib/strtok_r.h: ... to here.
15509
15510 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15511
15512         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
15513         implementations that mishandle size_t overflow.
15514
15515 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15516
15517         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
15518         might fail.  Problem reported by Yoann Vandoorselaere.
15519         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
15520         implementations that mishandle size_t overflow.
15521
15522 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15523
15524         * modules/canon-host (Depends-on): Add strdup.
15525
15526 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15527
15528         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
15529
15530 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15531
15532         * lib/canon-host.c: Include "strdup.h".
15533         (canon_host): Use getaddrinfo if available, so that IPv6 works.
15534         Use strdup instead of malloc/strcpy to duplicate strings.
15535
15536         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
15537         (human_space_before_unit): New constant.
15538         * lib/human.c (human_readable): Support it.
15539
15540         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
15541         (xgetcwd): Set errno correctly when failing.
15542         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
15543         the failure is actually due to a PATH_MAX problem.
15544
15545         Further getopt changes to make it more likely that glibc will
15546         buy the changes back.
15547         * lib/getopt.c (POSIXLY_CORRECT): New constant.
15548         (getopt): Use it, so to preserve glibc semantic
15549         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
15550         when compiling for libc.
15551         * lib/getopt_.h (__getopt_argv_const): Bring it back.
15552         (getopt_long, getopt_long_only): Use it.
15553
15554         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15555         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
15556         (getopt): Argv is now char * const *, as per standard.
15557         (_getopt_internal_r, _getopt_internal): Argv is now char **,
15558         not char *__getopt_argv_const *.
15559         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15560         _getopt_long_only_r): Likewise.
15561         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
15562         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15563         _getopt_long_r, _getopt_long_only_r): Likewise.
15564         * lib/getopt_.h (__getopt_argv_const): Remove.
15565         (getopt): Argv is now char * const *, as per standard.
15566
15567         * lib/getdate.y (tORDINAL): New token.
15568         (day, relunit): Allow it for relative times.
15569         (relative_time_table): Use tORDINAL for ordinals.
15570
15571 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15572
15573         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
15574         Document that "second" isn't allowed as an ordinal number.
15575
15576 2004-11-16  Jim Meyering  <jim@meyering.net>
15577
15578         * modules/closeout (Depends-on): Add fpending.
15579
15580 2004-11-15  Jim Meyering  <jim@meyering.net>
15581
15582         * lib/closeout.c: Include "__fpending.h" once again.
15583         Include <stdbool.h>.
15584         (close_stdout): Don't fail just because stdout was closed initially,
15585         since some programs don't write to stdout in the normal course of
15586         operation (other than --version and --help), and we don't want this
15587         function to make e.g. `touch file >&-' fail.
15588         But do fail if it was closed and someone has tried to write to it.
15589         E.g., `printf foo >&-' must fail.
15590
15591 2004-11-13  Jim Meyering  <jim@meyering.net>
15592
15593         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
15594
15595 2004-11-12  Simon Josefsson  <jas@extundo.com>
15596
15597         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
15598         small doc fix is still pending.
15599
15600 2004-11-11  Simon Josefsson  <jas@extundo.com>
15601
15602         * modules/strtok_r: New file.
15603
15604         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15605         strtok_r.
15606
15607 2004-11-11  Simon Josefsson  <jas@extundo.com>
15608
15609         * m4/strtok_r.m4: New file.
15610
15611         * m4/getopt.m4: Replace opterr.
15612
15613 2004-11-11  Simon Josefsson  <jas@extundo.com>
15614
15615         * lib/strtok_r.h, strtok_r.c: New file.
15616
15617 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15618
15619         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
15620         of replacing opterr, getopt, etc.  This should handle the
15621         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
15622
15623 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15624
15625         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
15626         we can stop lying to compilers about the constness of argv when we
15627         are compiled outside glibc.
15628         (getopt, getopt_long, getopt_long_only): Use it.
15629         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15630         _getopt_internal, getopt): Likewise.
15631         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15632         _getopt_long_only_r): Likewise.
15633         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15634         _getopt_long_r, _getopt_long_only_r): Likewise.
15635
15636         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
15637         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
15638         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
15639         the other external symbols.
15640         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
15641         declaration, since the above renaming now works around collisions.
15642
15643 2004-11-11  Jim Meyering  <jim@meyering.net>
15644
15645         * lib/linebreak.c: Remove trailing blanks.
15646         * lib/alloca_.h: Likewise.
15647         * lib/acosl.c: Likewise.
15648         * lib/euidaccess.c: Likewise.
15649         * lib/allocsa.h: Likewise.
15650
15651 2004-11-10  Simon Josefsson  <jas@extundo.com>
15652
15653         * m4/getaddrinfo.m4: New file.
15654
15655 2004-11-10  Simon Josefsson  <jas@extundo.com>
15656
15657         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
15658
15659 2004-11-10  Simon Josefsson  <jas@extundo.com>
15660
15661         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15662         getaddrinfo.
15663
15664         * modules/getaddrinfo: New file.
15665
15666 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15667
15668         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
15669
15670 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15671
15672         * lib/mktime.c (SHR): New macro, which is a portable
15673         substitute for >> that should work even on Crays.
15674         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
15675         Problem reported by Mark D. Baushke in
15676         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
15677         * lib/getdate.y (SHR): Likewise.
15678         (tm_diff): Use it.
15679         * lib/strftime.c (SHR): Likewise.
15680         (tm_diff): Use it.
15681         * lib/quotearg.c (struct quoting_options): Use unsigned int for
15682         quote_these_too, so that right shifts are well defined.  All uses
15683         changed.
15684
15685 2004-11-10  Jim Meyering  <jim@meyering.net>
15686
15687         Ensure that no close failure goes unreported.
15688         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
15689         return early when it seems there's nothing to flush.
15690         Don't include __fpending.h.
15691
15692 2004-11-10  Jim Meyering  <jim@meyering.net>
15693
15694         * modules/closeout (Depends-on): Remove fpending.
15695
15696 2004-11-10  Jim Meyering  <jim@meyering.net>
15697
15698         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
15699
15700 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15701
15702         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
15703         gl_FUNC_STRFTIME.
15704         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
15705         and AC_REQUIRE when possible, to avoid duplicate checks.
15706         Check for <wchar.h>.
15707
15708 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15709
15710         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
15711
15712 2004-11-09  Bruno Haible  <bruno@clisp.org>
15713
15714         * m4/sockpfaf.m4: New file.
15715
15716 2004-11-05  Bruno Haible  <bruno@clisp.org>
15717
15718         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
15719         Reported by Mark D. Baushke <mdb@cvshome.org>.
15720
15721 2004-11-04  Bruno Haible  <bruno@clisp.org>
15722
15723         2004-09-11  Bruno Haible  <bruno@clisp.org>
15724                 * allocsa.valgrind: New file.
15725         2004-02-06  Bruno Haible  <bruno@clisp.org>
15726                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
15727                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
15728                 Reported by Christopher Seip <chris.seip@hp.com>.
15729
15730 2004-11-04  Bruno Haible  <bruno@clisp.org>
15731
15732         * modules/allocsa (Files): Add lib/allocsa.valgrind.
15733         (Makefile.am): Distribute it.
15734
15735 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
15736
15737         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
15738         with errno == ERANGE if the buffer is too small.
15739         Problem reported by Mark D. Baushke.
15740
15741 2004-11-03  Albert Chin  <china@thewrittenword.com>
15742             Paul Eggert  <eggert@cs.ucla.edu>
15743
15744         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
15745         equivalent, substitute $ac_type for equivalent type rather than
15746         blindly using uint32_t *always* which won't work if uint32_t is not
15747         available.  Define _UINT32_T to work around typedef of uint32_t if
15748         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
15749         2.5.1.
15750
15751 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15752
15753         * m4/jm-macros.m4: Sync from coreutils.
15754         (gl_MACROS): Check for mbrlen, for pathchk.
15755         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
15756
15757 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15758
15759         * lib/xreadlink.c (MAXSIZE): New macro.
15760         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
15761         size does not exceed MAXSIZE.  Avoid cast.
15762         As suggested by Mark D. Baushke in
15763         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
15764         if readlink fails with buffer size just under MAXSIZE, try again
15765         with MAXSIZE.
15766
15767 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15768
15769         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
15770
15771 2004-11-02  Derek R. Price  <derek@ximbiot.com>
15772         and  Paul Eggert  <eggert@cs.ucla.edu>
15773
15774         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
15775         (get_date): Overparenthesize to avoid GCC warning.
15776
15777 2004-11-02  Bruno Haible  <bruno@clisp.org>
15778
15779         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
15780         returns void.
15781
15782 2004-11-02  Bruno Haible  <bruno@clisp.org>
15783
15784         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
15785         function returns void.
15786
15787 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15788
15789         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
15790         fflush_unlocked, flockfile, funlockfile, funlockfile,
15791         fputs_unlocked, putc_unlocked.
15792
15793 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15794
15795         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15796         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
15797         already declared.
15798
15799 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15800
15801         * modules/getdate (Files): Add doc/getdate.texi.
15802         (Depends-on): Add setenv, xalloc.
15803
15804 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15805
15806         * lib/getdate.y: Add support for TZ="foo" within a date string.
15807         Fix some bugs near time_t boundaries.  Reject dates with
15808         out-of-range components, e.g., "Sept 31".
15809         Include <stdlib.h>, "setenv.h", "xalloc.h".
15810         (ISDIGIT_LOCALE): Remove; unused.
15811         Note that the TZ and time functions used here are not reentrant.
15812         (mktime_ok, get_tz): New functions.
15813         (TZBUFSIZE): New constant.
15814         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
15815         This requires that we sometimes generate our own TZ="XXX..." setting.
15816
15817 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15818
15819         * doc/getdate.texi: New file, from coreutils with modifications for
15820         the new TZ parsing.
15821
15822 2004-10-27  Derek R. Price  <derek@ximbiot.com>
15823
15824         * lib/mktime.c (not_equal_tm): Remove redundant check.
15825
15826 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15827
15828         * modules/regex (lib_SOURCES): Add regex.c.
15829         Reported by James Youngman in
15830         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
15831
15832 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15833
15834         * lib/getdate.y: Use Bison 1.875 features, and some minor
15835         code cleanups.  This change does not affect semantics.
15836         Don't include <stdlib.h>; no longer needed.
15837         Don't include unlocked-io.h; only the "#if TEST" code uses
15838         stdio, and performance isn't crucial there.
15839         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
15840         Bison 1.875 features as described below.
15841         All uses of "PC." replaced by "pc->".
15842         (YYSTYPE): Add a forward declaration.
15843         (yylex, yyerror): Use full prototypes in forward decls.
15844         Use "%pure-parser" rather than obsolescent "%pure_parser".
15845         Use %parse-param and %lex-param instead of obsolescent
15846         YYPARSE_PARAM and YYLEX_PARAM.
15847         (meridian_table, month_and_day_table, time_units_table,
15848         relative_time_table, time_zone_table, military_table,
15849         lookup_zone, lookup_word, get_date):
15850         Use NULL instead of 0 where appropriate.
15851         (to_hour): Avoid abort (), to avoid a dependency on
15852         stdlib.h.
15853         (yyerror, yylex): Now accepts parser_control * arg.
15854         (main) [TEST]: Use '\0' rather than 0 for char.
15855
15856 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15857
15858         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
15859
15860 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15861
15862         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
15863         It's now the caller's responsibility to handle the case where
15864         !HAVE_GETPAGESIZE && !defined getpagesize.
15865
15866         * lib/mktime.c (leapyear): Arg is long int, not int.
15867
15868 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
15869
15870         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
15871
15872 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
15873
15874         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
15875         missing.  Problem reported by James Youngman.
15876
15877 2004-10-16  Simon Josefsson  <jas@extundo.com>
15878
15879         * gnulib-tool: Fix comments.  Fix parse problem.
15880         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
15881
15882 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
15883
15884         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
15885         implementation of getopt_long.  Problem reported by Alexander Taler in:
15886         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
15887
15888 2004-10-15  Bruno Haible  <bruno@clisp.org>
15889
15890         * gnulib-tool: Untabify. Initialize supplied_libname.
15891         (func_usage): More homogenous output.
15892         (func_modules_transitive_closure, func_modules_to_filelist,
15893         func_emit_lib_Makefile_am): New functions.
15894         (func_import): New function, extracted from big case statement. Use
15895         func_get_license, func_modules_transitive_closure,
15896         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
15897         opt_lgpl. Don't use test -a, as it's not portable.
15898         (func_create_testdir): Use func_modules_transitive_closure,
15899         func_modules_to_filelist, func_emit_lib_Makefile_am.
15900
15901 2004-10-15  Bruno Haible  <bruno@clisp.org>
15902
15903         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
15904
15905 2004-10-15  Bruno Haible  <bruno@clisp.org>
15906
15907         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
15908         the portions belonging to each module.
15909         Suggested by Derek Robert Price <derek@ximbiot.com>.
15910
15911 2004-10-12  Simon Josefsson  <jas@extundo.com>
15912
15913         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15914         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
15915         to real functions.
15916
15917 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15918
15919         * modules/vsnprintf: New file.
15920
15921 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15922
15923         * m4/vsnprintf.m4: New file.
15924
15925 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15926
15927         * lib/vsnprintf.h: New file.
15928         * lib/vsnprintf.c: New file.
15929
15930 2004-10-11  Bruno Haible  <bruno@clisp.org>
15931
15932         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
15933         vsnprintf.
15934
15935 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
15936
15937         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
15938
15939 2004-10-07  Bruno Haible  <bruno@clisp.org>
15940
15941         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
15942         fits into the provided buffer.
15943
15944 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
15945
15946         * lib/diacrit.c, diacrit.h: Add GPL notice.
15947
15948         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
15949         notice.
15950         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
15951         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
15952         This avoids a potential constant-folding bug.
15953
15954 2004-10-05  Bruno Haible  <bruno@clisp.org>
15955
15956         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
15957         for the declaration of strsep.
15958
15959 2004-10-05  Bruno Haible  <bruno@clisp.org>
15960
15961         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
15962
15963 2004-10-04  Simon Josefsson  <jas@extundo.com>
15964
15965         * modules/memmem: New file.
15966         * tests/test-memmem.c: New file.
15967         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
15968
15969 2004-10-04  Simon Josefsson  <jas@extundo.com>
15970
15971         * m4/memmem.m4: New file.
15972
15973 2004-10-04  Simon Josefsson  <jas@extundo.com>
15974
15975         * lib/memmem.h: New file.
15976         * lib/memmem.c: New file, taken from glibc.
15977
15978 2004-10-04  Simon Josefsson  <jas@extundo.com>
15979
15980         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
15981         '#ifdef USE_UNLOCKED_IO'.
15982
15983 2004-10-04  Simon Josefsson  <jas@extundo.com>
15984
15985         * config/srclist.txt: Add memmem from glibc.
15986
15987 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15988
15989         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
15990
15991         * modules/argmatch, modules/argp, modules/closeout, modules/error,
15992         modules/exclude, modules/getdate, modules/getline,
15993         modules/getndelim2, modules/getpass, modules/getpass-gnu,
15994         modules/getusershell, modules/linebuffer, modules/md5,
15995         modules/mountlist, modules/posixtm, modules/readtokens,
15996         modules/readutmp, modules/regex, modules/sha1,
15997         modules/version-etc, modules/yesno:
15998         Remove dependency on unlocked-io.
15999
16000 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16001
16002         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
16003
16004         * m4/unlocked-io.m4: Add copyright notice.
16005         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
16006
16007 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16008
16009         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
16010         * lib/xmalloc.c (xmemdup): Likewise.
16011         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
16012         XFREE): Remove these long-obsolescent macros.
16013         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
16014         * lib/xstrdup.c: Remove.
16015
16016         * lib/regex.c (re_comp): Cast gettext return value to char *,
16017         Problem reported by Martin Neitzel via Mark D. Baushke.
16018
16019 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16020
16021         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
16022         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
16023         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
16024         regex.c, sha1.c, version-etc.c, yesno.c:
16025         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
16026         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
16027         the includer's responsibility.
16028
16029         Sync from coreutils.
16030
16031         * lib/modechange.c (mode_compile): Don't decrement a pointer that
16032         points to the start of a string, as the C Standard says the
16033         resulting behavior is undefined.
16034
16035         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
16036         simple -> simple_backups, numbered_existing ->
16037         numbered_existing_backups, numbered -> numbered_backups
16038         to avoid shadowing problems.  All uses changed.
16039         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
16040         * lib/backupfile.c (check_extension, numbered_backup):
16041         Rename locals to avoid shadowing 'basename'.
16042         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
16043         once.
16044
16045         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
16046         * lib/.cvsignore: Add getopt.h.
16047
16048 2004-10-04  Bruno Haible  <bruno@clisp.org>
16049
16050         * modules/README: New file.
16051         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
16052         not a module.
16053
16054 2004-10-02  Jim Meyering  <jim@meyering.net>
16055
16056         * lib/dirfd.h, getpagesize.h: Add copyright notice.
16057
16058 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16059
16060         * modules/strsep: New file.
16061
16062 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16063
16064         * m4/strsep.m4: New file.
16065
16066 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16067
16068         * lib/strsep.h: New file.
16069         * lib/strsep.c: New file.
16070
16071 2004-10-01  Simon Josefsson  <jas@extundo.com>
16072
16073         * lib/snprintf.c (snprintf): Handle size==0.
16074
16075 2004-10-01  Simon Josefsson  <jas@extundo.com>
16076             Bruno Haible  <bruno@clisp.org>
16077
16078         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
16079         (snprintf): Declare 'args'.
16080
16081 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
16082
16083         * lib/snprintf.c: Remove comments as to why each header is needed.
16084
16085 2004-10-01  Bruno Haible  <bruno@clisp.org>
16086
16087         * MODULES.html.sh: Add strsep.
16088
16089 2004-09-30  Simon Josefsson  <jas@extundo.com>
16090
16091         * modules/snprintf: New file.
16092
16093 2004-09-30  Simon Josefsson  <jas@extundo.com>
16094
16095         * m4/snprintf.m4: New file.
16096
16097 2004-09-30  Simon Josefsson  <jas@extundo.com>
16098
16099         * lib/snprintf.h, lib/snprintf.c: New files.
16100
16101 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16102
16103         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
16104         (hol_entry_help): Never translate an empty string.
16105         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
16106         * lib/argp.h (OPTION_NO_TRANS): New option.
16107
16108 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16109
16110         * modules/argp (Maintainer): Replace Simon Josefsson
16111         by Sergey Poznyakoff.
16112
16113 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16114
16115         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
16116         changes merged back into glibc.
16117
16118 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16119
16120         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
16121
16122 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
16123
16124         * lib/xvasprintf.c: Include xalloc.h.
16125         (xvasprintf): Use xalloc_die, not xmalloc_die.
16126
16127 2004-09-29  Bruno Haible  <bruno@clisp.org>
16128
16129         * modules/alloca-opt: New file, derived from modules/alloca.
16130         * modules/allocsa: Depend on alloca-opt instead of alloca.
16131         * modules/setenv: Likewise.
16132         * modules/vasnprintf: Likewise.
16133         * MODULES.html.sh: Add alloca-opt.
16134
16135 2004-09-28  Simon Josefsson  <jas@extundo.com>
16136
16137         * gnulib-tool: New parameter --lgpl, to asseert that modules are
16138         LGPL, and to replace license template from GPL to LGPL.
16139
16140 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16141
16142         * modules/dummy: Change license to LGPL.
16143
16144 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16145
16146         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
16147
16148 2004-09-24  Simon Josefsson  <jas@extundo.com>
16149
16150         * modules/minmax (License): Change from GPL to LGPL.
16151
16152 2004-09-23  Simon Josefsson  <jas@extundo.com>
16153
16154         * gnulib-tool (--import): Typo.
16155
16156 2004-09-23  Simon Josefsson  <jas@extundo.com>
16157
16158         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
16159
16160 2004-09-22  Bruno Haible  <bruno@clisp.org>
16161
16162         * modules/*: Add 'License' field.
16163         * gnulib-tool: Accept --extract-license option.
16164         (func_get_license): New function.
16165
16166 2004-09-21  Bruno Haible  <bruno@clisp.org>
16167
16168         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
16169         Reported by Simon Josefsson.
16170
16171 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16172
16173         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
16174         gl_AC_TYPE_LONG_LONG.
16175
16176 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16177
16178         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
16179
16180 2004-09-18  Simon Josefsson  <jas@extundo.com>
16181         and  Paul Eggert  <eggert@cs.ucla.edu>
16182
16183         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
16184         calls with autoreconf.  Define GL_LIB.
16185
16186 2004-09-14  Karl Berry  <karl@gnu.org>
16187
16188         * config/srclist.txt: unsync setenv.c, sigh.
16189
16190 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16191
16192         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
16193         Problem reported by Bruno Haible in:
16194         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
16195
16196 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16197
16198         * config/srclist.txt: Comment out argp-pvh.c.
16199
16200 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
16201
16202         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
16203         in case some system header has #define'd it.  Problem reported by
16204         Soeren D. Schulze in
16205         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
16206
16207 2004-09-09  Karl Berry  <karl@gnu.org>
16208
16209         * regex.[ch]: delete from the root.  These were supposed to be
16210                 synced with emacs cvs, but this has not happened for about
16211                 a year, and anyway nothing else uses emacs regex.[ch].
16212                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
16213                 lib/regex[.ch] is untouched.
16214
16215 2004-09-09  Bruno Haible  <bruno@clisp.org>
16216
16217         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
16218
16219 2004-09-09  Bruno Haible  <bruno@clisp.org>
16220
16221         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
16222         modifications.
16223         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
16224
16225 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16226
16227         * modules/xvasprintf: New file.
16228         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
16229
16230 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16231
16232         * lib/xvasprintf.h: New file.
16233         * lib/xvasprintf.c: New file.
16234         * lib/xasprintf.c: New file.
16235
16236 2004-09-08  Bruno Haible  <bruno@clisp.org>
16237
16238         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
16239
16240 2004-09-08  Bruno Haible  <bruno@clisp.org>
16241
16242         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
16243         length is > INT_MAX.
16244         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
16245         more.
16246
16247 2004-09-08  Bruno Haible  <bruno@clisp.org>
16248
16249         * lib/stdint_.h: New file, taken from GNU clisp.
16250
16251 2004-09-08  Bruno Haible  <bruno@clisp.org>
16252             Oskar Liljeblad  <oskar@osk.mine.nu>
16253
16254         * modules/stdint: New file.
16255         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
16256
16257 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16258
16259         Import from coreutils.
16260         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
16261         strings on unbounded length.  alloca's performance benefits aren't
16262         that important here.
16263         (V_STRDUP): Remove.
16264         (parse_with_separator): New function, with most of the internals
16265         of the old parse_user_spec.  Allow user to omit both user and group,
16266         for compatibility with FreeBSD.
16267         Clone only the user name, not the entire spec.
16268         Do not set *uid, *gid unless entirely successful.
16269         Avoid memory leak in some failing cases.
16270         Fix regression for USER.GROUP reported by Dmitry V. Levin in
16271         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
16272         (parse_user_spec): Rewrite to use parse_with_separator.
16273
16274 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16275
16276         * modules/userspec: Don't depend on alloca.
16277
16278 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16279
16280         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
16281
16282 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
16283
16284         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
16285         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
16286         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
16287
16288 2004-08-16  Simon Josefsson  <jas@extundo.com>
16289
16290         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
16291         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
16292         Add --dry-run for --import.
16293         Let user provided command line parameters override configure.ac
16294         settings.
16295
16296 2004-08-12  Simon Josefsson  <jas@extundo.com>
16297
16298         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
16299         as discussed with Paul Eggert in threads rooted at
16300         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
16301         and
16302         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
16303         Before, the test was empty, and relied on ELIDE_CODE in source
16304         code.)
16305         (gl_PREREQ_GETOPT): New macro.
16306         (gl_GETOPT): Use them.
16307
16308 2004-08-12  Simon Josefsson  <jas@extundo.com>
16309
16310         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
16311         * lib/getopt_.h: Renamed from getopt.h.
16312
16313 2004-08-12  Simon Josefsson  <jas@extundo.com>
16314
16315         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
16316         Change default library name from libfoo to libgnu.
16317         Now, if you have a configure.ac that says:
16318                 gl_SOURCE_BASE(gl)
16319                 gl_M4_BASE(gl/m4)
16320                 gl_MODULES(error getopt etcetera)
16321                 gl_INIT
16322         you can import all you need by running:
16323                 ../gnulib/gnulib-tool --import
16324
16325         * modules/getopt (Files): Rename getopt.h to getopt_.h.
16326         (Makefile.am): Rewrite, use logic from argz.
16327         (Include): Use <getopt.h> instead of "getopt.h".
16328
16329 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16330
16331         * modules/argp (Files): Add m4/unlocked-io.m4.
16332         (Depends-on): Add extensions.
16333
16334 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16335
16336         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
16337         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
16338         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
16339         Check for program_invocation_name, program_invocation_short_name,
16340         flockfile, funlockfile, features.h, _getopt_long_only_r.
16341
16342 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16343
16344         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
16345         its complicated substitute.
16346         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
16347         and program_invocation_name.
16348         (__argp_basename) [!_LIBC]: Remove; the only use was
16349         replaced by its body.
16350         (__argp_short_program_name): Change condition from
16351         !defined __argp_short_program_name to
16352         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
16353         to match argp-namefrob.h.
16354         (__argp_failure): Don't assume strerror_r returns char *.
16355         * lib/argp-parse.c (N_): Define unconditionally.
16356         (argp_default_options): Fill out initializers with 0 to avoid
16357         gcc warnings.
16358
16359 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16360
16361         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
16362         getopt1.c.
16363
16364 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16365
16366         Merge from coreutils.
16367
16368         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
16369
16370         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
16371         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
16372
16373 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16374
16375         Merge from coreutils.
16376
16377         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
16378         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
16379         for Reliant Unix 5.43.
16380
16381         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
16382         (union fooround): Use uintmax_t, not long int.
16383         The rest is a merge from libc:
16384         [defined _LIBC]: Include <shlib-compat.h>.
16385         (_obstack) [defined _LIBC]: Remove after 2.3.4.
16386
16387         * lib/settime.c (settime): Recode to avoid warning with
16388         Sun Forte C 6U2.
16389
16390         * lib/strverscmp.c: Convert to UTF-8.
16391
16392 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16393
16394         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
16395         m4/uintmax_t.m4.
16396
16397 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16398
16399         * modules/xalloc-die: New file.
16400         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
16401
16402         * modules/md5 (Files): Add m4/uint32_t.m4.
16403         * modules/sha1: Renamed from modules/sha.
16404         (Files):
16405         Rename lib/sha.h to lib/sha1.h.
16406         Rename lib/sha.c to lib/sha1.c.
16407         Rename m4/sha.m4 to m4/sha1.m4.
16408         (lib_SOURCES): Likewise.
16409         (configure.ac): Rename gl_SHA to gl_SHA1.
16410         (Include): sha.h -> sha1.h.
16411
16412 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16413
16414         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
16415         * m4/sha1.m4: Renamed from sha.m4.
16416         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
16417
16418 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16419
16420         * lib/obstack.h (obstack_empty_p):
16421         Don't assume that chunk->contents is suitably aligned.
16422         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
16423         Likewise. Problem reported by Benno in
16424         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
16425
16426         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
16427         readable.  This could be improved further but it'd take some work.
16428
16429 2004-08-08  Simon Josefsson  <jas@extundo.com>
16430
16431         * modules/xgethostname (Depends-on): Remove exit and error (not
16432         used).
16433
16434         * modules/getpass-gnu: Add getpass.h.
16435         (Depends-on): Add stdbool.
16436         * modules/getpass: Add getpass.h.
16437
16438 2004-08-08  Simon Josefsson  <jas@extundo.com>
16439
16440         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
16441         Check getpass declaration.
16442
16443 2004-08-08  Simon Josefsson  <jas@extundo.com>
16444
16445         * lib/xgethostname.c: Don't include error.h (not used).
16446
16447         * lib/getpass.h: Add.
16448         * lib/getpass.c: Include getpass.h first.
16449
16450 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
16451
16452         * lib/xalloc-die.c: New file.
16453         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
16454         All uses removed.
16455         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
16456         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
16457         xalloc-die.c.
16458         (_, N_, xalloc_die): Move to xalloc-die.c.
16459         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
16460         so that we needn't mess with xalloc_msg_memory_exhausted.
16461
16462         * lib/sha1.h: Renamed from sha.h.
16463         (SHA1_H): Renamed from _SHA_H.
16464         (sha1_ctx): Renamed from sha_ctx.
16465         (sha1_init_ctx): Renamed from sha_init_ctx.
16466         (sha1_process_block): Renamed from sha_process_block.
16467         (sha1_process_bytes): Renamed from sha_process_bytes.
16468         (sha1_finish_ctx): Renamed from sha_finish_ctx.
16469         (sha1_read_ctx): Renamed from sha_read_ctx.
16470         (sha1_stream): Renamed from sha_stream.
16471         (sha1_buffer): Renamed from sha_buffer.
16472         * lib/sha1.c: Likewise; renamed from sha.c.
16473         Do not include <sys/types.h>.
16474         Include <stddef.h> rather than <stdlib.h>.
16475
16476 2004-08-08  Bruno Haible  <bruno@clisp.org>
16477
16478         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
16479         FILESYSTEM_PREFIX_LEN.
16480         * lib/progreloc.c: Likewise.
16481         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
16482
16483 2004-08-06  Simon Josefsson  <jas@extundo.com>
16484
16485         * modules/progname (Depends-on): Don't depend on stdbool.
16486
16487 2004-08-06  Simon Josefsson  <jas@extundo.com>
16488
16489         * modules/getsubopt: New file.
16490         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16491         getsubopt.
16492
16493 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16494
16495         More merge from coreutils.
16496
16497         * m4/utimens.m4, m4/utimecmp.m4: New files.
16498         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
16499         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
16500         prereq.m4, sha.m4: Import changes from coreutils.
16501
16502 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16503
16504         More merge from coreutils.
16505         * modules/raise, modules/readtokens0, modules/utimens:
16506         * modules/utimecmp, module/xnanosleep: New files.
16507         * modules/strftime: Add lib/strftime.h.
16508         Change include from <time.h> to "strftime.h".
16509         * modules/yesno: Add lib/yesno.h.
16510         * modules/backupfile: Remove lib/addext.c.
16511         * modules/euidaccess: Add stat-macros.h.
16512         * modules/canonicalize, modules/euidaccess,
16513         modules/filemode, modules/lchown, modules/makepath,
16514         modules/rmdir, modules/stat: Likewise.
16515
16516 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16517
16518         Merge from tar.
16519         * lib/argp-help.c (make_hol, hol_append): Don't assume that
16520         SIZE_MAX is a valid preprocessor constant.
16521         (__argp_basename): Change from "#ifndef _LIBC"
16522         to "#ifndef __argp_short_program_name", so that
16523         we don't compile these functions for tar.
16524
16525         More merges from coreutils.
16526         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
16527         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
16528         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
16529         * lib/addext.c: Remove; no longer needed.
16530         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
16531         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
16532         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
16533         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
16534         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
16535         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
16536         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
16537         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
16538         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
16539         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16540         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
16541         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
16542         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
16543         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
16544         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
16545         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
16546         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
16547         Import changes from coreutils.
16548
16549 2004-08-05  Simon Josefsson  <jas@extundo.com>
16550
16551         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
16552
16553 2004-08-05  Simon Josefsson  <jas@extundo.com>
16554
16555         * m4/getsubopt.m4: New file.
16556
16557 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16558
16559         Merge from coreutils.
16560
16561         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
16562         * m4/getcwd-path-max.m4: New files.
16563
16564         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
16565         FILESYSTEM_PREFIX_LEN ->
16566         FILE_SYSTEM_PREFIX_LEN.
16567         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
16568         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
16569         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
16570         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
16571
16572         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
16573         prerequisite modules now handle the DOS stuff.
16574         Don't check for unistd.h.
16575
16576 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16577
16578         Merge from coreutils.
16579
16580         * lib/.gdb-history: Remove; this doesn't belong here.
16581
16582         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
16583         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
16584         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
16585         * lib/getcwd.c: New files.
16586
16587         * lib/dirname.h: Include <stdbool.h>.
16588         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
16589         for consistency with POSIX terminology.  All uses changed.
16590         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
16591         (strip_trailing_slashes): Use bool for booleans.
16592         * lib/stripslash.c (strip_trailing_slashes): Likewise.
16593
16594         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
16595         sometimes returns a positive errno value even when it succeeds.
16596         (print_errno_message) [!LIBC]: Fall back on strerror if
16597         __strerror_r fails.
16598
16599         * lib/path-concat.c (mempcpy): Don't define if a system header defines
16600         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
16601         (longest_relative_suffix): New function.
16602         (path_concat): Use it.  Assume first argument is not NULL.
16603         Port to DOS.  Omit redundant separators.
16604         Report an error instead of returning NULL.
16605         Use mempcpy instead of memcpy.
16606         (xpath_concat): Remove: not declared or used.
16607
16608         * lib/same.h: Include <stdbool.h>
16609         (same_name): Return bool, not int.
16610         * lib/same.c (same_name): Likewise.
16611         (errno): Don't declare; we assume C89 or better now.
16612
16613         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
16614         if not already defined.
16615
16616         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
16617         * lib/dup-safer.c (errno): Likewise.
16618
16619 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16620
16621         Merge from coreutils.
16622         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
16623         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
16624         * modules/path-concat: Don't depend on strdup.
16625
16626 2004-08-03  Simon Josefsson  <jas@extundo.com>
16627
16628         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
16629         * lib/progname.h: Don't include stdbool.h.
16630
16631 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16632
16633         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
16634         * MODULES.html.sh (func_all_modules): Remove fatal.
16635
16636 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16637
16638         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
16639
16640 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16641
16642         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
16643         working.
16644
16645 2004-08-02  Simon Josefsson  <jas@extundo.com>
16646
16647         * lib/getsubopt.h: New file, with comments from Bruno Haible.
16648         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
16649         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
16650
16651 2004-08-01  Simon Josefsson  <jas@extundo.com>
16652
16653         * lib/xgetdomainname.c: Include stdlib.h, for free().
16654
16655 2004-07-19  Bruno Haible  <bruno@clisp.org>
16656
16657         * MODULES.html.sh (func_all_modules): Add dummy.
16658
16659 2004-07-16  Simon Josefsson  <jas@extundo.com>
16660
16661         * modules/dummy: New file.
16662
16663 2004-07-16  Simon Josefsson  <jas@extundo.com>
16664
16665         * lib/dummy.c: New file.
16666
16667 2004-07-16  Bruno Haible  <bruno@clisp.org>
16668
16669         * lib/backupfile.h: Add extern "C" for C++.
16670         * lib/closeout.h: Likewise.
16671         * lib/copy-file.h: Likewise.
16672         * lib/findprog.h: Likewise.
16673         * lib/full-write.h: Likewise.
16674         * lib/pathname.h: Likewise.
16675         * lib/progname.h: Likewise.
16676         * lib/stpcpy.h: Likewise.
16677         * lib/stpncpy.h: Likewise.
16678         * lib/strcase.h: Likewise.
16679         * lib/strstr.h: Likewise.
16680         * lib/xalloc.h: Likewise.
16681
16682         * lib/mbswidth.h: Add extern "C" for C++.
16683         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
16684
16685 2004-07-13  Robert Millan  <robertmh@gnu.org>
16686
16687         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
16688
16689 2004-07-09  Simon Josefsson  <jas@extundo.com>
16690
16691         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
16692         failed without this.)
16693
16694 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16695
16696         * modules/chown (Files): Add lib/fchown-stub.c, since
16697         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
16698
16699 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16700
16701         * lib/fchown-stub.c: New file.
16702
16703 2004-06-24  Jim Meyering  <jim@meyering.net>
16704
16705         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
16706
16707 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16708
16709         * modules/argz: Omit "#include".
16710
16711         * MODULES.html.sh (func_all_modules): Add calloc, to match
16712         2004-06-01 addition of calloc module.
16713
16714 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16715
16716         * m4/argz.m4: New file, which is autoupdated from libtool.
16717
16718 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16719
16720         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
16721         libtool.
16722
16723 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16724
16725         * config/srclist-update: Don't insist on "USA." before the
16726         close-comment, as libtool omits the period and puts the */ on a
16727         separate line.
16728         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
16729         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
16730
16731 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
16732
16733         * modules/argz: New file.
16734         * MODULES.html.sh (func_all_modules): Add argz.
16735
16736 2004-06-12  Jim Meyering  <jim@meyering.net>
16737         and  Paul Eggert  <eggert@cs.ucla.edu>
16738
16739         * modules/hash (Files): Add lib/xalloc.h.
16740         * modules/pipe (Depends-on): Add wait-process.
16741         * modules/stat (Depends-on): Add xalloc.
16742         * modules/userspec (Files): Add lib/userspec.h.
16743         * modules/xstrto
16744
16745         Upgrade from gettext-0.13.
16746         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
16747         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
16748         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
16749
16750 2004-06-10  Jim Meyering  <jim@meyering.net>
16751
16752         * lib/calloc.c: New file.
16753
16754 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
16755
16756         * lib/getdate.y (yylex): Allow space between sign and number.
16757         Problem reported by Dan Jacobson.
16758
16759 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16760
16761         Merge from coreutils CVS.
16762
16763         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
16764         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
16765         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
16766         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
16767         xstrtol.m4: Fix copyright date and/or serial number.
16768
16769         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
16770         See if we need an fchown replacement.
16771         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
16772         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
16773         and use the replacement function if we detect either defect.
16774
16775         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
16776         gl_UTIMECMP.
16777
16778 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16779         and  Jim Meyering  <jim@meyering.net>
16780
16781         Merge from coreutils CVS.
16782
16783         * lib/stat-macros.h: New file, with contents from file-type.h
16784         and coreutils' system.h.
16785         * lib/file-type.c: Include "stat-macros.h".
16786         * lib/file-type.h (file_type): Move all macro definitions to new file,
16787         stat-macros.h.
16788
16789         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
16790         Wrap old code with this conditional.
16791         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
16792         function that does not dereference symlinks.
16793         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
16794
16795         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
16796         dependency problems.
16797         (xreadlink): Accept new arg SIZE, for efficiency.
16798         All decls and uses changed.
16799         * lib/xreadlink.h: Include <stddef.h>, for size_t.
16800
16801         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
16802         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
16803
16804         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
16805         sysexits.h.
16806
16807 2004-06-01  Jim Meyering  <jim@meyering.net>
16808
16809         * m4/calloc.m4: New file.
16810
16811 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
16812
16813         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
16814         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
16815         Also, fix a typo in a diagnostic.
16816
16817 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16818
16819         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
16820         or AC_FUNC_REALLOC.
16821
16822 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16823
16824         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
16825         macros to be defined.
16826         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
16827         the allocator returns NULL because the requested size is zero.
16828
16829 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16830
16831         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
16832         var.  Add comment explaining why libc still defines it.  This
16833         merges the following patch from glibc:
16834         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
16835
16836 2004-05-20  Andreas Schwab  <schwab@suse.de>
16837
16838         * m4/free.m4: Replace free if it not known to work, not the other
16839         way round.
16840
16841 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16842
16843         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
16844         present in glibc since revision 1.1 of this file.
16845         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
16846         obstack_alignment_mask, obstack_alloc, obstack_base,
16847         obstack_blank, obstack_blank_fast, obstack_chunk_size,
16848         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
16849         obstack_grow0, obstack_init, obstack_int_grow,
16850         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
16851         obstack_next_free, obstack_object_size, obstack_ptr_grow,
16852         obstack_ptr_grow_fast, obstack_room): Remove declarations of
16853         nonexistent functions.
16854
16855 2004-05-18  Karl Berry  <karl@gnu.org>
16856
16857         * config/srclist.txt: break link for vasnprintf.c.
16858
16859 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16860
16861         Port obstack to the AS/400, where pointers are 16 bytes wide and
16862         you cannot cast an integer to a valid pointer.  This patch is
16863         currently waiting to be integrated into glibc; see
16864         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
16865
16866         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
16867         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
16868         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
16869         (struct obstack): temp member is now a union of a pointer and
16870         an integer, instead of an integer.  All integer uses changed.
16871         This does not affect the physical layout of struct obstack,
16872         except on hosts (like the AS/400) where the size or alignment of
16873         void * is greater than that of ptrdiff_t.
16874         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
16875         __STDC__)]: Store temporary in pointer member of union, not
16876         integer member.
16877         * lib/obstack.c: Include <stddef.h>, for offsetof.
16878         (struct fooalign): Remove; it doesn't need a name.
16879         (union fooround): Change double to long double, and add void *.
16880         (DEFAULT_ALIGNMENT): Use offsetof to compute.
16881         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
16882         not a macro.  Hence the values are always int; so remove all
16883         casts-to-int in uses.
16884
16885 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
16886
16887         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
16888         we can get this patch merged into glibc.
16889
16890 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16891             Paul Eggert  <eggert@cs.ucla.edu>
16892
16893         * m4/argp: Depend on alloca.
16894
16895 2004-05-17  Derek R. Price  <derek@ximbiot.com>
16896             Paul Eggert  <eggert@cs.ucla.edu>
16897
16898         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
16899         freecoding.
16900
16901 2004-05-17  Bruno Haible  <bruno@clisp.org>
16902
16903         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
16904         precision that consists of a '.' followed by an empty digit string.
16905         Patch by Tor Lillqvist <tml@iki.fi>.
16906
16907 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16908
16909         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
16910         for backward compatibility with older code.  We need our own
16911         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
16912         it under some other name, and our alloca.h will define it.
16913
16914 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
16915             Derek Price  <derek@ximbiot.com>
16916
16917         * lib/alloca.c: Include <alloca.h>, to get our interface.
16918         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
16919         include <alloca.h> first.  Use C89 prototype for alloca; this
16920         requires including <stddef.h> for size_t.  Use extern "C" if C++.
16921         Use #elif for simplicity, since we can assume C89 now.
16922         Don't try to source the system alloca.h since it will not be found
16923         and to prevent recursively including its replacement.
16924         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
16925         * lib/regex.c: Likewise.
16926
16927 2004-05-16  Derek Price  <derek@ximbiot.com>
16928             Paul Eggert  <eggert@cs.ucla.edu>
16929
16930         getline cleanup.  This changes the getndelim2 API: both order of
16931         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
16932         no delimiter).
16933
16934         * lib/getline.c: Don't include stddef.h or stdio.h, since our
16935         interface does that.
16936         (getline): Always use getdelim, so that we don't have two
16937         copies of this code.
16938         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
16939         if available.
16940         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
16941         (GETNDELIM2_MAXIMUM): New macro.
16942         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
16943         instead of the old practice of delim2==0.  All callers changed.
16944         Return -1 on overflow, instead of returning junk.
16945         Do not set *linesize unless allocation succeeds.
16946         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
16947         that we include sys/types.h.
16948         * lib/getnline.h: Likewise.
16949         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
16950         (getndelim2): Reorder arguments.
16951         * lib/getnline.c (getnline, getndelim):
16952         Don't discard the NMAX argument.
16953         (getnline): Invoke getndelim, to avoid code duplication.
16954         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
16955         of (size_t) -1 by callers of the getnline family.
16956
16957 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16958
16959         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
16960         Check for gettimeofday.
16961         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
16962         Check for settimeofday, stime.
16963
16964 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16965
16966         * lib/nanosleep.c (suspended): Change its type from int to
16967         sig_atomic_t volatile.
16968         (first_call): Make it private to rpl_nanosleep, and have it
16969         be zero initially as that's a bit faster.
16970         (my_usleep): Round up fractional times instead of truncating them,
16971         as this is the usual meaning for 'sleep'.
16972
16973         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
16974         doesn't work.
16975         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
16976         (ENOSYS): Define if not defined.
16977         (settime): Fall back on stime if it exists and settimeofday fails.
16978         But don't bother with fallbacks if a method fails with errno == EPERM.
16979
16980 2004-05-11  Jim Meyering  <jim@meyering.net>
16981
16982         Prior to this change, the save_cwd caller required read access to the
16983         current directory on most systems (ones with the fchdir function).
16984
16985         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
16986         fails, try write-only, and finally, resort to using xgetcwd.
16987
16988 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16989
16990         * lib/obstack.c, obstack.h: Import changes from libc.
16991
16992 2004-04-28  Bruno Haible  <bruno@clisp.org>
16993
16994         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
16995         also implicitly appends .exe to executables.
16996         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
16997         accepts Windows pathnames.
16998         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
16999         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17000         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
17001         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17002         Reported by Derek Robert Price <derek@ximbiot.com>.
17003
17004 2004-04-21  Karl Berry  <karl@gnu.org>
17005
17006         * config/srclist.txt (localcharset.c): break sync.
17007
17008 2004-04-20  Paul Eggert  <eggert@twinsun.com>
17009
17010         * m4/host-os.m4: Add a copyright notice.
17011
17012 2004-04-20  Jim Meyering  <jim@meyering.net>
17013
17014         Change UTILS_ to gl_ in AC_DEFINE'd names.
17015         Change utils_- and jm_-prefixed variables, too.
17016         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
17017         UTILS_FUNC_MKDIR_TRAILING_SLASH.
17018         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
17019
17020         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
17021         Don't emit trailing blanks.
17022         Also rename jm_-prefixed variables to have gl_ prefix.
17023
17024         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
17025         Also rename jm_-prefixed variables to have gl_ prefix.
17026
17027         * m4/jm-macros.m4: Reflect the renamings.
17028         * m4/prereq.m4: Likewise.
17029
17030 2004-04-20  Jim Meyering  <jim@meyering.net>
17031
17032         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
17033         memory.
17034
17035 2004-04-20  Jim Meyering  <jim@meyering.net>
17036             Bruno Haible  <bruno@clisp.org>
17037
17038         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
17039         memory when realloc fails.
17040
17041 2004-04-19  Jim Meyering  <jim@meyering.net>
17042
17043         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
17044         now that readutmp.c may call `free (0)'.
17045
17046 2004-04-19  Bruno Haible  <bruno@clisp.org>
17047
17048         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
17049         * m4/inttypes_h.m4: Likewise.
17050         * m4/stdint_h.m4: Likewise.
17051         * m4/intmax_t.m4: Likewise.
17052         * m4/uintmax_t.m4: Likewise.
17053
17054 2004-04-18  Jim Meyering  <jim@meyering.net>
17055
17056         * m4/prereq.m4: Don't forbid jm_ prefix.
17057
17058         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
17059         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
17060         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
17061         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
17062         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
17063         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
17064         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
17065         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
17066         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
17067         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
17068         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
17069         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
17070         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
17071         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
17072         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
17073         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
17074         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
17075         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
17076         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
17077
17078 2004-04-18  Jim Meyering  <jim@meyering.net>
17079
17080         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
17081         failure, don't leak memory and do call END_UTMP_ENT.
17082
17083 2004-04-16  Jim Meyering  <jim@meyering.net>
17084
17085         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
17086         coreutils' stat program.
17087         (gl_PREREQ): Don't require jm_PREREQ_STAT.
17088
17089 2004-04-11  Paul Eggert  <eggert@twinsun.com>
17090
17091         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
17092         C89.
17093         (CHAR_BIT): Remove, since we assume C89.
17094         Include <stdint.h> if available, as per current Autoconf CVS advice.
17095
17096 2004-03-31  Jim Meyering  <jim@meyering.net>
17097
17098         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
17099         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
17100         * m4/xalloc.m4: Likewise.
17101
17102 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17103
17104         Merge from coreutils.
17105
17106         * m4/inttostr.m4: New file.
17107         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
17108         Require AM_STDBOOL_H and gl_TIMESPEC instead.
17109         Require gl_CLOCK_TIME.
17110         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
17111
17112 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17113
17114         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
17115         not bool, to be more consistent with Unix conventions.
17116         Suggested by Bruno Haible.
17117
17118         Merge from coreutils.
17119
17120         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
17121         * lib/umaxtostr.c: New files.
17122
17123         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
17124         the usual <time.h> dance.
17125         (get_date): Change signature to support fractional time stamps.
17126         All callers changed.
17127         * lib/getdate.y: Include "getdate.h" first, as we can now
17128         assume C89 and don't need to worry about 'const'.
17129         Similarly, include "unlocked-io.h" near start, not in middle.
17130         Include <limits.h>.
17131         (textint.value): Use long int rather than int.
17132         (textint.digits): Use size_t rather than int.
17133         (BILLION, LOG10_BILLION): New constants.
17134         (parser_control): New member rel_ns.  Members day_ordinal,
17135         time_zone, month, day, hour, minutes, rel_year, rel_month,
17136         rel_day, rel_hour, rel_minutes, rel_seconds
17137         are now long int, not int.  Member seconds is now struct timespec,
17138         not int.  New member timespec_seen.  Members dates_seen, days_seen,
17139         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
17140         not int.
17141         (%union.intval): Now long int, not int.
17142         New member timespec.
17143         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
17144         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
17145         (spec): Now is a timespec or an item list.
17146         (timespec, items): New nonterminals.
17147         (time, rel, relunit, number, get_date):
17148         Add support for fractional seconds.
17149         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
17150         (gmtime, localtime, mktime): Remove decls; not needed with C89.
17151         (to_hour): First arg is now long int, not int.
17152         (to_year): Returns long int, not int.
17153         Don't treat year -70 like 70.
17154         (tm_diff): Returns long int, not int.
17155         (lookup_word): Use bool instead of int when appropriate.
17156         (yylex): Use size_t for count, not int.
17157         Detect overflow when parsing large integer constants.
17158         Add support for fractions.
17159         (get_date): Make pointers 'const' if possible.
17160         Use more-portable code to detect integer overflow.
17161         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
17162         Don't use ctime; it's not reliable if the year has >4 digits.
17163
17164         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
17165         This is for compatibility with BSD.
17166
17167         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
17168         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
17169         From coreutils' system.h.
17170
17171         * lib/userspec.c: Don't include "posixver.h".
17172         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
17173         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
17174         compatible extension.  Simplify code by removing a boolean int
17175         that was always nonzero if a string was nonnull.
17176
17177 2004-03-30  Jim Meyering  <jim@meyering.net>
17178
17179         Merge from coreutils.
17180
17181         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
17182         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
17183         on some systems one must include <grp.h> before it.
17184         Reported by Christian Krackowizer.
17185
17186 2004-03-30  Jim Meyering  <jim@meyering.net>
17187
17188         Merge from coreutils.
17189
17190         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
17191
17192         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
17193         an empty input stream.
17194
17195         * lib/readtokens.c: Include <stdbool.h>.
17196         (readtoken): Use `size_t' rather than int/long.
17197         All callers adjusted.
17198         Use `bool' rather than `int' where appropriate.
17199         Use memset rather than an explicit loop.
17200         Use x2nrealloc rather than xrealloc.
17201         Allow the use of `\0' as a delimiter.
17202         (readtokens): Likewise.
17203         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
17204
17205 2004-03-30  Jim Meyering  <jim@meyering.net>
17206
17207         * m4/realloc.m4: Remove file, since now it does no more than
17208         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
17209         the `configure.ac' section of module/realloc.
17210         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
17211
17212 2004-03-30  Bruno Haible  <bruno@clisp.org>
17213
17214         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
17215         nonnull.
17216
17217 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17218
17219         Merge changes to getloadavg.c from coreutils and Emacs.
17220
17221         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
17222         Define to an expression, not to the empty string.
17223         Include cloexec.h and xalloc.h.
17224         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
17225         Use set_cloexec_flag rather than rolling our own.
17226         * lib/cloexec.c, lib/cloexec.h: New files.
17227
17228 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17229
17230         * m4/cloexec.m4: New file.
17231
17232 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17233
17234         * lib/getopt.h: Sync with libc CVS.
17235
17236 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17237             Bruno Haible  <bruno@clisp.org>
17238
17239         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
17240         mbswidth.
17241
17242 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17243             Bruno Haible  <bruno@clisp.org>
17244
17245         * lib/mbswidth.h: Include <wchar.h> only if
17246         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
17247         <wchar.h>.
17248         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
17249
17250 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17251
17252         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
17253         Sync with libc CVS.
17254         * lib/getopt_int.h: New file, also synced from libc.
17255
17256 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17257
17258         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
17259         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
17260         Bring back getopt.c, getopt.h, getopt1.c.
17261
17262 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17263
17264         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
17265         All uses changed.  Check for sa_sigaction member; this fixes
17266         a bug first reported by Jason Andrade in
17267         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17268
17269 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17270
17271         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
17272         '#if' expressions.  Unlike the code it replaces, it does not
17273         depend on (defined _SC_PAGESIZE).  However, it does depend on
17274         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
17275         first reported by Jason Andrade in
17276         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17277
17278 2004-02-25  Simon Josefsson  <jas@extundo.com>
17279
17280         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
17281
17282 2004-02-25  Simon Josefsson  <jas@extundo.com>
17283
17284         * lib/strdup.h: New file.
17285         * lib/strdup.c: Include it.
17286         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
17287         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
17288
17289 2004-02-23  Karl Berry  <karl@gnu.org>
17290
17291         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
17292         (from fencepost.gnu.org:/gd/gnuorg).
17293
17294 2004-02-23  Karl Berry  <karl@gnu.org>
17295
17296         * config/srclistvars.sh (GNUORG) [karl]: redefine.
17297         * config/srclist.txt: add maintain/standards documents.
17298
17299 2004-02-18  Bruno Haible  <bruno@clisp.org>
17300
17301         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
17302         Reported by Derek Robert Price <derek@ximbiot.com>.
17303
17304 2004-02-16  Karl Berry  <karl@gnu.org>
17305
17306         * config/mkinstalldirs, install-sh: update from automake.
17307
17308 2004-02-06  Karl Berry  <karl@gnu.org>
17309
17310         * m4/po.m4: update from gettext 0.14.1.
17311
17312 2004-02-06  Karl Berry  <karl@gnu.org>
17313
17314         * lib/config.charset: update from gettext 0.14.1.
17315
17316 2004-02-05  Paul Eggert  <eggert@twinsun.com>
17317
17318         Add comments and code, prompted by suggestions from Bruno Haible
17319         for sh-quote.
17320         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
17321         describing the enum quoting_style values.
17322         * lib/quotearg.c (quotearg_alloc): New function.
17323         (quotearg_buffer_restyled): Treat lone { and } as special.
17324         Treat = as special.  Work around bug with older shells
17325         that "see" a '\' that is really the 2nd byte of a multibyte char.
17326         Quote empty string with shell_quoting_style.
17327
17328 2004-02-03  Bruno Haible  <bruno@clisp.org>
17329
17330         * m4/pipe.m4: New file, from GNU gettext.
17331
17332 2004-02-03  Bruno Haible  <bruno@clisp.org>
17333
17334         * lib/pipe.h: New file, from GNU gettext.
17335         * lib/pipe.c: New file, from GNU gettext.
17336
17337 2004-01-27  Bruno Haible  <bruno@clisp.org>
17338
17339         * m4/execute.m4: New file, from GNU gettext.
17340
17341 2004-01-27  Bruno Haible  <bruno@clisp.org>
17342
17343         * lib/execute.h: New file, from GNU gettext.
17344         * lib/execute.c: New file, from GNU gettext.
17345         * lib/w32spawn.h: New file, from GNU gettext.
17346
17347 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17348
17349         Merge from diffutils.
17350
17351         * lib/file-type.c (file_type): Add typed memory objects.
17352         * lib/file-type.h (S_TYPEISTMO): New macro.
17353
17354         * lib/c-stack.h (c_stack_action): Remove argv argument.
17355         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
17356         (die): Don't calculate message unless segv_action returns.
17357         (get_stack_location, min_address_from_argv, max_address_from_argv,
17358         volatile stack_base, volatile_stack_size): Remove.
17359         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
17360         that every segmentation violation is a stack overflow.  (Ouch!)
17361         See Debian bug 136249 (still outstanding) for more info about why
17362         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
17363
17364 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17365
17366         Exit-status fix from coreutils.
17367
17368         Use exit_failure consistently in place of EXIT_FAILURE,
17369         so that program exit statuses are consistent on failure.
17370
17371         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
17372         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
17373         * lib/argmatch.h: Comment fix to match the above.
17374         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
17375         Now a macro referring to exit_failure, instead of a separate
17376         variable.  Include "exitfail.h" to get it.
17377         * lib/xstrtol.h: Include "exitfail.h".
17378         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
17379
17380         * lib/long-options.c (parse_long_options): Use prototype
17381         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
17382         for clarity.
17383
17384 2004-01-21  Jim Meyering  <jim@meyering.net>
17385
17386         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
17387         so as not to conflict with a different-sized __mktime_internal
17388         function in GNU libc.
17389         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
17390         Problem building statically-linked `ls' reported by Michael Brunnbauer.
17391
17392 2004-01-20  Karl Berry  <karl@gnu.org>
17393
17394         * config/config.guess: update from config.
17395
17396         * config/srclistvars.sh: GNUWWWLICENSES for karl.
17397
17398 2004-01-20  Bruno Haible  <bruno@clisp.org>
17399
17400         Safer stack allocation.
17401         * lib/setenv.c: Include allocsa.h.
17402         (alloca): Remove fallback definition.
17403         (freea): Remove macro.
17404         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
17405         instead of freea.
17406
17407 2004-01-20  Bruno Haible  <bruno@clisp.org>
17408
17409         * m4/eealloc.m4: New file, from GNU gettext.
17410
17411 2004-01-20  Bruno Haible  <bruno@clisp.org>
17412
17413         * m4/allocsa.m4: New file, from GNU gettext.
17414
17415 2004-01-20  Bruno Haible  <bruno@clisp.org>
17416
17417         * lib/xallocsa.h: New file, from GNU gettext.
17418         * lib/xallocsa.c: New file, from GNU gettext.
17419
17420 2004-01-20  Bruno Haible  <bruno@clisp.org>
17421
17422         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
17423
17424 2004-01-20  Bruno Haible  <bruno@clisp.org>
17425
17426         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
17427         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
17428         specially.
17429
17430 2004-01-20  Bruno Haible  <bruno@clisp.org>
17431
17432         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
17433         patch.
17434
17435 2004-01-20  Bruno Haible  <bruno@clisp.org>
17436
17437         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
17438
17439 2004-01-20  Bruno Haible  <bruno@clisp.org>
17440
17441         * lib/eealloc.h: New file.
17442
17443 2004-01-20  Bruno Haible  <bruno@clisp.org>
17444
17445         * lib/binary-io.h: Avoid warnings on Cygwin.
17446
17447 2004-01-20  Bruno Haible  <bruno@clisp.org>
17448
17449         * lib/allocsa.h: New file, from GNU gettext.
17450         * lib/allocsa.c: New file, from GNU gettext.
17451
17452 2004-01-18  Karl Berry  <karl@gnu.org>
17453
17454         * doc/gpl.texi, doc/lgpl.texi: new files.
17455
17456 2004-01-18  Karl Berry  <karl@gnu.org>
17457
17458         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
17459         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
17460
17461 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17462
17463         Merge from coreutils.
17464
17465         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
17466         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
17467         (gl_DEFAULT_POSIX2_VERSION): Move
17468         the documentation from 'configure' into 'config.hin',
17469         so that 'configure --help' isn't burdened by it and
17470         we don't have to worry about its formatting there.
17471         Reword the documentation so that it's more succinct
17472         and can be run together into a single paragraph.
17473         * m4/same.m4 (gl_SAME): Check for pathconf.
17474
17475 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17476
17477         Merge from coreutils.
17478
17479         * lib/posixver.c: Include posixver.h.
17480
17481         * lib/same.c: Include <stdbool.h>, <limits.h>.
17482         (_POSIX_NAME_MAX): Define if not defined.
17483         (MIN): New macro.
17484         (same_name): If file names are silently truncated, report
17485         that the file names are the same if they are the same after
17486         the silent truncation.
17487
17488         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
17489         conversion function.
17490         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
17491         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
17492         longer needed.
17493
17494 2004-01-15  Jim Meyering  <jim@meyering.net>
17495
17496         Merge from coreutils.
17497
17498         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
17499         if no library is required.
17500         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
17501         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
17502         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
17503         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
17504         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
17505         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
17506         value, $ac_cv_search_crypt, if it's "none required".
17507         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
17508         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
17509         not gl_FUNC_GETLOADAVG.
17510         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
17511         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
17512
17513 2004-01-15  Jim Meyering  <jim@meyering.net>
17514
17515         Merge from coreutils.
17516
17517         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
17518         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
17519         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
17520
17521         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
17522         optional configure-time default.
17523
17524         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17525
17526         * lib/xreadlink.c (xreadlink): Correct outdated comment.
17527
17528 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
17529
17530         Merge from coreutils.
17531
17532         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
17533         value, $ac_cv_search_nanosleep, if it's "none required".
17534
17535 2004-01-14  Paul Eggert  <eggert@twinsun.com>
17536
17537         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
17538         with like-named macro in fnmatch.c.
17539         (EXT): Use an internal constant instead.
17540
17541         Merge fnmatch patches from glibc.
17542         * lib/fnmatch.c (mbsinit): Remove define.
17543         Add libc_hidden_ver (__fnmatch, fnmatch).
17544         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
17545         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
17546
17547 2004-01-14  Karl Berry  <karl@gnu.org>
17548
17549         * config/install-sh: update from automake.
17550
17551 2004-01-13  Karl Berry  <karl@gnu.org>
17552
17553         * config/install-sh: update from automake.
17554
17555 2004-01-09  Karl Berry  <karl@gnu.org>
17556
17557         * config/install-sh: update from automake.
17558
17559 2004-01-05  Karl Berry  <karl@gnu.org>
17560
17561         * config/config.{sub,guess}: update from config.
17562
17563 2003-12-31  Karl Berry  <karl@gnu.org>
17564
17565         * config/depcomp: update from automake.
17566
17567 2003-12-14  Karl Berry  <karl@gnu.org>
17568
17569         * lib/config.charset: update from gettext-runtime.
17570
17571 2003-12-03  Paul Eggert  <eggert@twinsun.com>
17572
17573         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
17574         Bug reported by Alfred M. Szmidt.
17575
17576 2003-12-03  Bruno Haible  <bruno@clisp.org>
17577
17578         * m4/gettext.m4: Upgrade from gettext-0.13.
17579         * m4/po.m4: Upgrade from gettext-0.13.
17580         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
17581         * m4/intmax.m4: New file, from gettext-0.13.
17582         * m4/printf-posix.m4: New file, from gettext-0.13.
17583
17584 2003-11-29  Karl Berry  <karl@gnu.org>
17585
17586         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
17587
17588 2003-11-25  Paul Eggert  <eggert@twinsun.com>
17589             Bruno Haible  <bruno@clisp.org>
17590
17591         * lib/printf-parse.h: Don't include sys/types.h.
17592         (ARG_NONE): New macro.
17593         (char_directive): Change type of *arg_index fields to size_t.
17594         * lib/printf-parse.c: Don't include sys/types.h.
17595         (SSIZE_MAX): Remove macro.
17596         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
17597         Remove unnecessary overflow check.
17598         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
17599         fields.
17600
17601 2003-11-25  Bruno Haible  <bruno@clisp.org>
17602
17603         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
17604
17605 2003-11-25  Bruno Haible  <bruno@clisp.org>
17606
17607         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
17608         gt_TYPE_SSIZE_T.
17609
17610 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17611
17612         * modules/alloca: Remove dependency on xalloc.
17613
17614 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17615
17616         * lib/alloca.c: Remove dependency on xalloc module.
17617         (xalloc_die): Remove.
17618         (memory_full) [!defined emacs]: New macro.
17619         [!defined emacs]: Don't include xalloc.h.
17620         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
17621         address arithmetic overflows.  Change datatypes a bit to avoid
17622         unnecessary casts.
17623
17624 2003-11-22  Jim Meyering  <jim@meyering.net>
17625
17626         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
17627         s/size/size_t/.
17628
17629 2003-11-21  Karl Berry  <karl@gnu.org>
17630
17631         * config/config.{sub,guess}: update from config.
17632
17633 2003-11-18  Karl Berry  <karl@gnu.org>
17634
17635         * config/config.{sub,guess}: update from config.
17636
17637         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
17638
17639 2003-11-17  Paul Eggert  <eggert@twinsun.com>
17640
17641         * README: Mention that S+T cannot overflow if S is the size of
17642         an existing object and T is sufficiently small.
17643
17644 2003-11-17  Jim Meyering  <jim@meyering.net>
17645
17646         On systems without utime and without a utimes function capable of
17647         dealing with a NULL struct utimbuf* argument, this utime replacement
17648         could -- in unusual circumstances -- leak a file descriptor.
17649         * lib/utime.c: Include <unistd.h> and <errno.h>.
17650         (utime_null): Be sure to close `fd' and to preserve errno.
17651         Reported by Geoff Collyer via Arnold Robbins.
17652
17653 2003-11-17  Bruno Haible  <bruno@clisp.org>
17654
17655         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
17656         (Depends-on): Add xsize.
17657
17658 2003-11-17  Bruno Haible  <bruno@clisp.org>
17659
17660         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
17661
17662 2003-11-17  Bruno Haible  <bruno@clisp.org>
17663
17664         * lib/vasnprintf.c (alloca): Remove fallback definition.
17665         (freea): Remove definition.
17666         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
17667         Reported by Paul Eggert.
17668
17669 2003-11-16  Paul Eggert  <eggert@twinsun.com>
17670             Bruno Haible  <bruno@clisp.org>
17671
17672         Protect against address arithmetic overflow.
17673         * lib/printf-args.h: Include stddef.h.
17674         (arguments): Change type of field 'count' to size_t.
17675         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
17676         'unsigned int' where appropriate.
17677         * lib/printf-parse.h: Include sys/types.h.
17678         (char_directive): Change type of *arg_index fields to ssize_t.
17679         (char_directives): Change type of fields 'count', max_*_length to
17680         size_t.
17681         * lib/printf-parse.c: Include sys/types.h and xsize.h.
17682         (SSIZE_MAX): Define fallback value.
17683         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
17684         instead of 'int' where appropriate. Check a_allocated, d_allocated
17685         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
17686         * lib/vasnprintf.c: Include xsize.h.
17687         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
17688         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
17689         overflow. Avoid wraparound when converting a width or precision from
17690         decimal to binary.
17691
17692 2003-11-16  Bruno Haible  <bruno@clisp.org>
17693
17694         Update from GNU gettext.
17695         * lib/printf-parse.c: Generalize to it can be compiled for wide
17696         strings.
17697         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
17698         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
17699         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
17700         SNPRINTF): New macros.
17701         Don't include <alloca.h> if the file is used inside libintl.
17702         (local_wcslen): New function, for Solaris 2.5.1.
17703         (VASNPRINTF): Use it instead of wcslen.
17704
17705 2003-11-16  Bruno Haible  <bruno@clisp.org>
17706
17707         * lib/xsize.h (xmax): New function.
17708         (xsum, xsum3, xsum4): Declare as "pure" functions.
17709
17710 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17711
17712         * modules/xalloc (Files): Undo latest change, since xalloc.h
17713         no longer needs SIZE_MAX or PTRDIFF_MAX.
17714
17715 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17716
17717         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
17718         gl_PTRDIFF_MAX.
17719
17720 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17721
17722         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
17723         "return", to pacify some unknown compiler.  Problem reported
17724         by Joerg Schilling.
17725
17726 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17727
17728         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
17729         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
17730         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
17731         heuristic is just as accurate as far as we know, and it removes a
17732         dependency on size_max.m4 and ptrdiff_max.m4.
17733
17734 2003-11-11  Bruno Haible  <bruno@clisp.org>
17735
17736         * modules/xsize (Files): Add m4/size_max.m4.
17737         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
17738
17739 2003-11-11  Bruno Haible  <bruno@clisp.org>
17740
17741         * m4/size_max.m4: New file.
17742         * m4/ptrdiff_max.m4: New file.
17743         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
17744         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
17745         (gl_XALLOC): Invoke it.
17746
17747 2003-11-11  Bruno Haible  <bruno@clisp.org>
17748
17749         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
17750         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
17751         defined.
17752
17753 2003-11-10  Paul Eggert  <eggert@twinsun.com>
17754
17755         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
17756         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
17757         rejected some allocations of exactly SIZE_MAX - 2 bytes.
17758         From Bruno Haible.
17759         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
17760         not (size_t) -1, since it's defined here.
17761
17762 2003-11-09  Karl Berry  <karl@gnu.org>
17763
17764         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
17765
17766 2003-11-06  Paul Eggert  <eggert@twinsun.com>
17767
17768         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
17769         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
17770         Reject sizes of exactly SIZE_MAX bytes.
17771         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
17772         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
17773
17774 2003-11-05  Bruno Haible  <bruno@clisp.org>
17775
17776         * lib/xsize.h: Include limits.h, to avoid a possible collision with
17777         SIZE_MAX defined in <limits.h> on Solaris.
17778
17779 2003-11-04  Jim Meyering  <jim@meyering.net>
17780
17781         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
17782         variable names, rather than @VAR@.
17783         * modules/poll: Likewise.
17784
17785 2003-11-04  Bruno Haible  <bruno@clisp.org>
17786
17787         * modules/xsize: New file.
17788         * modules/linebreak: Depend on xsize.
17789         * MODULES.html.sh (func_all_modules): Add xsize.
17790
17791 2003-11-04  Bruno Haible  <bruno@clisp.org>
17792
17793         * m4/xsize.m4: New file.
17794
17795 2003-11-04  Bruno Haible  <bruno@clisp.org>
17796
17797         * lib/xsize.h: New file.
17798         * lib/linebreak.c: Include xsize.h.
17799         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
17800         argument for overflow.
17801         Suggested by Paul Eggert.
17802
17803 2003-11-03  Karl Berry  <karl@gnu.org>
17804
17805         * config/config.{guess,sub}: update from config.
17806
17807 2003-11-03  Jim Meyering  <jim@meyering.net>
17808
17809         * modules/userspec (lib_SOURCES): Add userspec.h.
17810         (Include): Add "userspec.h".
17811         Improve description.
17812
17813 2003-11-03  Jim Meyering  <jim@meyering.net>
17814
17815         * lib/userspec.c: Include "userspec.h".
17816         * lib/userspec.h: New file.
17817
17818 2003-11-03  Bruno Haible  <bruno@clisp.org>
17819
17820         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
17821
17822 2003-11-03  Bruno Haible  <bruno@clisp.org>
17823
17824         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
17825         available, to avoid (extremely rare) race condition.
17826         Suggested by Paul Eggert.
17827
17828 2003-11-02  Karl Berry  <karl@gnu.org>
17829
17830         * config/srclist.txt (vasprintf.c): sync broken, sigh.
17831
17832 2003-10-31  Paul Eggert  <eggert@twinsun.com>
17833
17834         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
17835         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
17836         (read_filesystem_list): Set and use me_type_malloced.
17837         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
17838         whatever the type happens to be), for brevity and consistency.
17839         Check for size calculation overflow on Alphas running OSF/1.
17840
17841 2003-10-31  Jim Meyering  <jim@meyering.net>
17842
17843         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
17844
17845         * lib/linebuffer.c: Include <string.h> for declaration of memset.
17846
17847 2003-10-30  Paul Eggert  <eggert@twinsun.com>
17848             Bruno Haible  <bruno@clisp.org>
17849
17850         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
17851         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
17852
17853 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
17854
17855         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
17856         netbsd*-gnu*.  Suggested by Robert Millan.
17857
17858 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17859
17860         * modules/group-member: Depend on stdbool.
17861
17862 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17863
17864         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
17865
17866 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17867
17868         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
17869         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
17870         after the 'gnu' in these cases.  This fixes some bugs in the
17871         previous change, and is based on suggestions by Robert Millan.
17872
17873 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17874
17875         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
17876         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
17877         no longer needed.
17878         * lib/quotearg.c (quotearg_n_options): Use it.
17879         * lib/group-member.c: Include <stdbool.h>.
17880         (free_group_info): Arg is now const *; don't free arg.
17881         (get_group_info): Now returns bool and accepts struct group_info *,
17882         rather than returning a malloc'ed struct group_info *.
17883         All uses changed.  Check for overflow in internal size calculation.
17884
17885         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
17886         rather than xmalloc/xrealloc.
17887         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
17888         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
17889         conformance bug: the old code used a pointer after freeing the
17890         storage that it addressed.
17891         * lib/hash.c (hash_initialize): Simplify the code by using
17892         xalloc_oversized rather than doing it by hand.
17893         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
17894         the buffer preserved.  Use free and xmalloc instead.
17895         * lib/quotearg.c (quotearg_n_options): Likewise.
17896         Use a simpler test for size overflow.  Don't use xalloc_oversized
17897         because unsigned int might be wider than size_t (!); this suggests
17898         that we should switch from unsigned int to size_t for slot numbers.
17899
17900 2003-10-28  Paul Eggert  <eggert@twinsun.com>
17901
17902         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
17903         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
17904         NetBSD kernels.  Requested by Richard Stallman.
17905
17906 2003-10-27  Paul Eggert  <eggert@twinsun.com>
17907
17908         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
17909         to allocate the returned structure.  Do not allocate a subarray,
17910         as x2nrealloc will do that.
17911         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
17912         instead of xnrealloc.
17913         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
17914
17915 2003-10-27  Bruno Haible  <bruno@clisp.org>
17916
17917         * lib/stdbool_.h: Better support for BeOS.
17918
17919 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17920
17921         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
17922         now uses inline.
17923
17924 2003-10-26  Paul Eggert  <eggert@twinsun.com>
17925
17926         * lib/xalloc.h (xalloc_oversized): New static inline function, for
17927         callers that want to do their own size-overflow checking.  Include
17928         <stdbool.h>, since xalloc_oversized returns bool.
17929         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
17930         to use xalloc_oversized.
17931
17932         Add two functions x2realloc, x2nrealloc, for programs that grow
17933         arrays dynamically by doubling their sizes.
17934         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
17935         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
17936         New functions.
17937
17938         Port to C99 semantics for 'inline' of external functions.
17939         Bug reported by Bruno Haible.
17940         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
17941         with the old contents of xnmalloc.
17942         (xnmalloc, xmalloc): Use it.
17943         (xnrealloc_inline): New static inline function,
17944         with the old contents of xnrealloc.
17945         (xnrealloc, xrealloc): Use it.
17946
17947         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
17948         that.
17949
17950 2003-10-26  Karl Berry  <karl@gnu.org>
17951
17952         * config/srclist.txt (COPYING.DOC): no longer available from
17953         /gd/gnuorg; don't know where the ultimate source is.
17954
17955 2003-10-25  Paul Eggert  <eggert@twinsun.com>
17956
17957         Fix several address-calculation bugs in the hash modules,
17958         plus some minor code cleanup.
17959
17960         * lib/hash.h: Include <stdbool.h>, for bool.
17961         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
17962         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
17963         hash_get_n_entries, hash_get_max_bucket_length,
17964         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
17965         hash_rehash): Use size_t rather than unsigned.
17966         * lib/hash.c (struct hash_table, hash_get_n_buckets,
17967         hash_get_n_buckets_used, hash_get_n_entries,
17968         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
17969         hash_get_entries, hash_do_for_each, hash_string, is_prime,
17970         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
17971         Likewise.
17972         (SIZE_MAX): Define if not defined.
17973         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
17974         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
17975         hash_print):
17976         Use const * when possible.
17977         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
17978         (check_tuning): Fix bug: if tuning parameters were very close to
17979         0 or 1, rounding errors could have caused subscript violations.
17980         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
17981         (hash_initialize): Add 'fail:' label
17982         to free table and return NULL, and use it to simplify code.
17983         Use calloc rather than clearing the storage ourself.
17984         (hash_initialize, hash_rehash): Check for arithmetic overflow in
17985         buffer size calculations.
17986         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
17987         Include <stddef.h>, for size_t.
17988         * lib/hash-pjw.c (hash_pjw): Likewise.
17989         Switch to method described by Bruno Haible.
17990         Include <limits.h>, for CHAR_BIT.
17991         (SIZE_BITS): New macro.
17992
17993 2003-10-23  Paul Eggert  <eggert@twinsun.com>
17994
17995         * m4/getline.m4 (AM_FUNC_GETLINE):
17996         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
17997         hosts.  Problem reported by Derek Robert Price in
17998         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
17999         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
18000         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
18001
18002 2003-10-21  Paul Eggert  <eggert@twinsun.com>
18003
18004         * lib/getndelim2.c (getndelim2): When size calculation overflows,
18005         ceiling the allocation at NMAX bytes rather than silently
18006         discarding input bytes before NMAX is reached.  This makes
18007         a difference only if NMAX exceeds SIZE_MAX / 2.
18008
18009         * lib/obstack.c: Merge from glibc.
18010         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
18011         Add libc_hidden_def (_obstack_newchunk).
18012         (_obstack_free) [! defined _LIBC]: Remove.
18013         [defined _LIBC]: Make a strong alias from obstack_free, rather than
18014         a clone of the function body.
18015         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
18016         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
18017
18018         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
18019         glibc.
18020         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
18021         arg to memcpy.
18022
18023         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
18024         (obstack_ptr_grow_fast, obstack_int_grow_fast):
18025         Don't use lvalue casts, as GCC plans to remove support for them
18026         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
18027         was also present in the non-GCC version, indicating that this
18028         code had always been buggy and had never been widely used.
18029         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
18030         Use the fast variant of each macro, rather than copying the
18031         definiens of the fast variant; that way, we'll be more likely to
18032         catch future bugs in the fast variants.
18033
18034 2003-10-20  Bruno Haible  <bruno@clisp.org>
18035
18036         * modules/wait-process: New file.
18037         * MODULES.html.sh (func_all_modules): Add wait-process.
18038
18039 2003-10-20  Bruno Haible  <bruno@clisp.org>
18040
18041         * m4/wait-process.m4: New file.
18042
18043 2003-10-20  Bruno Haible  <bruno@clisp.org>
18044
18045         * lib/wait-process.h: New file, from GNU gettext.
18046         * lib/wait-process.c: New file, from GNU gettext.
18047
18048 2003-10-19  Jim Meyering  <jim@meyering.net>
18049
18050         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
18051         HPUX 10.20.
18052
18053 2003-10-18  Karl Berry  <karl@gnu.org>
18054
18055         * config/config.guess: update from config.
18056
18057 2003-10-16  Paul Eggert  <eggert@twinsun.com>
18058
18059         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
18060         (getgroups): First arg is int, not size_t.
18061         Don't let 'free' mangle errno.
18062
18063 2003-10-16  Paul Eggert  <eggert@twinsun.com>
18064
18065         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
18066
18067 2003-10-16  Karl Berry  <karl@gnu.org>
18068
18069         * config/config.{guess,sub}: update from config.
18070
18071 2003-10-16  Jim Meyering  <jim@meyering.net>
18072
18073         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
18074         memcpy.
18075
18076 2003-10-15  Paul Eggert  <eggert@twinsun.com>
18077
18078         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
18079         (SIZE_MAX): Remove.
18080         (new_exclude, add_exclude_file): Initial size no longer needs to
18081         be a power of 2.
18082         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
18083         our own address arithmetic overflow checking.
18084
18085         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
18086         (fnmatch): Do not alloca more than 2000 wide characters;
18087         instead, use malloc for large buffers.
18088         Check for address arithmetic overflow, and return -1
18089         with errno set to ENOMEM in that case.
18090         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
18091         (NEW_PATTERN): Do not alloca more than 8000 bytes;
18092         instead, return -1.  Check for address arithmetic overflow.
18093
18094 2003-10-14  Paul Eggert  <eggert@twinsun.com>
18095
18096         Handle invalid suffixes and overflow independently, so that
18097         callers can treat them independently as needed.  Fix some bugs in
18098         suffix handling, e.g., "100k@" was not diagnosed as an invalid
18099         suffix for a human-readable blocksize.  The major caller-visible
18100         change is the addition of a new
18101         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
18102         that both overflow and suffix chars were found.
18103
18104         * lib/human.c (humblock): Don't check separately for invalid suffix
18105         char; that is xstrtoumax's job (now that its bug is fixed).
18106         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
18107         INTMAX_MAX]: New macros.
18108         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
18109         TYPE_MAXIMUM): New macros.
18110         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
18111         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
18112         if overflow occurs, as it's what __strtol does and it's more useful
18113         in practice.
18114         (__xstrtol): If __strtol reports some error other than ERANGE,
18115         reflect it to the caller as LONGINT_INVALID.  If it reports
18116         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
18117         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
18118         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
18119         value.
18120         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
18121         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
18122         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
18123         [defined UINTMAX_MAX]: New macros.
18124
18125 2003-10-14  Bruno Haible  <bruno@clisp.org>
18126
18127         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
18128
18129 2003-10-14  Bruno Haible  <bruno@clisp.org>
18130
18131         * m4/sig_atomic_t: New file, from GNU gettext.
18132         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
18133
18134 2003-10-14  Bruno Haible  <bruno@clisp.org>
18135
18136         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
18137         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
18138         Also use volatile where needed.
18139
18140 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18141
18142         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
18143         Change maintainer from Bruno Haible to 'all'.
18144
18145 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18146
18147         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
18148
18149 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18150
18151         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
18152         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
18153         and define in terms of the other primitives.
18154         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
18155         (SIZE_MAX): Define if not already defined.
18156         (array_size_overflow): New function.
18157         (xalloc_die): Abort instead of exiting if 'error' returns.
18158         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
18159         (xmalloc, xrealloc): Use them.
18160         (xcalloc): Check for address arithmetic overflow.
18161         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
18162         a bit faster than strcpy.
18163
18164 2003-10-10  Simon Josefsson  <jas@extundo.com>
18165
18166         * modules/argp (Depends-on): Add restrict and strcase.
18167
18168 2003-10-10  Simon Josefsson  <jas@extundo.com>
18169
18170         * m4/argp.m4: Add AC_C_INLINE.
18171
18172 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18173
18174         Merge getpass from libc, plus a few fixes.
18175
18176         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
18177         Include <stdbool.h>.
18178         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
18179         __fsetlocking to empty.
18180         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
18181         do include <bits/libc-lock.h>.
18182         Do not include <fcntl.h>; not needed.
18183         [_LIBC]: Include <wchar.h>.
18184         (NOTCANCEL_MODE): New macro.
18185         (flockfile, funlockfile) [_LIBC]: New macros.
18186         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
18187         [!_LIBC]: New macros.
18188         (call_fclose): New function.
18189         (getpass): Use it.  Save tty stream separately; this simplifies the
18190         code and makes it more reliable if stdin happens to equal stdout.
18191         Invoke __fsetlocking on tty.
18192         Handle thread cancellation if needed.
18193         Namespace cleanup (use __tcgetattr, __getline).
18194         Use bool for Booleans.
18195         [USE_IN_LIBIO]: Handle wide streams.
18196         [!_LIBC]: Unconditionally do the fseek, since we don't know what
18197         stream might go where.
18198
18199         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
18200         doesn't have to include <stdio.h> before us.
18201         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
18202         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
18203         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
18204         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
18205         if not declared, so that we can use getpass.c code from libc without
18206         rewriting it.
18207         (flockfile, ftrylockfile, funlockfile): New macros.
18208
18209 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18210
18211         * modules/getpass: Depend on stdbool.
18212
18213 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18214
18215         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
18216
18217 2003-10-07  Karl Berry  <karl@gnu.org>
18218
18219         * config/config.{guess,sub}: update from config.
18220
18221 2003-10-06  Jim Meyering  <jim@meyering.net>
18222             Bruno Haible  <bruno@clisp.org>
18223
18224         This lets translators provide better translations for the
18225         "Written by ..." part of --version output.
18226         * lib/version-etc.h: Include stdarg.h.
18227         (version_etc_copyright): Declare as readonly.
18228         (version_etc): Make this function variadic with a NULL-terminated list
18229         of author name strings.
18230         (version_etc_va): New declaration.
18231         * lib/version-etc.c: Include stdarg.h, stdlib.h.
18232         (version_etc_copyright): Declare as readonly.
18233         (version_etc_va): New function. Provide a different translatable string
18234         for each possible number of authors < 10. Abbreviate when there are 10
18235         authors or more.
18236         (version_etc): Make this function variadic. Call version_etc_va.
18237         Suggestion from Gary V. Vaughan.
18238
18239         * lib/long-options.h (parse_long_options): Change prototype: the
18240         authors string is moved to the end and becomes variadic.
18241         * lib/long-options.c: Include stdarg.h.
18242         (parse_long_options): Make this function variadic, too.
18243         Call version_etc_va, not version_etc.
18244
18245 2003-10-06  Bruno Haible  <bruno@clisp.org>
18246
18247         * modules/version-etc-2: Remove file.
18248         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
18249
18250 2003-10-06  Bruno Haible  <bruno@clisp.org>
18251
18252         * modules/fatal-signal: New file.
18253         * MODULES.html.sh (func_all_modules): Add fatal-signal.
18254
18255 2003-10-06  Bruno Haible  <bruno@clisp.org>
18256
18257         * m4/fatal-signal.m4: New file.
18258         * m4/signalblocking.m4: New file, from GNU gettext.
18259
18260 2003-10-06  Bruno Haible  <bruno@clisp.org>
18261
18262         * lib/version-etc-2.h: Remove file.
18263         * lib/version-etc-2.c: Remove file.
18264
18265 2003-10-06  Bruno Haible  <bruno@clisp.org>
18266
18267         * lib/fatal-signal.h: New file, from GNU gettext.
18268         * lib/fatal-signal.c: New file, from GNU gettext.
18269
18270 2003-10-05  Paul Eggert  <eggert@twinsun.com>
18271
18272         * README: Rework advice for preventing empty .o files.
18273         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
18274         not <sys/types.h>.
18275
18276 2003-10-04  Karl Berry  <karl@gnu.org>
18277
18278         * lib/argp*: update from libc.
18279
18280 2003-10-04  Karl Berry  <karl@gnu.org>
18281
18282         * config/config.{guess,sub}: update from config.
18283
18284 2003-10-02  Bruno Haible  <bruno@clisp.org>
18285
18286         * modules/lchown (Include): Add lchown.h.
18287         * modules/time_r (Include): Use "..." syntax.
18288         * modules/xgetdomainname (Include): Add xgetdomainname.h.
18289
18290 2003-10-01  Simon Josefsson  <jas@extundo.com>
18291
18292         * MODULES.html.sh (func_all_modules): Move gethostname from section
18293         'based on' to section 'lacking' POSIX:2001.
18294
18295 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
18296
18297         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
18298         to output mode on the same stream.
18299
18300 2003-09-29  Paul Eggert  <eggert@twinsun.com>
18301
18302         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
18303         Fix arg typo in previous patch.
18304
18305 2003-09-28  Jim Meyering  <jim@meyering.net>
18306
18307         * lib/error.c: Correct cpp indentation.
18308
18309 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18310
18311         * modules/free: New file.
18312
18313 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18314
18315         * m4/free.m4: New file.
18316
18317 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18318
18319         * lib/minmax.h (MIN, MAX)
18320         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
18321         Omit the special code that used __typeof__, since we worry that
18322         it could be more trouble than it's worth.  See:
18323         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
18324         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
18325
18326         * lib/free.c: New file.
18327
18328 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
18329
18330         Trivial fixes to Makefile.am parts of module listings.
18331         * modules/strstr: Append strstr.h to lib_SOURCES.
18332         * modules/strcase: Likewise, for strcase.h.
18333
18334 2003-09-27  Karl Berry  <karl@gnu.org>
18335
18336         * config/mkinstalldirs: update from automake.
18337
18338 2003-09-26  Paul Eggert  <eggert@twinsun.com>
18339
18340         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
18341         (error_tail): Do not loop, reallocating temporary buffer, since
18342         the output cannot contain more wide characters than the input
18343         contains bytes, the size must be big enough already.  This avoids
18344         one potential size overflow calculation.  Check for size overflow
18345         when calculating temporary buffer size.  Free temporary buffer
18346         when done, if it was allocated with malloc; this plugs a memory
18347         leak.  Remove casts from void * to pointers, that are no longer
18348         needed now that we're assuming C89 or better.
18349
18350         Merge error changes from glibc.
18351
18352         * lib/error.c, error.h: Update copyright notice header to match glibc.
18353         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
18354         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
18355         Disable cancellation while printing error.
18356         * lib/error.h: Prepend __ to parameter names.
18357
18358 2003-09-26  Jim Meyering  <jim@meyering.net>
18359
18360         * lib/error.c (error_tail): Move some declarations
18361         into inner scope where the local variables are used.
18362
18363 2003-09-26  Bruno Haible  <bruno@clisp.org>
18364
18365         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
18366         stpncpy().
18367         Don't define stpncpy through config.h; it's now done through stpncpy.h.
18368
18369 2003-09-26  Bruno Haible  <bruno@clisp.org>
18370
18371         * lib/stpncpy.h (gnu_stpncpy): New declaration.
18372         (stpncpy): Define as alias for gnu_stpncpy.
18373         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
18374
18375 2003-09-25  Simon Josefsson  <jas@extundo.com>
18376
18377         * lib/xgetdomainname.h: New file.
18378         * lib/xgetdomainname.c: New file.
18379
18380 2003-09-25  Simon Josefsson  <jas@extundo.com>
18381             Bruno Haible  <bruno@clisp.org>
18382
18383         * modules/getdomainname: New file.
18384         * modules/xgetdomainname: New file.
18385         * MODULES.html.sh (func_all_modules): Add getdomainname,
18386         xgetdomainname.
18387
18388 2003-09-25  Simon Josefsson  <jas@extundo.com>
18389             Bruno Haible  <bruno@clisp.org>
18390
18391         * m4/getdomainname.m4: New file.
18392
18393 2003-09-25  Simon Josefsson  <jas@extundo.com>
18394             Bruno Haible  <bruno@clisp.org>
18395
18396         * lib/getdomainname.h: New file.
18397         * lib/getdomainname.c: New file.
18398
18399 2003-09-25  Karl Berry  <karl@gnu.org>
18400
18401         * lib/argp-fmtstream.c, argp-help.c: update from libc.
18402
18403 2003-09-25  Karl Berry  <karl@gnu.org>
18404
18405         * config/install-sh: update from automake.
18406
18407 2003-09-25  Bruno Haible  <bruno@clisp.org>
18408
18409         * modules/version-etc-2: New file, from modules/version-etc with
18410         modifications.
18411         * MODULES.html.sh (func_all_modules): Add version-etc-2.
18412
18413 2003-09-25  Bruno Haible  <bruno@clisp.org>
18414
18415         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
18416         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
18417
18418 2003-09-24  Simon Josefsson  <jas@extundo.com>
18419
18420         * modules/xgethostname: Add xgethostname.h.
18421
18422 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18423
18424         * lib/linebuffer.c (freebuffer): Don't free the argument, just
18425         the buffer associated with the argument.  Bug reported by
18426         Simon Josefsson.
18427
18428 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18429
18430         * README: Document assumptions that 'int' is at least 32 bits
18431         wide, that integer arithmetic is 2's complement without overflow,
18432         that there are no holes in integer values, that adding sizes of
18433         two nonoverlapping objects can't overflow, and that all-bits-zero
18434         yields scalar zero.  Fix spelling and capitalization typos.
18435
18436 2003-09-19  Karl Berry  <karl@gnu.org>
18437
18438         * lib/argp.h: update from libc.
18439
18440 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18441
18442         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
18443         to avoid spurious warnings like "AC_RUN_IFELSE was called before
18444         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
18445
18446 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18447
18448         * gnulib-tool: Use "test -h", not "test -L", for portability
18449         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
18450         (tags_regexp): Remove, since \| doesn't conform to POSIX.
18451         (sed_extract_prog): Issue s commands one-by-one, rather than
18452         using \| in one s command.
18453
18454 2003-09-16  Paul Eggert  <eggert@twinsun.com>
18455
18456         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
18457         input error, instead of returning NULL the next time we are called
18458         (and therefore losing track of errno).
18459
18460 2003-09-16  Bruno Haible  <bruno@clisp.org>
18461
18462         * gnulib-tool (func_create_testdir): Warn about duplicated
18463         dependencies.
18464
18465 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18466
18467         * modules/argmatch, modules/fatal, modules/obstack,
18468         modules/xalloc, modules/xgethostname: Sort dependencies by
18469         importance, not alphabetically.
18470
18471 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18472
18473         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
18474         fails, so that the caller gets the proper errno.
18475
18476         * lib/readutmp.c (read_utmp): Likewise.
18477         Check for fstat error.  Close stream and free storage
18478         when failing.
18479
18480 2003-09-14  Karl Berry  <karl@gnu.org>
18481
18482         * config/srclist.txt (strdup.c): disable for c89 changes.
18483
18484 2003-09-14  Jim Meyering  <jim@meyering.net>
18485
18486         * lib/getloadavg.c: Correct cpp indentation.
18487         * lib/strdup.c: Likewise.
18488         * lib/vasnprintf.c: Likewise.
18489
18490 2003-09-14  Bruno Haible  <bruno@clisp.org>
18491
18492         * modules/fwriteerror: New file.
18493         * MODULES.html.sh (func_all_modules): Add fwriteerror.
18494
18495 2003-09-14  Bruno Haible  <bruno@clisp.org>
18496
18497         * lib/fwriteerror.h: New file.
18498         * lib/fwriteerror.c: New file.
18499
18500 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18501
18502         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
18503         modules/xgethostname, modules/xalloc: Depend on exit.
18504
18505 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18506
18507         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
18508
18509         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
18510         and AC_MINIX, too, so that their extensions are available.
18511
18512         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
18513         This macro has been superseded by gl_BACKUPFILE.
18514
18515         More patches to assume C89 or better.
18516
18517         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
18518
18519         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
18520         unconditionally.
18521         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
18522         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
18523         Include <string.h>, <stdlib.h> unconditionally.
18524         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
18525         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
18526         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
18527         headers or for string.h.
18528         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
18529         or strtoul.
18530
18531         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
18532         headers.
18533         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
18534         * m4/userspec.m4 (gl_USERSPEC): Likewise.
18535         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
18536         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
18537         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18538         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
18539         memcpy, memset.
18540         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
18541         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
18542         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
18543         strtol.
18544         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
18545         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
18546         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
18547         strtoul.
18548
18549 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18550
18551         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
18552         * lib/obstack.c [!defined _LIBC]: Likewise.
18553         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
18554         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
18555         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
18556
18557         More changes to assume C89 or better.
18558
18559         * lib/error.c (error_tail): Assume vprintf.
18560
18561         * lib/argmatch.c (getenv): Remove decl.
18562         * lib/progreloc.c (get_full_program_name): Define via prototype.
18563         * lib/setenv.c (clearenv): Likewise.
18564         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
18565         needed.
18566         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
18567         (malloc, memcpy): Remove decls.
18568         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
18569         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
18570         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18571         (memcpy): Remove macro.
18572         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
18573         (__P): Remove.  All uses removed.
18574         (PTR): Remove.  All uses changed to void *.
18575         (CHAR_BIT, NULL): Remove.
18576         (spaces, zeros, memset_space, memset_zero)
18577         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
18578         Remove.
18579         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
18580         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
18581         Define with prototype.
18582         Remove now-unnecessary prototype decl.
18583         (extra_args_spec): Assume ANSI C.  All uses changed.
18584         (extra_args_spec_iso): Remove.
18585         (my_strftime, emacs_strftimeu): Define via prototype.
18586         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
18587         unconditionally.
18588         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
18589         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
18590         (strtoul, strtol): Remove decls.
18591         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
18592         LONG_MAX): Remove.
18593         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18594         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
18595         (LOCALE_PARAM_PROTO): New macro.
18596         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
18597         (INTERNAL (strtol), strtol): Define with a prototype.
18598         (PARAMS): Remove.  All uses removed.
18599         * lib/tempname.c: Include <string.h> unconditionally.
18600         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
18601         * lib/xgethostname.c (main): Define with a prototype.
18602         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
18603         Include <stdlib.h> unconditionally.
18604         (calloc, malloc, realloc, free): Remove decls.
18605         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
18606         Include <stdlib.h> unconditionally.  Sort include file names.
18607         (strtod): Remove.
18608         (xstrtod): Define with a prototype.
18609         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
18610         (strtol, strtoul): Remove decls.
18611
18612 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18613
18614         More patches to assume C89 or better.
18615         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
18616         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
18617         string.h, memchr, STDC_HEADERS.
18618
18619 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18620
18621         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
18622         Include <stdlib.h>, <string.h> unconditionally.
18623         Remove now-unnecessary cast to char *.
18624         * lib/strnlen.c: Include <string.h> unconditionally.
18625         * lib/yesno.c (yesno): Define with a prototype.
18626
18627 2003-09-11  Bruno Haible  <bruno@clisp.org>
18628
18629         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
18630
18631 2003-09-10  Jim Meyering  <jim@meyering.net>
18632
18633         * lib/error.c: Correct indentation of cpp directives.
18634
18635 2003-09-10  Bruno Haible  <bruno@clisp.org>
18636
18637         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
18638         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
18639         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
18640         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
18641         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
18642         <stdlib.h> and <string.h> checks.
18643         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
18644         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
18645
18646 2003-09-10  Bruno Haible  <bruno@clisp.org>
18647
18648         * lib/strcspn.c: Include <string.h> unconditionally.
18649         * lib/strpbrk.c: Include <string.h> unconditionally.
18650         * lib/strstr.c: Include <string.h> unconditionally.
18651         * lib/unicodeio.c: Include <string.h> unconditionally.
18652         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
18653         * lib/unsetenv.c: Likewise.
18654         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
18655         * lib/yesno.c: Include <stdlib.h> unconditionally.
18656         (rpmatch): Add prototype.
18657
18658 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18659
18660         More patches to assume C89 or better.
18661         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
18662         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
18663         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
18664         or for string.h.
18665         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
18666         stdlib.h.
18667         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
18668         C headers.
18669         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
18670         string.h.
18671         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
18672         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
18673         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
18674         or for string.h.
18675         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
18676         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
18677         C headers.
18678         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
18679         memcpy.
18680         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
18681         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
18682         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
18683         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
18684         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
18685         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
18686         string.h, free.
18687         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
18688         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
18689         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
18690         C headers, or for string.h.
18691         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
18692         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
18693         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
18694         headers, memory.h, stdlib.h, string.h, strings.h.
18695         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
18696         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
18697         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
18698         strchr.
18699         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
18700         headers, memory.h, string.h.
18701         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
18702         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
18703         free.
18704         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
18705         headers.
18706         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
18707         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
18708         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
18709         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
18710         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
18711
18712 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18713
18714         More K&R removal.
18715
18716         * lib/acosl.c (main): Use a prototype.
18717         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
18718         tanl.c: Likewise.
18719
18720         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
18721
18722         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
18723         (getopt, etopt_long, getopt_long_only, _getopt_internal)
18724         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
18725         with a prototype.
18726         * lib/getopt.c (const): Remove macro.
18727         Include <string.h> unconditionally.
18728         (my_index): Remove; all uses changed to strchr.
18729         (strlen): Remove decl.
18730         (exchange): Remove forward decl; no longer needed.
18731         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
18732         Define with prototype.
18733         * lib/getopt1.c (const): Remove macro.
18734         (getopt_long, getopt_long_only, main): Define with prototype.
18735
18736         * lib/getugroups.c: Include <string.h> unconditionally.
18737
18738         * lib/getusershell.c: Include <stdlib.h> unconditionally.
18739         (getusershell, setusershell, endusershell, readname, main):
18740         Define with prototypes.
18741
18742         * lib/group-member.c: Include group-member.h first.
18743         Include <stdlib.h> unconditionally.
18744
18745         * lib/hard-locale.c: Include hard-locale.h first.
18746         Include <stdlib.h>, <string.h> unconditionally.
18747
18748         * lib/hash.c (free, malloc): Remove decls.
18749         Include <stdlib.h> unconditionally.
18750
18751         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
18752         (getenv): Do not declare.
18753
18754         * lib/idcache.c: Include <string.h> unconditionally.
18755
18756         * lib/long-options.c: Include long-options.h first, to test interface.
18757         Include <stdlib.h> unconditionally.
18758
18759         * lib/makepath.c: Include makepath.h first, to test interface.
18760         Include <stdlib.h> and <string.h> unconditionally.
18761
18762         * lib/linebuffer.c: Include <stdlib.h>.
18763         (free): Remove decl.
18764
18765         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
18766         stddef.h. rpl_malloc returns void *, not char *.
18767         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
18768         prototype.
18769
18770         * lib/md5.h: Include <limits.h> unconditionally.
18771         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
18772         (__P): Remove; all uses removed.
18773         * lib/md5.c: Include "md5.h" first.
18774         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
18775         md5_buffer, md5_process_bytes, md5_process_block):
18776         Define with prototypes.
18777         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
18778         * lib/sha.c: Include "sha.h" first.
18779         Include <stdlib.h>, <string.h> unconditionally.
18780
18781         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
18782         * lib/memcmp.c (__ptr_t): Likewise.
18783         * lib/memrchr.c (__ptr_t): Likewise.
18784         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
18785         Include <string.h> unconditionally.
18786         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
18787         * lib/memchr.c: Include <stdlib.h> unconditionally.
18788         * lib/memchr.c (LONG_MAX): Remove.
18789         * lib/memrchr.c (LONG_MAX): Likewise.
18790         * lib/memchr.c (__memchr): Define via a prototype.
18791         * lib/memrchr.c (__memrchr): Likewise.
18792         * lib/memcmp.c (__P): Remove, and remove all uses.
18793         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
18794         Remove forward decls; no longer needed.
18795         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
18796         Use types required by C89 in prototype.
18797
18798         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
18799         * lib/savedir.c: Likewise.
18800         * lib/mkdir.c (free): Remove decl.
18801         * lib/rmdir.c (rmdir): Define with a prototype.
18802         * lib/savedir.c: Include savedir.h first, to test interface.
18803
18804         * lib/mktime.c (STDC_HEADERS): Remove.
18805         Include <stdlib.h>, <string.h> unconditionally.
18806
18807         * lib/modechange.c: Include <stdlib.h> unconditionally.
18808         (malloc): Remove decl.
18809
18810         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
18811         (free): Remove decl.
18812
18813         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
18814         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
18815         (This type really should be intptr_t, but that's a C99ism.)
18816         (_obstack_memcpy): Remove: all uses changed to memcpy.
18817         Include <string.h> unconditionally.
18818         (struct obstack): Assume __STDC__ for types of members
18819         chunkfun, freefun, extra_arg.
18820         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
18821         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
18822         obstack_begin, obstack_specify_allocation,
18823         obstack_specify_allocation_with_arg, obstack_chunkfun,
18824         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
18825         Remove unprototyped decls and the macros that use them.
18826         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
18827         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
18828         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
18829         (defined __STDC__ && __STDC__)]:
18830         Remove nonprototyped code.
18831         Include <stdlib.h> unconditionally.
18832         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
18833         _obstack_allocated_p, _obstack_free, obstack_free,
18834         _obstack_memory_used, print_and_abort):
18835         Define using prototypes.
18836         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
18837         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
18838         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
18839         obstack_next_free, obstack_object_size, obstack_room) [0]:
18840         Remove unused, unprototyped code.
18841
18842         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
18843
18844         * lib/physmem.c (physmem_total, physmem_available, main): Define
18845         with prototypes.
18846
18847         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
18848         (main): Define with a prototype.
18849
18850         * lib/posixver.c (getenv): Remove decl.
18851
18852         * lib/putenv.c (malloc): Returns void *, not char *.
18853         Include <string.h> unconditionally.
18854         (strchr, memcpy, NULL): Do not define.
18855
18856         * lib/readtokens.c: Include readtokens.h first, to test interface.
18857         Include <stdlib.h>, <string.h> unconditionally.
18858         (init_tokenbuffer): Define with a prototype.
18859
18860         * lib/regex.c (PARAMS): Remove.  All uses removed.
18861         All uses of _RE_ARGS removed, too.
18862         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18863         unconditionally.
18864         (bzero): Assume memset exists.
18865         (memcmp, memcpy, NULL): Remove.
18866         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
18867         char, or assignments to local vars of type signed char.
18868         (init_syntax_once, PREFIX(extract_number_and_incr),
18869         PREFIX(print_partial_compiled_pattern),
18870         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
18871         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
18872         PREFIX(regex_grow_registers), PREFIX(regex_compile),
18873         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
18874         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
18875         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
18876         wcs_compile_range, byte_compile_range, truncate_wchar,
18877         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
18878         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
18879         count_mbs_length, wcs_re_match_2_internal,
18880         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
18881         PREFIX(alt_match_null_string_p),
18882         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
18883         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
18884         regfree, PREFIX(extract_number)): Define with prototype.  Remove
18885         now-unnecessary declaration, if any.
18886         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
18887         regcomp, regexec):
18888         Remove now-unnecessary casts among pointer types.
18889         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
18890
18891         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
18892         (free): Remove decl.
18893
18894         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
18895
18896         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
18897         (free): Remove decl.
18898
18899         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
18900         * lib/xgetcwd.c: Likewise.
18901
18902         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
18903         (free): Remove decl.
18904
18905         * lib/strchrnul.c (strchrnul): Define with a prototype.
18906         Fix bug: c_in was not converted to char before searching.
18907
18908         The following changes are not K&R related:
18909
18910         * lib/group-member.h: Include <sys/types.h>, so that this file is
18911         self-contained.
18912         * lib/makepath.h: Likewise.
18913
18914         * lib/getusershell.c (readname, default_index, line_size, readname):
18915         Use size_t, not int, for sizes.
18916         (readname): If the size overflows, report an error instead of
18917         looping forever.
18918
18919 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18920
18921         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
18922         libc.
18923
18924 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18925
18926         * README: New section: portability guidelines.
18927
18928 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18929
18930         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
18931         C89 spec.
18932
18933 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
18934
18935         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
18936
18937 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18938
18939         Assume C89 or better; remove K&R cruft.
18940         A few of these changes were first proposed by Derek Robert Price
18941         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
18942
18943         * lib/addext.c: Include <string.h> unconditionally.
18944         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
18945         Don't declare getenv or malloc.
18946
18947         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
18948         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
18949         (NULL): Remove.
18950         (find_stack_direction, alloca): Use prototypes.
18951
18952         * lib/atexit.c (atexit): Define using a prototype.
18953
18954         * lib/basename.c, dirname.c, stripslash.c:
18955         Include <string.h> unconditionally.
18956
18957         * lib/bcopy.c: Include <stddef.h>.
18958         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
18959
18960         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
18961
18962         * lib/error.h (error, error_at_line, error_print_progname)
18963         [! (defined (__STDC__) && __STDC__)]: Remove decls.
18964         * lib/error.c: Include error.h first, to check interface.
18965         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18966         (VA_START): Remove; all uses changeed to va_start.
18967         (exit, strerror): Remove decls.
18968         (error_print_progname): Prototype uncondionally.
18969         Don't include <errno.h>; no longer needed.
18970         (private_strerror): Remove.
18971         (error_tail): Always define.
18972         (error, error_at_line): Assume C89 or better; always use prototypes.
18973         * lib/fatal.c: Include "fatal.h" first, to test interface.
18974         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
18975         (VA_START): Remove; all uses changed to va_start.
18976         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
18977         this case.
18978         (exit): Remove decl.
18979         (fatal): Prototype unconditionally.  Assume va_start works.
18980         Abort at end, to pacify gcc.
18981
18982         * lib/euidaccess.c (main): Define with a prototype.
18983
18984         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
18985
18986         * lib/exitfail.c: Include <stdlib.h> unconditionally.
18987
18988         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
18989         prototypes.
18990         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
18991         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
18992         (getenv): Remove decl.
18993         (fnmatch): Define using a prototype.
18994         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
18995         (FCT): Define using a prototype.
18996
18997         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
18998
18999         * lib/gethostname.c: Include <stddef.h>.
19000         (gethostname): Define with prototype.  Length is size_t, not int.
19001
19002 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19003
19004         Assume C89 or better; remove K&R cruft.
19005         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
19006         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
19007         string.h, getenv, malloc.
19008         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
19009         headers.
19010         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
19011         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
19012         do not check for strerror.
19013         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
19014         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
19015         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
19016         do not check for doprnt or vprintf.
19017         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
19018         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
19019
19020 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19021
19022         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
19023         getversion.c should have been removed then, but was accidentally
19024         preserved.
19025
19026         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
19027         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
19028
19029 2003-09-08  Karl Berry  <karl@gnu.org>
19030
19031         * config/config.sub, config.guess, srclistvars.sh: update from savannah
19032                 config, forget about prep.
19033
19034         * config/depcomp, missing: update from automake.
19035
19036 2003-09-07  Paul Eggert  <eggert@twinsun.com>
19037
19038         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
19039         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
19040
19041 2003-09-07  Paul Eggert  <eggert@twinsun.com>
19042
19043         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
19044         copy_tm_result.  Bug reported by Simon Josefsson in
19045         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
19046
19047 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19048
19049         * m4/time_r.m4: New file.
19050         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
19051         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
19052         is. Check for timegm declaration.
19053         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
19054         Do not check for gmtime_r.
19055         Replace mktime if __mktime_internal does not exist and if mktime
19056         hasn't been replaced already.
19057
19058 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19059
19060         * lib/time_r.c, lib/time_r.h: New files.
19061
19062         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
19063         __localtime_r.
19064         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
19065         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
19066
19067         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
19068         __gmtime_r.
19069         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
19070         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
19071         Include <time_r.h>.
19072
19073         * lib/timegm.c: Switch to glibc implementation, with the following
19074         changes:
19075         [defined HAVE_CONFIG_H]: Include <config.h>.
19076         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
19077         (__mktime_internal) [!defined _LIBC]: New decl.
19078         (__gmtime_r) [!defined _LIBC]: New macro and function.
19079         (timegm): Use a prototype, since gnulib assumes C89.
19080         Do not bother declaring tmp to be const, as it's not really usefu.
19081         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
19082         (timegm): Declare only if HAVE_DECL_TIMEGM.
19083
19084 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19085
19086         * MODULES.html.sh (func_all_modules): Add time_r.
19087         * modules/time_r: New file.
19088         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
19089         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
19090
19091 2003-09-03  Paul Eggert  <eggert@twinsun.com>
19092
19093         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
19094         Bug reported by Lute Kamstra in
19095         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
19096
19097         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
19098         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
19099         course with correspondingly smaller numbers for tomorrow and
19100         yesterday.  From Tadayoshi Funaba.  Originally installed into
19101         sh-utils on 1999-08-07, but the patch got lost (I guess during the
19102         coreutils merge?).
19103
19104 2003-08-31  Simon Josefsson  <jas@extundo.com>
19105
19106         * modules/timegm: New file.
19107         * MODULES.html.sh (func_all_modules): Add timegm.
19108
19109 2003-08-31  Simon Josefsson  <jas@extundo.com>
19110
19111         * m4/timegm.m4: New file.
19112
19113 2003-08-31  Simon Josefsson  <jas@extundo.com>
19114
19115         * lib/timegm.h: New file.
19116         * lib/timegm.c: New file.  Based on
19117         wget-1.8.2/src/http.c:mktime_from_utc.
19118
19119 2003-08-31  Karl Berry  <karl@gnu.org>
19120
19121         * lib/argp.h: update from libc.
19122
19123 2003-08-28  Bruno Haible  <bruno@clisp.org>
19124
19125         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
19126         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
19127         followed by '#define fnmatch fnmatch_posix' gives an error.
19128
19129 2003-08-28  Bruno Haible  <bruno@clisp.org>
19130
19131         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
19132         warning on QNX, which defines O_BINARY to 000000.
19133
19134 2003-08-27  Jim Meyering  <jim@meyering.net>
19135
19136         * m4/mkstemp.m4: Require that the system mkstemp be able to create
19137         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
19138         would fail after 32.  Reported by Danny Levinson.  Details here:
19139         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
19140
19141 2003-08-24  Bruno Haible  <bruno@clisp.org>
19142
19143         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
19144         MSVC7 <stdio.h> is included later.
19145
19146 2003-08-22  Simon Josefsson  <jas@extundo.com>
19147
19148         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
19149
19150 2003-08-20  Karl Berry  <karl@gnu.org>
19151
19152         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
19153
19154 2003-08-20  Bruno Haible  <bruno@clisp.org>
19155
19156         * modules/progname: New file.
19157         * MODULES.html.sh (func_all_modules): Add progname.
19158
19159 2003-08-20  Bruno Haible  <bruno@clisp.org>
19160
19161         * lib/progname.h: New file, from GNU gettext.
19162         * lib/progname.c: New file, from GNU gettext.
19163         * lib/progreloc.c: New file, from GNU gettext.
19164
19165 2003-08-19  Jim Meyering  <jim@meyering.net>
19166
19167         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
19168         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
19169
19170 2003-08-19  Bruno Haible  <bruno@clisp.org>
19171
19172         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
19173         more.
19174
19175 2003-08-19  Bruno Haible  <bruno@clisp.org>
19176
19177         * lib/xstrdup.c: Assume <string.h> exists.
19178
19179 2003-08-18  Paul Eggert  <eggert@twinsun.com>
19180
19181         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
19182         in makefile rules.
19183
19184 2003-08-18  Jim Meyering  <jim@meyering.net>
19185
19186         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
19187         * m4/lib-ld.m4: Likewise.
19188
19189 2003-08-18  Jim Meyering  <jim@meyering.net>
19190
19191         * lib/setenv.h: Indent nested cpp directive.
19192         * lib/vasnprintf.c: Remove trailing blanks.
19193
19194 2003-08-17  Simon Josefsson  <jas@extundo.com>
19195
19196         * modules/xstrndup: New file.
19197         * MODULES.html.sh (func_all_modules): Add xstrndup.
19198
19199 2003-08-17  Simon Josefsson  <jas@extundo.com>
19200
19201         * modules/argp: Fix autoconf macro name. Add more dependencies.
19202
19203 2003-08-17  Simon Josefsson  <jas@extundo.com>
19204
19205         * m4/xstrndup.m4: New file.
19206
19207 2003-08-17  Simon Josefsson  <jas@extundo.com>
19208
19209         * m4/argp.m4: New file.
19210
19211 2003-08-17  Simon Josefsson  <jas@extundo.com>
19212             Bruno Haible  <bruno@clisp.org>
19213
19214         * lib/xstrndup.h: New file.
19215         * lib/xstrndup.c: New file.
19216
19217 2003-08-17  Bruno Haible  <bruno@clisp.org>
19218
19219         * modules/strndup (Files, Include): Add lib/strndup.h.
19220
19221 2003-08-17  Bruno Haible  <bruno@clisp.org>
19222
19223         * modules/euidaccess (Files): Add lib/euidaccess.h.
19224
19225 2003-08-17  Bruno Haible  <bruno@clisp.org>
19226
19227         * lib/strndup.h: New file.
19228
19229 2003-08-17  Bruno Haible  <bruno@clisp.org>
19230
19231         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
19232         like AC_GNU_SOURCE.
19233         * modules/extensions (configure.ac): Comment out the invocation of
19234         gl_USE_SYSTEM_EXTENSIONS.
19235
19236 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19237
19238         Merges from coreutils, etc.
19239         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
19240         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
19241         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
19242         fixing a typo.
19243         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
19244         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
19245
19246 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19247
19248         Document merge from coreutils.
19249         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
19250         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
19251         * modules/utime: Add m4/utimes-null.m4.
19252
19253 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19254
19255         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
19256         space, undoing this 2003-08-12 change:
19257         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19258
19259 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19260
19261         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
19262         strtoul.c from libc, undoing this 2003-08-12 change:
19263         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19264
19265 2003-08-16  Jim Meyering  <jim@meyering.net>
19266
19267         Merges from coreutils.
19268         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
19269         prefix.  Adjust cache variables similarly.  Create 500 rather than
19270         just 300 files, to exercise bug on Darwin6.5, too.
19271         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
19272         $missing_dir.
19273         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
19274         AM_SYS_POSIX_TERMIOS.
19275         Reported by mkc@mathdogs.com.
19276         Also change use of $am_cv_sys_posix_termios
19277         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
19278         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
19279         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
19280         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
19281         in /proc/mounts until it finds one with matching device number.  This
19282         is unnecessary when the FILE argument *is* a mount point.  No stat call
19283         is necessary in that case.  So, disable the statvfs-testing code on
19284         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
19285         as RedHat bug# 84846.
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
19294         Merge from coreutils.
19295         * lib/xstrtoimax.c: #else #if -> #elif.
19296         * lib/xstrtoumax.c: Likewise.
19297
19298 2003-08-16  Jim Meyering  <jim@meyering.net>
19299
19300         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
19301         * m4/utimes.m4: Removed.
19302         * m4/utimes-null.m4: Renamed from utimes.m4.
19303
19304         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19305         to 1MB, so as not to render systems with no stack size limit (e.g.,
19306         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19307         Include <unistd.h>.  On some systems,
19308         it is required for the definition of _SC_PAGESIZE.
19309
19310 2003-08-16  Jim Meyering  <jim@meyering.net>
19311         and Paul Eggert  <eggert@cs.ucla.edu>
19312
19313         Merges from coreutils, etc.
19314
19315         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
19316         using the latest version from cvs.  This avoids problems with #line
19317         directives using a vendor (Sun) compiler.
19318         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
19319         Don't set GETGROUPS_LIB here; now it's
19320         done via getgroups.m4's wrapper function.
19321         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
19322         rather than just in sh-util/configure.in, so that the
19323         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
19324         same.
19325         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
19326         AC_FUNC_GETLOADAVG where to find getloadavg.c.
19327         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
19328         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
19329         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
19330         Remove code that is now done by the newly-required macros.
19331         Append $(EXEEXT) to DF_PROG.
19332         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
19333         Do not invoke or require the following here,
19334         since prereq.m4 or some gnulib .m4 now does this for us:
19335         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
19336         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
19337         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
19338         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
19339         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
19340         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
19341         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
19342         AC_FUNC_OBSTACK.
19343         Do not replace the following functions, as this is now the job
19344         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
19345         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
19346         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
19347         atexit getpass, strdup, getpagesize.
19348         Replace 'raise'.
19349         Do not check for the following functions, as this is now the job
19350         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
19351         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
19352         setregid.
19353         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
19354         Check for sys/sysctl.h.
19355         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
19356         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
19357         of checking for ssize_t ourselves.
19358
19359         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
19360         Require every macro that gnulib/modules/* suggests for us.
19361         (jm_PREREQ_ADDEXT): New macro.
19362         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
19363         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
19364
19365         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
19366         (gl_PHYSMEM): Use it.
19367         Also check for `table' function.
19368         Check for new headers and functions.
19369         Add check for sys/sysmp.h.
19370         With suggestions from Kaveh Ghazi.
19371         Ignore headers that are present but cannot be compiled.  This
19372         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
19373         C 5.4.
19374
19375 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19376
19377         Document merge from coreutils.
19378         * modules/userspec: Depend on posixver.
19379         * modules/strftime: Depend on tzset.
19380
19381 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19382
19383         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
19384         rather than tab, after '#' in shell-script copyright notices.
19385         Suggested by Bruno Haible.
19386
19387 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19388
19389         * config/srclist-update: Use three spaces, rather than tab, after '#'
19390         in shell-script copyright notices.  Suggested by Bruno Haible.
19391         Remove unnecessary parenthesization in regular expression.
19392
19393 2003-08-15  Jim Meyering  <jim@meyering.net>
19394
19395         Merge from coreutils.
19396         * lib/xgethostname.c: Include <stdlib.h>.
19397         (xghostname): Don't exit for anything other than memory-related
19398         failure; just return NULL.
19399         * lib/userspec.c: Include "posixver.h".
19400         (parse_user_spec): Accept `.' as a separator only
19401         in pre-POSIX-200112 mode.
19402         * lib/strtoimax.c: Use #elif rather than #else #if.
19403         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
19404         Remove function, now that we can rely on a working tzset function.
19405         [!_LIBC]: Ensure that the required autoconf test has been run.
19406         [!defined _NL_CURRENT && HAVE_STRFTIME]:
19407         Use underlying_strftime for %r.
19408         * lib/sha.c: Merge in some clean-up and optimization changes from
19409         glibc.
19410         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
19411         Ensure that it is a multiple of 64.
19412         Rearrange loop exit tests so as to avoid performing an
19413         additional fread after encountering an error or EOF.
19414         * lib/realloc.c: Update copyright date.
19415
19416 2003-08-15  Jim Meyering  <jim@meyering.net>
19417         and Paul Eggert  <eggert@twinsun.com>
19418
19419         Merge from coreutils.
19420         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
19421         member but strut utmpx does not.  Needed for AIX 4.3.3.
19422         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
19423
19424 2003-08-15  Jim Meyering  <jim@meyering.net>
19425         and Paul Eggert  <eggert@cs.ucla.edu>
19426
19427         Merges from coreutils, etc.
19428         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
19429         Require gl_FUNC_TZSET_CLOBBER.
19430         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
19431         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
19432         members.
19433
19434 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19435
19436         Help the merge from coreutils.
19437         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
19438         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
19439         * m4/tzset.m4: Use it too.
19440
19441 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19442
19443         * modules/tzset: New file.
19444
19445 2003-08-14  Jim Meyering  <jim@meyering.net>
19446
19447         Merges from coreutils.
19448         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
19449         variable names, rather than @FNMATCH_H@.
19450         * modules/alloca: Likewise for $(ALLOCA_H).
19451
19452         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
19453         the three copies of the literal target, `fnmatch.h'.
19454         * modules/alloca (alloca.h): Likewise.
19455
19456 2003-08-14  Jim Meyering  <jim@meyering.net>
19457
19458         Merge from coreutils.
19459         * m4/tzset.m4: New file.
19460         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
19461         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
19462         otherwise, AIX 5.1 systems would end up using the latter.
19463         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
19464         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
19465         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
19466         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
19467
19468 2003-08-14  Jim Meyering  <jim@meyering.net>
19469
19470         Merge from coreutils.
19471         * lib/obstack.h: Whitespace changes.
19472         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
19473         and xcalloc return values.
19474         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
19475         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
19476         hang on OSF/1 5.1 for DIR on both local and remote file systems.
19477         Reported by (and fix confirmed by) Nelson H. F. Beebe.
19478         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19479         error from mntctl.
19480         Use mntctl's return value to drive the entry-processing loop, since
19481         we can't rely on the value of the vmt_length member in the last
19482         entry.  On some systems doing so could result in exhausting
19483         virtual memory.  Based in part on a patch from Mike Jetzer.
19484
19485 2003-08-14  Jim Meyering  <jim@meyering.net>
19486         and Paul Eggert  <eggert@twinsun.com>
19487
19488         Merges from coreutils, plus other fixes.
19489         * lib/physmem.c: Merge in portability changes from gcc/libiberty
19490         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
19491         for credits and details.  Thanks to Kaveh Ghazi for helping
19492         to keep these files in sync.
19493         (ARRAY_SIZE): Define it.
19494         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
19495         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
19496         (memcasecmp): Don't assume size_t fits in unsigned int.
19497         Remove casts and duplicate code.
19498         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
19499         (memcpy): Remove definition.
19500         Merge in some clean-up and optimization changes from glibc.
19501         [BLOCKSIZE]: Move definition to top of file.
19502         Ensure that it is a multiple of 64.
19503         Rearrange loop exit tests so as to avoid performing an
19504         additional fread after encountering an error or EOF.
19505         * lib/md5.h (md5_uintptr): Define.
19506         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
19507         return to the initial working directory.  Preserve errno
19508         for caller.
19509         * lib/idcache.c: Include "xalloc.h".
19510         (xmalloc, xrealloc): Remove decls.
19511         (getuser): Remove casts no longer required in C89.
19512         * lib/human.c: Include stdio.h, for sprintf.
19513         * lib/group-member.c: Include "xalloc.h".
19514         (xmalloc, xrealloc): Remove decls.
19515         (get_group_info): Remove casts no longer required in C89.
19516         * lib/getusershell.c (readname): Remove casts no longer required in
19517         C89.
19518         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
19519         * lib/getline.c: Whitespace fix, from coreutils.
19520
19521 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19522
19523         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
19524         Check for isascii.
19525
19526         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19527         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19528         Undo previous (whitespace-only) change.
19529
19530 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19531
19532         * lib/exclude.c: Include <ctype.h>
19533         (IN_CTYPE_DOMAIN): New macro.
19534         (is_space): New fn.
19535         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
19536         and empty lines.
19537
19538         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19539         Undo previous (whitespace-only) change.
19540
19541 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19542
19543         * config/srclist-update: Change update back to the old behavior,
19544         leaving whitespace alone.  Use one 'sed' command rather than a
19545         pipeline.
19546         (fixlicense): Now a variable, not a function.
19547         (remove_trailing_blanks): Remove.
19548         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
19549         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19550         Undo previous (whitespace-only) change.
19551
19552 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19553
19554         Merge from coreutils.
19555         * modules/euidaccess: Add lib_SOURCES, include for new
19556         file euidaccess.h
19557
19558 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19559
19560         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19561         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19562         Normalize leading white space and remove trailing white space.
19563
19564         Merge from coreutils
19565         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
19566
19567         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
19568         0.12.1.  These files are now being upgraded automatically by
19569         ../config/srclist-update.
19570
19571 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19572
19573         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19574         Normalize leading white space and remove trailing white space.
19575         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
19576         notice, as per ../config/srclist-update.
19577
19578         Merge from coreutils.
19579         * lib/euidaccess.h: New file.
19580         * lib/euidaccess.c: Include it.
19581         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
19582         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
19583         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
19584
19585 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19586
19587         * config/srclist-update: Add copyright notice.
19588         (remove_id_lines, remove_trailing_blanks): New constants.
19589         (fixfile): Use them to normalize spacing a bit in copied files.
19590         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19591         Normalize leading white space and remove trailing white space.
19592
19593         * config/texinfo.tex: Sync with texinfo.
19594
19595         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
19596         strtoul.c from libc, to merge coreutils whitespace changes.
19597
19598         * config/srclist.txt: Get the following m4 files from gettext:
19599         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
19600         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
19601         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
19602         wint_t.m4.
19603
19604 2003-08-12  Karl Berry  <karl@gnu.org>
19605
19606         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
19607         been made.
19608
19609 2003-08-11  Paul Eggert  <eggert@twinsun.com>
19610
19611         * modules/gnu-source, m4/gnu-source.m4:
19612         Remove; we're assuming Autoconf 2.54 or later now.
19613         Suggested by Bruno Haible.
19614         * MODULES.html.sh (func_all_modules): Remove gnu-source.
19615
19616 2003-08-11  Bruno Haible  <bruno@clisp.org>
19617
19618         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
19619
19620 2003-08-11  Bruno Haible  <bruno@clisp.org>
19621
19622         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
19623         (vasnprintf): Use it instead of wcslen.
19624
19625 2003-08-11  Bruno Haible  <bruno@clisp.org>
19626
19627         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
19628         value to ensure that _Bool promotes to int. Use #define for _Bool when
19629         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
19630
19631 2003-08-10  Karl Berry  <karl@gnu.org>
19632
19633         * lib/regex.h: update from libc (whitespace fix).
19634
19635 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19636
19637         Merge some files from coreutils.  These changes were
19638         originally made by Jim Meyering.
19639         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
19640         many older Unixes require this.
19641         * lib/alloca.c (alloca): Remove cast to argument of free;
19642         no longer needed in C89.
19643         * lib/alloca_.h, regex.h: Fix white space to match
19644         what GNU indent does.
19645
19646 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19647
19648         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
19649         apparently Emacs's Unicode mode got confused before my 2003-08-05
19650         checkin.
19651
19652 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19653
19654         * m4/extensions.m4: New file.
19655         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
19656         Require gl_USE_SYSTEM_EXTENSIONS.
19657         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
19658         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
19659
19660 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19661
19662         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
19663         * modules/extensions, modules/gnu-source: New files.
19664         * modules/timespec, modules/unlocked-io: Depend on extensions.
19665
19666 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19667
19668         * modules/restrict: New file.
19669         * MODULES.html.sh (func_all_modules): Add restrict.
19670         * modules/regex: Depend on restrict.
19671
19672 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19673
19674         * m4/restrict.m4: New file.
19675         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
19676
19677 2003-08-07  Bruno Haible  <bruno@clisp.org>
19678
19679         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
19680         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
19681
19682 2003-08-07  Bruno Haible  <bruno@clisp.org>
19683
19684         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
19685         makes the module 'getndelim2' compatible with the module 'getline'.
19686
19687 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19688
19689         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
19690         byte with "\201" to avoid glitches when editing that source file
19691         with multi-gnome-terminal.
19692
19693 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19694
19695         * lib/bumpalloc.h: Remove.
19696
19697 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19698
19699         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
19700         * modules/bumpalloc: Remove.
19701
19702 2003-08-04  Paul Eggert  <eggert@twinsun.com>
19703
19704         * lib/getloadavg.c: Change copyright notice and spacing to conform to
19705         GNU coding style.
19706
19707         Merge from coreutils.
19708         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
19709         1. From glibc.
19710         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
19711         from Karl Berry, implemented by Jim Meyering.
19712         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
19713         from Dmitry V. Levin.
19714         Remove anachronistic cast of xrealloc.
19715         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
19716         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
19717         type. Otherwise, it wouldn't compile with at least /bin/cc on
19718         ymp-cray-unicos9.0.2.X.
19719         Combine two mostly-identical uses of alloca into one.
19720         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
19721
19722 2003-08-04  Dave Love  <d.love@dl.ac.uk>
19723
19724         [From Emacs.]
19725
19726         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
19727         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
19728         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
19729         obsolete NLIST_NAME_UNION.
19730         [__GNU__]: Undef BSD and FSCALE.
19731         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
19732
19733 2003-08-03  Paul Eggert  <eggert@twinsun.com>
19734
19735         * lib/stdbool_.h (_Bool): Make it signed char, instead of
19736         an enum type, so that it's guaranteed to promote to int.  See:
19737         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
19738
19739 2003-08-03  Karl Berry  <karl@gnu.org>
19740
19741         * config/depcomp: update from automake.
19742
19743 2003-07-31  Paul Eggert  <eggert@twinsun.com>
19744
19745         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
19746         (strerror): Don't assume that a printable int fits in 14 bytes.
19747
19748 2003-07-31  Bruno Haible  <bruno@clisp.org>
19749
19750         * modules/getpass-gnu: New file.
19751         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
19752
19753 2003-07-31  Bruno Haible  <bruno@clisp.org>
19754
19755         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
19756
19757 2003-07-24  Karl Berry  <karl@gnu.org>
19758
19759         * config/missing: update from automake.
19760
19761 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
19762             Bruno Haible  <bruno@clisp.org>
19763
19764         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
19765         * lib/getline.c (getline, getdelim): Likewise.
19766         Remove _GNU_SOURCE define; now it's defined in config.h through
19767         m4/getline.m4.
19768
19769 2003-07-23  Karl Berry  <karl@gnu.org>
19770
19771         * config/config.sub: update from prep.
19772
19773 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19774
19775         * modules/xalloc (Depends-on): Add exitfail.
19776         * modules/xmemcoll: Likewise.
19777
19778 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19779
19780         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
19781         over-parenthesization in macros.
19782
19783         Sync with coreutils.
19784
19785         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
19786         required by C99.
19787
19788         Use `exit_failure' for xalloc and xmemcoll instead of their own
19789         private exit-failure variables.
19790         * lib/xalloc.h (xalloc_exit_failure): Remove.
19791         * lib/xmalloc.c: Likewise.  Include exitfail.h.
19792         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
19793         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
19794         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
19795         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
19796
19797 2003-07-20  Jim Meyering  <jim@meyering.net>
19798
19799         * modules/closeout (Depends-on): Add exitfail.
19800         Suggestion from Bruno Haible.
19801
19802 2003-07-19  Karl Berry  <karl@gnu.org>
19803
19804         * config/config.sub: update from prep.
19805
19806 2003-07-18  Paul Eggert  <eggert@twinsun.com>
19807
19808         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
19809         Remove.
19810         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
19811         to test that it can stand by itself.  Include "exitfail.h".
19812         Clients should set exit_failure instead.
19813         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
19814
19815 2003-07-18  Bruno Haible  <bruno@clisp.org>
19816
19817         * modules/getndelim2: New file.
19818         * modules/getline: Share files with module getndelim2.
19819         * modules/getnline: Depend on getndelim2 instead of sharing files with
19820         it. Add getnline.c to lib_SOURCES.
19821         * MODULES.html.sh (func_all_modules): Add getndelim2.
19822
19823 2003-07-18  Bruno Haible  <bruno@clisp.org>
19824
19825         * m4/getndelim2.m4: New file.
19826         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
19827         invoke gl_PREREQ_GETNDELIM2.
19828         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
19829         gl_PREREQ_GETNDELIM2.
19830         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
19831         gl_GETNDELIM2.
19832
19833 2003-07-18  Bruno Haible  <bruno@clisp.org>
19834
19835         * lib/getndelim2.h: New file.
19836         * lib/getndelim2.c: Make into a module of its own. Include config.h,
19837         getndelim2.h.
19838         (getndelim2): Make non-static. Change return type to ssize_t.
19839         * lib/getline.h: Change argument names.
19840         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
19841         * lib/getnline.c: Include getndelim2.h.
19842
19843 2003-07-18  Andreas Schwab  <schwab@suse.de>
19844
19845         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
19846
19847 2003-07-17  Karl Berry  <karl@gnu.org>
19848
19849         * config/config.sub: update from prep.
19850
19851 2003-07-17  Bruno Haible  <bruno@clisp.org>
19852
19853         * modules/getnline: New file.
19854         * modules/getline: Add lib/getndelim2.c to source file list.
19855         * MODULES.html.sh (func_all_modules): Add getnline.
19856
19857 2003-07-17  Bruno Haible  <bruno@clisp.org>
19858
19859         * m4/getnline.m4: New file.
19860
19861 2003-07-17  Bruno Haible  <bruno@clisp.org>
19862
19863         * m4/Makefile.am.in: Remove file.
19864         * m4/Makefile.am: Remove file.
19865         * m4/Makefile.in: Remove file.
19866
19867 2003-07-17  Bruno Haible  <bruno@clisp.org>
19868
19869         * lib/getnline.h: New file.
19870         * lib/getnline.c: New file.
19871         * lib/getndelim2.c: New file, extracted from getline.c.
19872         (getndelim2): Renamed from getdelim2, with added nmax argument.
19873         * lib/getline.c: Include getndelim2.c.
19874         (getdelim2): Moved out to getndelim2.c.
19875         (getline, getdelim): Update.
19876
19877 2003-07-17  Bruno Haible  <bruno@clisp.org>
19878
19879         * lib/Makefile.am: Remove file.
19880         * lib/Makefile.in: Remove file.
19881
19882 2003-07-17  Bruno Haible  <bruno@clisp.org>
19883
19884         * configure.in: Remove file.
19885         * Makefile.in: Remove file.
19886
19887 2003-07-17  Bruno Haible  <bruno@clisp.org>
19888
19889         * MODULES.html.sh: Put the </BODY> right before </HTML>.
19890
19891 2003-07-16  Karl Berry  <karl@gnu.org>
19892
19893         * config/srclist-update: was running fixlicense twice, which caused
19894                 texinfo.tex to be nullified for some reason.  Simplify,
19895                 $gplsrc is no longer needed as far as I can see?
19896
19897 2003-07-16  Jim Meyering  <jim@meyering.net>
19898
19899         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
19900
19901 2003-07-15  Paul Eggert  <eggert@twinsun.com>
19902
19903         * config/srclist.txt: Get the following files from gettext-runtime/intl
19904         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
19905         ref-del.sin.  From Bruno Haible.
19906         * config/srclist-update (fixfile): Change grep pattern again, since the
19907         previous fix didn't work (there was another trailing $).  Use
19908         '[$]' to escape the $s.
19909
19910 2003-07-15  Karl Berry  <karl@gnu.org>
19911
19912         * lib/vasnprintf.c: update from gettext.
19913
19914 2003-07-15  Karl Berry  <karl@gnu.org>
19915
19916         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
19917         gets expanded when surrounded by '$'.
19918
19919 2003-07-15  Jim Meyering  <jim@meyering.net>
19920
19921         * modules/save-cwd: Don't depend on error.  From Derek Price.
19922
19923 2003-07-15  Jim Meyering  <jim@meyering.net>
19924
19925         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
19926
19927 2003-07-14  Simon Josefsson  <jas@extundo.com>
19928
19929         * modules/mempcpy: New file.
19930         * MODULES.html.sh (func_all_modules): Add mempcpy.
19931
19932 2003-07-14  Simon Josefsson  <jas@extundo.com>
19933
19934         * m4/mempcpy.m4: New file.
19935
19936 2003-07-14  Simon Josefsson  <jas@extundo.com>
19937
19938         * lib/mempcpy.h: New file.
19939         * lib/mempcpy.c: New file.
19940
19941 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19942
19943         * modules/getdate, modules/posixtm: Depend on mktime.
19944
19945 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19946
19947         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
19948         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
19949         unicodeio.c, unicodeio.h, unlocked-io.h:
19950         Switch from LGPL to GPL.
19951
19952 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19953
19954         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
19955         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
19956         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
19957         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
19958         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
19959         updated automatically by ../config/srclist-update.  This changes
19960         their license from LPGL to GPL.
19961
19962 2003-07-14  Paul Eggert  <eggert@twinsun.com>
19963
19964         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
19965         assumed to refer to the root of the most recent stable gettext version.
19966         * config/srclistvars.sh: Add defaults for eggert.
19967         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
19968         Match "This program" as well as "The program".  This is needed
19969         for gettext.
19970
19971 2003-07-14  Jim Meyering  <jim@meyering.net>
19972
19973         Don't emit diagnostics.  Let callers do that.
19974         * lib/save-cwd.c: Don't include "error.h".
19975         (save_cwd): Don't call error.  Ensure that errno is valid
19976         when returning nonzero.
19977
19978         * lib/save-cwd.h (restore_cwd): Update prototype.
19979         * lib/save-cwd.c (restore_cwd): Remove two parameters.
19980         Simplify.  Don't call error upon failure.  Let callers do that.
19981         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
19982         when auditing is enabled.  But don't bother updating the #if.
19983
19984 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
19985
19986         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
19987         it breaks C++ compilation.
19988         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
19989
19990 2003-07-10  Simon Josefsson  <jas@extundo.com>
19991
19992         * modules/strchrnul (Makefile.am): Add strchrnul.h.
19993
19994 2003-07-10  Jim Meyering  <jim@meyering.net>
19995
19996         * m4/clock_time.m4: Remove trailing blank.
19997         * m4/intmax_t.m4: Likewise.
19998
19999 2003-07-10  Jim Meyering  <jim@meyering.net>
20000
20001         * lib/vasnprintf.c: Remove trailing blanks.
20002         Make cpp indentation consistent.
20003
20004 2003-07-09  Paul Eggert  <eggert@twinsun.com>
20005
20006         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
20007         posixver.c, strftime.c, strnlen.c, strverscmp.c:
20008         Switch from LGPL to GPL.
20009
20010 2003-07-09  Paul Eggert  <eggert@twinsun.com>
20011
20012         * config/srclist.txt: Sort sublists.  Add
20013         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
20014         that differ from gnulib for one reason or another; we'd like this list
20015         to be smaller but for now let's document what we have.
20016
20017 2003-07-08  Paul Eggert  <eggert@twinsun.com>
20018
20019         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
20020         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
20021         and sweeter "eval x=$x".
20022         * config/srclist.txt: Get lib/argp* from glibc.
20023
20024 2003-07-07  Paul Eggert  <eggert@twinsun.com>
20025
20026         * lib/mktime.c: Fix some boundary cases and remove need for floating
20027         point.
20028
20029         Issue a compile-time diagnostic if time_t is floating point, or if
20030         two's complement arithmetic is not in effect, or if arithmetic
20031         right shift does not propagate the sign.  These assumptions were
20032         all in the original code but they weren't checked.
20033
20034         (TIME_T_MIDPOINT, verify): New macros.
20035         (__isleap): Remove; it has integer overflow problems.
20036         (leapyear): New function, without those problems.
20037         (ydhms_tm_diff): Remove; splitting into two parts.
20038         (ydhms_diff): New function, containing the arithmetic part of
20039         the old ydhms_tm_diff function.  Issue a compile-time
20040         diagnostic if we are not using C99 integer division.
20041         Avoid casts when possible.
20042         (guess_time_tm): New function, containing the checking part of
20043         the old ydhms_tm_diff function.  Return the new value, rather than
20044         the difference between it and the old.  Accept a new argument T
20045         so that *T specifies the old value.  Check for overflow in the result.
20046
20047         (__mktime_internal): Use a time_t offset, not a long int offset.
20048         This undoes the 2003-06-04 change, which is no longer needed now
20049         that we have better overflow checking.
20050         (localtime_offset): Likewise.
20051
20052         (__mktime_internal): Avoid harmful overflow on hosts where time_t
20053         and long are 64-bit but int is only 32-bit.
20054         (ydhms_diff): Use long int to store year1 and yday1.
20055         Issue a compile-time diagnostic if long int is not wide enough.
20056
20057         (__mktime_internal): Use long int to store adjusted year and yday.
20058         Use plain C rather than preprocessor commands, if that doesn't
20059         affect efficiency.
20060         Check for overflow (and try to repair) after each probe
20061         rather than checking only at the very end.  This avoids some bugs
20062         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
20063         does not equal GMT offset at maximum time).
20064         Use integer to check for overflow rather than floating point; this
20065         is more portable to non-IEEE hosts, and is a tad faster.
20066         When we detect that we are oscillating between two values,
20067         don't check whether tm_isdst has the requested value, since
20068         we already know the answer.  When tm_isdst has the wrong value,
20069         use a different heuristic to find the right one, based on the
20070         extreme values actually observed in practice in tz2003a,
20071         rather than the (overly optimistic) "previous 3 calendar quarters".
20072
20073         (not_equal_tm, print_tm, check_result): Use "const T" rather than
20074         "T const" to accommodate glibc style.
20075         (check_result): Use less-confusing report format.  "long" -> "long int.
20076         (main): Likewise.
20077         Don't loop if the iteration overflows time_t.
20078         Allow a negative step in the iteration.
20079
20080 2003-07-06  Karl Berry  <karl@gnu.org>
20081
20082         * config/depcomp: update from automake.
20083         * config/config.sub: update from prep.
20084
20085 2003-07-03  Karl Berry  <karl@gnu.org>
20086
20087         * config/config.guess: update from prep.
20088
20089 2003-07-01  Paul Eggert  <eggert@twinsun.com>
20090
20091         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
20092         xreadlink.c now includes it unconditionally.
20093
20094 2003-07-01  Paul Eggert  <eggert@twinsun.com>
20095
20096         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
20097         having it depend on HAVE_SYS_TYPES_H.
20098
20099 2003-07-01  Bruno Haible  <bruno@clisp.org>
20100
20101         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
20102         <sys/types.h> should be sufficient.
20103         Reported by Paul Eggert.
20104
20105 2003-06-26  Karl Berry  <karl@gnu.org>
20106
20107         * config/depcomp: update from automake.
20108
20109 2003-06-26  Bruno Haible  <bruno@clisp.org>
20110
20111         * modules/human: Depend on module stdbool.
20112
20113 2003-06-25  Bruno Haible  <bruno@clisp.org>
20114
20115         * modules/readlink: New file.
20116         * modules/xreadlink: Depend on it.
20117         * MODULES.html.sh (func_all_modules): Add readlink.
20118
20119 2003-06-25  Bruno Haible  <bruno@clisp.org>
20120
20121         * m4/readlink.m4: New file.
20122
20123 2003-06-25  Bruno Haible  <bruno@clisp.org>
20124
20125         * lib/readlink.c: New file.
20126
20127 2003-06-22  Karl Berry  <karl@gnu.org>
20128
20129         * config/srclist.txt: update mkinstalldirs from automake.
20130         * config/mkinstalldirs: update.
20131
20132 2003-06-22  Bruno Haible  <bruno@clisp.org>
20133
20134         Portability to mingw32.
20135         * m4/ssize_t.m4: New file, from GNU gettext.
20136         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
20137         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
20138
20139 2003-06-22  Bruno Haible  <bruno@clisp.org>
20140
20141         * modules/safe-read: Add m4/ssize_t.m4.
20142         * modules/xreadlink: Add m4/ssize_t.m4.
20143
20144 2003-06-20  Bruno Haible  <bruno@clisp.org>
20145
20146         Assume C89, so PARAMS isn't needed.
20147         * lib/unicodeio.h (PARAMS): Remove.
20148         * lib/unicodeio.c: Don't use PARAMS.
20149
20150 2003-06-18  Karl Berry  <karl@gnu.org>
20151
20152         * config/config.{guess,sub}: update from prep.
20153
20154 2003-06-18  Jim Meyering  <jim@meyering.net>
20155
20156         Merge changes from coreutils.
20157         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
20158         Remove explicit declarations of xmalloc and realloc.
20159         Include xalloc.h.
20160         (read_utmp): Remove anachronistic cast of xmalloc.
20161
20162 2003-06-17  Paul Eggert  <eggert@twinsun.com>
20163
20164         Assume C89, so PARAMS isn't needed.
20165         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
20166         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
20167         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
20168         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
20169         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
20170         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
20171         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
20172         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
20173         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
20174         lib/xstrtod.h, lib/xstrtol.h: Likewise.
20175         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
20176         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
20177         no longer needed. Anyway, config.h should always be included before any
20178         other file.
20179
20180 2003-06-11  Simon Josefsson  <jas@extundo.com>
20181
20182         * modules/sysexits: New file.
20183         * MODULES.html.sh (func_all_modules): Add sysexits.
20184
20185 2003-06-11  Simon Josefsson  <jas@extundo.com>
20186
20187         * lib/sysexit_.h: New file.
20188
20189 2003-06-11  Derek Price  <derek@ximbiot.com>
20190
20191         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
20192         necessary.
20193
20194 2003-06-11  Bruno Haible  <bruno@clisp.org>
20195
20196         * m4/sysexits.m4: New file.
20197
20198 2003-06-10  Simon Josefsson  <jas@extundo.com>
20199
20200         * lib/argp.h: New file, from glibc.
20201         * lib/argp-ba.c: New file, from glibc.
20202         * lib/argp-eexst.c: New file, from glibc.
20203         * lib/argp-fmtstream.c: New file, from glibc.
20204         * lib/argp-fmtstream.h: New file, from glibc.
20205         * lib/argp-fs-xinl.c: New file, from glibc.
20206         * lib/argp-help.c: New file, from glibc.
20207         * lib/argp-namefrob.h: New file, from glibc.
20208         * lib/argp-parse.c: New file, from glibc.
20209         * lib/argp-pv.c: New file, from glibc.
20210         * lib/argp-pvh.c: New file, from glibc.
20211         * lib/argp-xinl.c: New file, from glibc.
20212
20213 2003-06-10  Simon Josefsson  <jas@extundo.com>
20214
20215         * modules/strchrnul: New file.
20216
20217 2003-06-10  Simon Josefsson  <jas@extundo.com>
20218
20219         * modules/argp: New file.
20220
20221 2003-06-10  Simon Josefsson  <jas@extundo.com>
20222
20223         * m4/strchrnul.m4: New file.
20224
20225 2003-06-10  Simon Josefsson  <jas@extundo.com>
20226
20227         * lib/strchrnul.h: New file.
20228         * lib/strchrnul.c: New file.
20229
20230 2003-06-10  Bruno Haible  <bruno@clisp.org>
20231
20232         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
20233
20234 2003-06-07  Karl Berry  <karl@gnu.org>
20235
20236         * config/config.{guess,sub}: update from prep.
20237
20238 2003-06-07  Jim Meyering  <jim@meyering.net>
20239
20240         * modules/strtod: Use $(...) notation, not @...@ for
20241         AC_REPLACE'd variables.
20242         * modules/localcharset: Likewise.
20243
20244 2003-06-07  Jim Meyering  <jim@meyering.net>
20245
20246         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
20247         in place of my name in the copyright comment.
20248         Remove definition and uses of __P.
20249
20250         From coreutils.
20251         * lib/stat.c: Don't declare xmalloc explicitly.
20252         Instead, include "xalloc.h".
20253         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
20254         xrealloc, and xcalloc return values.
20255         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
20256         Improve comment.
20257         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
20258
20259 2003-06-07  Bruno Haible  <bruno@clisp.org>
20260
20261         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
20262         avoid AC_CONFIG_LINKS.
20263         * modules/fnmatch (Makefile.am): Use explicit creation rule for
20264         fnmatch.h, to avoid AC_CONFIG_LINKS.
20265         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
20266
20267 2003-06-07  Bruno Haible  <bruno@clisp.org>
20268
20269         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
20270         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
20271         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20272         directory.
20273         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
20274         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20275         directory.
20276
20277 2003-06-06  Jim Meyering  <jim@meyering.net>
20278
20279         Merge from coreutils.
20280         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
20281         Consolidate declarations and initializations of *_base* locals.
20282
20283         Merge from coreutils.
20284         This avoids a core dump on systems without GNU putenv,
20285         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
20286         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
20287         (unsetenv): New static function, from GNU libc.
20288         (rpl_putenv): Use it.
20289
20290         * lib/modechange.c: Remove trailing blanks.
20291
20292         Merge from coreutils.
20293         * lib/fsusage.c: Remove declaration of statfs.
20294         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
20295
20296         * lib/posixtm.c: Include <stdbool.h> unconditionally.
20297
20298 2003-06-06  Jim Meyering  <jim@meyering.net>
20299
20300         * lib/stdbool_.h: Renamed from stdbool.h.in.
20301
20302 2003-06-06  Jim Meyering  <jim@meyering.net>
20303             Bruno Haible  <bruno@clisp.org>
20304
20305         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
20306         Adjust Makefile.am snippet not to redirect directly to target.
20307         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
20308
20309 2003-06-05  Paul Eggert  <eggert@twinsun.com>
20310
20311         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
20312         mismatch, look in future quarters as well as past.  This fixes a
20313         bug when processing fall-backwards gaps immediately after a long
20314         period of daylight-saving time.
20315
20316         * lib/mktime.c: Assume freestanding C89 or better.
20317         (HAVE_LIMITS_H): Remove.  Assume it's 1.
20318         (__P): Remove; not used.
20319         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
20320         (mktime, not_equal_tm, print_tm, check_result,
20321         main): Use prototypes.  Use const * where appropriate.
20322         (main): Fix typo in testing code that uncovered by above changes.
20323         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
20324
20325 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20326
20327         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
20328         locale.h, localeconv.  This merges changes from coreutils.
20329
20330         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
20331         It can be removed after the next Autoconf is released.
20332         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
20333         needed.
20334
20335 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20336
20337         * lib/mktime.c: Fix Debian bug 177940
20338         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
20339         (localtime_offset): Now long int, not time_t, because we want it
20340         to be guaranteed to be signed.  All uses changed.
20341         (__mktime_internal): If overflow would occur when adding offset,
20342         don't add it.
20343
20344         Merge 'human' changes from coreutils.  Rewrite to support
20345         locale-specific notations like thousands separators.
20346         * lib/human.c: Simplify authorship notice.
20347         Include human.h immediately after config.h.
20348         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
20349         <limits.h>: Do not include, since human.h does.
20350         (SIZE_MAX, UINTMAX_MAX): New macros.
20351         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
20352         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
20353         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
20354         (power_letter): Renamed from suffixes.
20355         (generate_suffix_backwards): Remove.
20356         (adjust_value): Now takes int style (because of human.h changes)
20357         and long double value (for greater precision on some platforms).
20358         (group_number): New function.
20359         (human_readable): Use it.  Use integer options, not enum.
20360         Put the options before the sizes in the arg list.
20361         Support all the new options.
20362         The old human_readable function has been removed;
20363         use inttostr.h instead.
20364         (human_readable, default_block_size, humblock):
20365         Use uintmax_t, not int, for block sizes.
20366         (human_readable_inexact, block_size_types): Remove.
20367         (block_size_opts): New constant.
20368         (human_options): Renamed from human_block_size, with new signature
20369         that allows block sizes up to UINTMAX_MAX.  All callers changed.
20370         * lib/human.h: Add copyright and authorship notice.
20371         Include <limits.h> and <stdbool.h> unconditionally.
20372         (PARAMS): Remove.  All uses removed.
20373         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
20374         (enum human_inexact_style): Remove tag; now a nameless enum.
20375         (human_floor, human_ceiling, human_round_to_even): Now have
20376         values 2, 0, 1 rather than -1, 1, 0.
20377         (human_group_digits, human_suppress_point_zero, human_autoscale,
20378         human_base_1024, human_SI, human_B): New constants.
20379         (human_readable_inexact, human_block_size): Remove.
20380         (human_readable): Size args are now uintmax_t, not int.
20381         (human_options): New decl.
20382
20383         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
20384         unnecessary now that we assume C89 or better.  This change
20385         imported from coreutils.
20386
20387         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20388         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
20389         in the 2003-05-30 sync from glibc.
20390
20391         .h files should stand alone, but we shouldn't include <sys/types.h>
20392         if we can get away with just <stddef.h>.
20393
20394         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
20395         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
20396         rather than <sys/types.h>, as we merely need size_t.
20397         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
20398         to get size_t.
20399         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
20400         Include <stdio.h>, to get FILE.
20401         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
20402         memcasecmp.h has included <stddef.h> and all we need is size_t.
20403         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
20404         our interface, instead of including <sys/types.h>
20405
20406 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20407
20408         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
20409         now, as glibc mktime is buggy on non-glibc systems.
20410
20411 2003-06-03  Karl Berry  <karl@gnu.org>
20412
20413         * config/config.sub: update from prep.
20414
20415 2003-06-02  Paul Eggert  <eggert@twinsun.com>
20416
20417         [from coreutils]
20418         Fix some minor time-related bugs with POSIX time arguments.
20419         Some valid time stamps were being rejected (notably -1, and
20420         time stamps before 1900 on 64-bit hosts).  And some invalid
20421         time stamps were being accepted, e.g. September 31.
20422
20423         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
20424         that we can return (time_t) -1 successfully.
20425         * lib/posixtm.c: Likewise.
20426         [HAVE_STDBOOL_H]: Include <stdbool.h>.
20427         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
20428         (t): Remove static var.
20429         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
20430         of static var.  All uses changed.
20431         (year): Do not reject years before 1900; they can occur with
20432         64-bit time_t.
20433         (posix_time_parse): Do not check for out-of-range components;
20434         that is now the caller's responsibility, since our checks were
20435         only approximations.
20436         (posixtime): Use mktime to check for out-of-range components,
20437         since it knows them exactly.
20438         If mktime returns (time_t) -1, check whether an error actually occurred
20439         by invoking localtime on -1.
20440         (main) [TEST_POSIXTIME]: Check for input data errors, and report
20441         posixtime failures better.
20442         Improve the test data (in comments only).
20443
20444 2003-06-02  Karl Berry  <karl@gnu.org>
20445
20446         * config/mkinstalldirs (version): new variable.
20447         (--version): new option.
20448         (usage): improve message.
20449
20450 2003-05-30  Karl Berry  <karl@gnu.org>
20451
20452         * lib/mktime.c: update from libc.
20453
20454 2003-05-30  Bruno Haible  <bruno@clisp.org>
20455
20456         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
20457         * config/config.rpath: Upgrade to gettext-0.12.1.
20458
20459 2003-05-30  Bruno Haible  <bruno@clisp.org>
20460
20461         * m4/gettext.m4: Upgrade to gettext-0.12.1.
20462         * m4/nls.m4: New file, from gettext-0.12.1.
20463         * m4/po.m4: New file, from gettext-0.12.1.
20464         * m4/progtest.m4: Upgrade to gettext-0.12.1.
20465
20466 2003-05-30  Bruno Haible  <bruno@clisp.org>
20467
20468         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
20469         * lib/localcharset.h: Likewise.
20470         * lib/localcharset.c: Likewise.
20471
20472 2003-05-29  Karl Berry  <karl@gnu.org>
20473
20474         * config/config.rpath: update from gettext.
20475
20476 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20477
20478         Assume the headers required for C89 freestanding compilers.
20479         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
20480         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
20481         * m4/human.m4 (gl_HUMAN): Likewise.
20482         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
20483         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
20484         * m4/userspec.m4 (gl_USERSPEC): Likewise.
20485         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
20486         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20487         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
20488
20489 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20490
20491         Assume the headers required for C89 freestanding compilers.
20492         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
20493         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
20494         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
20495         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
20496         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
20497         define, since <limits.h> is guaranteed to do that.
20498         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
20499         * lib/exclude.c: Include <stdbool.h> unconditionally.
20500         * lib/tempname.c: Include <stddef.h> unconditionally.
20501         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
20502         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
20503         <stddef.h> does that.
20504         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
20505         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
20506         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
20507         needed.
20508         * lib/xstrtol.c: Likewise.
20509         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
20510         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
20511
20512         * lib/addext.c (addext): Use assignment rather than cast, to avoid
20513         warnings on some platforms.
20514
20515         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20516         arbitrarily.
20517
20518 2003-05-26  Jim Meyering  <jim@meyering.net>
20519
20520         Merge in a change from coreutils:
20521         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
20522         that is guaranteed to be `no'.  Use `no_such_member' to indicate
20523         that condition, rather than `-1' which is slightly misleading.
20524         Change the name of the cache variable to have the gl_ prefix.
20525         Prompted by a patch from Richard Dawe for DJGPP.
20526
20527 2003-05-24  Karl Berry  <karl@gnu.org>
20528
20529         * config/config.guess: update from prep.
20530
20531 2003-05-22  Karl Berry  <karl@gnu.org>
20532
20533         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
20534
20535 2003-05-20  Karl Berry  <karl@gnu.org>
20536
20537         * config/config.guess: update from prep.
20538
20539 2003-05-18  Karl Berry  <karl@gnu.org>
20540
20541         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
20542         might actually be set by the user.
20543
20544         * config/depcomp, install-sh, mdate-sh: update from automake.
20545
20546 2003-05-17  Bruno Haible  <bruno@clisp.org>
20547
20548         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
20549         invalid expansion for AC_EGREP_CPP.
20550         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
20551         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
20552         Suggested by Akim Demaille <akim@epita.fr> in
20553         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
20554
20555 2003-05-12  Jim Meyering  <jim@meyering.net>
20556
20557         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
20558         the space-padded-by-default conversion specifiers, %e, %k, %l.
20559
20560 2003-05-12  Bruno Haible  <bruno@clisp.org>
20561
20562         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
20563         the string is longer than 4 KB.
20564
20565 2003-05-11  Karl Berry  <karl@gnu.org>
20566
20567         * config/config.{guess,sub}: update from prep.
20568
20569 2003-05-09  Bruno Haible  <bruno@clisp.org>
20570
20571         * modules/error: Add m4/strerror_r.m4 to file list.
20572
20573 2003-05-03  Bruno Haible  <bruno@clisp.org>
20574
20575         Upgrade to Unicode-4.0.
20576         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
20577         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
20578         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
20579         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
20580         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
20581         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
20582         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
20583         Change width of U+E0100..U+E01EF from 1 to 0.
20584
20585 2003-04-25  Jim Meyering  <jim@meyering.net>
20586
20587         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
20588         of type size_t, not int.
20589
20590 2003-04-25  Bruno Haible  <bruno@clisp.org>
20591
20592         * lib/copy-file.c: Include <stddef.h>, for size_t.
20593
20594 2003-04-21  Paul Eggert  <eggert@twinsun.com>
20595
20596         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
20597         code which expansion is under static control.  Patch imported from
20598         Akim Demaille's patch to Bison; see
20599         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
20600
20601 2003-04-14  Bruno Haible  <bruno@clisp.org>
20602
20603         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
20604
20605 2003-04-11  Jim Meyering  <jim@meyering.net>
20606
20607         Merge changes from Coreutils.
20608
20609         2003-03-22  Jim Meyering  <jim@meyering.net>
20610
20611         * lib/strftime.c (widen): Cast alloca return value to proper type.
20612
20613         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
20614
20615         From GNU libc.
20616         * lib/strftime.c (my_strftime): Handle very large width
20617         specifications for numeric values correctly.  Improve checks for
20618         overflow.
20619
20620         2003-01-19  Jim Meyering  <jim@meyering.net>
20621
20622         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
20623         definitions.
20624         (nl_get_alt_digit) [! defined my_strftime]: Define.
20625         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
20626         _nl_get_alt_digit and _nl_get_walt_digit.
20627
20628         * lib/strftime.c (my_strftime): Merge in locale-related changes from
20629         libc. These changes have no effect outside of _LIBC.
20630
20631 2003-04-10  Bruno Haible  <bruno@clisp.org>
20632
20633         * modules/findprog: New file.
20634         * MODULES.html.sh (func_all_modules): Add it.
20635
20636 2003-04-10  Bruno Haible  <bruno@clisp.org>
20637
20638         * m4/findprog.m4: New file.
20639         * m4/eaccess.m4: New file.
20640
20641 2003-04-10  Bruno Haible  <bruno@clisp.org>
20642
20643         * lib/findprog.h: New file, from GNU gettext.
20644         * lib/findprog.c: New file, from GNU gettext.
20645
20646 2003-04-05  Jim Meyering  <jim@meyering.net>
20647
20648         Merge changes from Coreutils.
20649
20650         * lib/exclude.h (PARAMS): Remove definition and uses.
20651         * lib/exclude.c: Remove uses of `PARAMS'.
20652
20653         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
20654         Add test-cases for DOS filenames. Declare program_name.
20655         (main): Set up program_name.  Patch by Rich Dawe.
20656
20657         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20658         error from mntctl.
20659         Use mntctl's return value to drive the entry-processing loop, since
20660         we can't rely on the value of the vmt_length member in the last
20661         entry.  On some systems doing so could result in exhausting
20662         virtual memory.  Based in part on a patch from Mike Jetzer.
20663
20664 2003-04-04  Bruno Haible  <bruno@clisp.org>
20665
20666         * modules/linebreak: New file.
20667         * MODULES.html.sh (func_all_modules): Add it.
20668
20669 2003-04-04  Bruno Haible  <bruno@clisp.org>
20670
20671         * m4/linebreak.m4: New file.
20672
20673 2003-04-04  Bruno Haible  <bruno@clisp.org>
20674
20675         * lib/linebreak.h: New file, from GNU gettext.
20676         * lib/linebreak.c: New file, from GNU gettext with slight
20677         modifications.
20678         * lib/lbrkprop.h: New file, from GNU gettext.
20679
20680 2003-04-03  Bruno Haible  <bruno@clisp.org>
20681
20682         * modules/utf8-ucs4: New file.
20683         * modules/utf16-ucs4: New file.
20684         * modules/ucs4-utf8: New file.
20685         * modules/ucs4-utf16: New file.
20686         * MODULES.html.sh (func_all_modules): Add them.
20687
20688 2003-04-03  Bruno Haible  <bruno@clisp.org>
20689
20690         * m4/utf-ucs4.m4: New file.
20691         * m4/ucs4-utf.m4: New file.
20692
20693 2003-04-03  Bruno Haible  <bruno@clisp.org>
20694
20695         * lib/utf8-ucs4.h: New file, from GNU gettext.
20696         * lib/utf16-ucs4.h: New file, from GNU gettext.
20697         * lib/ucs4-utf8.h: New file, from GNU gettext.
20698         * lib/ucs4-utf16.h: New file, from GNU gettext.
20699
20700 2003-04-02  Bruno Haible  <bruno@clisp.org>
20701
20702         * modules/binary-io: New file.
20703         * MODULES.html.sh (func_all_modules): Add it.
20704
20705 2003-04-02  Bruno Haible  <bruno@clisp.org>
20706
20707         * lib/binary-io.h: New file, from GNU gettext.
20708
20709 2003-04-01  Bruno Haible  <bruno@clisp.org>
20710
20711         * modules/pathname: New file.
20712         * MODULES.html.sh (func_all_modules): Add it.
20713
20714 2003-04-01  Bruno Haible  <bruno@clisp.org>
20715
20716         * lib/pathname.h: New file, from GNU gettext.
20717         * lib/concatpath.c: New file, from GNU gettext.
20718
20719 2003-03-30  Bruno Haible  <bruno@clisp.org>
20720
20721         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
20722
20723 2003-03-30  Bruno Haible  <bruno@clisp.org>
20724
20725         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
20726         function chown() doesn't exist.
20727
20728 2003-03-28  Bruno Haible  <bruno@clisp.org>
20729
20730         * modules/copy-file: New file.
20731         * MODULES.html.sh (func_all_modules): Add it.
20732
20733 2003-03-28  Bruno Haible  <bruno@clisp.org>
20734
20735         * m4/copy-file.m4: New file.
20736
20737 2003-03-28  Bruno Haible  <bruno@clisp.org>
20738
20739         * lib/copy-file.h: New file, from GNU gettext.
20740         * lib/copy-file.c: New file, from GNU gettext.
20741
20742 2003-03-18  Jim Meyering  <jim@meyering.net>
20743
20744         * lib/quote.c (quote_n): Fix typo in comment.
20745
20746 2003-03-18  Bruno Haible  <bruno@clisp.org>
20747
20748         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
20749         checking.
20750         * m4/onceonly_2_57.m4: Likewise.
20751
20752 2003-03-17  Bruno Haible  <bruno@clisp.org>
20753
20754         * m4/onceonly.m4: Require autoconf 2.54 or newer.
20755         (m4_quote): Remove macro.
20756         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
20757
20758 2003-03-14  Jim Meyering  <jim@meyering.net>
20759
20760         Merge changes from Coreutils.
20761         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
20762         to be const, in order to avoid warnings.
20763         (obstack_room): Likewise.
20764         (obstack_empty_p): Likewise.
20765
20766 2003-03-14  Bruno Haible  <bruno@clisp.org>
20767
20768         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
20769         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
20770
20771 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20772
20773         Merge changes from Bison.
20774         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
20775         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
20776         when compiling Bison 1.875's `bitset bset = obstack_alloc
20777         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
20778         * lib/hash.c: Include <stdbool.h> unconditionally.
20779
20780 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20781
20782         * m4/onceonly.m4 (m4_quote): New macro.
20783         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
20784         Quote AC_FOREACH variable-expansions properly.
20785
20786 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20787
20788         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
20789
20790 2003-03-09  Paul Eggert  <eggert@twinsun.com>
20791
20792         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
20793         Reported by Bruce Becker; see:
20794         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
20795
20796 2003-03-03  Paul Eggert  <eggert@twinsun.com>
20797             Bruno Haible  <bruno@clisp.org>
20798
20799         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
20800         Reported by John Hughes, see
20801         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
20802
20803 2003-02-20  Bruno Haible  <bruno@clisp.org>
20804
20805         * MODULES.html.sh (func_all_modules): Add poll.
20806
20807 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20808
20809         * modules/poll: New file.
20810
20811 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20812
20813         * lib/poll_.h: New file.
20814         * lib/poll.c: New file.
20815
20816 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20817
20818         * m4/poll.m4: New file.
20819
20820 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20821
20822         * modules/mathl: New file.
20823
20824 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20825
20826         * lib/mathl.h: New file.
20827         * lib/acosl.c: New file.
20828         * lib/asinl.c: New file.
20829         * lib/atanl.c: New file.
20830         * lib/ceill.c: New file.
20831         * lib/cosl.c: New file.
20832         * lib/expl.c: New file.
20833         * lib/floorl.c: New file.
20834         * lib/frexpl.c: New file.
20835         * lib/ldexpl.c: New file.
20836         * lib/logl.c: New file.
20837         * lib/sincosl.c: New file.
20838         * lib/sinl.c: New file.
20839         * lib/sqrtl.c: New file.
20840         * lib/tanl.c: New file.
20841         * lib/trigl.c: New file.
20842         * lib/trigl.h: New file.
20843
20844 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20845
20846         * m4/mathl.m4: New file.
20847
20848 2003-02-18  Bruno Haible  <bruno@clisp.org>
20849
20850         * MODULES.html.sh (func_all_modules): Add mathl.
20851
20852 2003-02-17  Bruno Haible  <bruno@clisp.org>
20853
20854         * modules/mkdtemp: New module.
20855         * MODULES.html.sh (func_all_modules): Add it.
20856
20857 2003-02-17  Bruno Haible  <bruno@clisp.org>
20858
20859         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
20860
20861 2003-02-17  Bruno Haible  <bruno@clisp.org>
20862
20863         * lib/mkdtemp.h: New file, from GNU gettext.
20864         * lib/mkdtemp.c: New file, from GNU gettext.
20865
20866 2003-02-02  Jim Meyering  <jim@meyering.net>
20867
20868         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
20869         e.g. glibc-2.2.93.
20870
20871 2003-01-31  Bruno Haible  <bruno@clisp.org>
20872
20873         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
20874         'rpl_rename'.
20875         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
20876         'rpl_strnlen'.
20877         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
20878         'rpl_strtod'.
20879         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
20880         'rpl_utime'.
20881
20882 2003-01-31  Bruno Haible  <bruno@clisp.org>
20883
20884         * lib/rename.c: #undef rename before defining rpl_rename.
20885         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
20886
20887 2003-01-30  Bruno Haible  <bruno@clisp.org>
20888
20889         * modules/vasnprintf, modules/vasprintf: New modules.
20890         * MODULES.html.sh (func_all_modules): Add them.
20891
20892 2003-01-30  Bruno Haible  <bruno@clisp.org>
20893
20894         * m4/signed.m4: New file, from GNU gettext.
20895         * m4/longdouble.m4: New file, from GNU gettext.
20896         * m4/wchar_t.m4: New file, from GNU gettext.
20897         * m4/wint_t.m4: New file, from GNU gettext.
20898         * m4/vasnprintf.m4: New file.
20899         * m4/vasprintf.m4: New file.
20900
20901 2003-01-30  Bruno Haible  <bruno@clisp.org>
20902
20903         * lib/printf-args.h: New file, from GNU gettext.
20904         * lib/printf-args.c: New file, from GNU gettext.
20905         * lib/printf-parse.h: New file, from GNU gettext.
20906         * lib/printf-parse.c: New file, from GNU gettext.
20907         * lib/vasnprintf.h: New file, from GNU gettext.
20908         * lib/vasnprintf.c: New file, from GNU gettext.
20909         * lib/asnprintf.c: New file, from GNU gettext.
20910         * lib/vasprintf.h: New file, from GNU gettext with modifications.
20911         * lib/vasprintf.c: New file, from GNU gettext.
20912         * lib/asprintf.c: New file, from GNU gettext.
20913
20914 2003-01-29  Bruno Haible  <bruno@clisp.org>
20915
20916         * modules/stpncpy: New module.
20917         * MODULES.html.sh (func_all_modules): Add it.
20918
20919 2003-01-29  Bruno Haible  <bruno@clisp.org>
20920
20921         * m4/stpncpy.m4: New file.
20922
20923 2003-01-29  Bruno Haible  <bruno@clisp.org>
20924
20925         * lib/stpncpy.h: New file, from GNU gettext with modifications.
20926         * lib/stpncpy.c: New file, from GNU gettext with modifications.
20927
20928 2003-01-28  Bruno Haible  <bruno@clisp.org>
20929
20930         * modules/c-ctype: New module.
20931         * MODULES.html.sh (func_all_modules): Add it.
20932
20933 2003-01-28  Bruno Haible  <bruno@clisp.org>
20934
20935         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
20936         Paul Eggert.
20937         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
20938         Paul Eggert.
20939
20940 2003-01-27  Bruno Haible  <bruno@clisp.org>
20941
20942         * modules/xsetenv: New module.
20943         * MODULES.html.sh (func_all_modules): Add it.
20944
20945 2003-01-27  Bruno Haible  <bruno@clisp.org>
20946
20947         * lib/xsetenv.h: New file, from GNU gettext.
20948         * lib/xsetenv.c: New file, from GNU gettext.
20949
20950 2003-01-23  Jim Meyering  <jim@meyering.net>
20951
20952         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
20953         from working on systems without dirfd (at least Irix and OSF1/Tru64).
20954
20955 2003-01-23  Bruno Haible  <bruno@clisp.org>
20956
20957         * modules/minmax: New module.
20958         * MODULES.html.sh (func_all_modules): Add it.
20959
20960 2003-01-23  Bruno Haible  <bruno@clisp.org>
20961
20962         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
20963         Eggert.
20964
20965 2003-01-22  Bruno Haible  <bruno@clisp.org>
20966
20967         * modules/exit: New module.
20968         * MODULES.html.sh (func_all_modules): Add it.
20969
20970 2003-01-22  Bruno Haible  <bruno@clisp.org>
20971
20972         * lib/exit.h: New file, from GNU gettext.
20973
20974 2003-01-19  Bruno Haible  <bruno@clisp.org>
20975
20976         * gnulib-tool: Recognize option --extract-maintainer.
20977         (func_get_maintainer): New function.
20978         * modules/*: Add Maintainer entry.
20979
20980 2003-01-16  Jim Meyering  <jim@meyering.net>
20981
20982         * m4/regex.m4: The `regex' struct is both input and output.
20983         Initialize it before each use.  Patch by Tim Waugh.
20984
20985 2003-01-16  Bruno Haible  <bruno@clisp.org>
20986
20987         * MODULES.html.sh: Add a table of contents. Add the module name as
20988         leftmost column. Add hyperlinks.
20989
20990 2003-01-15  Bruno Haible  <bruno@clisp.org>
20991
20992         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
20993
20994 2003-01-15  Bruno Haible  <bruno@clisp.org>
20995
20996         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
20997         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
20998         suffix.
20999
21000 2003-01-15  Bruno Haible  <bruno@clisp.org>
21001
21002         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
21003
21004 2003-01-15  Bruno Haible  <bruno@clisp.org>
21005
21006         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
21007         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
21008
21009 2003-01-14  Jim Meyering  <jim@meyering.net>
21010
21011         * lib/same.c (same_name): Tweak a comment.
21012
21013 2003-01-14  Bruno Haible  <bruno@clisp.org>
21014
21015         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
21016         when a string comparison is sufficient.
21017
21018 2003-01-14  Bruno Haible  <bruno@clisp.org>
21019
21020         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
21021         'unsigned int'.
21022
21023 2003-01-14  Bruno Haible  <bruno@clisp.org>
21024
21025         * lib/hash-pjw.c: Add comment about low quality of this function.
21026
21027 2003-01-13  Bruno Haible  <bruno@clisp.org>
21028
21029         * modules/stpcpy: Distribute lib/stpcpy.h.
21030         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
21031
21032 2003-01-13  Bruno Haible  <bruno@clisp.org>
21033
21034         * modules/*: Add a description.
21035         * modules/strpbrk: Fix Makefile.am snippet.
21036         * modules/strtoimax: Fix dependencies.
21037         * modules/strtoumax: Likewise.
21038
21039 2003-01-13  Bruno Haible  <bruno@clisp.org>
21040
21041         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
21042         * modules/alloca (Makefile.am): All object files depend on alloca.h.
21043         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
21044
21045 2003-01-13  Bruno Haible  <bruno@clisp.org>
21046
21047         * gnulib-tool (func_create_testdir): Store config/* files in the main
21048         directory.
21049         * config.rpath: Move to ...
21050         * config/config.rpath: ... here.
21051         * modules/gettext: Contains config/config.rpath, not config.rpath.
21052         * modules/iconv: Likewise.
21053
21054 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21055
21056         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21057         to avoid collisions with libcurses and libreadline.
21058
21059         * m4/getstr.m4: Remove.
21060         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
21061
21062 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21063
21064         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21065         to avoid collisions with libcurses and libreadline.
21066
21067         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
21068         * lib/getstr.h, getstr.c: Remove.
21069         * lib/getline.c: Include "getline.h", to check interface.
21070         Move body of old getstr.c here: this defines MIN_CHUNK and
21071         declares getdelim2, which is renamed from getstr.
21072         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
21073
21074         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
21075         All uses changed.
21076         * lib/linebuffer.h: Likewise.
21077         (readline): Remove backward-compatibility macro.
21078
21079 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21080
21081         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21082         to avoid collisions with libcurses and libreadline.
21083         * getstr: Remove.
21084         * MODULES.html.sh: Remove getstr.
21085         * modules/getline: Depend on unlocked-io, not getstr.
21086
21087 2003-01-12  Jim Meyering  <jim@meyering.net>
21088
21089         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
21090
21091 2003-01-10  Bruno Haible  <bruno@clisp.org>
21092
21093         * modules/alloca: Change Makefile.am requirements. Simplify Include
21094         requirements. Add lib/alloca_.h to file list.
21095
21096 2003-01-10  Bruno Haible  <bruno@clisp.org>
21097
21098         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
21099
21100 2003-01-10  Bruno Haible  <bruno@clisp.org>
21101
21102         * lib/alloca_.h: New file.
21103         * lib/getdate.y: Unconditionally include alloca.h.
21104         * lib/makepath.c: Likewise.
21105         * lib/setenv.c: Likewise.
21106         * lib/userspec.c: Likewise.
21107
21108 2003-01-09  Karl Berry  <karl@gnu.org>
21109
21110         * MODULES.html.sh: include `dirname $0` in PATH, to find
21111         gnulib-tool.
21112
21113 2003-01-09  Bruno Haible  <bruno@clisp.org>
21114
21115         * modules/stdbool: Change configure.ac, Makefile.am requirements.
21116         Simplify Include requirements. Add lib/stdbool.h.in to file list.
21117
21118 2003-01-09  Bruno Haible  <bruno@clisp.org>
21119
21120         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
21121
21122 2003-01-09  Bruno Haible  <bruno@clisp.org>
21123
21124         * lib/stdbool.h.in: New file.
21125
21126 2003-01-09  Bruno Haible  <bruno@clisp.org>
21127
21128         * gnulib-tool (func_all_modules): Ignore files ending in ~.
21129         * MODULES.html.sh: Likewise.
21130
21131 2003-01-08  Jim Meyering  <jim@meyering.net>
21132
21133         * lib/full-write.c: Undefine and define-away `const' after inclusion
21134         of errno.h, not before.  Suggestion from Bruno Haible.
21135
21136 2003-01-08  Bruno Haible  <bruno@clisp.org>
21137
21138         * modules/full-read: Depend on full-write.
21139
21140 2003-01-08  Bruno Haible  <bruno@clisp.org>
21141
21142         * lib/safe-read.c: Include specification header first, to ensure its
21143         selfcontainedness.
21144         * lib/full-write.c: Likewise.
21145
21146 2003-01-07  Jim Meyering  <jim@meyering.net>
21147
21148         * lib/full-write.c: Rework so that it may serve to define full_read,
21149         too.
21150         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
21151
21152 2003-01-07  Bruno Haible  <bruno@clisp.org>
21153
21154         * lib/strtoimax.c: Include <stdint.h> as an alternative to
21155         <inttypes.h>.
21156         * lib/xstrtol.h: Likewise.
21157         * lib/xstrtoimax.c: Likewise.
21158         * lib/xstrtoumax.c: Likewise.
21159         * lib/human.h: Likewise.
21160
21161         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
21162         on systems that have <inttypes.h> but not <stdint.h>.
21163
21164 2003-01-07  Bruno Haible  <bruno@clisp.org>
21165
21166         * MODULES.html.sh: Add copyright notice.
21167         (missed_files): Omit CVS directory entries.
21168         (func_module): Make it work with sed-3.02.
21169         * MODULES.txt: Remove file.
21170
21171 2003-01-06  Jim Meyering  <jim@meyering.net>
21172
21173         * lib/version-etc.c: Update year in translatable copyright string.
21174
21175 2003-01-03  Karl Berry  <karl@gnu.org>
21176
21177         * config/config.{guess,sub}: update from prep.
21178
21179 2003-01-02  Karl Berry  <karl@gnu.org>
21180
21181         * doc/COPYING.DOC: belatedly updated to 1.2.
21182
21183 2003-01-01  Karl Berry  <karl@gnu.org>
21184
21185         * gnulib-tool (func_verify_module): report module name $module in
21186         error message, not $1.
21187         * gnulib-tool (create-testdir): don't complain if destdir couldn't
21188         be created, only if it doesn't exist.
21189         * gnulib-tool (last_checkin_date): don't expand the $Date here.
21190
21191 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21192
21193         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
21194
21195 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21196
21197         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
21198         memcmp if strcoll doesn't work.
21199
21200 2002-12-31  Bruno Haible  <bruno@clisp.org>
21201
21202         * lib/utime.c (utime_null): No need to call ftruncate if the file was
21203         nonempty.
21204
21205 2002-12-31  Bruno Haible  <bruno@clisp.org>
21206
21207         * lib/memcoll.c (STRCOLL): New macro.
21208         (memcoll): Use it.
21209
21210 2002-12-31  Bruno Haible  <bruno@clisp.org>
21211
21212         * lib/localcharset.h: New file.
21213         * lib/localcharset.c: Include it.
21214         * lib/unicodeio.c: Likewise.
21215
21216 2002-12-31  Bruno Haible  <bruno@clisp.org>
21217
21218         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
21219         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
21220
21221 2002-12-31  Bruno Haible  <bruno@clisp.org>
21222
21223         * lib/getline.h: Include <stddef.h>, for size_t.
21224
21225         * lib/unicodeio.h: Include <stddef.h>, for size_t.
21226         * lib/unicodeio.c: Don't include <stddef.h>.
21227
21228 2002-12-31  Bruno Haible  <bruno@clisp.org>
21229
21230         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
21231         HAVE_TM_ZONE.
21232
21233 2002-12-24  Karl Berry  <karl@gnu.org>
21234
21235         * config/config.guess: update from prep.
21236
21237 2002-12-24  Bruno Haible  <bruno@clisp.org>
21238
21239         General infrasructure.
21240         * m4/README: Rewritten.
21241         * m4/onceonly.m4: New file.
21242         * m4/onceonly_2_57.m4: New file.
21243
21244         Module atexit.
21245         * m4/atexit.m4: New file.
21246
21247         Module strtod.
21248         * m4/strtod.m4: New file.
21249
21250         Module strtol.
21251         * m4/strtol.m4: New file.
21252
21253         Module strtoul.
21254         * m4/strtoul.m4: New file.
21255
21256         Module memchr.
21257         * m4/memchr.m4: New file.
21258
21259         Module memcmp.
21260         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
21261         (jm_FUNC_MEMCMP): Invoke it.
21262
21263         Module memcpy.
21264         * m4/memcpy.m4: New file.
21265
21266         Module memmove.
21267         * m4/memmove.m4: New file.
21268
21269         Module memset.
21270         * m4/memset.m4: New file.
21271
21272         Module strcspn.
21273         * m4/strcspn.m4: New file.
21274
21275         Module strpbrk.
21276         * m4/strpbrk.m4: New file.
21277
21278         Module strstr.
21279         * m4/strstr.m4: New file.
21280
21281         Module strerror.
21282         * m4/strerror.m4: New file.
21283
21284         Module mktime.
21285         * m4/mktime.m4: Renamed from jm-mktime.m4.
21286         (gl_PREREQ_MKTIME): New macro.
21287         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
21288
21289         Module malloc.
21290         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
21291         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
21292         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
21293
21294         Module realloc.
21295         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
21296         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
21297         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
21298
21299         Module strftime.
21300         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
21301         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
21302         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
21303         gl_TM_GMTOFF.
21304         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
21305
21306         Module xalloc.
21307         * m4/xalloc.m4: New file.
21308
21309         Module alloca.
21310         * m4/alloca.m4: New file.
21311
21312         Module putenv.
21313         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
21314         (jm_FUNC_PUTENV): Invoke it.
21315
21316         Module setenv.
21317         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
21318         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
21319         when invoked twice.
21320         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
21321         gt_FUNC_SETENV.
21322
21323         Module memrchr.
21324         * m4/memrchr.m4: New file.
21325
21326         Module stpcpy.
21327         * m4/stpcpy.m4: New file.
21328
21329         Module strcase.
21330         * m4/strcase.m4: New file.
21331
21332         Module strdup.
21333         * m4/strdup.m4: New file.
21334
21335         Module strnlen.
21336         * m4/strnlen.m4: New file.
21337
21338         Module strndup.
21339         * m4/strndup.m4: New file.
21340
21341         Module xstrtod.
21342         * m4/xstrtod.m4: New file.
21343
21344         Module xstrtol.
21345         * m4/xstrtol.m4: New file.
21346
21347         Module getdate.
21348         * m4/getdate.m4: New file.
21349
21350         Module unlocked-io.
21351         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
21352         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
21353         * m4/jm-glibc-io.m4n: Remove file.
21354
21355         Module long-options.
21356         * m4/long-options.m4: New file.
21357
21358         Module md5.
21359         * m4/md5.m4: New file.
21360
21361         Module sha.
21362         * m4/sha.m4: New file.
21363
21364         Module getstr.
21365         * m4/getstr.m4: New file.
21366
21367         Module getline.
21368         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
21369         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
21370         <sys/types.h>, for size_t. Use the function name gnu_getline, not
21371         simply getline. Infoke gl_PREREQ_GETLINE.
21372
21373         Module obstack.
21374         * m4/obstack.m4: New file.
21375
21376         Module hash.
21377         * m4/hash.m4: New file.
21378
21379         Module readtokens.
21380         * m4/readtokens.m4: New file.
21381
21382         Module strverscmp.
21383         * m4/strverscmp.m4: New file.
21384
21385         Module stdbool.
21386         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
21387         OSF/1.
21388
21389         Module strtoll.
21390         * m4/strtoll.m4: New file.
21391
21392         Module strtoull.
21393         * m4/strtoull.m4: New file.
21394
21395         Module strtoimax.
21396         * m4/strtoimax.m4: New file.
21397
21398         Module strtoumax.
21399         * m4/strtoumax.m4: New file.
21400
21401         Module xstrtoimax.
21402         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
21403         jm_AC_PREREQ_XSTRTOIMAX.
21404         Moved the strtol prerequisites to strtol.m4.
21405         Moved the strtoll prerequisites to strtoll.m4.
21406         Moved the strtoimax prerequisites to strtoimax.m4.
21407
21408         Module xstrtoumax.
21409         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
21410         jm_AC_PREREQ_XSTRTOUMAX.
21411         Moved the strtoul prerequisites to strtoul.m4.
21412         Moved the strtoull prerequisites to strtoull.m4.
21413         Moved the strtoumax prerequisites to strtoumax.m4.
21414
21415         Module chown.
21416         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
21417         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
21418
21419         Module dup2.
21420         * m4/dup2.m4: New file.
21421
21422         Module ftruncate.
21423         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
21424         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
21425
21426         Module getgroups.
21427         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
21428         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
21429
21430         Module gettimeofday.
21431         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
21432         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
21433         gl_PREREQ_GETTIMEOFDAY.
21434
21435         Module mkdir.
21436         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
21437         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
21438
21439         Module mkstemp.
21440         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
21441         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
21442         jm_AC_TYPE_UINTMAX_T.
21443         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
21444
21445         Module stat.
21446         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
21447         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
21448
21449         Module lstat.
21450         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
21451         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
21452
21453         Module timespec.
21454         * m4/timespec.m4 (gl_TIMESPEC): New macro.
21455         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
21456         * m4/st_mtim.m4: Indentation.
21457
21458         Module nanosleep.
21459         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
21460         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
21461         gl_PREREQ_NANOSLEEP.
21462
21463         Module regex.
21464         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
21465         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
21466         (gl_REGEX): New macro.
21467
21468         Module rename.
21469         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
21470         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
21471
21472         Module rmdir.
21473         * m4/rmdir.m4: New file.
21474
21475         Module utime.
21476         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
21477         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
21478         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
21479
21480         Module dirname.
21481         * m4/dirname.m4: New file.
21482
21483         Module getopt.
21484         * m4/getopt.m4: New file.
21485
21486         Module unistd-safer.
21487         * m4/unistd-safer.m4: New file.
21488
21489         Module fnmatch.
21490         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
21491         declaration.
21492         (gl_PREREQ_FNMATCH_EXTRA): New macro.
21493         (gl_FUNC_FNMATCH_POSIX): New macro.
21494         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
21495         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
21496         simply fnmatch.
21497
21498         Module exclude.
21499         * m4/exclude.m4: New file.
21500
21501         Module human.
21502         * m4/human.m4: New file.
21503
21504         Module acl.
21505         * m4/acl.m4: Nop.
21506
21507         Module backupfile.
21508         * m4/backupfile.m4: New file.
21509         * m4/d-ino.m4: Indentation.
21510
21511         Module fsusage.
21512         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
21513         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
21514         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
21515
21516         Module dirfd.
21517         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
21518         requirements.
21519
21520         Module euidaccess.
21521         * m4/euidaccess.m4: New file.
21522
21523         Module file-type.
21524         * m4/file-type.m4: New file.
21525
21526         Module fileblocks.
21527         * m4/fileblocks.m4: New file.
21528
21529         Module filemode.
21530         * m4/filemode.m4: New file.
21531
21532         Module isdir.
21533         * m4/isdir.m4: New file.
21534
21535         Module lchown.
21536         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
21537         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
21538
21539         Module makepath.
21540         * m4/makepath.m4: New file.
21541
21542         Module modechange.
21543         * m4/modechange.m4: New file.
21544
21545         Module mountlist.
21546         * m4/mountlist.m4: New file.
21547         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
21548         Indentation.
21549
21550         Module path-concat.
21551         * m4/path-concat.m4: New file.
21552
21553         Module pathmax.
21554         * m4/pathmax.m4: New file.
21555
21556         Module same.
21557         * m4/same.m4: New file.
21558
21559         Module save-cwd.
21560         * m4/save-cwd.m4: New file.
21561
21562         Module savedir.
21563         * m4/savedir.m4: New file.
21564
21565         Module xgetcwd.
21566         * m4/xgetcwd.m4: New file.
21567         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
21568
21569         Module xreadlink.
21570         * m4/xreadlink.m4: New file.
21571
21572         Module safe-read.
21573         * m4/safe-read.m4: New file.
21574
21575         Module safe-write.
21576         * m4/safe-write.m4: New file.
21577
21578         Module closeout.
21579         * m4/closeout.m4: New file.
21580
21581         Module stdio-safer.
21582         * m4/stdio-safer.m4: New file.
21583
21584         Module getpass.
21585         * m4/getpass.m4: New file.
21586
21587         Module getugroups.
21588         * m4/getugroups.m4: New file.
21589
21590         Module group-member.
21591         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
21592         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
21593
21594         Module idcache.
21595         * m4/idcache.m4: New file.
21596
21597         Module userspec.
21598         * m4/userspec.m4: New file.
21599
21600         Module gettime.
21601         * m4/clock_time.m4: New file.
21602         * m4/gettime.m4: New file.
21603
21604         Module settime.
21605         * m4/settime.m4: New file.
21606
21607         Module posixtm.
21608         * m4/posixtm.m4: New file.
21609
21610         Module gethostname.
21611         * m4/gethostname.m4: New file.
21612
21613         Module canon-host.
21614         * m4/canon-host.m4: New file.
21615
21616         Module gettext.
21617         * m4/codeset.m4: New file, from gettext-0.11.5.
21618         * m4/gettext.m4: New file, from gettext-0.11.5.
21619         * m4/glibc21.m4: New file, from gettext-0.11.5.
21620         * m4/iconv.m4: New file, from gettext-0.11.5.
21621         * m4/intdiv0.m4: New file, from gettext-0.11.5.
21622         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
21623         * m4/inttypes.m4: New file, from gettext-0.11.5.
21624         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
21625         * m4/isc-posix.m4: New file, from gettext-0.11.5.
21626         * m4/lcmessage.m4: New file, from gettext-0.11.5.
21627         * m4/lib-ld.m4: New file, from gettext-0.11.5.
21628         * m4/lib-link.m4: New file, from gettext-0.11.5.
21629         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
21630         * m4/progtest.m4: New file, from gettext-0.11.5.
21631         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
21632         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
21633         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
21634
21635         Module localcharset.
21636         * m4/localcharset.m4: New file.
21637
21638         Module hard-locale.
21639         * m4/hard-locale.m4: New file.
21640
21641         Module mbswidth.
21642         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
21643         onceonly macros.
21644         * m4/mbrtowc.m4: Add comment.
21645
21646         Module memcasecmp.
21647         * m4/memcasecmp.m4: New file.
21648
21649         Module memcoll.
21650         * m4/memcoll.m4: New file.
21651
21652         Module unicodeio.
21653         * m4/unicodeio.m4: New file.
21654
21655         Module rpmatch.
21656         * m4/rpmatch.m4: New file.
21657
21658         Module yesno.
21659         * m4/yesno.m4: New file.
21660
21661         Module exitfail.
21662         * m4/exitfail.m4: New file.
21663
21664         Module c-stack.
21665         * m4/c-stack.m4 (gl_C_STACK): New macro.
21666         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
21667
21668         Module error.
21669         * m4/error.m4 (gl_ERROR): New macro.
21670         (jm_PREREQ_ERROR): Use onceonly macros.
21671
21672         Module fatal.
21673         * m4/fatal.m4: New file.
21674
21675         Module getloadavg.
21676         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
21677         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
21678
21679         Module getpagesize.
21680         * m4/getpagesize.m4: New file.
21681
21682         Module getusershell.
21683         * m4/getusershell.m4: New file.
21684
21685         Module physmem.
21686         * m4/physmem.m4: New file.
21687
21688         Module posixver.
21689         * m4/posixver.m4: New file.
21690
21691         Module quotearg.
21692         * m4/quotearg.m4: New file.
21693
21694         Module quote.
21695         * m4/quote.m4: New file.
21696
21697         Module readutmp.
21698         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
21699
21700         Module sig2str.
21701         * m4/sig2str.m4: New file.
21702
21703         Other.
21704         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
21705         ulonglong.m4.
21706         * m4/intmax_t.m4: New file.
21707         * m4/d-type.m4: Indentation.
21708         * m4/jm-macros.m4: Update.
21709         * m4/prereq.m4 (jm_PREREQ): Update.
21710         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
21711         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
21712         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
21713         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
21714         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
21715         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
21716         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
21717         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
21718         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
21719         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
21720         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
21721         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
21722         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
21723         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
21724         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
21725         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
21726         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
21727         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
21728         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
21729
21730 2002-12-24  Bruno Haible  <bruno@clisp.org>
21731
21732         * MODULES.txt: Update according to m4/ changes.
21733
21734         Module gettext.
21735         * config.rpath: New file, from gettext-0.11.5.
21736
21737         * modules/*: New module descriptions.
21738         * gnulib-tool: New file.
21739         * MODULES.html.sh: New file.
21740
21741 2002-12-21  Karl Berry  <karl@gnu.org>
21742
21743         * doc/fdl.texi: update to version 1.2.
21744
21745 2002-12-19  Karl Berry  <karl@gnu.org>
21746
21747         * config/config.guess: update from prep.
21748
21749 2002-12-18  Bruno Haible  <bruno@clisp.org>
21750
21751         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
21752         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
21753
21754 2002-12-17  Bruno Haible  <bruno@clisp.org>
21755
21756         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
21757         stdlib.h, string.h.
21758
21759 2002-12-17  Bruno Haible  <bruno@clisp.org>
21760
21761         * lib/canon-host.c (strdup): Remove unused declaration.
21762
21763         * lib/fsusage.c: Include full_read.h.
21764         (get_fs_usage): Use full_read instead of safe_read.
21765
21766         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
21767
21768 2002-12-12  Karl Berry  <karl@gnu.org>
21769
21770         * config/config.guess: update from prep.
21771
21772 2002-12-11  Bruno Haible  <bruno@clisp.org>
21773
21774         * m4/setenv.m4: New file, from gettext-0.11.5.
21775
21776 2002-12-11  Bruno Haible  <bruno@clisp.org>
21777
21778         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
21779         not unsetenv().
21780         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
21781         modifications:
21782
21783         2002-12-11  Bruno Haible  <bruno@clisp.org>
21784
21785                 * setenv.c (alloca): Fall back to malloc.
21786                 (freea): New macro.
21787                 (setenv): Use freea() to free memory allocated with alloca().
21788
21789         2002-11-13  Bruno Haible  <bruno@clisp.org>
21790
21791                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
21792                 function declarations.
21793                 * unsetenv.c (unsetenv): Likewise.
21794
21795         2002-03-04  Bruno Haible  <bruno@clisp.org>
21796
21797                 Portability to AIX 4.3.3.
21798                 * unsetenv.c: New file, extracted from setenv.c.
21799                 * setenv.c: Move the unsetenv() function to unsetenv.c.
21800
21801         2001-12-20  Bruno Haible  <bruno@clisp.org>
21802
21803                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
21804                 use malloc instead. For SunOS 4.
21805
21806         2001-12-11  Bruno Haible  <bruno@clisp.org>
21807
21808                 * setenv.c: Declare alloca.
21809                 (compar_fn_t): New typedef.
21810                 (KNOWN_VALUE, STORE_VALUE): Use it.
21811
21812         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
21813         setenv.h.
21814
21815 2002-12-10  Paul Eggert  <eggert@twinsun.com>
21816
21817         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
21818         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
21819         Choose values that are less likely to collide with system fnmatch
21820         options.
21821         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
21822         defined (e.g., a pure POSIX system).
21823         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
21824         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
21825
21826 2002-12-06  Paul Eggert  <eggert@twinsun.com>
21827
21828         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
21829         a pain in practice to deal with generated m4 files.  This change
21830         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
21831
21832         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
21833         and jm-glibc-io.m4, as they are no longer a special case.
21834         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
21835         kludge and the auto-generation stuff.  Check only whether the
21836         functions are declared, not whether they exist, since older hosts
21837         that don't declare the functions can't use the optimization anyway.
21838
21839 2002-12-06  Jim Meyering  <jim@meyering.net>
21840
21841         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
21842
21843         Merge in changes from libc's misc/error.c, in preparation
21844         for the merge of gnulib's changes back into libc.
21845
21846         * lib/error.c (_): Define only if not already defined.
21847         Move definition to follow all #include directives.
21848         Include unlocked-io.h only if !_LIBC.
21849         [_LIBC]: Include <libio/libioP.h>.
21850         [USE_IN_LIBIO]: Include <libio/iolibio.h>
21851         (fflush): Tweak definition to use INTUSE.
21852         (putc): Define.
21853
21854 2002-12-05  Paul Eggert  <eggert@twinsun.com>
21855
21856         * lib/alloca.c [defined emacs]: Include "lisp.h".
21857         (xalloc_die) [defined emacs]: New macro.
21858         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
21859         [! defined emacs]: Include <xalloc.h>.
21860         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
21861         (pointer): Typedef to POINTER_TYPE *.
21862         (malloc): Remove decl; we now always use xmalloc.
21863         (alloca): Use old-style definition, since Emacs needs this.
21864         Check for arithmetic overflow when computing combined size.
21865
21866 2002-12-04  Paul Eggert  <eggert@twinsun.com>
21867
21868         Do not generate unlocked-io.h automatically, since it's easier to
21869         maintain it by hand.
21870
21871         * lib/unlocked-io.h: New file, from GNU diffutils,
21872         but with proper copyright notice and attribution.
21873         * lib/gen-uio: Remove.
21874         * lib/Makefile.am: Add copyright notice.
21875         (libfetish_a_SOURCES): Add unlocked-io.h.
21876         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
21877         (DISTCLEANFILES, io_functions): Remove macros.
21878         (EXTRA_DIST): Remove gen_uio.
21879         (unlocked-io.h): Remove rule.
21880
21881 2002-12-04  Jim Meyering  <jim@meyering.net>
21882
21883         Reflect the fact that stat.c and lstat.c are no longer generated.
21884         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
21885         (DISTCLEANFILES): Likewise.
21886         (EXTRA_DIST): Likewise.
21887         (all_local): Don't depend on stat.c or lstat.c.
21888         (stat.c, lstat.c): Remove rules.
21889         (EXTRA_DIST): Remove xstat.in.
21890
21891         * lib/xstat.in: Remove file.  Contents moved into stat.c.
21892         * lib/stat.c: New file.  Contents mostly from xstat.in.
21893         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
21894         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
21895
21896         * lib/safe-read.c: Rework so that it may serve to define safe_write,
21897         too.
21898         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
21899
21900 2002-12-03  Jim Meyering  <jim@meyering.net>
21901
21902         * lib/safe-read.c, safe-write.c: Change variable names and comments,
21903         but not semantics, to minimize the differences between these two files.
21904         (safe_read): Change comment to mention SAFE_READ_ERROR.
21905
21906         * lib/safe-read.c (IS_EINTR): Define.
21907         (safe_read): Use IS_EINTR in place of in-function cpp directives.
21908
21909 2002-12-02  Jim Meyering  <jim@meyering.net>
21910
21911         * lib/safe-read.c (EINTR): Define.
21912         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
21913         (INT_MAX): Provide fallback.
21914         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
21915
21916         * lib/safe-read.h (SAFE_READ_ERROR): Define.
21917
21918 2002-12-02  Bruno Haible  <bruno@clisp.org>
21919
21920         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
21921         Define, taken from safe-read.c.
21922         (INT_MAX): Provide fallback.
21923         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
21924         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
21925
21926         * lib/safe-read.c (EINTR): Remove definition.
21927         (safe_read): Don't use EINTR if it is absent.
21928
21929 2002-12-01  Jim Meyering  <jim@meyering.net>
21930
21931         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
21932         zero.
21933         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
21934
21935 2002-11-27  Paul Eggert  <eggert@twinsun.com>
21936
21937         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
21938         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
21939         with `if (! (value < limit)) abort ();', for readability.
21940
21941 2002-11-26  Karl Berry  <karl@gnu.org>
21942
21943         * lib/strdup.c: copy from libc again, with jim's ok.
21944         * lib/.cppi-disable: re-add strdup.c
21945
21946 2002-11-25  Karl Berry  <karl@gnu.org>
21947
21948         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
21949         instead of "strtol.c".
21950
21951 2002-11-25  Karl Berry  <karl@gnu.org>
21952
21953         * config/install-sh: update from automake for variable quoting, $0 in
21954         error msgs, etc.
21955
21956         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
21957         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
21958         entry.
21959
21960 2002-11-25  Jim Meyering  <jim@meyering.net>
21961
21962         * lib/mktime.c: Sync from libc, now that it has the latest fix.
21963
21964 2002-11-24  Karl Berry  <karl@gnu.org>
21965
21966         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
21967         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
21968
21969 2002-11-24  Jim Meyering  <jim@meyering.net>
21970
21971         Update from coreutils:
21972
21973         * lib/mktime.c: Merge in changes from libc.
21974
21975         Avoid a link-time failure on some Linux systems.
21976         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
21977         (otherwise).
21978         (__mon_yday): Declare with the STATIC attribute.
21979         (__mktime_internal): Likewise.
21980         Based on a report from Greg Schafer.
21981
21982 2002-11-23  Jim Meyering  <jim@meyering.net>
21983
21984         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
21985         Use `unsigned', not `int', as type of index.
21986
21987         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
21988
21989         * lib/fsusage.c: Remove unneeded parentheses around operands of
21990         `defined'.
21991
21992 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21993
21994         * lib/quotearg.h: Allow multiple inclusion by surrounding with
21995         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
21996         so that we can be included first.
21997         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
21998         * lib/quotearg.c: Include quotearg.h immediately after config.h.
21999         No need to include stddef.h or sys/types.h any more.
22000         Surround local include files with "", not "<>".
22001         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
22002         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
22003         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
22004         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
22005         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
22006         (ISPRINT): Remove; no longer needed now that we assume C89.
22007
22008         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
22009         Preserve errno.
22010
22011         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
22012         quotearg_char): Use SIZE_MAX rather than
22013         (size_t) -1 when we are talking about "infinity".
22014
22015         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
22016
22017 2002-11-22  Paul Eggert  <eggert@twinsun.com>
22018
22019         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
22020         hint that one should use `if (! x) abort ();' rather than `assert
22021         (x);', and anyway it's one less thing to worry about configuring.
22022         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
22023         hash_rehash, hash_insert): Use abort rather than assert.
22024
22025 2002-11-22  Bruno Haible  <bruno@clisp.org>
22026
22027         * lib/safe-read.h: Assume C89. Add comments.
22028         (safe_read): Change return type to size_t.
22029         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
22030         byte counts > SSIZE_MAX correctly.
22031         * lib/safe-write.h: New file.
22032         * lib/safe-write.c: New file.
22033         * lib/full-read.h: New file.
22034         * lib/full-read.c: New file.
22035         * lib/full-write.h: Assume C89. Add comments.
22036         * lib/full-write.c: Include safe-write.h.
22037         (full_write): Rewritten to use safe_write.
22038         Suggested by Jim Meyering and Paul Eggert.
22039
22040 2002-11-21  Jim Meyering  <jim@meyering.net>
22041
22042         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
22043
22044         Merge in changes from the coreutils.
22045
22046         2002-09-25  Paul Eggert  <eggert@twinsun.com>
22047         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
22048         <stdint.h>.
22049         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
22050         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
22051         int.  Work more efficiently if X is the same width as uintmax_t.
22052         Do not compare X to -1, to avoid bogus compiler warning.
22053         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
22054         Don't assume that f_frsize and f_bsize are the same type.
22055
22056         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
22057         warning on FreeBSD.
22058
22059         * lib/makepath.c (make_path): Restore umask *before* creating the final
22060         component.
22061         (make_path): Minor reformatting.
22062
22063         * lib/xmalloc.c: Adjust to work with new autoconf macros,
22064         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
22065         HAVE_MALLOC/HAVE_REALLOC.
22066
22067         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
22068         dummy ones.  At least on GNU/Linux systems, `auto' means something
22069         else.
22070         From Michael Stone.
22071
22072 2002-11-21  Bruno Haible  <bruno@clisp.org>
22073
22074         Remove case insensitive option matching.
22075         * lib/argmatch.h (argcasematch): Remove declaration.
22076         (ARGCASEMATCH): Remove macro.
22077         (__xargmatch_internal): Remove case_sensitive argument.
22078         (XARGMATCH): Update.
22079         (XARGCASEMATCH): Remove macro.
22080         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
22081         case_sensitive argument.
22082         (argcasematch): Remove function.
22083         (__xargmatch_internal): Remove case_sensitive argument.
22084         (main): Use XARGMATCH instead of XARGCASEMATCH.
22085
22086         * lib/xmalloc.c: Change compile-time error message. Add comment about
22087         required autoconf version.
22088
22089 2002-11-20  Paul Eggert  <eggert@twinsun.com>
22090
22091         Merge argmatch cleanups from Bison.  Assume C89.
22092
22093         * lib/argmatch.c: Include config.h here, not in argmatch.h.
22094         Include stdlib.h, for EXIT_FAILURE.
22095         Always include <string.h>, since we assume C89.
22096         (EXIT_FAILURE): Remove pre-C89 bug workaround.
22097         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
22098         Include <stddef.h> instead, since it's all we need for size_t.
22099         (PARAMS): Remove.  All uses removed.
22100         (ARRAY_CARDINALITY): Do not bother to #undef.
22101         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
22102         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22103         Remove unnecessary parentheses.
22104         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22105         Insert necessary parentheses.
22106         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
22107         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
22108
22109 2002-11-19  Bruno Haible  <bruno@clisp.org>
22110
22111         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
22112         * lib/mbswidth.h: Include <stddef.h>, for size_t.
22113
22114         * lib/mbswidth.h (PARAMS): Remove macro.
22115         (mbswidth, mbsnwidth): Use ANSI C function declarations.
22116         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
22117
22118         * lib/gcd.h (PARAMS): Remove macro.
22119         (gcd): Use ANSI C function declarations.
22120         * lib/gcd.c (gcd): Likewise.
22121
22122 2002-11-15  Bruno Haible  <bruno@clisp.org>
22123
22124         * lib/strcspn.c: Include <stddef.h>.
22125         (strcspn): Use ANSI C function declaration. Change return type to
22126         size_t. Use NULL.
22127         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
22128         (strpbrk): Use NULL.
22129         * lib/strpbrk.h (PARAMS): Remove macro.
22130         (strpbrk): Use ANSI C function declaration.
22131         * lib/strstr.c: Don't include <sys/types.h>.
22132         * lib/strstr.h (PARAMS): Remove macro.
22133         (strstr): Use ANSI C function declarations.
22134
22135 2002-11-14  Karl Berry  <karl@gnu.org>
22136
22137         * config/mkinstalldirs: `do' on separate line, instead of
22138         `for var; do'.
22139
22140 2002-11-06  Bruno Haible  <bruno@clisp.org>
22141
22142         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
22143         * lib/gcd.c (gcd): Likewise.
22144
22145 2002-11-05  Bruno Haible  <bruno@clisp.org>
22146
22147         * lib/gcd.h: New file, from gettext-0.11.5.
22148         * lib/gcd.c: New file, from gettext-0.11.5.
22149
22150 2002-11-05  Bruno Haible  <bruno@clisp.org>
22151
22152         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22153         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22154         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22155         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22156
22157         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
22158         <libintl.h>.
22159         * lib/makepath.c: Include gettext.h instead of <locale.h> and
22160         <libintl.h>.
22161
22162         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
22163         * lib/human.c: Include gettext.h instead of <libintl.h>.
22164         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
22165         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
22166         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
22167         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
22168         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
22169         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
22170         (textdomain): Remove definition.
22171         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
22172
22173         * lib/long-options.c: Remove include of <libintl.h> and definition of
22174         _.
22175         * lib/same.c: Remove include of <libintl.h> and definition of _.
22176
22177 2002-11-04  Owen Taylor  <otaylor@redhat.com>
22178
22179         * lib/config.charset: A few additions for Solaris.
22180
22181 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22182
22183         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
22184         * lib/localcharset.c (locale_charset): Declare as extern "C".
22185
22186 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22187
22188         * lib/config.charset: msdos in uk_UA uses CP1125.
22189
22190 2002-11-04  Bruno Haible  <bruno@clisp.org>
22191
22192         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
22193         * lib/strcase.h: New file, from GNU gettext-0.11.5.
22194         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
22195         * lib/strstr.h: New file, from GNU gettext-0.11.5.
22196         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
22197
22198 2002-11-04  Bruno Haible  <bruno@clisp.org>
22199
22200         * lib/localcharset.c (locale_charset): Don't return an empty string.
22201
22202 2002-11-04  Bruno Haible  <bruno@clisp.org>
22203
22204         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
22205         aliases.
22206
22207 2002-11-04  Bruno Haible  <bruno@clisp.org>
22208
22209         * lib/config.charset: Update for newest glibc. Add canonical names
22210         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
22211
22212 2002-11-04  Bruno Haible  <bruno@clisp.org>
22213
22214         * lib/config.charset: Add support for NetBSD.
22215
22216 2002-11-04  Bruno Haible  <bruno@clisp.org>
22217
22218         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
22219
22220 2002-11-01  Bruno Haible  <bruno@clisp.org>
22221
22222         * configure.in: Add AC_CONFIG_AUX_DIR call.
22223         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
22224         test/Makefile.
22225         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
22226
22227 2002-09-28  Karl Berry  <karl@gnu.org>
22228
22229         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
22230         installed automake until the next release, since changes have been
22231         made.
22232
22233 2002-09-25  Karl Berry  <karl@gnu.org>
22234
22235         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
22236         * lib/getopt*: copy from libc/posix.
22237         * lib/gettext.h: copy from gettext.
22238         * lib/.cppi-disable: add strdup.c, gettext.h.
22239
22240 2002-09-25  Karl Berry  <karl@gnu.org>
22241
22242         * config/srclist.txt: enable gettext.h check.
22243         * config/config.{guess,sub}: update from prep.
22244         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
22245                 from automake 1.6.3.
22246         See srclist*.
22247
22248 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
22249
22250         * regex.c (PATFETCH): Remove the translating fetch.
22251         (PATFETCH_RAW): Rename to PATFETCH.
22252         (set_image_of_range): New fun.
22253         (SET_RANGE_TABLE_WORK_AREA): Use it.
22254         (regex_compile): Don't translate the pattern chars so eagerly.
22255         Only do it when inserting an `exactn' bytecode or when handling
22256         a char-range.
22257         (mutually_exclusive_p): Avoid empty statement.
22258
22259 2002-07-06  Jim Meyering  <meyering@lucent.com>
22260
22261         * m4/README: Don't mention Makefile.am.in.
22262         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
22263
22264 2002-07-01  Jim Meyering  <meyering@lucent.com>
22265
22266         * lib/c-stack.c: Include sys/time.h.
22267         From Volker Borchert.
22268
22269 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22270
22271         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
22272
22273 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22274
22275         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
22276         New macro.  Use it uniformly instead of
22277         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
22278         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
22279         reported by Vin Shelton.
22280
22281 2002-06-22  Paul Eggert  <eggert@twinsun.com>
22282
22283         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
22284         Do not assume SA_SIGINFO behavior.
22285         Bug reported by Jim Meyering on NetBSD 1.5.2.
22286
22287 2002-06-22  Jim Meyering  <meyering@lucent.com>
22288
22289         * m4/c-stack.m4: New file, from diffutils-2.8.2.
22290         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
22291
22292         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
22293         now that configure.ac uses AC_GNU_SOURCE.
22294         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
22295         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
22296
22297         Update to latest tools.  Suggestions from Paul Eggert.
22298         * m4/stdbool.m4: New file, from diffutils-2.8.2.
22299         * m4/gnu-source.m4: Update from diffutils-2.8.2.
22300         * m4/fnmatch.m4: Likewise.
22301         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
22302         to AC_HEADER_STDBOOL
22303
22304 2002-06-22  Jim Meyering  <meyering@lucent.com>
22305
22306         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
22307         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
22308
22309 2002-06-22  Jim Meyering  <meyering@lucent.com>
22310
22311         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
22312
22313         * lib/exitfail.c, exitfail.h: Likewise.
22314         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
22315
22316         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
22317         of fnmatch.h.
22318         (EXTRA_DIST): Add fnmatch_loop.c.
22319         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
22320
22321         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
22322         * lib/fnmatch.c: Update from diffutils-2.8.2.
22323         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
22324         * lib/fnmatch.h: Remove file.
22325
22326 2002-06-21  Jim Meyering  <meyering@lucent.com>
22327
22328         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
22329         * m4/mbrtowc.m4: Likewise.
22330
22331         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
22332         * m4/mbswidth.m4: Reflect name change:
22333         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
22334         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
22335
22336         * m4/lib-link.m4: Update from gettext-0.11.2.
22337         * m4/gettext.m4: Likewise.
22338
22339         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
22340         From Alfred M. Szmidt.
22341
22342 2002-06-18  Paul Eggert  <eggert@twinsun.com>
22343
22344         * lib/file-type.h: Report an error if neither S_ISREG nor
22345         S_IFREG is defined, instead of using a test specific to glibc
22346         2.2.  This should be safe, since POSIX requires S_ISREG and
22347         Unix Version 7 had S_IFREG.  We don't need to check for
22348         <sys/types.h> since we don't use any symbols that it defines.
22349
22350 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
22351
22352         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
22353         $@-t, so that each temporary file name is unique and valid in the first
22354         8 characters, for operation under DOS.
22355
22356 2002-06-15  Paul Eggert  <eggert@twinsun.com>
22357
22358         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
22359
22360 2002-06-15  Jim Meyering  <meyering@lucent.com>
22361
22362         Work even with DJGPP 2.03, which lacks support for symlinks.
22363         From Richard Dawe.
22364         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
22365         is defined.
22366         * lib/lchown.c (S_ISLNK): Likewise.
22367
22368 2002-06-15  Jim Meyering  <meyering@lucent.com>
22369
22370         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
22371         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
22372         have been included before this file.
22373
22374 2002-06-14  Jim Meyering  <meyering@lucent.com>
22375
22376         * lib/file-type.h: Use the version from diffutils-2.8.2.
22377         * lib/file-type.c: Likewise.
22378
22379 2002-06-07  Jim Meyering  <meyering@lucent.com>
22380
22381         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
22382         They're needed at least for NetBSD 1.5.2.
22383         ($statxfs_includes): Include those same headers.
22384         ($statxfs_includes): Include sys/vfs.h if available.
22385         ($statxfs_includes): Likewise for sys/statvfs.h.
22386         Check for the following members in both structs statfs and statvfs:
22387         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
22388
22389 2002-06-01  Jim Meyering  <meyering@lucent.com>
22390
22391         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
22392         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
22393
22394 2002-05-28  Jim Meyering  <meyering@lucent.com>
22395
22396         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
22397         Reported by Volker Borchert.
22398
22399 2002-05-27  Jim Meyering  <meyering@lucent.com>
22400
22401         Fix a problem seen only on nonconforming systems whereby ls.c's
22402         use of localtime, and then of gettimeofday would cause trouble:
22403         the localtime call used to initialize rpl_gettimeofday's save
22404         mechanism would clobber ls's current local time information so
22405         that in any long listing the first file would always be listed
22406         with date 1970-01-01.  Analysis by Volker Borchert.
22407
22408         * lib/gettimeofday.c (localtime): Undefine.
22409         (rpl_localtime): New function.
22410
22411 2002-05-27  Jim Meyering  <meyering@lucent.com>
22412
22413         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
22414         localtime.
22415
22416         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
22417         use the replacement function; it wouldn't resolve at link time.
22418         Reported by Volker Borchert.
22419
22420 2002-05-22  Jim Meyering  <meyering@lucent.com>
22421
22422         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
22423         file-type.h.
22424         * lib/file-type.h: New file.
22425         * lib/file-type.c (file_type): New file/function.  Extracted from
22426         diffutils.
22427
22428 2002-04-30  Jim Meyering  <meyering@lucent.com>
22429
22430         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
22431
22432 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22433
22434         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
22435
22436 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22437
22438         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
22439         Do not check for alloca.h (no longer used) or stdbool.h (was never
22440         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
22441
22442 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22443
22444         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
22445
22446 2002-04-29  Jim Meyering  <meyering@lucent.com>
22447
22448         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
22449         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
22450         Use AC_FUNC_STRNLEN here instead.
22451
22452         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
22453         With autoconf-2.53a, it's part of AC_PROG_CC.
22454
22455 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22456
22457         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
22458         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
22459
22460 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22461
22462         * lib/sig2str.h, lib/sig2str.c: New files.
22463         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
22464
22465 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22466
22467         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
22468         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
22469         of 127, since 64 is the largest conceivable number for ancient
22470         nonstandard hosts.
22471         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
22472
22473 2002-04-28  Jim Meyering  <meyering@lucent.com>
22474
22475         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
22476
22477 2002-04-24  Jim Meyering  <meyering@lucent.com>
22478
22479         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
22480         (jm_PREREQ): Use it.
22481
22482         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
22483         mach/mach.h fcntl.h.
22484         Check for this function: setlocale.
22485
22486 2002-04-24  Jim Meyering  <meyering@lucent.com>
22487
22488         * lib/gettext.h: New file, from Gettext.
22489         * lib/Makefile.am (INCLUDES): Remove -I../intl.
22490         (libfetish_a_SOURCES): Add gettext.h.
22491
22492 2002-04-16  Jim Meyering  <meyering@lucent.com>
22493
22494         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
22495         ut_pid, ut_id, ut_exit.
22496
22497 2002-04-16  Jim Meyering  <meyering@lucent.com>
22498
22499         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
22500         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
22501         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
22502
22503 2002-04-12  Jim Meyering  <meyering@lucent.com>
22504
22505         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
22506         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
22507         existence of the getmntinfo function.  Needed for Darwin 5.3.
22508
22509         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
22510         This is necessary at least on Darwin 5.3.
22511
22512         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
22513         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
22514         strnlen.o in the library, and that makes some versions of ranlib
22515         object.
22516
22517 2002-04-12  Jim Meyering  <meyering@lucent.com>
22518
22519         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
22520
22521 2002-04-09  Jim Meyering  <meyering@lucent.com>
22522
22523         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
22524         to be more precise.  Rather than saying we're checking whether the
22525         function `works', say what we're testing.
22526         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
22527         Reported by Bruno Haible.
22528
22529 2002-03-10  Jim Meyering  <meyering@lucent.com>
22530
22531         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
22532         Suggestion from Santiago Vila.
22533
22534 2002-03-08  Jim Meyering  <meyering@lucent.com>
22535
22536         * lib/rename.c: Mention that this wrapper is needed also on
22537         mips-dec-ultrix4.4 systems.
22538
22539 2002-03-02  Jim Meyering  <meyering@lucent.com>
22540
22541         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
22542         not HAVE_CLOCK_SETTIME.
22543
22544 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22545
22546         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
22547         Check for clock_settime.
22548
22549 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22550
22551         * lib/nanosleep.h: Rename to....
22552         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
22553
22554         * lib/gettime.c: New file.
22555         * lib/settime.c: New file.
22556         * lib/stime.c: Remove.
22557
22558         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
22559         timespec.h.  Remove nanosleep.h.
22560
22561 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22562
22563         * m4/acl.m4: New file.
22564         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
22565         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
22566
22567 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22568
22569         * lib/acl.c, lib/acl.h: New files.
22570         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
22571
22572 2002-02-24  Jim Meyering  <meyering@lucent.com>
22573
22574         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
22575         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
22576         cause trouble.  Reported by Nelson Beebe.
22577
22578 2002-02-23  Paul Eggert  <eggert@twinsun.com>
22579
22580         * lib/path-concat.c (xpath_concat): Reorder code to pacify
22581         compilers that don't know that xalloc_die never returns.
22582
22583 2002-02-20  Jim Meyering  <meyering@lucent.com>
22584
22585         * lib/getdate.c: Regenerate using bison-1.33.
22586
22587 2002-02-17  Jim Meyering  <meyering@lucent.com>
22588
22589         * config/config.guess (main): Don't use `head -1'; it's no longer
22590         portable. Use `sed 1q' instead.
22591
22592 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
22593
22594         * m4/codeset.m4: Upgrade to gettext-0.11.
22595         * m4/gettext.m4: Upgrade to gettext-0.11.
22596         * m4/glibc21.m4: Upgrade to gettext-0.11.
22597         * m4/iconv.m4: Upgrade to gettext-0.11.
22598         * m4/isc-posix.m4: Upgrade to gettext-0.11.
22599         * m4/lcmessage.m4: Upgrade to gettext-0.11.
22600         * m4/lib-ld.m4: New file, from gettext-0.11.
22601         * m4/lib-link.m4: New file, from gettext-0.11.
22602         * m4/lib-prefix.m4: New file, from gettext-0.11.
22603         * m4/progtest.m4: Upgrade to gettext-0.11.
22604
22605 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22606
22607         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
22608         (jm_PREREQ): Use it.
22609
22610 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22611
22612         * lib/posixver.c, lib/posixver.h: New files.
22613         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22614
22615 2002-02-02  Paul Eggert  <eggert@twinsun.com>
22616             Bruno Haible  <bruno@clisp.org>
22617
22618         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
22619         (fwrite_success_callback): New declaration.
22620         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
22621         print_unicode_char. Call failure callback instead of error.
22622         (fwrite_success_callback): New function.
22623         (exit_failure_callback): New function.
22624         (fallback_failure_callback): New function.
22625         (print_unicode_char): Call unicode_to_mb.
22626
22627 2002-01-26  Jim Meyering  <meyering@lucent.com>
22628
22629         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
22630         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
22631
22632 2002-01-26  Jim Meyering  <meyering@lucent.com>
22633
22634         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
22635
22636 2002-01-22  Paul Eggert  <eggert@twinsun.com>
22637
22638         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
22639
22640 2002-01-22  Jim Meyering  <meyering@lucent.com>
22641
22642         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
22643         Otherwise, some versions of automake would omit the rule that makes
22644         Makefile from Makefile.in.
22645
22646 2002-01-21  Paul Eggert  <eggert@twinsun.com>
22647
22648         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
22649         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22650         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
22651         (memcoll): Set errno to zero if there is no error.
22652
22653         * lib/quotearg.c (quotearg_buffer_restyled):
22654         Fix bug with quoting buffers containing NUL when backslashing escapes.
22655         This bug was exposed by the other changes in this patch.
22656         (quotearg_n_options): New arg ARGSIZE.
22657         All callers changed.
22658         (quoting_options_from_style): New function.
22659         (quotearg_n_style): Use it.
22660         (quotearg_n_style_mem): New function.
22661
22662         * lib/quotearg.h (quotearg_n_style_mem): New function.
22663
22664 2002-01-19  Jim Meyering  <meyering@lucent.com>
22665
22666         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
22667         Remove useless quotes: DF_PROG="df".
22668         * m4/strnlen.m4: New file.
22669
22670 2002-01-16  Paul Eggert  <eggert@twinsun.com>
22671
22672         * lib/backupfile.c (ISDIGIT): Comment fix.
22673         * lib/getdate.y (ISDIGIT): Likewise.
22674         * lib/posixtm.c (ISDIGIT, year): Likewise.
22675         * lib/strverscmp.c (ISDIGIT): Likewise.
22676         * lib/userspec.c (ISDIGIT): Likewise.
22677
22678 2002-01-16  Jim Meyering  <meyering@lucent.com>
22679
22680         * lib/getdate.y: Add three semicolons, each just before a closing
22681         brace. Bison (as of version 1.31) no longer papers over that mistake.
22682
22683 2002-01-05  Jim Meyering  <meyering@lucent.com>
22684
22685         * lib/version-etc.c (version_etc_copyright): Update copyright year.
22686
22687 2001-12-19  Paul Eggert  <eggert@twinsun.com>
22688
22689         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
22690         not silently exit merely because the output buffer happens to
22691         have nothing pending.
22692
22693 2001-12-18  Paul Eggert  <eggert@twinsun.com>
22694
22695         See the big note in ../ChangeLog.
22696         * lib/human.c (suffixes): Prefer K to k for 1024.
22697         (generate_suffix_backwards): New function.
22698         (human_readable_inexact): Use it.
22699         * lib/xstrtol.c (__xstrtol): If there is no number but there
22700         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
22701         Accept 'K' as well as 'k'.
22702
22703 2001-12-15  Jim Meyering  <meyering@lucent.com>
22704
22705         * lib/regex.h (__restrict_arr): Update from libc.
22706
22707         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
22708         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
22709         (STREQ): Define.
22710
22711 2001-12-14  Jim Meyering  <meyering@lucent.com>
22712
22713         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
22714         Suggestion from Bruno Haible.
22715
22716 2001-12-10  Jim Meyering  <meyering@lucent.com>
22717
22718         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
22719         xrealloc, Instead, include "xalloc.h".
22720         (initbuffer): Don't cast xmalloc return value to char*.
22721         (readline): Reword comment.
22722         Don't cast xrealloc return value to char*
22723         Return NULL, not 0.
22724
22725 2001-12-09  Jim Meyering  <meyering@lucent.com>
22726
22727         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
22728         about `signed and unsigned type in conditional expression'.
22729         * lib/posixtm.c (posix_time_parse): Likewise.
22730
22731         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
22732
22733         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
22734         to avoid a pedantic warning.
22735
22736         * lib/getstr.c: Don't include assert.h.
22737         (getstr): Remove warning-evoking assertions.
22738         Return -1 if offset parameter is out of bounds.
22739         Change the type of a local from int to size_t.
22740
22741         * lib/strftime.c (my_strftime_localtime_r): Include this function
22742         definition in the `#if ! HAVE_TM_GMTOFF' block.
22743
22744         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
22745         Include xalloc.h instead.
22746
22747 2001-12-02  Jim Meyering  <meyering@lucent.com>
22748
22749         * lib/tempname.c: Don't declare getenv, thus reverting the change of
22750         2001-11-18.  It's no longer necessary, now that stdlib.h is always
22751         included.
22752
22753         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
22754         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
22755
22756 2001-11-30  Akim Demaille  <akim@epita.fr>
22757
22758         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
22759         before being defined.
22760
22761 2001-11-27  Paul Eggert  <eggert@twinsun.com>
22762
22763         * lib/quotearg.h (quotearg_n, quotearg_n_style):
22764         First arg is int, not unsigned.
22765         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
22766         (SIZE_MAX, UINT_MAX): New macros.
22767         (quotearg_n_options): Abort if N is negative.
22768         Avoid overflow check on hosts where size_t is 64 bits and int
22769         is 32 bits, as overflow is impossible there.
22770         Fix off-by-one typo that caused unnecessary reallocation.
22771
22772 2001-11-27  Jim Meyering  <meyering@lucent.com>
22773
22774         * lib/tempname.c: Merge with version from libc.
22775         * lib/regex.c: Likewise.
22776
22777         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
22778         systems for which STDC_HEADERS is 0, it was not included, resulting in
22779         a warning about an integer-to-pointer conversion problem with getenv.
22780         Reported by Volker Borchert.
22781
22782 2001-11-26  Jim Meyering  <meyering@lucent.com>
22783
22784         * lib/gtod.h: Remove file.
22785         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
22786         * lib/gettimeofday.c: Don't include gtod.h.
22787         (GTOD_init): Remove function.
22788         (rpl_gettimeofday): Do its job here instead, rather than aborting.
22789         Suggestion from Volker Borchert.
22790
22791 2001-11-23  Jim Meyering  <meyering@lucent.com>
22792
22793         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
22794         it.
22795         * lib/hash.c (struct hash_table): Define it here instead.
22796
22797 2001-11-22  Jim Meyering  <meyering@lucent.com>
22798
22799         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
22800
22801 2001-11-20  Jim Meyering  <meyering@lucent.com>
22802
22803         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
22804         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
22805
22806 2001-11-19  Jim Meyering  <meyering@lucent.com>
22807
22808         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
22809         directory.  Use "conftestXXXXXX" as the template.
22810         Suggestion from Paul Eggert.
22811
22812         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
22813         immediately, so the test doesn't mistakenly hit the max-open-files
22814         limit.
22815
22816 2001-11-18  Paul Eggert  <eggert@twinsun.com>
22817
22818         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
22819         (TEMPORARIES): New macro.
22820         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
22821         removes an artificial limitation (e.g. HP-UX 10.20, where
22822         TMP_MAX is 17576).
22823
22824 2001-11-18  Jim Meyering  <meyering@lucent.com>
22825
22826         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
22827
22828 2001-11-18  Jim Meyering  <meyering@lucent.com>
22829
22830         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
22831         on SunOS 4.
22832
22833         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
22834         files will be created before anything else.
22835
22836 2001-11-17  Paul Eggert  <eggert@twinsun.com>
22837
22838         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
22839         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
22840
22841 2001-11-17  Jim Meyering  <meyering@lucent.com>
22842
22843         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
22844         Prompted by a report from Bob Proulx.
22845
22846         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
22847         Instead, require UTILS_FUNC_MKSTEMP.
22848
22849 2001-11-17  Jim Meyering  <meyering@lucent.com>
22850
22851         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
22852         Now, that's done as part of AC_FUNC_STRTOD.
22853
22854 2001-11-17  Jim Meyering  <meyering@lucent.com>
22855
22856         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
22857         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
22858         rather than group writable.  Patch by Juan F. Codagnone.
22859
22860         * lib/readtokens.c: Remove explicit declarations of xmalloc and
22861         xrealloc, Instead, include "xalloc.h".
22862
22863         * lib/mountlist.c: Include unlocked-io.h after all system headers.
22864         Remove explicit declarations of xmalloc, xrealloc,
22865         and xstrdup.  Instead, include "xalloc.h".
22866
22867         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
22868         unlocked-io.h.
22869         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
22870         Likewise.
22871         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
22872
22873         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
22874         Reported by Padraig Brady.
22875
22876         * lib/mkstemp.c: #undef mkstemp.
22877         Include config.h.
22878         (rpl_mkstemp): Rename from mkstemp.
22879         Protoize.
22880
22881 2001-11-16  Jim Meyering  <meyering@lucent.com>
22882
22883         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
22884         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
22885         determine the amount of total physical memory, use pstat_getstatic.
22886         HPUX-11 doesn't define _SC_PHYS_PAGES.
22887         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
22888         If sysconf couldn't be used to determine the amount of available
22889         physical memory, use both pstat_getstatic and pstat_getdynamic.
22890         Based on a patch from Bob Proulx.
22891
22892 2001-11-10  Jim Meyering  <meyering@lucent.com>
22893
22894         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
22895         (jm_PREREQ): Use it.
22896
22897 2001-11-09  Jim Meyering  <meyering@lucent.com>
22898
22899         * m4/jm-macros.m4: Require autoconf-2.52f.
22900         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
22901         Use these AC_-prefixed names, not the AM_-prefixed ones.
22902
22903         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
22904
22905 2001-11-05  Jim Meyering  <meyering@lucent.com>
22906
22907         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
22908
22909 2001-11-04  Jim Meyering  <meyering@lucent.com>
22910
22911         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
22912         $DEFS.
22913
22914 2001-11-03  Jim Meyering  <meyering@lucent.com>
22915
22916         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
22917         of AC_DEFUN.
22918
22919         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
22920         know the name of the variable in the macro definition.
22921
22922 2001-11-03  Jim Meyering  <meyering@lucent.com>
22923
22924         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
22925         in argmatch_to_argument call.
22926
22927         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
22928         argument.
22929
22930         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
22931         e.g., a fault due to an attempt to free a NULL pointer.
22932
22933 2001-11-01  Jim Meyering  <meyering@lucent.com>
22934
22935         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
22936         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
22937
22938 2001-11-01  Jim Meyering  <meyering@lucent.com>
22939
22940         * lib/dirfd.c, lib/dirfd.h: New files.
22941         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
22942
22943         * lib/hash.c (hash_print) [TESTING]: Clean up.
22944
22945 2001-10-22  Paul Eggert  <eggert@twinsun.com>
22946
22947         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
22948         to avoid a warning if -Wall.
22949
22950 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
22951
22952         * README: New file
22953         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
22954         (per RMS's instructions, this is now the canonical source)
22955         * lgpl/, gpl/: New directories.
22956
22957 2001-10-21  Paul Eggert  <eggert@twinsun.com>
22958
22959         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
22960
22961 2001-10-21  Jim Meyering  <meyering@lucent.com>
22962
22963         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
22964         this code would end up calling gettext even in packages built
22965         with --disable-nls.
22966         * lib/getopt.c (_): Likewise.
22967         * lib/regex.c (_): Likewise.
22968
22969 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22970
22971         * m4/error.m4 (jm_PREREQ_ERROR):
22972         Do not invoke AC_CHECK_FUNCS with strerror_r, as
22973         AC_FUNC_STRERROR_R does that.
22974         Check for strerror declaration.
22975
22976         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
22977         are supposed to have them these days.
22978         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
22979         Merge changes from latest Autoconf CVS.
22980         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
22981         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
22982         POSIX decided to standardize on the int flavor of strerror_r.
22983
22984 2001-10-20  Paul Eggert  <eggert@twinsun.com>
22985
22986         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
22987         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
22988         Use strerror_r that is only a macro, even if it is not a function.
22989         (strerror): Check for HAVE_DECL_STRERROR before declaring.
22990         (private_strerror): Use prototypes, not old-style function definition.
22991         (print_errno_message): New function.
22992         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
22993         char*-flavored one.
22994         (error_tail, error, error_at_line): Use it.
22995
22996 2001-10-11  Jim Meyering  <meyering@lucent.com>
22997
22998         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
22999         and quote_n (1, ... to avoid clobbering a buffer.
23000
23001 2001-10-05  Jim Meyering  <meyering@lucent.com>
23002
23003         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
23004         hash-pjw.h.
23005         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
23006         * lib/hash-pjw.h: New file.
23007
23008 2001-09-30  Jim Meyering  <meyering@lucent.com>
23009
23010         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
23011         `struct fsstat' has the `f_fstypename' member.
23012         Use that to define FS_TYPE, which is now used to make
23013         the getfsstat link test tighter.
23014
23015 2001-09-30  Jim Meyering  <meyering@lucent.com>
23016
23017         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
23018         Include <sys/ucred.h>, for Apple Darwin.
23019         Include sys/mount.h and sys/fs_types.h only if available.
23020         (FS_TYPE): Define.
23021         (read_filesystem_list): Use FS_TYPE.
23022
23023 2001-09-29  Paul Eggert  <eggert@twinsun.com>
23024
23025         * lib/exclude.c (excluded_filename): 0 -> false, since it's
23026         a boolean context.
23027
23028 2001-09-29  Jim Meyering  <meyering@lucent.com>
23029
23030         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
23031         [one-argument getmntent function]): Include stdio.h before mntent.h.
23032         SunOS 4.1.x needs it for the declaration of `FILE'.
23033         Patch by Volker Borchert.
23034
23035         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
23036         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
23037         sys/fs_types.h, and make the link-test for getfsstat guard #include
23038         directives with appropriate #if HAVE_*_H tests so that we can
23039         detect getfsstat on Apple Darwin1.3.7 systems.
23040         Reported by Nelson Beebe.
23041         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
23042
23043 2001-09-28  Paul Eggert  <eggert@twinsun.com>
23044
23045         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
23046         #defines strtoimax.  Also treat the other strto* functions
23047         like strtoimax.
23048
23049         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23050         Check for strtoul and strtoumax,
23051         as those declarations are made even in the signed case.
23052         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
23053         Likewise, for strtol and strtoimax.
23054
23055 2001-09-28  Paul Eggert  <eggert@twinsun.com>
23056
23057         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
23058         #defines strtoimax.  Also treat the other strto* functions
23059         like strtoimax.
23060
23061         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
23062         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
23063         (strtoimax, strtoumax): Do not declare if already defined as a macro.
23064
23065 2001-09-26  Jim Meyering  <meyering@lucent.com>
23066
23067         Most macros in unlocked-io.h had the wrong number of arguments.
23068         * lib/gen-uio: New script.
23069         (USE_UNLOCKED_IO): Define to 1 if not already defined.
23070         * lib/unlocked-io.hin: Remove file.
23071         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
23072         rather than trying to embed it here.
23073         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
23074         Reported by Padraig Brady.
23075
23076 2001-09-25  Volker Borchert  <bt@teknon.de>
23077
23078         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
23079         `result'.
23080
23081 2001-09-24  Jim Meyering  <meyering@lucent.com>
23082
23083         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
23084
23085 2001-09-23  Jim Meyering  <meyering@lucent.com>
23086
23087         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
23088         instead of the mere test for existence of mntent.h.  The latter
23089         would get a false-positive on AIX 3.4 systems.
23090         In the outer getmntent if-block, don't die if neither of the getmntent
23091         tests succeeds.  Instead, just fall through and continue with the
23092         remaining tests.
23093
23094 2001-09-23  Jim Meyering  <meyering@lucent.com>
23095
23096         * lib/mountlist.c: Remove useless parentheses in #if directives.
23097         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
23098         the deprecated MOUNTED symbol is no longer defined in mntent.h.
23099
23100 2001-09-22  Jim Meyering  <meyering@lucent.com>
23101
23102         * m4/gettext.m4: New file.  From gettext.
23103         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
23104         * m4/progtest.m4: Likewise
23105         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
23106         * m4/glibc21.m4: Likewise.
23107
23108         * m4/libintl.m4: Remove.  No longer used.
23109
23110 2001-09-22  Jim Meyering  <meyering@lucent.com>
23111
23112         * lib/localcharset.c: Update from latest gettext.
23113         * lib/config.charset: Likewise.
23114
23115 2001-09-20  Jim Meyering  <meyering@lucent.com>
23116
23117         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
23118         strtoimax.
23119         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
23120         strtoumax.
23121
23122 2001-09-20  Jim Meyering  <meyering@lucent.com>
23123
23124         * lib/xstrtol.c (strtoimax): Guard declaration with
23125         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
23126         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
23127         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
23128         (strtoumax): Likewise, for completeness (it wasn't necessary).
23129
23130 2001-09-17  Paul Eggert  <eggert@twinsun.com>
23131
23132         * lib/strtoimax.c (HAVE_LONG_LONG):
23133         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
23134         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
23135         to work around bug in IBM C compiler.
23136
23137 2001-09-17  Jim Meyering  <meyering@lucent.com>
23138
23139         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
23140         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
23141         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
23142         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
23143         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
23144         whenever the right hand side need not be expanded by the shell.
23145
23146 2001-09-16  Paul Eggert  <eggert@twinsun.com>
23147
23148         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
23149         library.  It's not correct, as some older glibcs are buggy.
23150         fnmatch wasn't fixed until glibc 2.2.
23151
23152         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
23153         special shell magic here.
23154
23155 2001-09-16  Jim Meyering  <meyering@lucent.com>
23156
23157         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
23158         * m4/jm-macros.m4: Require it.
23159
23160 2001-09-16  Jim Meyering  <meyering@lucent.com>
23161
23162         * lib/mkdir.c: New file.
23163
23164 2001-09-15  Jim Meyering  <meyering@lucent.com>
23165
23166         * m4/jm-macros.m4: Check for help2man.
23167
23168 2001-09-11  Jim Meyering  <meyering@lucent.com>
23169
23170         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
23171         The body, by Paul Eggert, was moved here from configure.in.
23172         * m4/jm-macros.m4: Require UTILS_HOST_OS.
23173
23174 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23175
23176         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
23177         (jm_PREREQ): Use it.
23178
23179 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23180
23181         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
23182         Use ssize_t, not int, to store result of readlink.
23183         Check for ssize_t overflow as well as size_t overflow,
23184         as POSIX says the result of readlink is implementation-defined
23185         when ssize_t overflows.
23186         Remove unnecessary cast to char*.
23187         Use free+malloc instead of realloc, as the storage doesn't need
23188         to be preserved and it's clearer and can be more efficient that way.
23189         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
23190         * lib/xreadlink.h (xreadlink): Update prototype.
23191
23192 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23193
23194         * lib/xgetcwd.c: Revert some of the previous change; intead,
23195         fix the HAVE_GETCWD_NULL code to behave more like the
23196         !HAVE_GETCWD_NULL code used to.
23197
23198         Include "xalloc.h".
23199         (xgetcwd): Do not return NULL when memory is exhausted; instead,
23200         invoke xalloc_die.
23201
23202 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23203
23204         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
23205         sys/param.h, as pathmax.h includes them.
23206
23207 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23208
23209         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
23210         (jm_PREREQ_XGETCWD): New macro.
23211
23212         * m4/getcwd.m4: New file.
23213
23214 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23215
23216         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
23217         like the HAVE_GETCWD_NULL code.
23218         Include pathmax.h if not HAVE_GETCWD.
23219         Do not include xalloc.h.
23220         (INITIAL_BUFFER_SIZE): New symbol.
23221         Do not use xmalloc / xrealloc, since the caller is responsible for
23222         handling errors.  Preserve errno around `free' during failure.
23223         Do not overrun buffer when using getwd.
23224
23225 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23226
23227         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
23228         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
23229         getcwd (NULL, 0).
23230
23231 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23232
23233         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
23234         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
23235         spotted by Jim Meyering.
23236
23237 2001-09-03  Jim Meyering  <meyering@lucent.com>
23238
23239         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
23240         failure.
23241
23242 2001-09-02  Jim Meyering  <meyering@lucent.com>
23243
23244         * lib/error.c: Update from GNU libc.
23245
23246 2001-09-01  Jim Meyering  <meyering@lucent.com>
23247
23248         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
23249         Used by df.
23250
23251 2001-09-01  Jim Meyering  <meyering@lucent.com>
23252
23253         * lib/xreadlink.c: New file.
23254         * lib/xreadlink.h: New file.
23255         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
23256         xreadlink.h.
23257
23258         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
23259         doesn't conflict with sparc Solaris 7's definition in
23260         /usr/include/sys/int_types.h.
23261
23262         * lib/exclude.c: Use `""', not `<>' to #include non-system header
23263         files.
23264         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
23265         and strncasecmp as r-values.  Unixware didn't have declarations.
23266
23267 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23268
23269         * lib/xstrtol.h: Add copyright notice.
23270         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
23271         LONGINT_INVALID_SUFFIX_CHAR.
23272
23273 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23274
23275         * lib/xstrtol.c (strtoimax): New decl.
23276
23277 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23278
23279         * lib/xgetcwd.c: Don't include pathmax.h.
23280         Include stdlib.h and unistd.h if available.
23281         Include xalloc.h.
23282         (xmalloc, xstrdup, free): Remove decls.
23283         (xgetcwd): Don't assume sizes fit in unsigned.
23284         Check for overflow when computing sizes.
23285         Simplify reallocation code.
23286
23287 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23288
23289         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
23290         a directory's st_size can have an arbitrary value, so the old
23291         usage could waste an arbitrary amount of memory.  All uses
23292         changed.
23293         * lib/savedir.h: Update prototype.
23294
23295 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23296
23297         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
23298
23299         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
23300         old strtoimax.c.
23301
23302         Also, make the following further changes to make this file's
23303         configuration more similar to that of strtol.c:
23304         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
23305         (strtoumax, uintmax_t, strtoull, strtol): Remove.
23306         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
23307         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
23308         changed to signed values.
23309
23310         And make the following changes as well:
23311         Fix copyright notice, as 1999 was missing.
23312         (verify): New macro.
23313         (strtoimax): Check sizes at compile-time, not run-time.
23314         Prefer strtol to strtoll if both work.
23315         (main): Remove; it was not that useful and was a pain to maintain.
23316
23317         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
23318
23319 2001-08-31  Jim Meyering  <meyering@lucent.com>
23320
23321         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
23322         Use an initial, malloc'd, buffer of length 128 rather than
23323         a statically allocated one of length 1024.
23324
23325 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23326
23327         Simplify code, partly by assuming autoconf 2.52 semantics.
23328
23329         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
23330
23331         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
23332         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
23333         All uses removed.
23334         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
23335         Move AC_REQUIRE to next-to-top level, to avoid confusion.
23336         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
23337         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
23338         jm_AC_HEADER_INTTYPES_H.
23339         * m4/jm-macros.m4 (jm_MACROS): Likewise.
23340
23341         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
23342
23343         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23344         Quote first arg of AC_DEFUN.
23345         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
23346         since they are needed to parse the include file even if we need
23347         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
23348         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
23349         but with opposite signedness.
23350
23351 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23352
23353         Merge 'exclude' changes from tar 1.13.22.
23354         This fixes one or two unlikely storage allocation overflow bugs,
23355         but doesn't change user-visible behavior otherwise.
23356
23357 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23358
23359         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
23360         (jm_PREREQ_EXCLUDE): New macro.
23361
23362 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23363
23364         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
23365         tm to be declared.
23366
23367 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23368
23369         * lib/hash.c: Remove '2001' from copyright notice.
23370
23371 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23372
23373         * lib/full-write.h: New file.
23374         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
23375         * lib/full-write.c: Correct credits, as cccp.c no longer
23376         exists and anyway it was so heavily changed from the old cccp
23377         code as to be unrecognizable.  Include full-write.h.
23378         (full_write) Return size_t, with short writes meaning failure.
23379         All callers changed.  This fixes a bug with large buffers
23380         on 64-bit hosts.
23381         * lib/utime.c: Include full-write.h.
23382
23383 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23384
23385         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
23386         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
23387         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
23388         Include if available.
23389         (<xalloc.h>): Include
23390         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
23391         (verify): New macro.  Use it to verify that EXCLUDE macros do not
23392         collide with FNM macros.
23393         (struct patopts): New struct.
23394         (struct exclude): Use it, as exclude patterns now come with options.
23395         (new_exclude): Support above changes.
23396         (new_exclude, add_exclude_file):
23397         Initial size must now be a power of two to simplify overflow checking.
23398         (free_exclude, fnmatch_no_wildcards): New function.
23399         (excluded_filename): No longer requires options arg, as the options
23400         are determined by add_exclude.  Now returns bool, not int.
23401         (excluded_filename, add_exclude):
23402         Add support for the fancy new exclusion options.
23403         (add_exclude, add_exclude_file): Now takes int options arg.
23404         Check for arithmetic overflow when computing sizes.
23405         (add_exclude_file): xrealloc might modify errno, so don't
23406         realloc until after errno might be used.
23407
23408         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
23409         New macros.
23410         (free_exclude): New decl.
23411         (add_exclude, add_exclude_file): Now takes int options arg.
23412         (excluded_filename): No longer requires options arg, as the options
23413         are determined by add_exclude.  Now returns bool, not int.
23414
23415 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23416
23417         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
23418
23419 2001-08-27  Jim Meyering  <meyering@lucent.com>
23420
23421         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
23422
23423         * lib/version-etc.c (N_): Remove definition.
23424         Revert most of last change.
23425         Instead, simply don't mark the `Copyright...' string for translation.
23426         Based on advice from Paul Eggert.
23427
23428         * lib/strtoxmax.c: Tweak comment.
23429
23430 2001-08-26  Jim Meyering  <meyering@lucent.com>
23431
23432         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
23433
23434         * m4/xstrtoimax.m4: New file.
23435         * m4/xstrtoumax.m4: Add comments explaining why we
23436         AC_REPLACE_FUNCS(strtol).
23437
23438 2001-08-26  Jim Meyering  <meyering@lucent.com>
23439
23440         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
23441         of copyright with `%s' so translators don't get an untranslated
23442         message in 2002.
23443         (COPYRIGHT_YEAR): Define.
23444         (version_etc): Use fprintf rather than fputs.
23445         Suggestion from Ulrich Drepper.
23446
23447         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
23448
23449         * lib/strtoll.c: New file, from GNU libc.
23450         * lib/xstrtoimax.c: New file.
23451
23452         * lib/xstrtol.h: Add xstrtoimax.
23453         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
23454         * lib/strtoimax.c: New file.  Likewise, but first define
23455         STRTOUXMAX_SIGNED.
23456
23457         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
23458         ...
23459         * lib/strtoxmax.c: ... then renamed to this.
23460
23461 2001-08-18  Paul Eggert  <eggert@twinsun.com>
23462
23463         * m4/inttypes.m4: Add AC_PREREQ(2.13).
23464         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
23465         (jm_AC_TYPE_INTMAX_T): New macro.
23466         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
23467
23468         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
23469
23470         * m4/longlong.m4: Renamed from ulonglong.m4.
23471         * m4/inttypes.m4: Renamed from inttypes_h.m4.
23472         * m4/uintmax_t.m4: Removed.
23473
23474 2001-08-13  Paul Eggert  <eggert@twinsun.com>
23475
23476         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
23477         Port to Solaris 8, where 'sed' requires a space after the 'r'
23478         command, and where sh dislikes "$/".  Clean up the spacing a bit.
23479         Redirect output to $tmp just once.
23480
23481 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
23482
23483         * lib/addext.c (<errno.h>): Include.
23484         (errno): Declare if not defined.
23485         (addext): Work correctly when pathconf returns -1 and leaves
23486         errno alone because there is no limit.  Also, work even if
23487         pathconf returns a value greater than SIZE_MAX.
23488
23489 2001-08-12  Jim Meyering  <meyering@lucent.com>
23490
23491         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
23492         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
23493         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
23494         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
23495         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
23496         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
23497         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
23498         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
23499         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
23500         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
23501         utime.m4, utimes.m4, xstrtoumax.m4:
23502         Quote the first argument in each use of AC_DEFUN.
23503
23504 2001-08-12  Jim Meyering  <meyering@lucent.com>
23505
23506         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
23507         Simply `return getcwd (NULL, 0);'.
23508         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
23509         Use 1300 as initial value for length, not PATH_MAX.
23510
23511         * lib/pathmax.h: Clean up cpp syntax.
23512
23513 2001-08-12  Jim Meyering  <meyering@lucent.com>
23514
23515         * lib/gettimeofday.c: New file.
23516         * lib/gtod.h: New file.
23517         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
23518
23519 2001-08-05  Jim Meyering  <meyering@lucent.com>
23520
23521         * m4/jm-macros.m4: Require autoconf-2.52.
23522
23523 2001-08-04  Jim Meyering  <meyering@lucent.com>
23524
23525         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
23526         stmt, to get in sync with glibc.
23527
23528 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23529
23530         The following changes are from gettext 0.10.39 as maintained by
23531         Bruno Haible.
23532
23533         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
23534         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
23535         with inverted sense.  All uses changed.
23536
23537         * lib/mbswidth.c: Don't include <limits.h>.
23538         Include <stdlib.h> and <string.h> unconditionally.
23539         (iswcntrl, mbsinit, ISCNTRL): New macros.
23540         (mbsnwidth): Use K&R style function declarations.
23541         Don't bother checking for MB_LEN_MAX == 1, since the compiler
23542         can optimize it when MB_CUR_MAX == 1.
23543         The width of control characters is zero, not 1.
23544
23545 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23546
23547         The following changes are from gettext 0.10.39 as maintained by
23548         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
23549
23550         * m4/codeset.m4: Upgrade to serial AM1.
23551         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
23552         all uses changed.  Quote first arg of AC_DEFUN.
23553         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
23554
23555         * m4/iconv.m4: Upgrade to serial AM2.
23556         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
23557         Add --with-libconv-prefix.
23558         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
23559         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
23560         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
23561         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
23562         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
23563
23564         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
23565         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
23566         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
23567         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
23568         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
23569         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
23570         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
23571         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
23572         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
23573
23574         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
23575         string.h any more.
23576
23577         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
23578         not the default value.
23579
23580         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
23581         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
23582         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
23583         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
23584         Also check for iswcntrl, used for wcwidth fallback.
23585         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
23586         to Autoconf 2.13.
23587
23588 2001-08-03  Jim Meyering  <meyering@lucent.com>
23589
23590         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
23591         as it was in the original.  Reported by Paul Eggert.
23592
23593 2001-07-16  Jim Meyering  <meyering@lucent.com>
23594
23595         * m4/gettimeofday.m4: New file.
23596         Prompted by a report from Bernhard Baehr.
23597
23598 2001-07-15  Jim Meyering  <meyering@lucent.com>
23599
23600         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
23601         stuff. Now it's in ../Makefile.cfg.
23602
23603 2001-07-15  Jim Meyering  <meyering@lucent.com>
23604
23605         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
23606         (BUILT_SOURCES): Add unlocked-io.h.
23607         (io_functions): Define.
23608         (unlocked-io.h): New rule.
23609         (DISTCLEANFILES): Add unlocked-io.h.
23610         (all-local): Depend on unlocked-io.h, to ensure it is created.
23611
23612         * lib/unlocked-io.hin: New file
23613
23614         * lib/regex.c: Update from glibc.
23615
23616 2001-07-05  Jim Meyering  <meyering@lucent.com>
23617
23618         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
23619         recommendation.
23620         (libfetish_a_SOURCES): Put all .h files here instead.
23621         Remove a thus-exposed (better checks in automake) duplicate and
23622         two unnecessary .h files.
23623
23624 2001-07-04  Jim Meyering  <meyering@lucent.com>
23625
23626         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
23627         that generates jm-glibc-io.m4 so that it doesn't trigger any make
23628         distcheck failure.
23629
23630 2001-07-02  Jim Meyering  <meyering@lucent.com>
23631
23632         The following changes were prompted by suggestions from Bruno Haible.
23633
23634         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
23635         is now generated.
23636         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
23637         definition of EXTRA_DIST.
23638         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
23639         ensure that the generated file is created/updated whenever the list
23640         of $(unlocked_functions) is changed.
23641         (jm-glibc-io.m4): New rule.
23642         (unlocked-io.h): New rule -- currently unused.
23643
23644 2001-06-24  Jim Meyering  <meyering@lucent.com>
23645
23646         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
23647         unmatched right bracket, rather than kludging it with an extra,
23648         falsely-matching quote in a comment.  Patch by Akim Demaille.
23649
23650 2001-06-11  Jim Meyering  <meyering@lucent.com>
23651
23652         * lib/regex.c: Update from GNU libc.
23653
23654 2001-05-27  Jim Meyering  <meyering@lucent.com>
23655
23656         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
23657         Check for ut_type in struct utmp.
23658
23659 2001-05-27  Jim Meyering  <meyering@lucent.com>
23660
23661         * lib/readutmp.h (UT_TYPE): Define.
23662
23663 2001-05-24  Jim Meyering  <meyering@lucent.com>
23664
23665         * lib/argmatch.c: Include "quote.h".
23666         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
23667         quote function.  Reported by Göran Uddeborg.
23668
23669 2001-05-22  Jim Meyering  <meyering@lucent.com>
23670
23671         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
23672         now that we use the package-supplied version unconditionally.
23673         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
23674
23675 2001-05-21  Jim Meyering  <meyering@lucent.com>
23676
23677         * m4/regex.m4: Change a couple backticks to single quotes to avoid
23678         shell syntax errors.
23679
23680 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23681
23682         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
23683
23684 2001-05-20  Paul Eggert  <eggert@twinsun.com>
23685
23686         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
23687         Don't bother to check library strftime, since
23688         we'll be using our own my_strftime function anyway.
23689         Define my_strftime instead of strftime.
23690
23691 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
23692
23693         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
23694         which is not yet declared.
23695
23696 2001-05-15  Jim Meyering  <meyering@lucent.com>
23697
23698         * m4/regex.m4: Use proper quoting so brackets appear in the test
23699         program.
23700         Reported by, and with help from, Bruno Haible.
23701
23702 2001-05-13  Jim Meyering  <meyering@lucent.com>
23703
23704         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
23705         undefined.
23706
23707 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23708
23709         dirname code cleanup.  base_name now behaves more compatibly
23710         with POSIX basename when given file names that have trailing
23711         slashes, and similarly for dir_name.  Add new primitives
23712         base_len and dir_len.  Put the directory-name-related decls
23713         into dirname.h.
23714
23715         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
23716         * lib/backupfile.c (base_name): Likewise.
23717         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
23718         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
23719         * lib/makepath.c (strip_trailing_slashes): Likewise.
23720         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
23721         ISSLASH): Likewise.
23722         * lib/rename.c (strip_trailing_slashes): Likewise.
23723         * lib/same.c (base_name): Likewise.
23724         * lib/stripslash.c (ISSLASH): Likewise.
23725
23726         * lib/addext.c: Include <dirname.h> after size_t is defined.
23727         * lib/backupfile.c: Likewise.
23728
23729         * lib/addext.c (addext): Use base_len to trim redundant
23730         trailing slashes instead of doing it ourselves.
23731         But do not trim the last slash if it is not redundant.
23732
23733         * lib/backupfile.c (find_backup_file_name,
23734         max_backup_version): Use base_len instead of rolling it ourselves.
23735         Handle the case of "" and (on DOS) "C:" correctly.
23736
23737         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
23738         needed. Include <string.h>, <dirname.h>.
23739         (base_name): Allow file names ending in slashes, other than names
23740         that are all slashes.  In this case, return the basename followed
23741         by the slashes.  This is more general, and can be used in places
23742         where the original base_name purposely had an assertion failure.
23743         (base_len): New function.
23744
23745         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
23746         Do not include <assert.h>; no longer needed.
23747         Include xalloc.h.
23748         (memrchr): Remove decl.
23749         (dir_name_r): Remove.
23750         (dir_len): Renamed from dirlen.  All callers changed.
23751         Rewrite in terms of base_name, for simplicity and consistency.
23752         (dir_name): Never return NULL.  All callers changed.
23753         Do not include <stdlib.h> in test program; no longer needed.
23754         return 0; is fine for test program.
23755
23756         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
23757         New macros.
23758         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
23759
23760         * lib/path-concat.c (path_concat): Use base_len to compute
23761         base length, not strlen; this means we cannot rely on memcpy
23762         to null-terminate.
23763
23764         * lib/same.c (STREQ): Remove.
23765         (same_name): Handle the case where the basename ends in trailing '/'.
23766
23767         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
23768         a slash was stripped.  Do not strip the last slash after a
23769         file system prefix.
23770
23771 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23772
23773         * lib/Makefile.am (libfetish_a_SOURCES):
23774         Add strftime.c, since we now compile it on all hosts.
23775
23776         * lib/strftime.c (my_strftime):
23777         Define to nstrftime if emacs, but only if my_strftime is not defined.
23778         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
23779         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
23780         Add one more extra argument: a nanoseconds value.
23781         All uses changed.
23782         (ns): New macro.
23783         (my_strftime function): Add %N format.
23784         (emacs_strftimeu): Renamed from emacs_strftime,
23785         with extra ut argument.
23786
23787 2001-05-09  Paul Eggert  <eggert@twinsun.com>
23788
23789         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
23790
23791 2001-04-21  Jim Meyering  <meyering@lucent.com>
23792
23793         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
23794         doesn't interfere.
23795
23796 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23797
23798         * m4/ftruncate.m4: Check for chsize.
23799         Link with ftruncate.o unconditionally if ftruncate is missing.
23800         This was required when cross-compiling to i586-mingw32msvc.
23801
23802 2001-04-08  Jim Meyering  <meyering@lucent.com>
23803
23804         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
23805         recomputed; that's necessary when the offset spans a DST transition.
23806         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
23807
23808 2001-04-02  Jim Meyering  <meyering@lucent.com>
23809
23810         * lib/regex.h, regex.c: Update from GNU libc.
23811
23812 2001-03-24  Jim Meyering  <meyering@lucent.com>
23813
23814         * m4/jm-macros.m4: Require autoconf-2.49d.
23815
23816 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
23817
23818         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
23819
23820 2001-03-19  Paul Eggert  <eggert@twinsun.com>
23821
23822         * lib/version-etc.c (version_etc_copyright): Update to 2001.
23823
23824 2001-03-17  Jim Meyering  <meyering@lucent.com>
23825
23826         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
23827         now that the version in autoconf is equivalent.
23828         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
23829
23830         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
23831         Suggestion from Akim Demaille.
23832
23833         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
23834         (jm_PREREQ_TEMPNAME): New function.
23835
23836 2001-03-16  Paul Eggert  <eggert@twinsun.com>
23837
23838         * lib/tempname.c (uint64_t): Define to uintmax_t if
23839         not defined, and if UINT64_MAX is not defined.
23840         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
23841         Reported by John David Anglin.
23842
23843 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
23844
23845         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
23846         resolve alias if codeset is empty.
23847         * lib/config.charset (BeOS): Use wildcard syntax.
23848
23849 2001-03-13  Jim Meyering  <meyering@lucent.com>
23850
23851         * lib/path-concat.c (path_concat)
23852         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
23853         concatenating e.g., `C:' and `foo'.
23854         From Bruno Haible.
23855
23856 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23857
23858         * lib/localcharset.c (locale_charset): Don't use
23859         setlocale(LC_CTYPE,NULL). Don't return NULL.
23860         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
23861
23862 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23863
23864         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
23865         support for DOS/DJGPP.
23866
23867 2001-03-01  Paul Eggert  <eggert@twinsun.com>
23868
23869         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
23870         lacks mkstemp.  Compile our own tempname.c if we compile our own
23871         mkstemp.c, as mkstemp relies on tempname.
23872
23873 2001-03-01  Jim Meyering  <meyering@lucent.com>
23874
23875         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
23876         AH_VERBATIM really does output its argument verbatim.
23877
23878 2001-02-28  Paul Eggert  <eggert@twinsun.com>
23879
23880         * lib/Makefile.am (libfetish_a_SOURCES):
23881         Add dup-safer.c, fopen-safer.c.
23882         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
23883
23884         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
23885         * lib/unistd-safer.h: New files.
23886
23887 2001-02-25  Paul Eggert  <eggert@twinsun.com>
23888
23889         The mkstemp replacement is taken from glibc 2.2.2, with some
23890         portability fixes for use outside glibc, as follows:
23891
23892         * lib/tempname.c (struct_stat64): New macro.
23893         (direxists, __gen_tempname): Use it.
23894         This avoids a portability problem with Solaris 8.
23895
23896         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
23897         (<stddef.h>, <stdint.h>, <string.h>):
23898         Include only if STDC_HEADERS || _LIBC.
23899         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
23900         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
23901         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
23902         (__set_errno): Define this macro if <errno.h> doesn't.
23903         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
23904         Define these macros if <stdio.h> doesn't.
23905         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
23906         Define these macros if <sys/stat.h>
23907         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
23908         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
23909         __xstat64): Define if not _LIBC.
23910         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
23911         (__gen_tempname): Invoke gettimeofday only if
23912         HAVE_GETTIMEOFDAY || _LIBC;
23913         otherwise, fall back on plain "time".
23914         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
23915
23916         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
23917
23918         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
23919
23920 2001-02-18  Paul Eggert  <eggert@twinsun.com>
23921
23922         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
23923
23924 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23925
23926         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
23927         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
23928         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
23929         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
23930
23931 2001-02-17  Paul Eggert  <eggert@twinsun.com>
23932
23933         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
23934         Remove workaround macros for hosts that have mbrtowc but not
23935         mbstate_t, as we now insist on proper declarations for both
23936         before using mbrtowc.
23937
23938 2001-02-17  Jim Meyering  <meyering@lucent.com>
23939
23940         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
23941         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
23942         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
23943         UnixWare 7.1.1.
23944
23945         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
23946         rather than AC_CACHE_VAL.
23947
23948 2001-02-17  Jim Meyering  <meyering@lucent.com>
23949
23950         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
23951         around included file name.
23952
23953         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
23954
23955         * lib/strftime.c: Update from GNU libc (the only changes were to
23956         comments).
23957
23958 2001-02-17  Jim Meyering  <meyering@lucent.com>
23959
23960         * lib/regex.c: Update from libc.
23961
23962 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
23963
23964         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
23965         clash.
23966
23967 2001-02-16  Paul Eggert  <eggert@twinsun.com>
23968
23969         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
23970         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
23971         Reported by Mark Hounschell via Paul Eggert.
23972
23973 2001-02-07  Jim Meyering  <meyering@lucent.com>
23974
23975         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
23976
23977 2001-02-05  Jim Meyering  <meyering@lucent.com>
23978
23979         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
23980         it includes the patch required for `large file' support with at least
23981         HP-UX's 10.20 /bin/cc.
23982
23983 2001-02-03  Jim Meyering  <meyering@lucent.com>
23984
23985         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
23986         AS_IF, now that it works once again (mysteriously).
23987         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
23988
23989 2001-01-30  Jim Meyering  <meyering@lucent.com>
23990
23991         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
23992         * m4/chown.m4: Rename conftestchown to conftest.chown.
23993         * m4/rename.m4: s/conftestdir/conftest.d1/ and
23994         s/conftestdir2/conftest.d2/.
23995         * m4/utimes.m4: s/conftestdata/conftest.data/
23996         Inspired by Pavel Roskin's change in autoconf.
23997
23998 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
23999
24000         * lib/config.charset: Update for FreeBSD 4.2.
24001
24002 2001-01-27  Jim Meyering  <meyering@lucent.com>
24003
24004         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
24005         a use of AS_IF.
24006         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
24007
24008 2001-01-26  Jim Meyering  <meyering@lucent.com>
24009
24010         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
24011         quotearg.c includes it.
24012
24013 2001-01-26  Jim Meyering  <meyering@lucent.com>
24014
24015         * lib/quotearg.c: Include stddef.h.
24016         * lib/quote.c: Include stddef.h.
24017         Reported by Axel Kittenberger.
24018
24019         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
24020         line in double quotes so that it evokes a better diagnostic.
24021         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
24022         Reported by Axel Kittenberger.
24023
24024 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
24025
24026         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
24027         as if it was a `charset'.
24028
24029 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
24030
24031         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
24032         has const.
24033
24034 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
24035
24036         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
24037         to avoid a warning.  Add back 'const' to inptr.
24038
24039 2001-01-20  Jim Meyering  <meyering@lucent.com>
24040
24041         Be sure that headers are checked before used in code compiled
24042         for the type checks.
24043         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
24044         In place of that, invoke jm_CHECK_ALL_TYPES.
24045         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
24046         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
24047         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
24048         The check for ssize_t was mistakenly run before the test for unistd.h.
24049
24050         The configure-time check for stdbool.h was missing.
24051         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
24052         (jm_PREREQ_HASH): New function.
24053
24054 2001-01-17  Jim Meyering  <meyering@lucent.com>
24055
24056         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
24057         for autoconf-2.49c.
24058         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
24059
24060 2001-01-16  Jim Meyering  <meyering@lucent.com>
24061
24062         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
24063         From Bruno Haible.
24064
24065 2001-01-14  Jim Meyering  <meyering@lucent.com>
24066
24067         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
24068         foo and bar.  Create conftestdir/ in the script, not in the C code.
24069         Remove directories in the script, not in the C code.
24070         Remove conftestdir{,2} before trying to create the directory.
24071         Make the entire configure script fail if the mkdir fails.
24072
24073 2001-01-14  Jim Meyering  <meyering@lucent.com>
24074
24075         * lib/rename.c: New file.  From Volker Borchert.
24076         Include stdlib.h, string.h or strings.h, and xalloc.h.
24077         Use strip_trailing_slashes rather than open-coding it.
24078
24079 2001-01-03  Paul Eggert  <eggert@twinsun.com>
24080
24081         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
24082
24083 2001-01-03  Jim Meyering  <meyering@lucent.com>
24084
24085         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
24086         of local `inptr' to avoid warning with some system declarations of
24087         iconv.
24088
24089 2001-01-02  Volker Borchert  <bt@teknon.de>
24090
24091         * m4/rename.m4: New file.
24092         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
24093
24094 2001-01-01  Jim Meyering  <meyering@lucent.com>
24095
24096         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
24097         even on systems with utmpx.h.  It's necessary for the declaration of
24098         utmp's ut_user member.  Reported by Andreas Jaeger.
24099
24100         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
24101         available. They are required for the declarations of getgrgid and
24102         getpwuid resp.
24103         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
24104         Reported by Andreas Jaeger.
24105
24106 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
24107
24108         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
24109         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
24110         so `make install' also works in VPATH builds.
24111
24112 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
24113
24114         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
24115         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
24116         can be used in subdirectories.
24117
24118 2000-12-29  Paul Eggert  <eggert@twinsun.com>
24119
24120         * lib/modechange.c: Do not assume that mode_t uses the
24121         traditional octal encoding.  E.g. "chmod 1 FOO" should set
24122         the other-execute bit of FOO even if S_IXOTH != 1.
24123
24124         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
24125         WOTH, XOTH, ALLM): New macros.
24126         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
24127          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
24128         Use them.
24129         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
24130         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
24131         (mode_compile):
24132         No need to use uintmax_t; unsigned long is long enough.
24133         Don't bother to get suffix since we don't use it.
24134
24135 2000-12-26  Jim Meyering  <meyering@lucent.com>
24136
24137         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
24138         better with autoheader.
24139
24140 2000-12-24  Jim Meyering  <meyering@lucent.com>
24141
24142         * lib/hash.c (is_prime): Return explicit boolean values.
24143         (hash_get_first): Return NULL to appease Irix5.6's 89.
24144         Reported by Nelson Beebe.
24145
24146 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
24147
24148         * lib/localcharset.c (locale_charset): Add support for Win32.
24149
24150 2000-12-18  Paul Eggert  <eggert@twinsun.com>
24151
24152         * lib/physmem.h, lib/physmem.c: New files.
24153
24154         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
24155         (noinst_HEADERS): Add physmem.h.
24156
24157         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
24158         't' for compatibility with Solaris 8 sort.
24159
24160 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
24161
24162         * lib/config.charset: Add support for BeOS.
24163
24164 2000-12-17  Jim Meyering  <meyering@lucent.com>
24165
24166         * m4/dos.m4 (jm_AC_DOS): New file and macro.
24167         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
24168
24169 2000-12-16  Jim Meyering  <meyering@lucent.com>
24170
24171         This bug had a serious impact on chown: `chown N:M FILE' (for integer
24172         N and M) would have treated it like `chown N:N FILE'.
24173
24174         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
24175
24176 2000-12-16  Jim Meyering  <meyering@lucent.com>
24177
24178         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
24179         SHELLS_FILE to a file name that's useful on djgpp systems.
24180         Include stdlib.h.
24181         (ADDITIONAL_DEFAULT_SHELLS): Define.
24182         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
24183         Based mostly on a patch from Prashant TR.
24184
24185 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
24186
24187         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
24188         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
24189         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
24190
24191 2000-12-08  Andreas Schwab  <schwab@suse.de>
24192
24193         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
24194         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
24195
24196 2000-12-07  Jim Meyering  <meyering@lucent.com>
24197
24198         * lib/stripslash.c (ISSLASH): Define.
24199         (strip_trailing_slashes): Use ISSLASH rather than comparing against
24200         `/'.
24201         From Prashant TR.
24202
24203         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
24204         (dir_name_r): Declare this function as static.
24205         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
24206         manifest itself on a name containing a mix of slashes and
24207         backslashes.
24208         Make this function work with names starting with a DOS-style
24209         drive letter and colon prefix.
24210         (dir_name): Append `.' if necessary.
24211         Based mostly on patches from Prashant TR and Eli Zaretskii.
24212
24213         * lib/dirname.h (dir_name_r): Remove prototype.
24214
24215 2000-12-06  Paul Eggert  <eggert@twinsun.com>
24216
24217         * m4/off_t-format.m4: Remove this file.
24218         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
24219
24220 2000-12-06  Jim Meyering  <meyering@lucent.com>
24221
24222         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
24223         replacement strtoull, we may well need the replacement strtoul, too.
24224         Check for declarations of strtoul and strtoull.
24225         Check for strtol.  Mainly as a cue to cause automake to include
24226         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
24227         Check for limits.h -- strtol.c needs it.
24228
24229 2000-12-05  Jim Meyering  <meyering@lucent.com>
24230
24231         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
24232
24233 2000-12-04  Jim Meyering  <meyering@lucent.com>
24234
24235         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
24236         Also include memory.h, stdlib.h, unistd.h if appropriate.
24237         Reported by Andreas Jaeger (conflicting declaration of malloc).
24238
24239 2000-12-02  Jim Meyering  <meyering@lucent.com>
24240
24241         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
24242         * m4/jm-macros.m4 (jm_MACROS): require it.
24243
24244 2000-12-02  Jim Meyering  <meyering@lucent.com>
24245
24246         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
24247
24248 2000-12-01  Paul Eggert  <eggert@twinsun.com>
24249
24250         * lib/memrchr.c: Include <config.h> before any system include file.
24251
24252 2000-11-30  Jim Meyering  <meyering@lucent.com>
24253
24254         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
24255
24256 2000-11-30  Jim Meyering  <meyering@lucent.com>
24257
24258         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
24259
24260 2000-11-29  Paul Eggert  <eggert@twinsun.com>
24261
24262         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
24263
24264 2000-11-26  Jim Meyering  <meyering@lucent.com>
24265
24266         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
24267
24268 2000-11-22  Paul Eggert  <eggert@twinsun.com>
24269
24270         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
24271         size of (size_t) -1; it's not portable.
24272
24273 2000-11-17  Jim Meyering  <meyering@lucent.com>
24274
24275         * lib/strstr.c: Update from GNU libc.
24276
24277 2000-11-17  Akim Demaille  <akim@epita.fr>
24278
24279         * lib/obstack.h: Formatting changes.
24280         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
24281         prevent type checking.
24282         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
24283         cast the value to (void *): assigning a `foo *' to a `void *'
24284         variable is valid.
24285         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
24286
24287 2000-11-16  Jim Meyering  <meyering@lucent.com>
24288
24289         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
24290
24291 2000-11-11  Jim Meyering  <meyering@lucent.com>
24292
24293         * lib/error.c: Add a couple #includes, merging from GNU libc version.
24294
24295 2000-11-10  Jim Meyering  <meyering@lucent.com>
24296
24297         * lib/obstack.h: Update from GNU libc.
24298         * lib/obstack.c: Likewise.
24299
24300 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
24301
24302         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
24303
24304 2000-11-06  Paul Eggert  <eggert@twinsun.com>
24305
24306         * lib/getusershell.c (setusershell): Use rewind rather than
24307         fseek/fseeko, to avoid configuration hassles with fseeko.
24308         Don't bother opening SHELLS_FILE if shellstream is NULL;
24309         it's not necessary.
24310
24311 2000-11-05  Jim Meyering  <meyering@lucent.com>
24312
24313         * lib/makepath.h (make_dir): Declare.
24314         * lib/makepath.c (make_dir): Remove `static' attribute.
24315         Tweak a comment.
24316
24317 2000-11-04  Jim Meyering  <meyering@lucent.com>
24318
24319         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
24320
24321 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
24322
24323         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
24324         last one in a bucket, advance to the next bucket.
24325
24326 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
24327
24328         * lib/fnmatch.c: Do not comment out all the code if we are using
24329         the GNU C library, because in some cases we are replacing buggy
24330         code in the GNU C library itself.
24331
24332 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
24333
24334         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
24335         (regex_compile): Catch bogus \(\1\).
24336
24337 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24338
24339         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
24340         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
24341         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
24342
24343 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24344
24345         * lib/error.h, getline.h, modechange.h:
24346         Remove "2000" from Copyright line, as the file hasn't been
24347         changed this year other than in the copyright notice.
24348
24349         * lib/xalloc.h: Add "2000" to Copyright line, as this file
24350         was changed this year.
24351
24352 2000-10-29  Jim Meyering  <meyering@lucent.com>
24353
24354         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
24355         renaming.
24356         * m4/ls-mntd-fs.m4: Likewise
24357
24358 2000-10-29  Jim Meyering  <meyering@lucent.com>
24359
24360         * lib/xstat.in: Fix grammar in comment.
24361
24362 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
24363
24364         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
24365         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
24366         doesn't define __restrict_arr.
24367
24368 2000-10-28  Jim Meyering  <meyering@lucent.com>
24369
24370         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
24371         (jm_PREREQ_MEMCHR): New function.
24372
24373 2000-10-28  Jim Meyering  <meyering@lucent.com>
24374
24375         * lib/memchr.c: Update from libc.
24376         Adjust for portability:
24377         [HAVE_STDLIB_H]: Include stdlib.h.
24378         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
24379         Undef __memchr, too.
24380         [!weak_alias]: Define __memchr to memchr.
24381
24382         * lib/regex.c: Update from libc.
24383         * lib/regex.h: Likewise.
24384         * lib/getopt1.c: Likewise.
24385         * lib/memcmp.c: Likewise.
24386
24387         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
24388         Avoid using fseek, when possible -- it's broken by design.
24389         Patch by Ulrich Drepper.
24390
24391 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
24392
24393         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
24394         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
24395         Giving in to popular pressure to shut up the compiler with casts.
24396
24397 2000-10-26  Jim Meyering  <meyering@lucent.com>
24398
24399         * lib/strftime.c: Update from libc.
24400
24401 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
24402
24403         * regex.c: More `unsigned char' -> `re_char' changes.
24404         Also change several `int' into `re_wchar_t'.
24405         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
24406         (PUSH_FAILURE_POINTER): Don't cast any more.
24407         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
24408         We want GCC to complain, since this piece of code makes
24409         re_match non-reentrant, which *should* be fixed.
24410         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
24411         (EXTEND_BUFFER): Use RETALLOC.
24412         (SET_LIST_BIT): Don't cast.
24413         (re_wchar_t): New type.
24414         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
24415         that those two functions will always properly return.
24416         (IMMEDIATE_QUIT_CHECK): Cast to void.
24417         (analyse_first): Use recursion rather than an explicit stack.
24418         (re_compile_fastmap): Can't fail anymore.
24419         (re_search_2): Don't check re_compile_fastmap for failure.
24420         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
24421         Now also sets the new value (passed in a new argument).
24422         (re_match_2_internal): Use it.
24423         Also, use a new var `reg' of type size_t when looping through regs
24424         rather than reuse the inappropriate `mcnt'.
24425
24426 2000-10-25  Jim Meyering  <meyering@lucent.com>
24427
24428         * lib/obstack.c: Update from libc.
24429
24430 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
24431
24432         * regex.c (regex_compile): Change the way of handling a range from
24433         a char less than 256 to a char not less than 256.
24434
24435 2000-10-24  Andrew Innes  <andrewi@gnu.org>
24436
24437         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
24438         NT-Emacs only.
24439         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
24440         so that re_search functions only quit when callers expect them to.
24441
24442 2000-10-23  Jim Meyering  <meyering@lucent.com>
24443
24444         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
24445         wrong.  That set_locale call must not have any side effects.
24446         From Paul Eggert.
24447
24448 2000-10-22  Jim Meyering  <meyering@lucent.com>
24449
24450         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
24451         [CYCLIC]: Remove now-unused definition.
24452
24453         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
24454         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
24455         Suggestion from Ulrich Drepper.
24456
24457 2000-10-21  Jim Meyering  <meyering@lucent.com>
24458
24459         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
24460         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
24461         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
24462
24463 2000-10-21  Jim Meyering  <meyering@lucent.com>
24464
24465         * lib/dirname.c (memrchr): Declare if necessary.
24466         (dir_name): Remove the restriction that there be no
24467         trailing slashes.  Now, this code skips past them, effectively
24468         ignoring them.
24469         [TEST_DIRNAME] (main): New unit tests.
24470
24471         * lib/memrchr.c: New file from GNU libc.
24472         Undef __memrchr, too.
24473         [!weak_alias]: Define __memrchr to memrchr.
24474         Guard weak_alias use with `#ifdef weak_alias'.
24475
24476 2000-10-21  Jim Meyering  <meyering@lucent.com>
24477
24478         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
24479         (dir_name): Use dir_name_r.
24480         * lib/dirname.h (dir_name_r): Declare it.
24481
24482 2000-10-17  Jim Meyering  <meyering@lucent.com>
24483
24484         * lib/quote.h (PARAMS): Define and use.
24485         Reported by Akim Demaille.
24486
24487         * lib/getopt.c: Update from libc.
24488
24489 2000-10-16  Jim Meyering  <meyering@lucent.com>
24490
24491         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
24492         setlocale.
24493         From Jan Fedak.
24494
24495 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
24496
24497         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
24498
24499 2000-09-25  Jim Meyering  <meyering@lucent.com>
24500
24501         * lib/md5.h (rol): Define (from GnuPG).
24502
24503         * lib/sha.c: Give credit (GnuPG) where due.
24504         (M): Use rol rather than open-coding it.
24505         Add a FIXME comment.
24506
24507 2000-09-21  Jim Meyering  <meyering@lucent.com>
24508
24509         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
24510         Reported by Michael Stone.
24511
24512 2000-09-20  Jim Meyering  <meyering@lucent.com>
24513
24514         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
24515         (noinst_HEADERS): Add sha.h.
24516         Based on code from Scott G. Miller and from GnuPG.
24517
24518 2000-09-18  Jim Meyering  <meyering@lucent.com>
24519
24520         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
24521         LIBS. Otherwise, everyone ends up linking with -lelf for some
24522         configurations.
24523         Reported by Mike Stone.
24524
24525 2000-09-15  Jim Meyering  <meyering@lucent.com>
24526
24527         * lib/regex.c: Update from libc.
24528
24529 2000-09-10  Jim Meyering  <meyering@lucent.com>
24530
24531         * lib/getopt.c (_getopt_internal): Update from glibc.
24532
24533 2000-09-09  Jim Meyering  <meyering@lucent.com>
24534
24535         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
24536         think it should be used as a general replacement for isascii.
24537         * lib/fnmatch.c: Likewise.
24538         * lib/mbswidth.c: Likewise
24539         * lib/regex.c: Likewise.
24540
24541         Don't use atoi.
24542         * lib/userspec.c: Include sys/param.h and limits.h.
24543         Include xstrtol.h.
24544         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24545         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
24546         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
24547         UID, GID.  Check range.
24548
24549 2000-09-06  Jim Meyering  <meyering@lucent.com>
24550
24551         * lib/getopt.c (_getopt_internal): Update from glibc.
24552
24553 2000-08-30  Jim Meyering  <meyering@lucent.com>
24554
24555         * lib/strftime.c: Merge in changes from GNU libc.
24556
24557 2000-08-26  Jim Meyering  <meyering@lucent.com>
24558
24559         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
24560         * m4/fpending.m4: New file.
24561
24562 2000-08-26  Jim Meyering  <meyering@lucent.com>
24563
24564         * lib/closeout.c: Include "__fpending.h".
24565         (close_stdout_status): Return right away if there's nothing to flush.
24566
24567         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
24568         * lib/__fpending.c: New file.
24569         * lib/__fpending.h: New file.
24570
24571 2000-08-20  Jim Meyering  <meyering@lucent.com>
24572
24573         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
24574         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
24575         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
24576
24577 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
24578
24579         Improve fileutils installation on systems where running
24580         programs (like install) can't be unlinked.
24581         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
24582         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
24583
24584 2000-08-07  Paul Eggert  <eggert@twinsun.com>
24585
24586         Standardize on "memory exhausted" instead of "Memory exhausted"
24587         or "virtual memory exhausted".
24588         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
24589         "virtual memory exhausted".
24590         * lib/same.c (same_name): Invoke xalloc_die instead of printing
24591         our own message.
24592         * lib/userspec.c (parse_user_spec): Likewise.
24593         * lib/bumpalloc.h: comment fix
24594         * lib/same.c, userspec.c: Include xalloc.h.
24595
24596         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
24597         not char *const and pointing to a constant array.
24598         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
24599         (xrealloc): Comment fix.
24600
24601         * lib/userspec.c (parse_user_spec):
24602         Don't translate a message until just before returning,
24603         to avoid unnecessary translation.
24604
24605 2000-08-07  Jim Meyering  <meyering@lucent.com>
24606
24607         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
24608         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
24609         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
24610         getgroups.c, gethostname.c, getopt.h, group-member.c,
24611         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
24612         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
24613         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
24614         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
24615         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
24616         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
24617         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
24618         yesno.c: Back out Copyright date changes for each file with no change
24619         this year.  This eases coordination with other programs using the same
24620         source code modules.  From Paul Eggert.
24621
24622 2000-08-06  Paul Eggert  <eggert@twinsun.com>
24623
24624         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
24625         not char, for compatibility with glibc 2.1.3 strftime.c.
24626
24627 2000-08-03  Greg McGary  <greg@mcgary.org>
24628
24629         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
24630         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
24631         (EXTEND_BUFFER): Use them.
24632
24633 2000-08-01  Jim Meyering  <meyering@lucent.com>
24634
24635         * lib/dirname.c (ISSLASH): Define.
24636         (BACKSLASH_IS_PATH_SEPARATOR): Define.
24637         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
24638         both `\' and `/' may be use as path separators.
24639         Based on a patch from Prashant TR.
24640
24641 2000-07-31  Paul Eggert  <eggert@twinsun.com>
24642
24643         * lib/quotearg.c (quotearg_n_options): Don't make the initial
24644         slot vector a constant, since it might get modified.
24645
24646 2000-07-31  Jim Meyering  <meyering@lucent.com>
24647
24648         * lib/xmalloc.c: Use `virtual memory exhausted', not
24649         `Memory exhausted'.
24650         * lib/obstack.c (print_and_abort): Likewise.
24651
24652 2000-07-30  Paul Eggert  <eggert@twinsun.com>
24653
24654         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
24655         buffer, so that the caller can always quote one small
24656         component of a "memory exhausted" message in slot 0.
24657         From a suggestion by Jim Meyering.
24658
24659 2000-07-30  Jim Meyering  <meyering@lucent.com>
24660
24661         * lib/makepath.c (make_path): Quote the other instance, too.
24662
24663         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
24664         (STATIC_BUF_SIZE): Define.
24665         (quotearg_n_options): Use only statically allocated storage when
24666         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
24667         than STATIC_BUF_SIZE.
24668
24669 2000-07-29  Jim Meyering  <meyering@lucent.com>
24670
24671         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
24672         * lib/dirname.c (dir_name): Likewise.
24673
24674         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
24675         `/'.
24676
24677         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
24678         (dir_name): Assert that there are no trailing slashes.
24679
24680 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
24681
24682         * lib/mbswidth.h (mbswidth): Add a flags argument.
24683         (mbswidth): New declaration.
24684         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
24685         * lib/mbswidth.c (mbswidth): Add a flags argument.
24686         (mbsnwidth): New function.
24687
24688 2000-07-24  Jim Meyering  <meyering@lucent.com>
24689
24690         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
24691
24692 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24693
24694         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
24695
24696 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24697
24698         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
24699         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
24700         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
24701         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
24702         invoke multibyte primitives.
24703
24704 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24705
24706         * lib/quotearg.c:
24707         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
24708         so that mbstate_t is always defined.
24709
24710         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
24711         be 1 in at least one GCC installation, and this configuration
24712         error is likely to be common.  Ignoring MB_LEN_MAX hurts
24713         performance on hosts that have mbrtowc but have only unibyte
24714         locales, but I assume these hosts are rare.
24715
24716 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24717
24718         * lib/mbswidth.c (_XOPEN_SOURCE):
24719         Don't define; this causes problems on Solaris 7.
24720         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
24721
24722 2000-07-23  Jim Meyering  <meyering@lucent.com>
24723
24724         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
24725         too: getgrgid, getpwuid, getuid.
24726
24727 2000-07-23  Jim Meyering  <meyering@lucent.com>
24728
24729         * lib/basename.c (base_name): Add an assertion.
24730
24731 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
24732
24733         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
24734         shadow its mbsinit function.
24735
24736 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24737
24738         * lib/mbswidth.h: New file.
24739         * lib/mbswidth.c: New file.
24740         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
24741         (noinst_HEADERS): Add mbswidth.h.
24742
24743 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24744
24745         * lib/config.charset: Add support for FreeBSD. Improve support for
24746         HP-UX and IRIX 6.
24747
24748 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
24749
24750         * m4/mbswidth.m4: New file.
24751         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
24752
24753 2000-07-15  Jim Meyering  <meyering@lucent.com>
24754
24755         * lib/makepath.c: Include quote.h.
24756         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
24757         corresponding argument in a `quote (...)' call.
24758         Give better diagnostics.
24759
24760         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
24761         (noinst_HEADERS): Add quote.h.
24762
24763         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
24764         from tar's src/misc.c.
24765         * lib/quote.h: New file.  Prototypes for same.
24766
24767 2000-07-14  Paul Eggert  <eggert@twinsun.com>
24768
24769         From a suggestion by Bruno Haible.
24770         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
24771         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
24772         to decide whether to define the BeOS workaround macro;
24773         this adjusts to the change to AC_MBSTATE_T.
24774
24775 2000-07-14  Jim Meyering  <meyering@lucent.com>
24776
24777         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
24778         jm_AC_TYPE_UINTMAX_T.
24779
24780 2000-07-13  Paul Eggert  <eggert@twinsun.com>
24781
24782         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
24783
24784         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
24785         quotearg_buffer_restyled): Add support for
24786         clocale_quoting_style.  Undo previous change to
24787         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
24788         and "{RIGHT QUOTATION MARK}" msgids.
24789
24790 2000-07-10  Paul Eggert  <eggert@twinsun.com>
24791
24792         From a suggestion by Bruno Haible.
24793         * m4/mbstate_t.m4 (AC_MBSTATE_T):
24794         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
24795         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
24796         and mbstate_t, to a single-part test that simply defines mbstate_t.
24797         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
24798         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
24799
24800 2000-07-10  Jim Meyering  <meyering@lucent.com>
24801
24802         * m4/strerror_r.m4: Mirror the correction made in autoconf.
24803
24804         * m4/gnu-source.m4: Output to confdefs.h directly.
24805         Suggestion from Akim Demaille.
24806
24807 2000-07-09  Paul Eggert  <eggert@twinsun.com>
24808
24809         The old behavior of quoting `like this' doesn't look good with
24810         newer, ISO-style fonts.  See:
24811         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
24812
24813         Instead, quote "like this" by default.  Let the translator
24814         tailor the locale-specific quoting behavior by providing
24815         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
24816
24817         * lib/quotearg.c (N_): New macro.
24818         (gettext_default): New function.
24819         (quotearg_buffer_restyled): Use
24820         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
24821         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
24822
24823 2000-07-09  Jim Meyering  <meyering@lucent.com>
24824
24825         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
24826         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
24827
24828         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
24829         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
24830
24831 2000-07-09  Jim Meyering  <meyering@lucent.com>
24832
24833         * lib/Most files: Update copyright dates to include 2000.
24834
24835 2000-07-08  Jim Meyering  <meyering@lucent.com>
24836
24837         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
24838         if not defined.
24839         (xgethostname): Remove now-unnecessary #ifdef.
24840         Move declaration of `err' into loop where it's used.
24841
24842 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24843         and Bruno Haible  <haible@clisp.cons.org>
24844
24845         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
24846         only if the test for an object-type mbstate_t fails.  This
24847         prevents us from mistakenly reporting that mbstate_t is a
24848         system object type after we "#define mbstate_t int" to work
24849         around its lack.
24850
24851 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24852         and Bruno Haible  <haible@clisp.cons.org>
24853
24854         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
24855
24856 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24857
24858         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
24859         to strerror_r.
24860         Include <ctype.h> for use of isalpha.
24861
24862 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24863
24864         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
24865         by allocating a larger buffer. Test the gethostname return value for
24866         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
24867         returns an error and ENAMETOOLONG isn't defined.
24868
24869 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24870
24871         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
24872         dimension.
24873
24874 2000-07-04  Jim Meyering  <meyering@lucent.com>
24875
24876         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
24877         of the deprecated AC_CHECKING.
24878
24879 2000-07-04  Jim Meyering  <meyering@lucent.com>
24880
24881         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
24882         Reported by Bruno Haible.
24883
24884 2000-07-04  Jim Meyering  <meyering@lucent.com>
24885
24886         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
24887         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
24888         lacks mbrtowc.
24889
24890 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24891
24892         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
24893         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
24894
24895 2000-07-03  Paul Eggert  <eggert@twinsun.com>
24896         and Bruno Haible  <haible@clisp.cons.org>
24897
24898         * lib/quotearg.c (mbrtowc):
24899         Assign to *pwc, and return 1 only if result is nonzero.
24900         (iswprint): Use ISPRINT when substituting our own mbrtowc.
24901
24902 2000-07-03  Jim Meyering  <meyering@lucent.com>
24903
24904         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
24905
24906 2000-07-03  Jim Meyering  <meyering@lucent.com>
24907
24908         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
24909         This is necessary to get a definition of e.g., UTMP_FILE on
24910         HP-UX 10.20.
24911         From Bob Proulx.
24912
24913 2000-07-02  Jim Meyering  <meyering@lucent.com>
24914
24915         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
24916
24917         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
24918         AC_LIBOBJ(function_name).
24919         * m4/chown.m4: Likewise.
24920         * m4/fnmatch.m4: Likewise.
24921         * m4/ftruncate.m4: Likewise.
24922         * m4/getgroups.m4: Likewise.
24923         * m4/getline.m4: Likewise.
24924         * m4/group-member.m4: Likewise.
24925         * m4/jm-macros.m4: Likewise.
24926         * m4/lstat.m4: Likewise.
24927         * m4/malloc.m4: Likewise.
24928         * m4/memcmp.m4: Likewise.
24929         * m4/nanosleep.m4: Likewise.
24930         * m4/putenv.m4: Likewise.
24931         * m4/realloc.m4: Likewise.
24932         * m4/regex.m4: Likewise.
24933         * m4/stat.m4: Likewise.
24934         * m4/strftime.m4: Likewise.
24935
24936 2000-07-02  Jim Meyering  <meyering@lucent.com>
24937
24938         * lib/quotearg.c (mbstate_t): Don't define here.
24939
24940 2000-07-02  Jim Meyering  <meyering@lucent.com>
24941
24942         * lib/nanosleep.c (SIGCONT): Define if not already defined.
24943
24944 2000-07-01  Jim Meyering  <meyering@lucent.com>
24945
24946         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
24947
24948 2000-07-01  Jim Meyering  <meyering@lucent.com>
24949
24950         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
24951         problem.
24952
24953 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24954
24955         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
24956         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
24957
24958 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
24959
24960         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
24961         per change in ../m4/ls-mntd-fs.m4.
24962         (read_filesystem_list): Ignore symbolic links.
24963
24964 2000-06-29  Jim Meyering  <meyering@lucent.com>
24965
24966         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
24967         for declaration of strcmp.
24968
24969         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
24970
24971         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
24972         Avoid warning by casting result to `char *' to remove `const'.
24973
24974 2000-06-28  Jim Meyering  <meyering@lucent.com>
24975
24976         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
24977         included by quotearg.c, for which we perform this test.  From
24978         Bruno Haible.
24979
24980 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24981
24982         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
24983         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
24984         <utmpx.h> exists, put readutmp.o into LIBOBJS.
24985
24986 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
24987
24988         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
24989
24990 2000-06-26  Paul Eggert  <eggert@twinsun.com>
24991
24992         savedir now sets errno on failure and invokes xmalloc to get memory.
24993         Fix a couple of other minor bugs while we're at it.
24994
24995         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
24996         (NAMLEN): Remove macro.
24997         (malloc, realloc): Remove decls.
24998         (stpcpy): Likewise.
24999         ("xalloc.h"): Include.
25000         (NAME_SIZE_DEFAULT): New macro.
25001         (savedir): Use xmalloc / xrealloc to allocate memory.
25002         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
25003         Skip "" directory entries.
25004         Use strlen to calculate directory entry length, since the old method
25005         is rarely used these days and isn't worth supporting.
25006         Don't use a pointer after freeing it.
25007         Check for integer overflow when calculating allocation size.
25008         Use memcpy to copy entries, instead of stpcpy.
25009         Set errno properly when returning NULL.
25010         Check for readdir error.
25011
25012 2000-06-26  Jim Meyering  <meyering@lucent.com>
25013
25014         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
25015
25016 2000-06-25  Jim Meyering  <meyering@lucent.com>
25017
25018         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
25019         Linux header bug when _XOPEN_SOURCE is defined to 500.
25020
25021 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25022
25023         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
25024         deficiency.
25025
25026 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25027
25028         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
25029         Include xalloc.h.
25030         Don't include <stdlib.h>.  Don't declare malloc, realloc.
25031
25032 2000-06-24  Jim Meyering  <meyering@lucent.com>
25033
25034         * m4/strerror_r.m4: Revive this file -- to try out an experimental
25035         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
25036         for which strerror does return char*, but which lacks a conveniently
25037         accessible declaration of the function.  If the compile-test says
25038         strerror_r doesn't work, then resort to a `run'-test that works on
25039         BeOS and segfaults on DEC Unix.
25040
25041 2000-06-24  Jim Meyering  <meyering@lucent.com>
25042
25043         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
25044
25045 2000-06-23  Paul Eggert  <eggert@twinsun.com>
25046
25047         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
25048         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
25049
25050 2000-06-23  Paul Eggert  <eggert@twinsun.com>
25051
25052         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
25053         (mbrtowc, mbstate_t): Define substitutes if
25054         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
25055         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
25056         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
25057
25058 2000-06-23  Jim Meyering  <meyering@lucent.com>
25059
25060         * m4/afs.m4: Add missing AC_MSG_RESULT.
25061         Reported by Bruno Haible.
25062
25063         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
25064         Suggestion from Bruno Haible.
25065
25066 2000-06-23  Jim Meyering  <meyering@lucent.com>
25067
25068         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
25069
25070 2000-06-21  Jim Meyering  <meyering@lucent.com>
25071
25072         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
25073
25074 2000-06-21  Jim Meyering  <meyering@lucent.com>
25075
25076         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
25077         (noinst_HEADERS): Add getstr.h.
25078
25079         * lib/getline.c (getstr): Move into a separate file.
25080         * lib/getstr.c (getstr): New file, extracted from getline.c, with
25081         the following changes: new parameter, delim2; both delim[12]
25082         parameters have type `int', not `char'.  The latter would lose
25083         with 8-bit delimiters.
25084         * lib/getstr.h: New file.
25085
25086 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25087
25088         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
25089         than 1024, return a memory chunk of least possible size, instead
25090         of size PATH_MAX + 2. In the loop, increment the size proportionally.
25091         Use free/xmalloc instead of xrealloc to avoid copying for very long
25092         paths.
25093
25094 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25095
25096         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
25097         the empty string.
25098
25099 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25100
25101         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
25102         address, not strdup.  Include <stdlib.h> and don't declare free().
25103
25104 2000-06-19  Jim Meyering  <meyering@lucent.com>
25105
25106         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
25107
25108 2000-06-18  Jim Meyering  <meyering@lucent.com>
25109
25110         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
25111
25112         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
25113         `checking whether...' message to be consistent with that of the
25114         lstat test.
25115
25116 2000-06-18  Jim Meyering  <meyering@lucent.com>
25117
25118         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
25119         Besides, these days every porting target provides a mkdir function.
25120
25121         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
25122         needed. (this snippet comes from src/system.h).
25123
25124 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
25125
25126         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
25127
25128 2000-06-15  Paul Eggert  <eggert@twinsun.com>
25129
25130         * lib/human.c (adjust_value): New function.
25131         (human_readable_inexact): Apply rounding style even when
25132         printing approximate values.
25133
25134 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25135
25136         * lib/human.c (human_readable_inexact): Allow an input block
25137         size that is not a multiple of the output block size, and vice versa.
25138         Reported by Piergiorgio Sartor.
25139
25140 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25141
25142         * lib/getdate.y (get_date): Apply relative times after time
25143         zone indicator, not before.  Reported by Todd A. Jacobs.
25144
25145 2000-06-13  Jim Meyering  <meyering@lucent.com>
25146
25147         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
25148
25149         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
25150
25151 2000-06-12  Paul Eggert  <eggert@twinsun.com>
25152
25153         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
25154
25155 2000-06-12  Jim Meyering  <meyering@lucent.com>
25156
25157         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
25158         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
25159         optional argument.
25160         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
25161         the optional argument, `lib'.
25162
25163 2000-06-08  Jim Meyering  <meyering@lucent.com>
25164
25165         * m4/largefile.m4: Remove file (now that it's part of autoconf).
25166
25167 2000-06-04  Paul Eggert  <eggert@twinsun.com>
25168
25169         Rewrite largefile configuration so that we don't need to run
25170         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
25171         AC_CANONICAL_HOST in configure.in -- jmm]
25172
25173         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
25174         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
25175         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
25176         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
25177         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
25178         All uses changed.
25179         Instead of inspecting the output of getconf, try to compile the
25180         test program without and with the macro definition.
25181         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
25182         for getconf.  Instead, check for the needed flags by compiling
25183         test programs.
25184
25185 2000-06-04  Paul Eggert  <eggert@twinsun.com>
25186
25187         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
25188
25189 2000-06-04  Jim Meyering  <meyering@lucent.com>
25190
25191         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
25192         SunOS 4.1.4 for which gid_t is an unsigned type.
25193
25194 2000-06-03  Jim Meyering  <meyering@lucent.com>
25195
25196         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
25197         now that autoconf requires that.
25198
25199         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
25200         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
25201         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
25202
25203 2000-06-03  Jim Meyering  <meyering@lucent.com>
25204
25205         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
25206
25207 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
25208
25209         * m4/glibc21.m4: New file.
25210         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
25211
25212 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
25213
25214         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
25215         newer, don't install charset.alias.
25216         * lib/config.charset: Change the Linux/glibc rules so they become empty
25217         on glibc-2.1 or newer.
25218
25219 2000-06-02  Jim Meyering  <meyering@lucent.com>
25220
25221         * lib/mountlist.c: Back out last change.  Instead, do this...
25222         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
25223         me_dummy member using the same `ignore'-testing code.
25224         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
25225         fs_type strings.
25226         From Mark D. Roth.
25227
25228 2000-05-29  Jim Meyering  <meyering@lucent.com>
25229
25230         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
25231         mounts with the `ignore' attribute.  Based on a patch from
25232         Mark D. Roth.
25233
25234 2000-05-28  Jim Meyering  <meyering@lucent.com>
25235
25236         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
25237         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25238         * m4/stat.m4: Likewise.
25239         * m4/lstat.m4: Likewise.
25240         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
25241
25242         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
25243         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
25244
25245 2000-05-26  Jim Meyering  <meyering@lucent.com>
25246
25247         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
25248
25249 2000-05-24  Jim Meyering  <meyering@lucent.com>
25250
25251         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
25252         autoconf requires that.
25253         * m4/lib-check.m4: Likewise.
25254         * m4/jm-macros.m4: Likewise.
25255         * m4/strftime.m4: Likewise.
25256
25257         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
25258         AC_CHECK_DECLS, now that autoconf requires that.
25259
25260 2000-05-22  Jim Meyering  <meyering@lucent.com>
25261
25262         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25263         * m4/lstat.m4: Likewise.
25264
25265 2000-05-22  Jim Meyering  <meyering@lucent.com>
25266
25267         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
25268
25269 2000-05-20  Jim Meyering  <meyering@lucent.com>
25270
25271         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
25272         (jm_PREREQ): Use it.
25273
25274 2000-05-18  Jim Meyering  <meyering@lucent.com>
25275
25276         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
25277         back, too, since it may have been modified by allocate_entry.
25278         (hash_delete): Rewrite to use neither the assignment operator
25279         nor the comma operator in an if-expression.
25280
25281 2000-05-15  Paul Eggert  <eggert@twinsun.com>
25282
25283         * lib/closeout.c:
25284         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
25285         Remove; no longer needed.
25286         "quotearg.h": Add include.
25287         (file_name): Do not bother to explicitly initialize to NULL; it's less
25288         efficient on some hosts.
25289         (close_stdout_status): Remove test as to whether stdout was already
25290         closed; it breaks for the case "echo x | sort >&-".
25291         Quote file name colons.
25292         Do not assume that _("write error") lacks format strings.
25293
25294 2000-05-15  Jim Meyering  <meyering@lucent.com>
25295
25296         * lib/version-etc.c (version_etc_copyright): Update the copyright
25297         string used in all --version output.
25298
25299 2000-05-14  Jim Meyering  <meyering@lucent.com>
25300
25301         * lib/closeout.c (close_stdout_set_file_name): New function.
25302         (close_stdout_status): Use new file-scoped global.
25303         Return right away if fstat says the stdout file descriptor is invalid.
25304         * lib/closeout.h (close_stdout_set_file_name): Declare.
25305
25306 2000-05-10  Jim Meyering  <meyering@lucent.com>
25307
25308         * lib/closeout.c [default_exit_status]: New file-scoped variable.
25309         (close_stdout_set_status): New function.
25310         * lib/closeout.h (close_stdout_set_status): Declare.
25311
25312 2000-05-09  Jim Meyering  <meyering@lucent.com>
25313
25314         * m4/gettext.m4: Rename this...
25315         * m4/libintl.m4: ...to this.
25316
25317 2000-05-08  Jim Meyering  <meyering@lucent.com>
25318
25319         * lib/long-options.c: Don't include closeout.h.
25320         (parse_long_options): Don't call close_stdout for --version.
25321
25322 2000-05-06  Paul Eggert  <eggert@twinsun.com>
25323
25324         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
25325         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
25326         2.1.3 bug.  This avoids a clash when files like regex.c define
25327         _GNU_SOURCE.
25328
25329 2000-05-06  Jim Meyering  <meyering@lucent.com>
25330
25331         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
25332         (AC_REPLACE_FUNCS): Add strnlen.
25333
25334         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
25335         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
25336
25337         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
25338         AC_SEARCH_LIBS call for nanosleep.
25339         (LIB_NANOSLEEP): Set and AC_SUBST.
25340
25341 2000-05-06  Jim Meyering  <meyering@lucent.com>
25342
25343         * lib/strnlen.c: Undefine __strnlen and strnlen.
25344         [!weak_alias]: Define __strnlen to strnlen.
25345
25346         * lib/atexit.c: New file, from libiberty.
25347
25348 2000-05-06  Jim Meyering  <meyering@lucent.com>
25349
25350         * lib/closeout.c (close_stdout_status): Also check for errors on the
25351         stderr stream.
25352
25353 2000-05-05  Jim Meyering  <meyering@lucent.com>
25354
25355         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
25356         AC_SEARCH_LIBS call for clock_gettime.
25357         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
25358
25359         * m4/search-libs.m4: Update from autoconf.
25360
25361         su doesn't work on Solaris 2.6.
25362         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
25363         <shadow.h>.  Reported by Dragos Harabor.
25364
25365 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
25366
25367         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
25368         memcpy instead of xmalloc, xrealloc, path_concat.
25369         (locale_charset): Treat empty environment variables as absent.
25370         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
25371
25372 2000-05-04  Jim Meyering  <meyering@lucent.com>
25373
25374         * lib/getopt.c: Update from glibc.
25375         * lib/obstack.c: Likewise.
25376         * lib/obstack.h: Likewise.
25377         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
25378         file
25379
25380         * lib/regex.h: Likewise.
25381         * lib/strndup.c: Likewise.
25382         * lib/strnlen.c: New file, from glibc.
25383
25384 2000-05-03  Jim Meyering  <meyering@lucent.com>
25385
25386         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
25387
25388 2000-05-02  Paul Eggert  <eggert@twinsun.com>
25389
25390         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
25391         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
25392         compile-time test, rather than inspecting host and OS, to
25393         decide whether to define _LARGEFILE_SOURCE.
25394
25395 2000-05-01  Jim Meyering  <meyering@lucent.com>
25396
25397         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
25398
25399         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
25400         Based on a patch from Bruno Haible.
25401
25402 2000-05-01  Jim Meyering  <meyering@lucent.com>
25403
25404         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
25405
25406 2000-04-29  Jim Meyering  <meyering@lucent.com>
25407
25408         * lib/path-concat.c: Declare strdup only if it's not defined.
25409         * lib/canon-host.c: Likewise.
25410
25411 2000-04-28  Jim Meyering  <meyering@lucent.com>
25412
25413         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
25414         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
25415         is included first, then limits.h is included by locale.h by libintl.h.
25416         From John David Anglin.
25417
25418 2000-04-25  Jim Meyering  <meyering@lucent.com>
25419
25420         * lib/makepath.c (S_IRWXUGO): Define.
25421         (make_path): Always perform explicit chmod if MODE specifies any
25422         of the `special' permission bits.  Prompted by a bug report against
25423         install from Mate Wierdl and Joost van Baal.
25424
25425 2000-04-18  Jim Meyering  <meyering@lucent.com>
25426
25427         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
25428         (jm_PREREQ): Use it.
25429
25430 2000-04-18  Jim Meyering  <meyering@lucent.com>
25431
25432         * lib/README: New file.
25433
25434         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
25435         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
25436
25437 2000-04-17  Jim Meyering  <meyering@lucent.com>
25438
25439         Get it right :-)
25440         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
25441         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
25442         Suggestion from Akim Demaille.
25443
25444 2000-04-17  Jim Meyering  <meyering@lucent.com>
25445
25446         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
25447         the definition of it to rpl_strftime also defined-away the system's
25448         declaration.
25449
25450 2000-04-15  Jim Meyering  <meyering@lucent.com>
25451
25452         Use `C' to denote so-called `contiguous' files, the same way
25453         that tar does.
25454         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
25455         (ftypelet): Use S_ISCTG.
25456         From Michael Deutschmann.
25457
25458 2000-04-14  Jim Meyering  <meyering@lucent.com>
25459
25460         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
25461         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
25462         clobbered.
25463
25464 2000-04-14  Jim Meyering  <meyering@lucent.com>
25465
25466         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
25467
25468 2000-04-13  Jim Meyering  <meyering@lucent.com>
25469
25470         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
25471         AH_VERBATIM to insert required #ifndef into config.h.in.
25472         Suggestion from Akim Demaille.
25473
25474 2000-04-12  Jim Meyering  <meyering@lucent.com>
25475
25476         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
25477         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
25478         Christian Krackowizer.
25479
25480         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
25481         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
25482         (AC_SYS_LARGEFILE): Require.
25483         (AM_C_PROTOTYPES): Require.
25484
25485 2000-04-08  Jim Meyering  <meyering@lucent.com>
25486
25487         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
25488         names don't conflict.  Reported by Eli Zaretskii.
25489
25490 2000-04-07  Jim Meyering  <meyering@lucent.com>
25491
25492         * lib/putenv.c: Move inclusion of errno.h so it follows that of
25493         sys/types.h, to work around system header problems on AIX 3.2.5.
25494         From Bruno Haible.
25495
25496 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
25497
25498         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
25499         bug.  Deal with the different error behavior of Irix iconv.
25500
25501 2000-04-05  Paul Eggert  <eggert@twinsun.com>
25502
25503         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
25504         IRIX if the installer said otherwise.
25505
25506 2000-04-05  Jim Meyering  <meyering@lucent.com>
25507
25508         Portability tweaks required for ultrix4.3.
25509         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
25510         (jm_CHECK_DECLS): Add getutent to the list of functions.
25511         (_jm_DECL_HEADERS): Add utmpx.h.
25512         From John David Anglin.
25513
25514         * m4/strftime.m4: Back out the 2000-04-02 change.
25515         Instead of that change, simply undefine putenv in the test program.
25516
25517 2000-04-05  Jim Meyering  <meyering@lucent.com>
25518
25519         Portability tweaks required for ultrix4.3.
25520         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
25521         getutent.
25522         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
25523         * lib/canon-host.c: Declare strdup.
25524         * lib/path-concat.c: Likewise.
25525         From John David Anglin.
25526
25527 2000-04-04  Jim Meyering  <meyering@lucent.com>
25528
25529         Be more DOS 8.3-friendly.
25530         * lib/ref-add.sin: Renamed from ref-add.sed.in.
25531         * lib/ref-del.sin: Renamed from ref-del.sed.in.
25532         * lib/Makefile.am: Reflect renaming.
25533         Reported by Eli Zaretskii.
25534
25535         Use a temporary file name that won't clash with `charset.alias'
25536         in the DOS 8.3 name space.
25537         * lib/Makefile.am (charset_tmp): Define.
25538         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
25539         (uninstall-local): Likewise.
25540         Reported by Eli Zaretskii.
25541
25542 2000-04-03  Jim Meyering  <meyering@lucent.com>
25543
25544         * m4/gettext.m4: Fix typo in comment.
25545
25546         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
25547         textutils/configure.in).  Suggestion from Paul Eggert.
25548         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
25549
25550 2000-04-02  Paul Eggert  <eggert@twinsun.com>
25551
25552         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
25553         variable in the shell rather than using putenv, which isn't
25554         portable.  This avoids the configure-time inter-test dependency
25555         on the potentially-renamed putenv function.
25556
25557 2000-03-30  Paul Eggert  <eggert@twinsun.com>
25558
25559         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
25560         before checking struct stat.st_blksize, so that
25561         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
25562
25563 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25564
25565         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
25566         since strftime.c uses HAVE_STRFTIME to decide whether to use
25567         the underlying strftime.
25568
25569 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25570
25571         * lib/time/strftime.c (my_strftime): Make sure we call the system
25572         strftime, not ourselves, when invoking the underlying strftime.
25573
25574 2000-03-24  Jim Meyering  <meyering@lucent.com>
25575
25576         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
25577         (charset_alias): Define.
25578         (install-exec-local): Factor out common code.
25579         (uninstall-local): Split lines longer than 80.
25580         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
25581         (SUFFIXES): Define.
25582         (.sed.in.sed): New rule.  Don't redirect directly to $@.
25583         (CLEANFILES): Add ref-add.sed and ref-del.sed.
25584
25585 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
25586
25587         * lib/config.charset: Output a line containing "Packages using this
25588         file".
25589         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
25590         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
25591         ref-del.sed): New rules.
25592
25593 2000-03-17  Jim Meyering  <meyering@lucent.com>
25594
25595         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
25596         Otherwise, include <strings.h>
25597
25598 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
25599
25600         * lib/unicodeio.c (utf8_wctomb): New function.
25601         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
25602         format instead of in UCS-4 with platform dependent endianness.
25603
25604 2000-03-10  Jim Meyering  <meyering@lucent.com>
25605
25606         * m4/lib-check.m4: Look for getspnam in -lgen, too.
25607         From Marco Franzen.
25608
25609 2000-03-07  Paul Eggert  <eggert@twinsun.com>
25610
25611         * lib/savedir.c (savedir): Work even if directory size is
25612         negative; this can happen with some screwy NFS configurations.
25613
25614 2000-03-06  Jim Meyering  <meyering@lucent.com>
25615
25616         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
25617         if it's NULL (because we ran out of memory).  From Bruno Haible.
25618
25619 2000-03-05  Jim Meyering  <meyering@lucent.com>
25620
25621         * lib/localcharset.c ("path-concat.h"): Include.
25622         (get_charset_aliases): Use path_concat instead of ANSI string
25623         concatenation.
25624
25625         * lib/unicodeio.h (PARAMS): Define.
25626         Use it to guard prototype.
25627
25628 2000-03-04  Jim Meyering  <meyering@lucent.com>
25629
25630         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
25631         for lib/localcharset.c.
25632
25633 2000-03-04  Jim Meyering  <meyering@lucent.com>
25634
25635         * lib/Makefile.am (install-exec-local): Create $(libdir) before
25636         installing into it.
25637         (uninstall-local): Uncomment this rule so `make distcheck' works
25638         once again.
25639
25640         * lib/unicodeio.c (<errno.h>): Include it.
25641         (errno): Declare if not defined.
25642
25643         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
25644
25645         * lib/config.charset: New version, incorporating remarks from a linux
25646         i18n mailing list.  From Bruno Haible.
25647
25648 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
25649
25650         * m4/codeset.m4: New file.
25651         * m4/iconv.m4: New file.
25652         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
25653
25654 2000-03-03  Jim Meyering  <meyering@lucent.com>
25655
25656         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
25657
25658 2000-03-02  Jim Meyering  <meyering@lucent.com>
25659
25660         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
25661         the messages come out on separate lines.
25662
25663         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
25664         rather than jm_CHECK_DECLARATIONS.
25665         * m4/decl.m4: Remove now-unused file.
25666
25667         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
25668         geteuid.
25669
25670 2000-03-02  Jim Meyering  <meyering@lucent.com>
25671
25672         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
25673
25674 2000-03-01  Jim Meyering  <meyering@lucent.com>
25675
25676         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
25677         * lib/unicodeio.c: Likewise.
25678
25679 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
25680
25681         * lib/config.charset: New file.
25682         * lib/localcharset.c: New file.
25683         * lib/unicodeio.h, lib/unicodeio.c: New files.
25684         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
25685         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
25686         (noinst_HEADERS): Add unicodeio.h.
25687         (all-local, install-exec-local, charset.alias): New targets.
25688
25689 2000-02-28  Paul Eggert  <eggert@twinsun.com>
25690
25691         * lib/quotearg.c (ALERT_CHAR): New macro.
25692         (quotearg_buffer_restyled): Use it.
25693
25694 2000-02-27  Jim Meyering  <meyering@lucent.com>
25695
25696         * m4/check-decl.m4: Add getenv to the list.
25697
25698 2000-02-27  Jim Meyering  <meyering@lucent.com>
25699
25700         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
25701         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
25702
25703         * lib/backupfile.c: Guard inclusion of stdlib.h with
25704         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
25705         Declare malloc if needed.
25706
25707         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
25708         `#ifndef HAVE_DECL..'
25709         now that autoconf always defines the HAVE_DECL_ symbols.
25710         * lib/human.c: Likewise.
25711         * lib/same.c: Likewise.
25712         * lib/strtoumax.c: Likewise.
25713
25714         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
25715         declaration check was not run.
25716         * lib/hash.c: Likewise.
25717         * lib/human.c: Likewise.
25718         * lib/same.c: Likewise.
25719         * lib/strtoumax.c: Likewise.
25720
25721         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
25722         `.', then first look up the entire `.'-containing string as a login
25723         name.
25724
25725 2000-02-23  Jim Meyering  <meyering@lucent.com>
25726
25727         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
25728         in place of my hack.
25729
25730 2000-02-18  Paul Eggert  <eggert@twinsun.com>
25731
25732         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
25733         (textint): New typedef.
25734         (parser_control): Member year changed from int to textint.
25735         All uses changed.
25736         (YYSTYPE): Removed; replaced by %union with int and textint members.
25737         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
25738         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
25739         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
25740         (tSNUMBER, tUNUMBER): Now of type <textintval>.
25741         (date, number, to_year): Use width of number in digits, not its value,
25742         to determine whether it's a 2-digit year, or a 2-digit time.
25743         (yylex): Store number of digits of numeric tokens.
25744         Reported by John Kendall.
25745
25746         (parser_control): Changed from struct parser_control to typedef (for
25747         consistency).  All uses changed.
25748
25749         (tID): Removed; not used.
25750         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
25751
25752 2000-02-14  Paul Eggert  <eggert@twinsun.com>
25753
25754         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
25755         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
25756
25757 2000-02-12  Jim Meyering  <meyering@lucent.com>
25758
25759         * lib/userspec.c (ISDIGIT): Define it.
25760         (isdigit): Remove definition.
25761         (is_number): Use ISDIGIT, not isdigit.
25762         <libintl.h>: Include.
25763         (_ and N_): Define.
25764         (parse_user_spec): Mark translatable strings.
25765
25766 2000-02-10  Jim Meyering  <meyering@lucent.com>
25767
25768         With these changes, nanosleep.[ch] are finally enough like the other
25769         lib/* replacement files to compile on a few more losing systems.
25770
25771         * lib/nanosleep.h: Don't include config.h.
25772         Remove prototype from declaration of nanosleep.
25773         (PARAMS): Remove now-unneeded definition.
25774         * lib/nanosleep.c: #undef nanosleep.
25775         (rpl_nanosleep): Rename from nanosleep.
25776
25777 2000-02-10  Jim Meyering  <meyering@lucent.com>
25778
25779         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
25780         gnu_nanosleep to rpl_nanosleep.
25781
25782 2000-02-09  Jim Meyering  <meyering@lucent.com>
25783
25784         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
25785         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
25786
25787 2000-02-08  Akim Demaille  <akim@epita.fr>
25788
25789         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
25790         `[' and `]' and remove uses of `changequote'.
25791         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
25792         (AC_SYS_LARGEFILE): Likewise.
25793         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
25794         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
25795         of changequote.
25796         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
25797         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
25798         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
25799         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
25800
25801 2000-02-05  Jim Meyering  <meyering@lucent.com>
25802
25803         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
25804         Remove explicit use of AC_HEADER_TIME.  It is required by
25805         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
25806         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
25807         in autoconf whereby the expansion of the latter ended up preceding
25808         the expansion of its prerequisite, AC_HEADER_TIME.
25809         Reported by Volker Borchert.
25810
25811 2000-02-03  Jim Meyering  <meyering@lucent.com>
25812
25813         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
25814
25815 2000-02-03  Jim Meyering  <meyering@lucent.com>
25816
25817         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
25818         rather than with `#if HAVE_UTMPNAME'.
25819
25820 2000-02-02  Jim Meyering  <meyering@lucent.com>
25821
25822         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
25823         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
25824         Reported by Eli Zaretskii.
25825
25826 2000-02-01  Jim Meyering  <meyering@lucent.com>
25827
25828         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
25829
25830 2000-01-31  Jim Meyering  <meyering@lucent.com>
25831
25832         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
25833         functions.  Add the time.h and sys/time.h headers along with the
25834         AC_REQUIRE'ment of AC_HEADER_TIME.
25835
25836 2000-01-31  Jim Meyering  <meyering@lucent.com>
25837
25838         * lib/nanosleep.h (nanosleep): Guard declaration with
25839         `#if ! HAVE_DECL_NANOSLEEP'.
25840         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
25841         the declaration in that vendor's sys/timers.h.
25842         Reported by Christian Krackowizer.
25843
25844         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
25845         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
25846         (ISPRINT): Likewise.
25847         Reported by Tom Tromey.
25848
25849 2000-01-30  Jim Meyering  <meyering@lucent.com>
25850
25851         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
25852
25853         * m4/prereq.m4 (utmp_includes): Define.
25854         Check for ut_user and ut_name members in both struct utmpx
25855         and struct utmp.
25856
25857 2000-01-30  Jim Meyering  <meyering@lucent.com>
25858
25859         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
25860         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
25861         header files where only utmpx.ut_user is declared.
25862
25863         * lib/readutmp.h (UT_USER): Define.
25864
25865 2000-01-29  Jim Meyering  <meyering@lucent.com>
25866
25867         * m4/lib-check.m4: New file containing library-related checks from
25868         fileutils and sh-utils (textutils had none).
25869
25870 2000-01-28  Jim Meyering  <meyering@lucent.com>
25871
25872         * m4/perl.m4: Change format of warning message to look more like that
25873         from the missing script.  Suggestion from François Pinard.
25874
25875 2000-01-25  Jim Meyering  <meyering@lucent.com>
25876
25877         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
25878         well as time.h in the compile check.
25879         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
25880         Fix typo in cross-compiling case: s/yes/no/.
25881
25882 2000-01-23  Jim Meyering  <meyering@lucent.com>
25883
25884         * m4/jm-macros.m4: Move df-related tests here from
25885         fileutils/configure.in
25886
25887         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
25888         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
25889
25890         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
25891         s/space/ac_fsusage_space/.
25892         (jm_FILE_SYSTEM_USAGE): Take two parameters.
25893
25894         * m4/ftruncate.m4: New file (derived from part of
25895         fileutils/configure.in).
25896         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
25897         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
25898
25899         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
25900         AC_SUBST these here, rather than just in sh-util/configure.in, so
25901         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
25902         all the same.
25903         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
25904         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
25905         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
25906         (AC_SUBST(POW_LIBM)): Likewise.
25907         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
25908
25909 2000-01-23  Jim Meyering  <meyering@lucent.com>
25910
25911         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
25912         obstack.c.
25913
25914 2000-01-22  Jim Meyering  <meyering@lucent.com>
25915
25916         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
25917
25918         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
25919
25920         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
25921         configure.in
25922         (AC_CHECK_HEADERS): Likewise for sh-utils.
25923         (AC_CHECK_HEADERS): Likewise for textutils.
25924         Merge the three lists of headers.
25925
25926         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
25927         from fileutils' configure.in.
25928
25929         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
25930         code. Moved tests into their own function (_jm_DECL_HEADERS) in
25931         check-decl.m4.
25932
25933         * m4/check-decl.m4: Use #if rather than #ifdef.
25934         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
25935         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
25936         (_jm_DECL_HEADERS): Define new function.
25937         (jm_CHECK_DECLARATIONS): Require it.
25938
25939 2000-01-22  Jim Meyering  <meyering@lucent.com>
25940
25941         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
25942         [! HAVE_DECL_STRTOULL]: Declare strtoull.
25943         Required for some AIX systems.  Reported by Christian Krackowizer.
25944         [TESTING] (main): New function.
25945
25946         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
25947         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
25948         letters.
25949
25950         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
25951         iswprint.
25952
25953         * lib/strverscmp.c (ISDIGIT): Define.
25954         (strverscmp): Use ISDIGIT, not isdigit.
25955
25956 2000-01-19  Jim Meyering  <meyering@lucent.com>
25957
25958         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
25959         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
25960         defines `struct timespec' in <sys/time.h>
25961
25962         * m4/c-bs-a.m4: Remove uses of changequote altogether.
25963         Thanks to Akim for explaining.
25964
25965 2000-01-17  Paul Eggert  <eggert@twinsun.com>
25966
25967         * lib/nanosleep.c (nanosleep):
25968         Don't use SA_INTERRUPT to decide whether to call sigaction, as
25969         POSIX.1 doesn't require SA_INTERRUPT and some systems
25970         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
25971         it's been part of POSIX.1 since day 1 (in 1988).
25972
25973 2000-01-17  Jim Meyering  <meyering@lucent.com>
25974
25975         * lib/interlock: Remove unused file.  Reported by François Pinard.
25976
25977 2000-01-16  Paul Eggert  <eggert@twinsun.com>
25978
25979         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
25980         alert, backslash, formfeed, and vertical tab unnecessarily in
25981         shell quoting style.
25982
25983 2000-01-16  Jim Meyering  <meyering@lucent.com>
25984
25985         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
25986         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
25987         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
25988         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
25989
25990 2000-01-16  Jim Meyering  <meyering@lucent.com>
25991
25992         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
25993         because the latter didn't work.
25994
25995 2000-01-15  Jim Meyering  <meyering@lucent.com>
25996
25997         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
25998         (AC_REPLACE_FUNCS): Add memcpy and memset.
25999         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
26000         Add strpbrk.
26001         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
26002
26003 2000-01-12  Jim Meyering  <meyering@lucent.com>
26004
26005         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
26006         (jm_PREREQ): Use it.
26007         (jm_PREREQ_READUTMP): New macro.
26008         (jm_PREREQ): Use it.
26009
26010 2000-01-11  Paul Eggert  <eggert@twinsun.com>
26011
26012         Quote multibyte characters correctly.
26013         * m4/c-bs-a.m4: New file.
26014         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
26015         (jm_PREREQ): Use it.
26016
26017 2000-01-11  Paul Eggert  <eggert@twinsun.com>
26018
26019         * m4/uintmax_t.m4: Port to autoconf 2.13.
26020
26021 2000-01-08  Jim Meyering  <meyering@ascend.com>
26022
26023         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
26024         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
26025
26026 2000-01-04  Jim Meyering  <meyering@ascend.com>
26027
26028         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
26029         jm_STRUCT_DIRENT_D_TYPE.
26030         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
26031         jm_STRUCT_DIRENT_D_INO.
26032         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
26033         jm_STRUCT_UTIMBUF.
26034         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
26035         renamings.
26036         * m4/utime.m4: Likewise.
26037
26038         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
26039         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
26040
26041 2000-01-03  Paul Eggert  <eggert@twinsun.com>
26042
26043         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
26044         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
26045
26046 2000-01-02  Jim Meyering  <meyering@ascend.com>
26047
26048         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
26049         remember if this is necessary.
26050
26051 1999-12-26  Jim Meyering  <meyering@ascend.com>
26052
26053         * m4/jm-macros.m4: Use it here.
26054         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
26055
26056 1999-12-23  Jim Meyering  <meyering@ascend.com>
26057
26058         * m4/jm-macros.m4: Check for clock_gettime (moved from
26059         fileutils/configure.in)
26060         Check for gettimeofday.
26061
26062 1999-12-20  Jim Meyering  <meyering@ascend.com>
26063
26064         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
26065         autoconf-2.14a-1999-12-20.
26066
26067 1999-12-19  Jim Meyering  <meyering@ascend.com>
26068
26069         * m4/lstat-slash.m4: New file.
26070         * m4/jm-macros.m4: Use the new macro:
26071         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
26072
26073 1999-12-07  Jim Meyering  <meyering@ascend.com>
26074
26075         * m4/perl.m4: Require that File::Compare be available, too.
26076         Too many systems seem to lack it.
26077
26078         * m4/strftime.m4: Add checks for most of the cpp macros tested in
26079         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
26080
26081 1999-11-18  Paul Eggert  <eggert@twinsun.com>
26082
26083         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
26084         problem with the QNX 4.25 shell, which doesn't propagate exit
26085         status of failed commands inside shell assignments.
26086
26087 1999-11-17  Jim Meyering  <meyering@ascend.com>
26088
26089         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
26090
26091 1999-11-07  Jim Meyering  <meyering@ascend.com>
26092
26093         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
26094
26095 1999-11-06  Jim Meyering  <meyering@ascend.com>
26096
26097         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
26098         * m4/jm-macros.m4 (jm_MACROS): Use it here.
26099
26100 1999-11-05  Jim Meyering  <meyering@ascend.com>
26101
26102         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
26103         configure.in of textutils, fileutils, and sh-utils into this one
26104         (shared between those packages) file.
26105         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
26106         AC_STRUCT_ST_BLKSIZE.
26107
26108 1999-11-03  Jim Meyering  <meyering@ascend.com>
26109
26110         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
26111         of AC_CHECK_TYPE checks includes unistd.h.
26112         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
26113         Suggestion from Akim Demaille.
26114
26115 1999-10-30  Jim Meyering  <meyering@ascend.com>
26116
26117         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
26118         m4-quoted string.
26119         * m4/ls-mntd-fs.m4: Likewise.
26120         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
26121         * m4/jm-winsz1.m4: Likewise.
26122
26123         * m4/const.m4: Remove file, since the fix made it into the experimental
26124         version of autoconf.
26125         * m4/mktime.m4: Likewise.
26126
26127         * m4/check-type.m4: Remove file, now that the latest version of
26128         AC_CHECK_TYPE takes a third arg to specify additional #includes.
26129
26130         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
26131         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
26132         AC_CHECK_TYPE.
26133
26134 1999-10-04  Jim Meyering  <meyering@ascend.com>
26135
26136         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
26137
26138 1999-09-22  Paul Eggert  <eggert@twinsun.com>
26139
26140         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
26141         2.95.1 bug with HP-UX 10.20.
26142
26143 1999-09-17  Jim Meyering  <meyering@ascend.com>
26144
26145         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
26146         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
26147         due to missing strdup (against sh-utils-2.0).
26148
26149 1999-08-29  Jim Meyering  <meyering@ascend.com>
26150
26151         * m4/jm-macros.m4: Require jm_BISON.
26152         * m4/bison.m4: New file.
26153
26154 1999-08-17  Paul Eggert  <eggert@twinsun.com>
26155
26156         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
26157         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
26158
26159 1999-08-05  Jim Meyering  <meyering@ascend.com>
26160
26161         * m4/getline.m4: Rename test file from conftestdata to conftest.data
26162         to avoid conflicts with `conftest' on 8+3 filesystems.
26163         Suggestion from Eli Zaretskii.
26164
26165 1999-08-04  Jim Meyering  <meyering@ascend.com>
26166
26167         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
26168         fileutils and sh-utils (textutils's getline test was inadequate).
26169         (AM_FUNC_GETLINE): Run this test.
26170         (AC_CHECK_FUNCS): Check for getdelim.
26171         Reported by Bob Proulx.
26172
26173 1999-08-02  Jim Meyering  <meyering@ascend.com>
26174
26175         * m4/jm-macros.m4: Add a comment.
26176
26177 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26178
26179         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
26180         <inttypes.h> defines strtoumax as a macro (and not as a
26181         function).
26182
26183 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26184
26185         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
26186         that we can shift, multiply and divide unsigned long long
26187         values; Ultrix cc can't do it.
26188
26189 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26190
26191         * m4/mktime.m4: New file, which is a preview of what should appear
26192         in the next public autoconf release.
26193
26194 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26195
26196         * m4/lfs.m4: Remove this file.
26197         * m4/largefile.m4: New file.  It contains the old contents of
26198         lfs.m4, except that all names with prefix AC_LFS have been
26199         changed to use the prefix AC_SYS_LARGEFILE instead, to be
26200         compatible with future autoconf versions.  Also, some minor m4
26201         quoting problems have been fixed.
26202
26203 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26204
26205         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
26206         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
26207         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
26208         and simplify the shell code.
26209
26210 1999-08-01  Jim Meyering  <meyering@ascend.com>
26211
26212         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
26213         m4.
26214
26215 1999-07-20  Jim Meyering  <meyering@ascend.com>
26216
26217         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
26218
26219 1999-07-15  Jim Meyering  <meyering@ascend.com>
26220
26221         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
26222
26223 1999-05-22  Jim Meyering  <meyering@ascend.com>
26224
26225         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
26226
26227 1999-05-20  Jim Meyering  <meyering@ascend.com>
26228
26229         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
26230         Add a colon after each `then' in case $4 is empty.
26231
26232 1999-05-16  Jim Meyering  <meyering@ascend.com>
26233
26234         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
26235
26236 1999-05-10  Jim Meyering  <meyering@ascend.com>
26237
26238         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
26239
26240         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
26241         AC_FUNC_MKTIME.
26242
26243 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
26244
26245         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
26246
26247 1999-05-04  Paul Eggert  <eggert@twinsun.com>
26248
26249         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
26250         not CPPFLAGS, so that linking works correctly in IRIX.
26251
26252 1999-04-30  Paul Eggert  <eggert@twinsun.com>
26253
26254         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
26255
26256 1999-04-20  Paul Eggert  <eggert@twinsun.com>
26257
26258         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
26259         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
26260         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
26261         jm_AC_TYPE_UNSIGNED_LONG_LONG.
26262         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
26263
26264         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
26265
26266 1999-04-20  Jim Meyering  <meyering@ascend.com>
26267
26268         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
26269         AC_REPLACE xstroull if necessary.  From Paul Eggert.
26270         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
26271
26272 1999-04-18  Jim Meyering  <meyering@ascend.com>
26273
26274         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
26275         * m4/jm-macros.m4: Use it.
26276
26277 1999-04-06  Jim Meyering  <meyering@ascend.com>
26278
26279         * m4/strftime.m4: Remove test for %f.
26280
26281 1999-03-29  Jim Meyering  <meyering@ascend.com>
26282
26283         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
26284         superset of the AC_TYPE_* checks in the textutils, fileutils,
26285         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
26286         AC_TYPE_PID_T.
26287
26288 1999-03-28  Jim Meyering  <meyering@ascend.com>
26289
26290         * m4/jm-macros.m4: Define GNU_PACKAGE here.
26291         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
26292         replaced e.g., in the *.sh files of the sh-utils.
26293
26294 1999-03-20  Jim Meyering  <meyering@ascend.com>
26295
26296         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
26297         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
26298         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
26299
26300 1999-03-19  Jim Meyering  <meyering@ascend.com>
26301
26302         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
26303
26304 1999-03-12  Jim Meyering  <meyering@ascend.com>
26305
26306         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
26307
26308 1999-03-07  Jim Meyering  <meyering@ascend.com>
26309
26310         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
26311         declared.
26312
26313 1999-02-17  Jim Meyering  <meyering@ascend.com>
26314
26315         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
26316         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
26317
26318 1999-02-07  Jim Meyering  <meyering@ascend.com>
26319
26320         * m4/group-member.m4: New file -- extracted from sh-utils'
26321         configure.in.
26322
26323         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
26324         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
26325
26326 1999-02-06  Jim Meyering  <meyering@ascend.com>
26327
26328         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
26329         * m4/fnmatch.m4: Likewise.
26330         * m4/getgroups.m4: Likewise.
26331         * m4/lstat.m4: Likewise.
26332         * m4/malloc.m4: Likewise.
26333         * m4/putenv.m4: Likewise.
26334         * m4/realloc.m4: Likewise.
26335         * m4/regex.m4: Likewise.
26336         * m4/stat.m4: Likewise.
26337         * m4/strftime.m4: Likewise.
26338         Suggestion from Alain Magloire.
26339
26340         * m4/chown.m4: Use `.$ac_objext', not `.o'.
26341         * m4/fnmatch.m4: Likewise.
26342         * m4/getgroups.m4: Likewise.
26343         * m4/getline.m4: Likewise.
26344         * m4/lstat.m4: Likewise.
26345         * m4/malloc.m4: Likewise.
26346         * m4/memcmp.m4: Likewise.
26347         * m4/putenv.m4: Likewise.
26348         * m4/realloc.m4: Likewise.
26349         * m4/regex.m4: Likewise.
26350         * m4/stat.m4: Likewise.
26351         * m4/strftime.m4: Likewise.
26352         Suggestion from Alain Magloire.
26353
26354         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
26355         an argument.
26356
26357         * m4/regex.m4: Add a run-time Test for proper operation of
26358         re_compile_pattern.
26359
26360 1999-01-31  Jim Meyering  <meyering@ascend.com>
26361
26362         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
26363
26364 1999-01-30  Jim Meyering  <meyering@ascend.com>
26365
26366         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
26367
26368         * m4/jm-mktime.m4: Make this a wrapper around the official
26369         AM_FUNC_MKTIME rather than my private copy, now that the official one
26370         is up to date.
26371         * m4/mktime.m4: Remove file.
26372
26373         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
26374         * m4/uptime.m4: Likewise.
26375         * m4/uintmax_t.m4: Likewise.
26376
26377 1999-01-28  Jim Meyering  <meyering@ascend.com>
26378
26379         * m4/jm-macros.m4: Use jm_AFS.
26380         * m4/afs.m4: New file (from fileutils' configure.in).
26381
26382         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
26383         * m4/chown.m4: Likewise.
26384         * m4/d-ino.m4: Likewise.
26385         * m4/d-type.m4: Likewise.
26386         * m4/fnmatch.m4: Likewise.
26387         * m4/getgroups.m4: Likewise.
26388         * m4/gettext.m4: Likewise.
26389         * m4/jm-mktime.m4: Likewise.
26390         * m4/jm-winsz2.m4: Likewise.
26391         * m4/lcmessage.m4: Likewise.
26392         * m4/ls-mntd-fs.m4: Likewise.
26393         * m4/malloc.m4: Likewise.
26394         * m4/memcmp.m4: Likewise.
26395         * m4/putenv.m4: Likewise.
26396         * m4/realloc.m4: Likewise.
26397         * m4/st_mtim.m4: Likewise.
26398         * m4/strftime.m4: Likewise.
26399
26400 1999-01-16  Jim Meyering  <meyering@ascend.com>
26401
26402         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
26403         (ARGMATCH_DIE_DECL): Define.
26404
26405 1999-01-12  Jim Meyering  <meyering@ascend.com>
26406
26407         * m4/Makefile.am.in: Rewrite to avoid using fmt.
26408         Reported by Lars Hecking.
26409
26410 1999-01-10  Jim Meyering  <meyering@ascend.com>
26411
26412         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
26413         gross kludge.
26414         * m4/inttypes_h.m4: Likewise.
26415         * m4/lstat.m4: Likewise.
26416         * m4/malloc.m4: Likewise.
26417         * m4/readdir.m4: Likewise.
26418         * m4/realloc.m4: Likewise.
26419         * m4/st_dm_mode.m4: Likewise.
26420         * m4/stat.m4: Likewise.
26421         * m4/utimbuf.m4: Likewise.
26422         * m4/utimes.m4: Likewise.
26423
26424         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
26425         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
26426         comments in config.h.in are meaningful.
26427
26428         * m4/jm-macros.m4: Require autoconf-2.13 here.
26429
26430         * m4/regex.m4: By default, don't use the included regex.c on systems
26431         with glibc 2.  Suggestion from Uli Drepper.
26432
26433 1999-01-02  Jim Meyering  <meyering@ascend.com>
26434
26435         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
26436
26437 1998-12-18  Jim Meyering  <meyering@ascend.com>
26438
26439         * m4/Makefile.am.in (Makefile.am): Simplify rule.
26440         Based on a suggestion from Lars Hecking.
26441
26442 1998-11-16  Paul Eggert  <eggert@twinsun.com>
26443
26444         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
26445
26446 1998-11-16  Jim Meyering  <meyering@ascend.com>
26447
26448         * m4/lfs.m4: Double-quote the `uname...` expression.
26449
26450 1998-11-14  Jim Meyering  <meyering@ascend.com>
26451
26452         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
26453         * m4/stat.m4: Likewise.
26454
26455 1998-11-03  Jim Meyering  <meyering@ascend.com>
26456
26457         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
26458         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
26459
26460 1998-10-18  Jim Meyering  <meyering@ascend.com>
26461
26462         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
26463
26464 1998-10-17  Jim Meyering  <meyering@ascend.com>
26465
26466         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
26467         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
26468         calls for those previously hard-coded headers.  Instead, take a new
26469         parameter.
26470         (jm_CHECK_DECLARATIONS): Reflect interface change.
26471         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
26472         (jm_CHECK_DECL_LOCALTIME_R): New macro.
26473
26474         * m4/mktime.m4: Test for spring-forward gap before long-running test.
26475
26476 1998-10-14  Jim Meyering  <meyering@ascend.com>
26477
26478         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
26479         instead of "TZ=America/Vancouver".  From Paul Eggert.
26480
26481 1998-10-11  Jim Meyering  <meyering@ascend.com>
26482
26483         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
26484         This adds a test for a recently added compatibility fix for mktime.c.
26485         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
26486
26487 1998-09-27  Jim Meyering  <meyering@ascend.com>
26488
26489         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
26490
26491         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
26492         ../configure.in, including a change from Gordon Matzigkeit to allow
26493         cross-compiling for the Hurd.
26494
26495         * m4/glibc.m4: New file/macro to test for the GNU C Library
26496         versions 1 and 2.  From Gordon Matzigkeit.
26497         Indent.
26498
26499 1998-09-21  Jim Meyering  <meyering@ascend.com>
26500
26501         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
26502
26503 1998-08-18  Paul Eggert  <eggert@twinsun.com>
26504
26505         Port nanosecond-resolution times to UnixWare 2.1.2 and
26506         pedantic Solaris 2.6.
26507
26508         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
26509         AC_STRUCT_ST_MTIM.
26510         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
26511         Generate name of ns member, instead of just 1 or undef.
26512         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
26513
26514 1998-08-15  Jim Meyering  <meyering@ascend.com>
26515
26516         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
26517         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
26518         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
26519         instead of jm_TYPE_SSIZE_T.
26520
26521 1998-08-12  Jim Meyering  <meyering@ascend.com>
26522
26523         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
26524
26525 1998-08-02  Jim Meyering  <meyering@ascend.com>
26526
26527         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
26528         in acconfig.h manually.
26529
26530 1998-07-31  Paul Eggert  <eggert@twinsun.com>
26531
26532         * m4/st_mtim.m4: New file.
26533
26534 1998-07-28  Jim Meyering  <meyering@ascend.com>
26535
26536         * m4/utimes.m4: Undef stat.
26537
26538 1998-07-25  Jim Meyering  <meyering@ascend.com>
26539
26540         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
26541         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
26542
26543 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
26544
26545         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
26546         uid and gid actually remain unchanged.
26547
26548 1998-07-07  Jim Meyering  <meyering@ascend.com>
26549
26550         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
26551
26552 1998-07-04  Jim Meyering  <meyering@ascend.com>
26553
26554         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
26555         to prove that this macro can be used in packages without regex.c.
26556
26557 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
26558
26559         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
26560         is to be used.
26561
26562 1998-07-03  Jim Meyering  <meyering@ascend.com>
26563
26564         * m4/gettext.m4: Add -lintl if it's found to be necessary.
26565
26566         * m4/gettext.m4: New file -- from gettext-0.10.35.
26567         * m4/lcmessage.m4: Likewise.
26568         * m4/progtest.m4: Likewise.
26569
26570         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
26571         * m4/jm-macros.m4: Require the new macro.
26572
26573 1998-06-29  Jim Meyering  <meyering@ascend.com>
26574
26575         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
26576         for the definition of NGROUPS (used in a system header included
26577         by sys/mount.h).
26578
26579 1998-06-28  Jim Meyering  <meyering@ascend.com>
26580
26581         * m4/ls-mntd-fs.m4: New file.
26582         * m4/fstypename.m4: New file.
26583
26584         * m4/jm-macros.m4: Require the new macro.
26585         * m4/jm-glibc-io.m4: New file.
26586
26587 1998-05-19  Jim Meyering  <meyering@ascend.com>
26588
26589         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
26590         * m4/lchown.m4: New file.
26591
26592         * m4/Makefile.am.in: New file.
26593         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
26594
26595 1998-05-14  Jim Meyering  <meyering@ascend.com>
26596
26597         * m4/Makefile.am (EXTRA_DIST): Add them.
26598         * m4/jm-macros.m4: New file.
26599         * m4/utimbuf.m4: New file.
26600
26601 1998-05-12  Jim Meyering  <meyering@ascend.com>
26602
26603         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
26604
26605 1998-05-11  Jim Meyering  <meyering@ascend.com>
26606
26607         * m4/isc-posix.m4: New file.
26608
26609 1998-05-10  Jim Meyering  <meyering@ascend.com>
26610
26611         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
26612
26613 1998-05-09  Jim Meyering  <meyering@ascend.com>
26614
26615         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
26616         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
26617         with automake.
26618
26619         * m4/ssize_t.m4: New file.
26620         * m4/mktime.m4: Remove file -- the new automake has this now.
26621
26622 1998-04-26  Jim Meyering  <meyering@ascend.com>
26623
26624         * m4/assert.m4: New file.
26625         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
26626
26627 1998-04-05  Jim Meyering  <meyering@ascend.com>
26628
26629         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
26630         (jm_PREREQ): Use it here.
26631
26632 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
26633
26634         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
26635         in acconfig.h.
26636
26637 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
26638
26639         * m4/prereq.m4: New file.
26640         * m4/error.m4: New file.
26641         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
26642
26643 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
26644
26645         * m4/getline.m4: Don't set am_cv_func_working_getline before the
26646         cache-check for the same variable -- that defeated the purpose of
26647         the test; the test program was never run.  This was a problem only
26648         on systems with losing getline functions -- HP-UX 10.20 is one.
26649         Reported by Bjorn Helgaas.
26650
26651 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
26652
26653         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
26654
26655 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
26656
26657         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
26658
26659         * m4/const.m4: New file.  Use an initializer in this declaration
26660         typedef int charset[2]; const charset x;
26661         Reported by Bob Glickstein.
26662
26663 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
26664
26665         * m4/chown.m4: Fix reversed types on -1 args to chown.
26666         From Kaveh Ghazi.
26667
26668 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
26669
26670         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
26671         Add lseek and memchr.
26672
26673         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
26674         T.E.Dickey <dickey@clark.net> said that some older preprocessors
26675         have a 20-character limit on names.
26676
26677 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
26678
26679         * m4/inttypes_h.m4: New file.
26680         * m4/uintmax_t.m4: New file.
26681         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
26682
26683 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
26684   Free Software Foundation, Inc.
26685 Copying and distribution of this file, with or without modification,
26686 are permitted provided the copyright notice and this notice are preserved.