Needed for tests of modules 'mbscasestr' and 'mbscasecmp'.
[gnulib.git] / ChangeLog
1 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2
3         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
4         args, not 2.
5
6 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
7
8         New module 'time', so that apps can include <time.h> as per
9         POSIX and GNU instead of separate include files like time_r.h
10         and timegm.h.  This implementation tries out a simpler approach
11         for replacing decls in standard include files (as compared to
12         the string module), somewhat as an experiment.
13
14         * config/srclist.txt: Comment out mktime.c for now.
15         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
16         since it doesn't apply any more.  Use generic wording instead.
17         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
18         'time'.
19         * lib/time_.h, m4/time_h.m4, modules/time: New files.
20         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
21         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
22         Don't include <sys/types.h>; no longer needed since we assume C89.
23         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
24         * lib/strftime.c: Likewise.
25         * lib/time_r.c: Likewise.
26         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
27         * lib/nanosleep.c: Include <time.h> first, to check interface.
28         * lib/strptime.c: Likewise.
29         * lib/time_r.c: Likewise.
30         * lib/timegm.c: Likewise.
31         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
32         needed.
33         * lib/timegm.c: Don't include timegm.h; no longer needed.
34         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
35         time.h now handles any problems in that area.
36         (struct timespec, nanosleep): Remove; time.h now arranges for these.
37         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
38         that time.h defines struct timespec.
39         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
40         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
41         handles that.
42         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
43         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
44         needed.  Set REPLACE_LOCALTIME.
45         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
46         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
47         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
48         nanosleep; time_h.m4 now does that.  Don't require
49         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
50         module handles this now.
51         * modules/getdate (Depends-on): Remove timespec.  Add time.
52         * modules/nanosleep (Depends-on): Likewise.
53         * modules/stat-time (Depends-on): Likewise.
54         * modules/nanosleep (Include): Include time.h, not timespec.h.
55         * modules/strptime (Files): Remove lib/strptime.h.
56         (Depends-on): Add extensions, time.
57         (Include): Include time.h, not strptime.h.
58         * modules/time_r (Files): Remove lib/time_r.h.
59         (Depends-on): Add time.
60         (Include): Include time.h, not time_r.h.
61         * modules/timegm: Likewise.
62         * modules/timespec (Description): Now does timespec-related decls
63         of our own, instead of struct timespec itself.
64         (Depends-on): Add time; remove extensions.
65         (Maintainer): Add self.
66         * modules/utimecmp (Depends-on): Add time; remove timespec.
67         * modules/utimens (Depends-on): Likewise.
68         * modules/xnanosleep (Depends-on): Likewise.
69
70 2007-02-11  Bruno Haible  <bruno@clisp.org>
71
72         * lib/c-strstr.c: Include allocsa.h.
73         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
74         * lib/c-strcasestr.c: Include allocsa.h.
75         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
76         * lib/strcasestr.c: Include allocsa.h.
77         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
78         * lib/mbsstr.c: Include allocsa.h.
79         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
80         allocsa/freesa instead of malloc/free.
81         * lib/mbscasestr.c: Include allocsa.h.
82         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
83         allocsa/freesa instead of malloc/free.
84         * modules/c-strstr (Depends-on): Add allocsa.
85         * modules/c-strcasestr (Depends-on): Likewise.
86         * modules/strcasestr (Depends-on): Likewise.
87         * modules/mbsstr (Depends-on): Likewise.
88         * modules/mbscasestr (Depends-on): Likewise.
89
90 2007-02-11  Bruno Haible  <bruno@clisp.org>
91
92         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
93
94         * modules/mbsspn-tests: New file.
95         * tests/test-mbsspn.sh: New file.
96         * tests/test-mbsspn.c: New file.
97
98 2007-02-11  Bruno Haible  <bruno@clisp.org>
99
100         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
101
102         * modules/mbspbrk-tests: New file.
103         * tests/test-mbspbrk.sh: New file.
104         * tests/test-mbspbrk.c: New file.
105
106 2007-02-11  Bruno Haible  <bruno@clisp.org>
107
108         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
109         unneeded cast.
110
111         * modules/mbscspn-tests: New file.
112         * tests/test-mbscspn.sh: New file.
113         * tests/test-mbscspn.c: New file.
114
115 2007-02-11  Bruno Haible  <bruno@clisp.org>
116
117         * modules/mbscasecmp-tests: New file.
118         * tests/test-mbscasecmp.sh: New file.
119         * tests/test-mbscasecmp.c: New file.
120
121 2007-02-11  Bruno Haible  <bruno@clisp.org>
122
123         Ensure O(n) worst-case complexity of mbscasestr.
124         * lib/mbscasestr.c: Include stdbool.h.
125         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
126         functions.
127         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
128         the bookkeeping indicates that it's worth it.
129         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
130
131         * modules/mbscasestr-tests: New file.
132         * tests/test-mbscasestr1.c: New file.
133         * tests/test-mbscasestr2.sh: New file.
134         * tests/test-mbscasestr2.c: New file.
135         * tests/test-mbscasestr3.sh: New file.
136         * tests/test-mbscasestr3.c: New file.
137         * tests/test-mbscasestr4.sh: New file.
138         * tests/test-mbscasestr4.c: New file.
139         * m4/locale-tr.m4: New file.
140
141 2007-02-11  Bruno Haible  <bruno@clisp.org>
142
143         Ensure O(n) worst-case complexity of mbsstr.
144         * lib/mbsstr.c: Include stdbool.h.
145         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
146         functions.
147         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
148         bookkeeping indicates that it's worth it.
149         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
150
151         * modules/mbsstr-tests: New file.
152         * tests/test-mbsstr1.c: New file.
153         * tests/test-mbsstr2.sh: New file.
154         * tests/test-mbsstr2.c: New file.
155         * tests/test-mbsstr3.sh: New file.
156         * tests/test-mbsstr3.c: New file.
157         * m4/locale-fr.m4: New file.
158
159 2007-02-11  Bruno Haible  <bruno@clisp.org>
160
161         * lib/mbsrchr.c (mbsrchr): Fix bug.
162
163         * modules/mbsrchr-tests: New file.
164         * tests/test-mbsrchr.sh: New file.
165         * tests/test-mbsrchr.c: New file.
166
167 2007-02-11  Bruno Haible  <bruno@clisp.org>
168
169         * lib/mbschr.c (mbschr): Fix bug.
170
171         * modules/mbschr-tests: New file.
172         * tests/test-mbschr.sh: New file.
173         * tests/test-mbschr.c: New file.
174         * m4/locale-zh.m4: New file.
175
176 2007-02-11  Bruno Haible  <bruno@clisp.org>
177
178         Support for copying multibyte string iterators.
179         * lib/mbiter.h: Include <string.h>.
180         (mbiter_multi_copy): New function.
181         (mbi_copy): New macro.
182         * lib/mbuiter.h: Include <string.h>.
183         (mbuiter_multi_copy): New function.
184         (mbui_copy): New macro.
185
186 2007-02-11  Bruno Haible  <bruno@clisp.org>
187
188         New module mbslen.
189         * modules/mbslen: New file.
190         * lib/mbslen.c: New file.
191         * lib/string_.h (mbslen): New declaration.
192         * m4/mbslen.m4: New file.
193         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
194         GNULIB_MBSLEN.
195         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
196         * MODULES.html.sh (Internationalization functions): Add mbslen.
197
198 2007-02-11  Bruno Haible  <bruno@clisp.org>
199
200         Ensure O(n) worst-case complexity of strcasestr substitute.
201         * lib/strcasestr.c: Include stdbool.h.
202         (knuth_morris_pratt): New function.
203         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
204         bookkeeping indicates that it's worth it.
205         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
206
207         * modules/strcasestr-tests: New file.
208         * tests/test-strcasestr.c: New file.
209
210 2007-02-11  Bruno Haible  <bruno@clisp.org>
211
212         Ensure O(n) worst-case complexity of c_strcasestr.
213         * lib/c-strcasestr.c: Include stdbool.h, string.h.
214         (knuth_morris_pratt): New function.
215         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
216         the bookkeeping indicates that it's worth it.
217         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
218
219         * modules/c-strcasestr-tests: New file.
220         * tests/test-c-strcasestr.c: New file.
221
222 2007-02-11  Bruno Haible  <bruno@clisp.org>
223
224         Ensure O(n) worst-case complexity of c_strstr.
225         * lib/c-strstr.c: Include stdbool.h, string.h.
226         (knuth_morris_pratt): New function.
227         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
228         bookkeeping indicates that it's worth it.
229         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
230
231         * lib/c-strstr.c: Complete rewrite for maintainability.
232
233         * modules/c-strstr-tests: New file.
234         * tests/test-c-strstr.c: New file.
235
236 2007-02-11  Bruno Haible  <bruno@clisp.org>
237
238         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
239         5.2.1 and earlier, whereby \055 was treated just like the range
240         delimiter '-'.  Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
241
242 2007-02-08  Bruno Haible  <bruno@clisp.org>
243
244         * modules/regex (Depends-on): Add stdbool.
245         Reported by Dalibor Topic <robilad@kaffe.org>.
246
247 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
248
249         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
250         Prefer returning from main to exiting from it.
251         Remove unnecessary parens after sizeof.
252
253 2007-02-05  Bruno Haible  <bruno@clisp.org>
254
255         New module mbssep.
256         * modules/mbssep: New file.
257         * lib/mbssep.c: New file.
258         * lib/string_.h (strsep): Add a conditional link warning.
259         (mbssep): New declaration.
260         * m4/mbssep.m4: New file.
261         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
262         GNULIB_MBSSEP.
263         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
264         * MODULES.html.sh (Internationalization functions): Add mbssep.
265
266 2007-02-05  Bruno Haible  <bruno@clisp.org>
267
268         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
269         Optimize search in case of 1 delimiter.
270
271 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
272
273         * lib/acl.h: Include sys/types.h before sys/acl.h.
274
275 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
276
277         Merge upstream fix for glibc bugzilla #3957:
278
279         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
280
281         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
282         bit for RE_HAT_LISTS_NOT_NEWLINE.
283         (build_charclass_op): Remove bogus comment.
284
285 2007-02-05  Simon Josefsson  <simon@josefsson.org>
286
287         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
288
289 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
290
291         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
292         * lib/memmem.c [!defined _LIBC]: Include config.h.
293
294 2007-02-04  Bruno Haible  <bruno@clisp.org>
295
296         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
297         warning message.
298
299 2007-02-04  Bruno Haible  <bruno@clisp.org>
300
301         New module mbstok_r.
302         * modules/mbstok_r: New file.
303         * lib/mbstok_r.c: New file.
304         * lib/string_.h (strtok_r): Change argument names to match the
305         comments. Add a conditional link warning.
306         (mbstok_r): New declaration.
307         * m4/mbstok_r.m4: New file.
308         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
309         GNULIB_MBSTOK_R.
310         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
311         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
312
313 2007-02-04  Bruno Haible  <bruno@clisp.org>
314
315         New module mbsspn.
316         * modules/mbsspn: New file.
317         * lib/mbsspn.c: New file.
318         * lib/string_.h (strspn): Add a conditional link warning.
319         (mbsspn): New declaration.
320         * m4/mbsspn.m4: New file.
321         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
322         GNULIB_MBSSPN.
323         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
324         * MODULES.html.sh (Internationalization functions): Add mbsspn.
325
326 2007-02-04  Bruno Haible  <bruno@clisp.org>
327
328         New module mbspbrk.
329         * modules/mbspbrk: New file.
330         * lib/mbspbrk.c: New file.
331         * lib/string_.h (strpbrk): Add a conditional link warning.
332         (mbspbrk): New declaration.
333         * m4/mbspbrk.m4: New file.
334         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
335         GNULIB_MBSPBRK.
336         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
337         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
338
339 2007-02-04  Bruno Haible  <bruno@clisp.org>
340
341         New module mbscspn.
342         * modules/mbscspn: New file.
343         * lib/mbscspn.c: New file.
344         * lib/string_.h (strcspn): Add a conditional link warning.
345         (mbscspn): New declaration.
346         * m4/mbscspn.m4: New file.
347         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
348         GNULIB_MBSCSPN.
349         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
350         * MODULES.html.sh (Internationalization functions): Add mbscspn.
351
352 2007-02-04  Bruno Haible  <bruno@clisp.org>
353
354         New module mbscasestr, reduced goal of strcasestr.
355         * modules/mbscasestr: New file.
356         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
357         (mbscasestr): Renamed from strcasestr.
358         * lib/strcasestr.c: Don't include mbuiter.h.
359         (strcasestr): Remove support for multibyte locales.
360         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
361         Change the conditional link warning.
362         (mbscasestr): New declaration.
363         * m4/mbscasestr.m4: New file.
364         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
365         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
366         REPLACE_STRCASESTR.
367         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
368         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
369         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
370         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
371         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
372         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
373         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
374         (Depends-on): Remove mbuiter.
375         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
376
377 2007-02-04  Bruno Haible  <bruno@clisp.org>
378
379         Simplify handling of strncasecmp.
380         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
381         the conditional link warning.
382         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
383         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
384         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
385         * modules/strcase (configure.ac): Don't invoke
386         gl_STRING_MODULE_INDICATOR.
387         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
388
389 2007-02-04  Bruno Haible  <bruno@clisp.org>
390
391         New module mbscasecmp, reduced goal of strcasecmp.
392         * modules/mbscasecmp: New file.
393         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
394         (mbscasecmp): Renamed from strcasecmp.
395         * lib/strcasecmp.c: Don't include mbuiter.h.
396         (strcasecmp): Remove support for multibyte locales.
397         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
398         Change the conditional link warning.
399         (mbscasecmp): New declaration.
400         * m4/mbscasecmp.m4: New file.
401         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
402         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
403         REPLACE_STRCASECMP.
404         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
405         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
406         GNULIB_MBSCASECMP.
407         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
408         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
409         * modules/strcase (Files): Remove m4/mbrtowc.m4.
410         (Depends-on): Remove mbuiter.
411         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
412
413 2007-02-04  Bruno Haible  <bruno@clisp.org>
414
415         New module mbsstr. Remove module strstr.
416         * modules/mbsstr: New file.
417         * modules/strstr: Remove file.
418         * lib/mbsstr.c: Renamed from lib/strstr.c.
419         (mbsstr): Renamed from strstr.
420         * lib/string_.h (strstr): Remove declaration. Change the conditional
421         link warning.
422         (mbsstr): New declaration.
423         * m4/mbsstr.m4: New file.
424         * m4/strstr.m4: Remove file.
425         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
426         REPLACE_STRSTR.
427         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
428         Don't initialize GNULIB_STRSTR.
429         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
430         substitute GNULIB_STRSTR and REPLACE_STRSTR.
431         * MODULES.html.sh (Internationalization functions): Add mbsstr.
432         (Support for systems lacking ANSI C 89): Remove strstr.
433
434 2007-02-04  Bruno Haible  <bruno@clisp.org>
435
436         New module mbsrchr.
437         * modules/mbsrchr: New file.
438         * lib/mbsrchr.c: New file.
439         * lib/string_.h (strrchr): Add a conditional link warning.
440         (mbsrchr): New declaration.
441         * m4/mbsrchr.m4: New file.
442         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
443         GNULIB_MBSRCHR.
444         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
445         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
446
447 2007-02-04  Bruno Haible  <bruno@clisp.org>
448
449         New module mbschr.
450         * modules/mbschr: New file.
451         * lib/mbschr.c: New file.
452         * lib/string_.h (strchr): Add a conditional link warning.
453         (mbschr): New declaration.
454         * m4/mbschr.m4: New file.
455         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
456         GNULIB_MBSCHR.
457         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
458         * MODULES.html.sh (Internationalization functions): Add mbschr.
459
460 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
461
462         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
463
464         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
465
466 2007-02-04  Bruno Haible  <bruno@clisp.org>
467
468         New module description section 'configure.ac-early'.
469         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
470         (func_get_autoconf_early_snippet): New function.
471         (func_import, func_create_testdir): Use it. Remove special cases for
472         modules 'extensions' and 'lock'.
473         * modules/extensions (configure.ac-early): Require
474         gl_USE_SYSTEM_EXTENSIONS.
475         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
476
477 2007-02-04  Bruno Haible  <bruno@clisp.org>
478
479         Make use of gcj-4.3's -fsource and -ftarget option.
480         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
481         and if so try the options -fsource and -ftarget.
482         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
483         source_version, ftarget_option, target_version arguments.
484         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
485         (is_envjavac_oldgcj_14_14_usable): Renamed from
486         is_envjavac_gcj_14_14_usable.
487         (is_envjavac_oldgcj_14_13_usable): Renamed from
488         is_envjavac_gcj_14_13_usable.
489         (is_gcj_present): Update.
490         (is_gcj_43, is_gcj43_usable): New functions.
491         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
492         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
493         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
494         try the options -fsource and -ftarget.
495
496 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
497
498         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
499         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
500         larger value.
501
502 2007-02-03  Jim Meyering  <jim@meyering.net>
503
504         Give tools a better chance to allocate space for very large buffers.
505         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
506
507         Make pwd and readlink work also when run with an unreadable parent dir
508         on systems with openat support.
509         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
510         provided getcwd function, even when we have openat support.
511         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
512
513 2007-02-02  Bruno Haible  <bruno@clisp.org>
514
515         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
516         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
517         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
518         portability problems if one of these functions is only used on specific
519         platforms.
520         Reported by Paul Eggert.
521
522 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
523
524         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
525         is causing more trouble than it's curing.
526         * lib/regex_internal.h (__mempcpy): Remove.
527         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
528         (and make the code a tad smaller to boot).
529         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
530
531 2007-02-02  Jim Meyering  <jim@meyering.net>
532
533         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
534         section, not in the Makefile.am: one.
535
536 2007-02-02  Eric Blake  <ebb9@byu.net>
537
538         * lib/strchrnul.c: Always include config.h first.
539
540         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
541         gnulib strstr is not necessary here.
542
543 2007-02-02  Simon Josefsson  <simon@josefsson.org>
544
545         * m4/socklen.m4: Fix typo.
546
547 2007-02-02  Eric Blake  <ebb9@byu.net>
548
549         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
550         * modules/netinet_in (Makefile.am): Likewise.
551
552 2007-02-01  Bruno Haible  <bruno@clisp.org>
553
554         * lib/string_.h (GL_LINK_WARNING): New macro.
555         (strcasecmp, strstr, strcasestr): If provided by the system,
556         conditionally define as a macro that leads to a warning instead of to
557         an error.
558         (strncasecmp): Conditionally define as a macro that leads to a warning.
559
560 2007-02-01  Jim Meyering  <jim@meyering.net>
561
562         Give tools a better chance to allocate space for very large buffers.
563         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
564
565 2007-02-01  Karl Berry  <karl@gnu.org>
566
567         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
568
569 2007-02-01  Bruno Haible  <bruno@clisp.org>
570
571         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
572         renamings.
573
574 2007-02-01  Eric Blake  <ebb9@byu.net>
575
576         * modules/regex (Depends-on): Revert dependence on mempcpy.
577         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
578         module's definition of mempcpy.
579         Reported by Paul Eggert.
580
581 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
582
583         * lib/string_.h: If the gnulib module XYZ is not present, undefine
584         the symbol XYZ before redefining it.  This fixes a problem with
585         programs that don't use XYZ, when compiled on systems that define
586         XYZ to something else.
587
588 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
589
590         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
591         occurs when "mkdir -m foo" creates a setgid directory that is (1)
592         writeable to group or other and (2) is intended to have a special
593         mode bit that is set or cleared.  In such a case, the directory
594         should be neither group- nor other-writeable until the special
595         mode bits are right.
596
597 2007-01-31  Eric Blake  <ebb9@byu.net>
598
599         * modules/mountlist (Depends-on): Add strstr.
600
601         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
602         bug.
603         * modules/string (Makefile.am): Remove redundant replacement.
604         * modules/regex (Depends-on): Add mempcpy.
605
606 2007-01-31  Bruno Haible  <bruno@clisp.org>
607
608         New module description field 'Link'.
609         * gnulib-tool (func_usage): Document --extract-link-directive.
610         (sed_extract_prog): Recognize 'Link' directive.
611         (func_get_link_directive): New function.
612         (func_import): Show summary of link directives.
613         Handle --extract-link-directive option.
614         * modules/acl (Link): New section.
615         * modules/clock-time (Link): New section.
616         * modules/euidaccess (Link): New section.
617         * modules/gettext (Link): New section.
618         * modules/iconv (Link): New section.
619         * modules/lock (Link): New section.
620         * modules/nanosleep (Link): New section.
621         * modules/readline (Link): New section.
622
623 2007-01-27  Bruno Haible  <bruno@clisp.org>
624
625         Enforce the use of gnulib modules for unportable <string.h> functions.
626         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
627         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
628         (gl_HEADER_STRING_H_BODY): Require it.
629         * lib/string_.h: If the gnulib module XYZ is not present, redefine
630         the symbol XYZ to one that gives a link error.
631         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
632         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
633         * modules/mempcpy (configure.ac): Likewise.
634         * modules/memrchr (configure.ac): Likewise.
635         * modules/stpcpy (configure.ac): Likewise.
636         * modules/stpncpy (configure.ac): Likewise.
637         * modules/strcase (configure.ac): Likewise.
638         * modules/strcasestr (configure.ac): Likewise.
639         * modules/strchrnul (configure.ac): Likewise.
640         * modules/strdup (configure.ac): Likewise.
641         * modules/strndup (configure.ac): Likewise.
642         * modules/strnlen (configure.ac): Likewise.
643         * modules/strpbrk (configure.ac): Likewise.
644         * modules/strsep (configure.ac): Likewise.
645         * modules/strstr (configure.ac): Likewise.
646         * modules/strtok_r (configure.ac): Likewise.
647
648 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
649
650         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
651
652 2007-01-30  Jim Meyering  <jim@meyering.net>
653
654         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
655
656 2007-01-29  Bruno Haible  <bruno@clisp.org>
657
658         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
659         * lib/execute.c: Likewise.
660         * lib/pipe.c: Likewise.
661         * lib/printf-args.h: Likewise.
662         * lib/printf-args.c: Likewise.
663         * lib/printf-parse.c: Likewise.
664         * lib/vasnprintf.c: Likewise.
665
666 2007-01-29  Eric Blake  <ebb9@byu.net>
667
668         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
669         declaration.
670
671 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
672
673         * lib/strptime.h (strptime): Use 'restrict' for args where
674         POSIX requires this.
675         * lib/strptime.c (strptime): Likewise.
676         Change license notice from LGPL to GPL, since gnulib-tool will
677         change this as needed.
678         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
679         defined.
680         Include "strptime.h" first, to check interface.
681         Do not #undef _LIBC and _NL_CURRENT.
682         Do not include <stdlib.h>; no longer needed.
683         Include "time_r.h" and declare ptime_locale_status
684         only if _LIBC is not defined.
685         (__P): Remove unused macro.
686         (match_string): Bring back glibc version, but use it only if _LIBC
687         is defined.
688         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
689         Remove unnecessary assertion and abort() call.
690         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
691         * m4/strptime.m4: Fix serial number comment.
692         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
693         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
694         (Depends-on): Add time_r.
695
696 2007-01-29  Bruno Haible  <bruno@clisp.org>
697
698         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
699         strptime.
700         * modules/strptime (Depends-on): Add stdbool.
701         * lib/strptime.h: Include <time.h> always. Add comments.
702
703 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
704
705         * modules/strptime: New file.
706         * lib/strptime.h: New file.
707         * lib/strptime.c: New file.
708         * m4/strptime.m4: New file.
709
710 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
711
712         * MODULES.html.sh: New module mpsort.
713         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
714
715         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
716         a circularity problem with HP-UX ia64 reported by Bob Proulx in
717         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
718         All uses changed.
719         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
720         All uses changed.
721         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
722         to _Restrict_.
723         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
724         the parameter matches the prototype.
725
726 2007-01-28  Jim Meyering  <jim@meyering.net>
727
728         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
729         sys/time.h here, reverting that part of the previous patch:
730         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
731
732 2007-01-28  Bruno Haible  <bruno@clisp.org>
733
734         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
735         value of $(SYS_TIME_H).
736         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
737         remove it conditionally, too. [added by Jim Meyering]
738         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
739         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
740         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
741         GETTIMEOFDAY_REPLACEMENT to 1.
742
743 2007-01-28  Bruno Haible  <bruno@clisp.org>
744
745         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
746         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
747         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
748         Set UNISTD_H instead of UNISTD_H2.
749         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
750
751 2007-01-28  Bruno Haible  <bruno@clisp.org>
752
753         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
754         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
755
756 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
757
758         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
759         (func_create_testdir): Ensure C locale for `grep' and `tr'
760         character ranges.
761         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
762         ACLOCAL_AMFLAGS parsing state machine.
763
764 2007-01-27  Bruno Haible  <bruno@clisp.org>
765
766         * modules/unistr/base: Update.
767
768 2007-01-27  Bruno Haible  <bruno@clisp.org>
769
770         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
771         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
772         * modules/unistr/u32-mbtouc-unsafe: Renamed from
773         modules/unistr/u32-mbtouc.
774         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
775         * lib/unistr.h: Update.
776         * lib/linebreak.c: Update.
777         * modules/unistr/u32-mbtouc: Renamed from
778         modules/unistr/u32-mbtouc-safe.
779         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
780         * lib/unistr.h: Update.
781         * lib/unistr/u32-to-u8.c: Update.
782         * lib/unistr/u32-to-u16.c: Update.
783
784 2007-01-27  Bruno Haible  <bruno@clisp.org>
785
786         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
787         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
788         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
789         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
790         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
791         * modules/unistr/u16-mbtouc-unsafe: Renamed from
792         modules/unistr/u16-mbtouc.
793         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
794         * lib/unistr.h: Update.
795         * lib/linebreak.c: Update.
796         * modules/linebreak: Update.
797         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
798         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
799         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
800         * modules/unistr/u16-mbtouc: Renamed from
801         modules/unistr/u16-mbtouc-safe.
802         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
803         * lib/unistr.h: Update.
804         * lib/unistr/u16-to-u8.c: Update.
805         * modules/unistr/u16-to-u8: Update.
806         * lib/unistr/u16-to-u32.c: Update.
807         * modules/unistr/u16-to-u32: Update.
808
809 2007-01-27  Bruno Haible  <bruno@clisp.org>
810
811         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
812         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
813         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
814         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
815         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
816         * modules/unistr/u8-mbtouc-unsafe: Renamed from
817         modules/unistr/u8-mbtouc.
818         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
819         * lib/unistr.h: Update.
820         * lib/striconveh.c: Update.
821         * modules/striconveh: Update.
822         * lib/linebreak.c: Update.
823         * modules/linebreak: Update.
824         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
825         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
826         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
827         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
828         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
829         * lib/unistr.h: Update.
830         * lib/striconveh.c: Update.
831         * modules/striconveh: Update.
832         * lib/unistr/u8-to-u16.c: Update.
833         * modules/unistr/u8-to-u16: Update.
834         * lib/unistr/u8-to-u32.c: Update.
835         * modules/unistr/u8-to-u32: Update.
836
837 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
838
839         Sync from Libtool.
840         * lib/argz.c: Do not include strings.h nor memory.h, include
841         string.h unconditionally.  Patch by Simon Josefsson.
842
843 2007-01-27  Bruno Haible  <bruno@clisp.org>
844
845         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
846         from gl_HEADER_STRING_H_BODY.
847         (gl_HEADER_STRING_H_BODY): Require it.
848         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
849         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
850         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
851         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
852         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
853         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
854         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
855         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
856         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
857         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
858         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
859         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
860         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
861         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
862         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
863
864 2007-01-27  Bruno Haible  <bruno@clisp.org>
865
866         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
867         check_PROGRAMS into noinst_PROGRAMS.
868         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
869         check_PROGRAMS in this case.
870         (func_import): Set for_test to false.
871         (func_create_testdir): Set for_test to true.
872
873 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
874             Bruno Haible  <bruno@clisp.org>
875
876         * modules/strcasestr (Files): Remove lib/strcasestr.h.
877         (Depends-on): Add string.
878         (Includes): Use <string.h> instead of strcasestr.h.
879         * modules/string (Makefile.am): Also substitute the value of
880         REPLACE_STRCASESTR.
881         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
882         assume strcasestr is declared in <string.h> not <strings.h>. Also
883         set REPLACE_STRCASESTR.
884         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
885         REPLACE_STRCASESTR.
886         * lib/strcasestr.h: Remove file.
887         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
888         * lib/string_.h (strcasestr): New declaration.
889
890 2007-01-27  Bruno Haible  <bruno@clisp.org>
891
892         * lib/string_.h: Use 'extern'.
893
894 2007-01-27  Jim Meyering  <jim@meyering.net>
895
896         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
897         of set-but-not-used local, "q".
898
899         * lib/mempcpy.c: Include <config.h> before <string.h>.
900         This fixes a compilation error on HP-UX, due to the system's
901         "restrict"-using mempcpy prototype.
902
903 2007-01-26  Bruno Haible  <bruno@clisp.org>
904
905         Small optimization.
906         * lib/javacomp.c: Include c-strstr.h.
907          (is_envjavac_gcj): Use c_strstr instead of strstr.
908         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
909
910 2007-01-26  Bruno Haible  <bruno@clisp.org>
911
912         * MODULES.html.sh (Unicode string functions): Add the new modules.
913
914         * modules/uniconv/u32-strconv-to-locale: New file.
915         * lib/uniconv/u32-strconv-to-locale.c: New file.
916
917         * modules/uniconv/u16-strconv-to-locale: New file.
918         * lib/uniconv/u16-strconv-to-locale.c: New file.
919
920         * modules/uniconv/u8-strconv-to-locale: New file.
921         * lib/uniconv/u8-strconv-to-locale.c: New file.
922
923         * modules/uniconv/u32-strconv-from-locale: New file.
924         * lib/uniconv/u32-strconv-from-locale.c: New file.
925
926         * modules/uniconv/u16-strconv-from-locale: New file.
927         * lib/uniconv/u16-strconv-from-locale.c: New file.
928
929         * modules/uniconv/u8-strconv-from-locale: New file.
930         * lib/uniconv/u8-strconv-from-locale.c: New file.
931
932         * modules/uniconv/u32-strconv-to-enc: New file.
933         * lib/uniconv/u32-strconv-to-enc.c: New file.
934         * modules/uniconv/u32-strconv-to-enc-tests: New file.
935         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
936
937         * modules/uniconv/u16-strconv-to-enc: New file.
938         * lib/uniconv/u16-strconv-to-enc.c: New file.
939         * lib/uniconv/u-strconv-to-enc.h: New file.
940         * modules/uniconv/u16-strconv-to-enc-tests: New file.
941         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
942
943         * modules/uniconv/u8-strconv-to-enc: New file.
944         * lib/uniconv/u8-strconv-to-enc.c: New file.
945         * modules/uniconv/u8-strconv-to-enc-tests: New file.
946         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
947
948         * modules/uniconv/u32-strconv-from-enc: New file.
949         * lib/uniconv/u32-strconv-from-enc.c: New file.
950         * modules/uniconv/u32-strconv-from-enc-tests: New file.
951         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
952
953         * modules/uniconv/u16-strconv-from-enc: New file.
954         * lib/uniconv/u16-strconv-from-enc.c: New file.
955         * modules/uniconv/u16-strconv-from-enc-tests: New file.
956         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
957
958         * modules/uniconv/u8-strconv-from-enc: New file.
959         * lib/uniconv/u8-strconv-from-enc.c: New file.
960         * lib/uniconv/u-strconv-from-enc.h: New file.
961         * modules/uniconv/u8-strconv-from-enc-tests: New file.
962         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
963
964         * modules/uniconv/u32-conv-from-enc: New file.
965         * lib/uniconv/u32-conv-from-enc.c: New file.
966         * modules/uniconv/u32-conv-from-enc-tests: New file.
967         * tests/uniconv/test-u32-conv-from-enc.c: New file.
968
969         * modules/uniconv/u16-conv-from-enc: New file.
970         * lib/uniconv/u16-conv-from-enc.c: New file.
971         * lib/uniconv/u-conv-from-enc.h: New file.
972         * modules/uniconv/u16-conv-from-enc-tests: New file.
973         * tests/uniconv/test-u16-conv-from-enc.c: New file.
974
975         * modules/uniconv/u8-conv-from-enc: New file.
976         * lib/uniconv/u8-conv-from-enc.c: New file.
977         * modules/uniconv/u8-conv-from-enc-tests: New file.
978         * tests/uniconv/test-u8-conv-from-enc.c: New file.
979
980         * modules/uniconv/base: New file.
981         * lib/uniconv.h: New file.
982
983 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
984
985         * doc/gnulib-tool.texi (Initial import): Update to match current
986         behavior with strdup module.
987         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
988         * lib/memmem.h: Remove; all uses removed.  This is now done
989         by <string.h>.
990         * lib/mempcpy.h: Likewise.
991         * lib/memrchr.h: Likewise.
992         * lib/stpcpy.h: Likewise.
993         * lib/stpncpy.h: Likewise.
994         * lib/strcase.h: Likewise.
995         * lib/strchrnul.h: Likewise.
996         * lib/strdup.h: Likewise.
997         * lib/strndup.h: Likewise.
998         * lib/strnlen.h: Likewise.
999         * lib/strpbrk.h: Likewise.
1000         * lib/strsep.h: Likewise.
1001         * lib/strstr.h: Likewise.
1002         * lib/strtok_r.h: Likewise.
1003         * lib/string_.h: New file.
1004         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
1005         Rely on <string.h> instead.
1006         * lib/canon-host.c: Likewise.
1007         * lib/chdir-long.c: Likewise.
1008         * lib/concatpath.c: Likewise.
1009         * lib/exclude.c: Likewise.
1010         * lib/fchdir.c: Likewise.
1011         * lib/getaddrinfo.c: Likewise.
1012         * lib/getcwd.c: Likewise.
1013         * lib/getsubopt.c: Likewise.
1014         * lib/glob.c: Likewise.
1015         * lib/hard-locale.c: Likewise.
1016         * lib/iconvme.c: Likewise.
1017         * lib/javacomp.c: Likewise.
1018         * lib/mempcpy.c: Likewise.
1019         * lib/memrchr.c: Likewise.
1020         * lib/regex_internal.h: Likewise.
1021         * lib/stpncpy.c: Likewise.
1022         * lib/strcasecmp.c: Likewise.
1023         * lib/strchrnul.c: Likewise.
1024         * lib/strdup.c: Likewise.
1025         * lib/striconv.c: Likewise.
1026         * lib/striconveh.c: Likewise.
1027         * lib/striconveha.c: Likewise.
1028         * lib/strncasecmp.c: Likewise.
1029         * lib/strndup.c: Likewise.
1030         * lib/strnlen.c: Likewise.
1031         * lib/strsep.c: Likewise.
1032         * lib/strstr.c: Likewise.
1033         * lib/strtok_r.c: Likewise.
1034         * lib/userspec.c: Likewise.
1035         * lib/w32spawn.h: Likewise.
1036         * lib/xstrndup.c: Likewise.
1037         * lib/mountlist.c (strstr): Remove decl.
1038         * m4/string_h.m4: New file.
1039         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
1040         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
1041         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
1042         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
1043         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
1044         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
1045         Set REPLACE_STRCASECMP if necessary.
1046         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
1047         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
1048         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
1049         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
1050         HAVE_DECL_STRDUP if necessary.
1051         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
1052         since gl_FUNC_STRNDUP does that now.
1053         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
1054         Check for decl here...
1055         (gl_PREREQ_STRNLEN): ... not here.
1056         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
1057         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
1058         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
1059         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
1060         necessary.
1061         * modules/string: New file.
1062         * modules/memmem (Files): Remove special-purpose include file.
1063         (Depends-on): Add string.
1064         (Include): Include <string.h>, not the removed file.
1065         * modules/mempcpy: Likewise.
1066         * modules/memrchr: Likewise.
1067         * modules/stpcpy: Likewise.
1068         * modules/stpncpy: Likewise.
1069         * modules/strcase: Likewise.
1070         * modules/strchrnul: Likewise.
1071         * modules/strdup: Likewise.
1072         * modules/strndup: Likewise.
1073         * modules/strnlen: Likewise.
1074         * modules/strpbrk: Likewise.
1075         * modules/strsep: Likewise.
1076         * modules/strstr: Likewise.
1077         * modules/strtok_r: Likewise.
1078         * tests/test-dirname.c: Don't include "strdup.h", since
1079         <string.h> now suffices.
1080         * tests/test-memmem.c: Don't include "memmem.h", since
1081         <string.h> now suffices.
1082
1083 2007-01-25  Bruno Haible  <bruno@clisp.org>
1084
1085         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
1086         *resultp is 0.
1087
1088         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
1089         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
1090         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
1091         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
1092
1093         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
1094         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
1095         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
1096         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
1097         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
1098         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
1099
1100 2007-01-24  Bruno Haible  <bruno@clisp.org>
1101
1102         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
1103         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
1104         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
1105         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
1106         gl_FUNC_FTS_CORE.
1107         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
1108         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
1109         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1110         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
1111         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
1112         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
1113         gl_FUNC_FCHOWNAT.
1114         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
1115         gl_FUNC_STRFTIME.
1116         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
1117         Reported by Ralf Wildenhues.
1118
1119 2007-01-24  Bruno Haible  <bruno@clisp.org>
1120
1121         Drop AC_REQUIRE calls that are redundant with the module dependencies.
1122         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
1123         gl_GETADDRINFO.
1124         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
1125         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
1126         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
1127
1128 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
1129
1130         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
1131         Don't use 'exit'; just return from 'main'.
1132         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
1133
1134         * lib/fnmatch_.h: Readjust white space and comments to match
1135         glibc, to avoid spurious diffs.
1136
1137 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1138
1139         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
1140         2004-12-01 change by Jakub Jelinek, since this code won't compile
1141         if !LIBC.  Problem reported by Bob Proulx.
1142
1143 2007-01-23  Bruno Haible  <bruno@clisp.org>
1144
1145         * lib/striconveh.c: Include c-strcaseeq.h.
1146         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
1147         * modules/striconveh (Depends-on): Add c-strcaseeq.
1148
1149 2007-01-23  Bruno Haible  <bruno@clisp.org>
1150
1151         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
1152
1153         * modules/c-strcaseeq: New file.
1154         * lib/c-strcaseeq.h: New file.
1155
1156         * modules/streq: New file.
1157         * lib/streq.h: New file.
1158
1159 2007-01-23  Bruno Haible  <bruno@clisp.org>
1160
1161         * modules/striconveha-tests: New file.
1162         * tests/test-striconveha.c: New file.
1163
1164         * lib/striconveha.h: Include <stdbool.h>.
1165         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
1166         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
1167         (mem_iconveha_notranslit): Renamed from mem_iconveha.
1168         (mem_iconveha): New function.
1169         (str_iconveha_notranslit): Renamed from str_iconveha.
1170         (str_iconveha): New function.
1171         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
1172         c-strcase.
1173
1174 2007-01-23  Bruno Haible  <bruno@clisp.org>
1175
1176         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
1177         encodings without forgiving before trying any encoding with handler.
1178         (str_iconveha): Try all encodings without forgiving before trying any
1179         encoding with handler.
1180
1181 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1182
1183         Import the following changes from libc.
1184
1185         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
1186
1187         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
1188
1189         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
1190
1191         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
1192         normal_bracket label.
1193
1194         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
1195
1196         [BZ #361]
1197         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
1198         to normal_bracket after fetching the next character.
1199
1200 2007-01-22  Bruno Haible  <bruno@clisp.org>
1201
1202         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
1203         argument.
1204         * lib/striconveh.c (iconv_carefully_1): New function.
1205         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
1206         argument.
1207         (str_cd_iconveh): Update.
1208         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
1209         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
1210         * tests/test-striconveh.c (MAGIC): New macro.
1211         (new_offsets): New function.
1212         (main): Test call with and without offsets.
1213
1214 2007-01-22  Bruno Haible  <bruno@clisp.org>
1215
1216         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
1217         * modules/sys_select (Makefile.am): Likewise.
1218         * modules/sys_socket (Makefile.am): Likewise.
1219         * modules/sys_time (Makefile.am): Likewise.
1220
1221 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
1222
1223         * modules/gettimeofday (License): Change from GPL to LGPL, since
1224         gettimeofday is a library function.
1225
1226 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1227
1228         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
1229
1230 2007-01-21  Bruno Haible  <bruno@clisp.org>
1231
1232         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
1233
1234 2007-01-21  Bruno Haible  <bruno@clisp.org>
1235
1236         * modules/striconveha: New file.
1237         * lib/striconveha.h: New file.
1238         * lib/striconveha.c: New file.
1239         * MODULES.html.sh (Internationalization functions): Add striconveha.
1240         * lib/striconv.c (str_iconv): Optimize the case of an empty input
1241         string.
1242         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
1243
1244 2007-01-21  Bruno Haible  <bruno@clisp.org>
1245
1246         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
1247         * lib/striconveh.c (str_iconveh): Likewise.
1248
1249 2007-01-21  Bruno Haible  <bruno@clisp.org>
1250
1251         * lib/striconveh.h (mem_iconveh): New declaration.
1252         * lib/striconveh.c (mem_iconveh): New function.
1253         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
1254
1255 2007-01-21  Bruno Haible  <bruno@clisp.org>
1256
1257         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
1258
1259         * lib/striconveh.h (mem_cd_iconveh): Change specification.
1260         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
1261         original result buffer.
1262         (str_cd_iconveh): Update.
1263         * tests/test-striconveh.c (main): Update.
1264
1265         * lib/striconv.h (mem_cd_iconv): Change specification.
1266         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
1267         result buffer.
1268         (str_cd_iconv): Update.
1269         * tests/test-striconv.c (main): Update.
1270
1271 2007-01-21  Bruno Haible  <bruno@clisp.org>
1272
1273         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
1274
1275 2007-01-20  Jim Meyering  <jim@meyering.net>
1276
1277         * lib/userspec.c (parse_with_separator): If a user or group string
1278         starts with "+", skip the corresponding name-to-ID look-up, since
1279         such a look-up must fail: user and group names may not include "+".
1280
1281 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1282
1283         * lib/poll.c: Include sys/time.h and time.h unconditionally,
1284         since we now assume the sys_time module.
1285         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
1286         check for sys/time.h; no longer needed.
1287         * modules/poll (Depends-on): Depend on sys_time.
1288
1289 2007-01-18  Bruno Haible  <bruno@clisp.org>
1290
1291         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
1292         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1293
1294         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
1295         gettimeofday.
1296
1297         * tests/test-gettimeofday.c: Include <time.h>.
1298         (dummy): Remove variable.
1299
1300         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
1301         gl_HEADER_SYS_TIME_H.
1302         (gl_HEADER_SYS_TIME_H): New macro.
1303
1304         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
1305         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1306         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
1307         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
1308         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1309         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
1310         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
1311         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1312         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
1313         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
1314         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1315
1316         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
1317         last change; it caused a compilation error when cross-compiling to
1318         Cygwin.
1319
1320 2007-01-18  Jim Meyering  <jim@meyering.net>
1321
1322         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
1323         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
1324         than the race-prone "test -d sys || mkdir sys".
1325         (configure.ac): Use AC_PROG_MKDIR_P.
1326         * modules/sys_select: Likewise.
1327         * modules/sys_socket: Likewise.
1328         * modules/sys_time: Likewise.
1329
1330 2007-01-18  Eric Blake  <ebb9@byu.net>
1331
1332         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
1333         replace gettimeofday.
1334         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
1335         name, to avoid infinite recursion.
1336
1337 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
1338
1339         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
1340         module sys_time.
1341         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
1342         assume timespec.h defines struct timeval.
1343         * lib/settime.c: Likewise.
1344         * lib/utimens.c: Likewise.
1345         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
1346         since we now assume the gettimeofday module.
1347         * lib/tempname.c (__gen_tempname): Likewise.
1348         * lib/gettimeofday.h: Remove.
1349         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
1350         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
1351         Include <time.h>, for 'time()'.
1352         (localtime_buffer_addr): Also use this workaround if
1353         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
1354         to simplify the uses.  All uses changed.
1355         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
1356         that #undef is inside {}, and 'const' follows type name consistently.
1357         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
1358         (gettimeofday): Do not use the maximum possible value for
1359         tv->tv_usec, since that might break usages other than ls.c.
1360         Instead, we'll leave ls.c alone.  This undoes today's patch
1361         by Bruno.  Add a compile-time warning for 1s-clock resolution;
1362         we've never observed the problem but might as well keep the
1363         canary.
1364         * lib/nanosleep.c: Include timespec.h first, for interface check.
1365         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
1366         now assume the sys_time module.
1367         * lib/tempname.c: Likewise.
1368         * lib/timespec.h: Likewise.
1369         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
1370         needed.
1371         * lib/strftime.c: Likewise.
1372         * lib/timespec.h: Likewise.
1373         * lib/posixtm.c: Include posixtm.h first, for interface check.
1374         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
1375         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
1376         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
1377         * lib/sys_time_.h: New file.
1378         * lib/timespec.h (struct timespec): Use long int, not long.
1379         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1380         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
1381         Remove obsolescent call to AC_HEADER_TIME.
1382         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1383         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
1384         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1385         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
1386         Likewise.
1387         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
1388         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
1389         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
1390         into the sys_time module.  Check for gettimeofday just once.
1391         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
1392         for gettimeofday signature to just check the signature.  Merely
1393         compile it, since linking doesn't test signature.  Improve test for
1394         whether gettimeofday.o is actually needed.
1395         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
1396         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
1397         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
1398         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1399         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
1400         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
1401         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
1402         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
1403         than worrying about sys/time.h.
1404         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1405         Don't bother worrying about TIME_WITH_SYS_TIME.
1406         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
1407         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
1408         * m4/sys_time_h.m4: New file.
1409         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
1410         Don't include sys/time.h.  Return from main rather than exiting.
1411         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
1412         all uses changed.
1413         * modules/gethrxtime (Depends-on): Add sys_time.
1414         * modules/gettime (Depends-on): Likewise.
1415         * modules/gettimeofday (Depends-on): Likewise.
1416         * modules/nanosleep (Depends-on): Likewise.
1417         * modules/settime (Depends-on): Likewise.
1418         * modules/tempname (Depends-on): Likewise.
1419         * modules/utimens (Depends-on): Likewise.
1420         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
1421         (Include:) Change back to <sys/time.h>.
1422         (Maintainer:) Add self.
1423         * modules/sys_time: New file.
1424         * modules/tempname (Depends-on): Add gettimeofday.
1425         * tests/test-gettimeofday.c: Include <sys/time.h>
1426         rather than gettimeofday.h.
1427
1428 2007-01-17  Bruno Haible  <bruno@clisp.org>
1429
1430         * gnulib-tool (func_get_license): Revert last patch. Instead, let
1431         the license default to GPL.
1432         (func_create_testdir): Don't complain if a module is LGPL and its
1433         tests module depends on GPLed modules.
1434
1435 2007-01-17  Bruno Haible  <bruno@clisp.org>
1436
1437         * lib/gettimeofday.c (gettimeofday): Add code for the case
1438         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
1439         maximum possible value for tv->tv_usec, rather than the minimum one.
1440
1441 2005-10-08  Martin Lambers  <marlam@marlam.de>
1442 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
1443 2007-01-16  Bruno Haible  <bruno@clisp.org>
1444
1445         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
1446         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
1447         gl_FUNC_GETTIMEOFDAY.
1448         (Include): Add gettimeofday.h.
1449         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
1450         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
1451         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
1452         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
1453         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
1454         * lib/gettimeofday.h: New file.
1455         * lib/gettimeofday.c: Include <sys/timeb.h>.
1456         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
1457         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1458         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
1459         fall back on time().
1460
1461         * tests/test-gettimeofday.c: New file.
1462         * modules/gettimeofday-tests: New file.
1463
1464 2007-01-16  Eric Blake  <ebb9@byu.net>
1465
1466         * modules/fnmatch (Depends-on): Depend on wchar.
1467         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
1468         * m4/fnmatch.m4: Likewise.
1469         * modules/mbchar (Makefile.am): Assume <wchar.h>.
1470         * m4/mbchar.m4: Likewise.
1471         * modules/mbswidth (Depends-on): Depend on wchar.
1472         * lib/mbswidth.c: Assume <wchar.h>.
1473         * m4/mbswidth.m4: Likewise.
1474         * modules/quotearg (Depends-on): Depend on wchar.
1475         * lib/quotearg.c: Assume <wchar.h>.
1476         * m4/quotearg.m4: Likewise.
1477         * modules/regex (Depends-on): Depend on wchar.
1478         * lib/regex_internal.h: Assume <wchar.h>.
1479         * m4/regex.m4: Likewise.
1480         * modules/stdint (Depends-on): Depend on wchar.
1481         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
1482         * m4/stdint.m4: Likewise.
1483         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
1484         * modules/strftime (Depends-on): Depend on wchar.
1485         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
1486         * modules/strtol (Depends-on): Depend on wchar.
1487         * lib/strtol.c: Assume <wchar.h>.
1488         * modules/wcwidth (Depends-on): Depend on wchar.
1489         * lib/wcwidth.h: Assume <wchar.h>.
1490         * m4/wcwidth.m4: Likewise.
1491
1492 2007-01-16  Bruno Haible  <bruno@clisp.org>
1493
1494         * modules/csharpexec-script: New, created from...
1495         * modules/csharpexec: ... this.
1496
1497 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
1498
1499         * modules/javaexec-script: New, created from...
1500         * modules/javaexec: ... this.
1501
1502 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1503
1504         * modules/poll (Dependencies): Add sys_select.
1505
1506 2007-01-15  Jim Meyering  <jim@meyering.net>
1507
1508         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
1509         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
1510         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
1511         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
1512
1513 2007-01-15  Bruno Haible  <bruno@clisp.org>
1514
1515         * modules/striconveh: New file.
1516         * lib/striconveh.h: New file.
1517         * lib/striconveh.c: New file.
1518         * MODULES.html.sh (Internationalization functions): Add striconveh.
1519
1520         * modules/striconveh-tests: New file.
1521         * tests/test-striconveh.c: New file.
1522
1523 2007-01-15  Bruno Haible  <bruno@clisp.org>
1524
1525         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
1526         not from GNU libiconv or GNU libc.
1527
1528 2007-01-15  Bruno Haible  <bruno@clisp.org>
1529
1530         * doc/gnulib-intro.texi (Copyright): Explain the different license
1531         terms for module descriptions, autoconf macros, tests, documentation.
1532
1533 2007-01-14  Bruno Haible  <bruno@clisp.org>
1534
1535         * modules/striconv-tests: New file.
1536         * tests/test-striconv.c: New file.
1537
1538 2007-01-14  Bruno Haible  <bruno@clisp.org>
1539
1540         * modules/iconv-tests: New file.
1541         * tests/test-iconv.c: New file.
1542
1543 2007-01-14  Bruno Haible  <bruno@clisp.org>
1544
1545         * gnulib-tool (func_get_license): For test modules, use the license of
1546         the main module.
1547
1548 2007-01-14  Bruno Haible  <bruno@clisp.org>
1549
1550         * modules/iconv (Include): Clarify that <iconv.h> can only be included
1551         if iconv is found to exist.
1552
1553 2007-01-14  Bruno Haible  <bruno@clisp.org>
1554
1555         * modules/c-ctype-tests: New file.
1556         * tests/test-c-ctype.c: New file.
1557
1558 2007-01-14  Bruno Haible  <bruno@clisp.org>
1559
1560         * modules/binary-io-tests: New file.
1561         * tests/test-binary-io.sh: New file.
1562         * tests/test-binary-io.c: New file.
1563
1564 2007-01-14  Bruno Haible  <bruno@clisp.org>
1565
1566         * modules/array-oset-tests: New file.
1567         * tests/test-array_oset.c: New file.
1568
1569 2007-01-14  Bruno Haible  <bruno@clisp.org>
1570
1571         * modules/array-list-tests: New file.
1572         * tests/test-array_list.c: New file.
1573
1574 2007-01-14  Bruno Haible  <bruno@clisp.org>
1575
1576         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
1577         and make.
1578         Reported by Simon Josefsson in
1579         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
1580
1581 2007-01-14  Bruno Haible  <bruno@clisp.org>
1582
1583         * modules/allocsa-tests: New file.
1584         * tests/test-allocsa.c: New file.
1585
1586 2007-01-14  Bruno Haible  <bruno@clisp.org>
1587
1588         * modules/fchdir (Depends-on): Add absolute-header.
1589         * modules/unistd (Depends-on): Likewise.
1590
1591 2006-12-30  Bruno Haible  <bruno@clisp.org>
1592
1593         * modules/fchdir: New file.
1594         * modules/unistd (Files): Add lib/unistd_.h.
1595         (Makefile.am): Generate unistd.h from unistd_.h.
1596         * lib/fchdir.c: New file.
1597         * lib/dirent_.h: New file.
1598         * lib/unistd_.h: New file.
1599         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
1600         * m4/fchdir.m4: New file.
1601         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
1602         (gl_HEADER_UNISTD): Invoke it.
1603         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
1604         function.
1605         * lib/backupfile.c (opendir, closedir): Undefine.
1606         * lib/chown.c (open, close): Undefine.
1607         * lib/clean-temp.c (open, close): Undefine.
1608         * lib/copy-file.c (open, close): Undefine.
1609         * lib/execute.c (open, close): Undefine.
1610         * lib/fsusage.c (open, close): Undefine.
1611         * lib/gc-gnulib.c (open, close): Undefine.
1612         * lib/getcwd.c (opendir, closedir): Undefine.
1613         * lib/glob.c (opendir, closedir): Undefine.
1614         * lib/javacomp.c (open, close): Undefine.
1615         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
1616         * lib/openat-proc.c (open, close): Undefine.
1617         * lib/pagealign_alloc.c (open, close): Undefine.
1618         * lib/pipe.c (open, close): Undefine.
1619         * lib/progreloc.c (open, close): Undefine.
1620         * lib/savedir.c (opendir, closedir): Undefine.
1621         * lib/utime.c (open, close): Undefine.
1622         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
1623
1624 2007-01-10  Bruno Haible  <bruno@clisp.org>
1625
1626         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
1627
1628 2007-01-12  Eric Blake  <ebb9@byu.net>
1629
1630         Provide a robust <wchar.h>.  Further simplifications are now
1631         possible in other modules, but not included here.
1632         * modules/wchar: New module.
1633         * m4/wchar.m4: New file.
1634         * lib/wchar_.h: Likewise.
1635         * modules/mbchar (Depends-on): Depend on wchar, as the first use
1636         of the new module.
1637         * MODULES.html.sh (Extended multibyte and wide character utilities):
1638         New section.
1639
1640 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
1641
1642         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
1643         to a reasonable default for memory allocation.
1644         (xreadlink): Don't allocate a huge buffer, to work around a buggy
1645         file system that reports garbage st_size values for symlinks.
1646         Problem reported by Liyang Hu.
1647
1648 2007-01-11  Simon Josefsson  <simon@josefsson.org>
1649
1650         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
1651         Emacs .#* auto-save files).
1652
1653 2007-01-11  Bruno Haible  <bruno@clisp.org>
1654
1655         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
1656         directory.
1657
1658 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1659
1660         Use @...@ consistently in lib/wctype_.h.
1661         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
1662         on it being set to 1 or 0.
1663         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
1664         go back to AC_SUBSTing it.
1665         * modules/wctype (Makefile.am): Undo previous change.
1666
1667 2007-01-10  Eric Blake  <ebb9@byu.net>
1668
1669         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
1670         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
1671         * modules/wctype (Makefile.am): Likewise.
1672         Reported by Chris McGuire.
1673
1674 2007-01-10  Jim Meyering  <jim@meyering.net>
1675
1676         fts.c: a small readability/maintainability improvement
1677         * lib/fts.c (fts_read): Make this code slightly more readable and
1678         maintainable by hoisting the "sp->fts_cur = p" assignments to
1679         immediately follow the statements that set P.  Derived from
1680         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
1681
1682 2007-01-10  Eric Blake  <ebb9@byu.net>
1683
1684         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
1685         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
1686         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1687         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
1688         Reported by Chris McGuire.
1689
1690 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1691
1692         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
1693         in sed script.
1694
1695 2007-01-09  Bruno Haible  <bruno@clisp.org>
1696
1697         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
1698         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
1699         variables.
1700         (func_module): Use them.
1701
1702 2007-01-09  Bruno Haible  <bruno@clisp.org>
1703
1704         * modules/unistr/base: New file.
1705         * lib/unistr.h: New file.
1706
1707         * modules/unistr/u8-to-u16: New file.
1708         * lib/unistr/u8-to-u16.c: New file.
1709
1710         * modules/unistr/u8-to-u32: New file.
1711         * lib/unistr/u8-to-u32.c: New file.
1712
1713         * modules/unistr/u16-to-u8: New file.
1714         * lib/unistr/u16-to-u8.c: New file.
1715
1716         * modules/unistr/u16-to-u32: New file.
1717         * lib/unistr/u16-to-u32.c: New file.
1718
1719         * modules/unistr/u32-to-u8: New file.
1720         * lib/unistr/u32-to-u8.c: New file.
1721
1722         * modules/unistr/u32-to-u16: New file.
1723         * lib/unistr/u32-to-u16.c: New file.
1724
1725         * modules/unistr/u8-check: New file.
1726         * modules/unistr/u16-check: New file.
1727         * modules/unistr/u32-check: New file.
1728         * lib/unistr/u8-check.c: New file.
1729         * lib/unistr/u16-check.c: New file.
1730         * lib/unistr/u32-check.c: New file.
1731
1732         * modules/unistr/u8-chr: New file.
1733         * modules/unistr/u16-chr: New file.
1734         * modules/unistr/u32-chr: New file.
1735         * lib/unistr/u8-chr.c: New file.
1736         * lib/unistr/u16-chr.c: New file.
1737         * lib/unistr/u32-chr.c: New file.
1738
1739         * modules/unistr/u8-cmp: New file.
1740         * modules/unistr/u16-cmp: New file.
1741         * modules/unistr/u32-cmp: New file.
1742         * lib/unistr/u8-cmp.c: New file.
1743         * lib/unistr/u16-cmp.c: New file.
1744         * lib/unistr/u32-cmp.c: New file.
1745
1746         * modules/unistr/u8-cpy: New file.
1747         * modules/unistr/u16-cpy: New file.
1748         * modules/unistr/u32-cpy: New file.
1749         * lib/unistr/u8-cpy.c: New file.
1750         * lib/unistr/u16-cpy.c: New file.
1751         * lib/unistr/u32-cpy.c: New file.
1752         * lib/unistr/u-cpy.h: New file.
1753
1754         * modules/unistr/u8-cpy-alloc: New file.
1755         * modules/unistr/u16-cpy-alloc: New file.
1756         * modules/unistr/u32-cpy-alloc: New file.
1757         * lib/unistr/u8-cpy-alloc.c: New file.
1758         * lib/unistr/u16-cpy-alloc.c: New file.
1759         * lib/unistr/u32-cpy-alloc.c: New file.
1760         * lib/unistr/u-cpy-alloc.h: New file.
1761
1762         * modules/unistr/u8-endswith: New file.
1763         * modules/unistr/u16-endswith: New file.
1764         * modules/unistr/u32-endswith: New file.
1765         * lib/unistr/u8-endswith.c: New file.
1766         * lib/unistr/u16-endswith.c: New file.
1767         * lib/unistr/u32-endswith.c: New file.
1768         * lib/unistr/u-endswith.h: New file.
1769
1770         * modules/unistr/u8-mblen: New file.
1771         * modules/unistr/u16-mblen: New file.
1772         * modules/unistr/u32-mblen: New file.
1773         * lib/unistr/u8-mblen.c: New file.
1774         * lib/unistr/u16-mblen.c: New file.
1775         * lib/unistr/u32-mblen.c: New file.
1776
1777         * modules/unistr/u8-mbtouc: New file.
1778         * modules/unistr/u16-mbtouc: New file.
1779         * modules/unistr/u32-mbtouc: New file.
1780         * lib/unistr/u8-mbtouc.c: New file.
1781         * lib/unistr/u16-mbtouc.c: New file.
1782         * lib/unistr/u32-mbtouc.c: New file.
1783
1784         * modules/unistr/u8-mbtouc-safe: New file.
1785         * modules/unistr/u16-mbtouc-safe: New file.
1786         * modules/unistr/u32-mbtouc-safe: New file.
1787         * lib/unistr/u8-mbtouc-safe.c: New file.
1788         * lib/unistr/u16-mbtouc-safe.c: New file.
1789         * lib/unistr/u32-mbtouc-safe.c: New file.
1790
1791         * modules/unistr/u8-move: New file.
1792         * modules/unistr/u16-move: New file.
1793         * modules/unistr/u32-move: New file.
1794         * lib/unistr/u8-move.c: New file.
1795         * lib/unistr/u16-move.c: New file.
1796         * lib/unistr/u32-move.c: New file.
1797         * lib/unistr/u-move.h: New file.
1798
1799         * modules/unistr/u8-next: New file.
1800         * modules/unistr/u16-next: New file.
1801         * modules/unistr/u32-next: New file.
1802         * lib/unistr/u8-next.c: New file.
1803         * lib/unistr/u16-next.c: New file.
1804         * lib/unistr/u32-next.c: New file.
1805
1806         * modules/unistr/u8-prev: New file.
1807         * modules/unistr/u16-prev: New file.
1808         * modules/unistr/u32-prev: New file.
1809         * lib/unistr/u8-prev.c: New file.
1810         * lib/unistr/u16-prev.c: New file.
1811         * lib/unistr/u32-prev.c: New file.
1812
1813         * modules/unistr/u8-set: New file.
1814         * modules/unistr/u16-set: New file.
1815         * modules/unistr/u32-set: New file.
1816         * lib/unistr/u8-set.c: New file.
1817         * lib/unistr/u16-set.c: New file.
1818         * lib/unistr/u32-set.c: New file.
1819         * lib/unistr/u-set.h: New file.
1820
1821         * modules/unistr/u8-startswith: New file.
1822         * modules/unistr/u16-startswith: New file.
1823         * modules/unistr/u32-startswith: New file.
1824         * lib/unistr/u8-startswith.c: New file.
1825         * lib/unistr/u16-startswith.c: New file.
1826         * lib/unistr/u32-startswith.c: New file.
1827         * lib/unistr/u-startswith.h: New file.
1828
1829         * modules/unistr/u8-stpcpy: New file.
1830         * modules/unistr/u16-stpcpy: New file.
1831         * modules/unistr/u32-stpcpy: New file.
1832         * lib/unistr/u8-stpcpy.c: New file.
1833         * lib/unistr/u16-stpcpy.c: New file.
1834         * lib/unistr/u32-stpcpy.c: New file.
1835         * lib/unistr/u-stpcpy.h: New file.
1836
1837         * modules/unistr/u8-stpncpy: New file.
1838         * modules/unistr/u16-stpncpy: New file.
1839         * modules/unistr/u32-stpncpy: New file.
1840         * lib/unistr/u8-stpncpy.c: New file.
1841         * lib/unistr/u16-stpncpy.c: New file.
1842         * lib/unistr/u32-stpncpy.c: New file.
1843         * lib/unistr/u-stpncpy.h: New file.
1844
1845         * modules/unistr/u8-strcat: New file.
1846         * modules/unistr/u16-strcat: New file.
1847         * modules/unistr/u32-strcat: New file.
1848         * lib/unistr/u8-strcat.c: New file.
1849         * lib/unistr/u16-strcat.c: New file.
1850         * lib/unistr/u32-strcat.c: New file.
1851         * lib/unistr/u-strcat.h: New file.
1852
1853         * modules/unistr/u8-strchr: New file.
1854         * modules/unistr/u16-strchr: New file.
1855         * modules/unistr/u32-strchr: New file.
1856         * lib/unistr/u8-strchr.c: New file.
1857         * lib/unistr/u16-strchr.c: New file.
1858         * lib/unistr/u32-strchr.c: New file.
1859
1860         * modules/unistr/u8-strcmp: New file.
1861         * modules/unistr/u16-strcmp: New file.
1862         * modules/unistr/u32-strcmp: New file.
1863         * lib/unistr/u8-strcmp.c: New file.
1864         * lib/unistr/u16-strcmp.c: New file.
1865         * lib/unistr/u32-strcmp.c: New file.
1866
1867         * modules/unistr/u8-strcpy: New file.
1868         * modules/unistr/u16-strcpy: New file.
1869         * modules/unistr/u32-strcpy: New file.
1870         * lib/unistr/u8-strcpy.c: New file.
1871         * lib/unistr/u16-strcpy.c: New file.
1872         * lib/unistr/u32-strcpy.c: New file.
1873         * lib/unistr/u-strcpy.h: New file.
1874
1875         * modules/unistr/u8-strcspn: New file.
1876         * modules/unistr/u16-strcspn: New file.
1877         * modules/unistr/u32-strcspn: New file.
1878         * lib/unistr/u8-strcspn.c: New file.
1879         * lib/unistr/u16-strcspn.c: New file.
1880         * lib/unistr/u32-strcspn.c: New file.
1881         * lib/unistr/u-strcspn.h: New file.
1882
1883         * modules/unistr/u8-strdup: New file.
1884         * modules/unistr/u16-strdup: New file.
1885         * modules/unistr/u32-strdup: New file.
1886         * lib/unistr/u8-strdup.c: New file.
1887         * lib/unistr/u16-strdup.c: New file.
1888         * lib/unistr/u32-strdup.c: New file.
1889         * lib/unistr/u-strdup.h: New file.
1890
1891         * modules/unistr/u8-strlen: New file.
1892         * modules/unistr/u16-strlen: New file.
1893         * modules/unistr/u32-strlen: New file.
1894         * lib/unistr/u8-strlen.c: New file.
1895         * lib/unistr/u16-strlen.c: New file.
1896         * lib/unistr/u32-strlen.c: New file.
1897         * lib/unistr/u-strlen.h: New file.
1898
1899         * modules/unistr/u8-strmblen: New file.
1900         * modules/unistr/u16-strmblen: New file.
1901         * modules/unistr/u32-strmblen: New file.
1902         * lib/unistr/u8-strmblen.c: New file.
1903         * lib/unistr/u16-strmblen.c: New file.
1904         * lib/unistr/u32-strmblen.c: New file.
1905
1906         * modules/unistr/u8-strmbtouc: New file.
1907         * modules/unistr/u16-strmbtouc: New file.
1908         * modules/unistr/u32-strmbtouc: New file.
1909         * lib/unistr/u8-strmbtouc.c: New file.
1910         * lib/unistr/u16-strmbtouc.c: New file.
1911         * lib/unistr/u32-strmbtouc.c: New file.
1912
1913         * modules/unistr/u8-strncat: New file.
1914         * modules/unistr/u16-strncat: New file.
1915         * modules/unistr/u32-strncat: New file.
1916         * lib/unistr/u8-strncat.c: New file.
1917         * lib/unistr/u16-strncat.c: New file.
1918         * lib/unistr/u32-strncat.c: New file.
1919         * lib/unistr/u-strncat.h: New file.
1920
1921         * modules/unistr/u8-strncmp: New file.
1922         * modules/unistr/u16-strncmp: New file.
1923         * modules/unistr/u32-strncmp: New file.
1924         * lib/unistr/u8-strncmp.c: New file.
1925         * lib/unistr/u16-strncmp.c: New file.
1926         * lib/unistr/u32-strncmp.c: New file.
1927
1928         * modules/unistr/u8-strncpy: New file.
1929         * modules/unistr/u16-strncpy: New file.
1930         * modules/unistr/u32-strncpy: New file.
1931         * lib/unistr/u8-strncpy.c: New file.
1932         * lib/unistr/u16-strncpy.c: New file.
1933         * lib/unistr/u32-strncpy.c: New file.
1934         * lib/unistr/u-strncpy.h: New file.
1935
1936         * modules/unistr/u8-strnlen: New file.
1937         * modules/unistr/u16-strnlen: New file.
1938         * modules/unistr/u32-strnlen: New file.
1939         * lib/unistr/u8-strnlen.c: New file.
1940         * lib/unistr/u16-strnlen.c: New file.
1941         * lib/unistr/u32-strnlen.c: New file.
1942         * lib/unistr/u-strnlen.h: New file.
1943
1944         * modules/unistr/u8-strpbrk: New file.
1945         * modules/unistr/u16-strpbrk: New file.
1946         * modules/unistr/u32-strpbrk: New file.
1947         * lib/unistr/u8-strpbrk.c: New file.
1948         * lib/unistr/u16-strpbrk.c: New file.
1949         * lib/unistr/u32-strpbrk.c: New file.
1950         * lib/unistr/u-strpbrk.h: New file.
1951
1952         * modules/unistr/u8-strrchr: New file.
1953         * modules/unistr/u16-strrchr: New file.
1954         * modules/unistr/u32-strrchr: New file.
1955         * lib/unistr/u8-strrchr.c: New file.
1956         * lib/unistr/u16-strrchr.c: New file.
1957         * lib/unistr/u32-strrchr.c: New file.
1958
1959         * modules/unistr/u8-strspn: New file.
1960         * modules/unistr/u16-strspn: New file.
1961         * modules/unistr/u32-strspn: New file.
1962         * lib/unistr/u8-strspn.c: New file.
1963         * lib/unistr/u16-strspn.c: New file.
1964         * lib/unistr/u32-strspn.c: New file.
1965         * lib/unistr/u-strspn.h: New file.
1966
1967         * modules/unistr/u8-strstr: New file.
1968         * modules/unistr/u16-strstr: New file.
1969         * modules/unistr/u32-strstr: New file.
1970         * lib/unistr/u8-strstr.c: New file.
1971         * lib/unistr/u16-strstr.c: New file.
1972         * lib/unistr/u32-strstr.c: New file.
1973         * lib/unistr/u-strstr.h: New file.
1974
1975         * modules/unistr/u8-strtok: New file.
1976         * modules/unistr/u16-strtok: New file.
1977         * modules/unistr/u32-strtok: New file.
1978         * lib/unistr/u8-strtok.c: New file.
1979         * lib/unistr/u16-strtok.c: New file.
1980         * lib/unistr/u32-strtok.c: New file.
1981         * lib/unistr/u-strtok.h: New file.
1982
1983         * modules/unistr/u8-uctomb: New file.
1984         * modules/unistr/u16-uctomb: New file.
1985         * modules/unistr/u32-uctomb: New file.
1986         * lib/unistr/u8-uctomb.c: New file.
1987         * lib/unistr/u16-uctomb.c: New file.
1988         * lib/unistr/u32-uctomb.c: New file.
1989
1990         * MODULES.html.sh (Unicode string functions): Add the new modules.
1991
1992 2007-01-08  Bruno Haible  <bruno@clisp.org>
1993
1994         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
1995         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
1996         subdirectories.
1997
1998 2007-01-08  Karl Berry  <karl@gnu.org>
1999
2000         * doc/error.texi: mention that main() fns must set program_name
2001         when progname is used.
2002
2003 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
2004
2005         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
2006         WCTYPE_H is empty, for the benefit of builds from non-distclean
2007         directories.  Problem reported by Eric Blake in
2008         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
2009
2010 2007-01-08  Bruno Haible  <bruno@clisp.org>
2011
2012         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
2013         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
2014         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
2015         PROVIDE_CANONICALIZE_FILENAME_MODE.
2016         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
2017
2018 2007-01-08  Bruno Haible  <bruno@clisp.org>
2019
2020         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
2021         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
2022         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
2023         * lib/fts.c: Likewise.
2024         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
2025
2026 2006-12-25  Bruno Haible  <bruno@clisp.org>
2027
2028         * modules/utf8-ucs4-safe: New file.
2029         * lib/utf8-ucs4-safe.h: New file.
2030         * lib/unistr/utf8-ucs4-safe.c: New file.
2031
2032         * modules/utf16-ucs4-safe: New file.
2033         * lib/utf16-ucs4-safe.h: New file.
2034         * lib/unistr/utf16-ucs4-safe.c: New file.
2035
2036         * MODULES.html.sh (Unicode string functions): Add the new modules.
2037
2038 2007-01-08  Bruno Haible  <bruno@clisp.org>
2039
2040         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
2041         (Depends-on): Add unitypes.
2042         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2043         (u8_mbtouc_aux): Move out to separate file.
2044         (u8_mbtouc): Use ucs4_t, uint8_t types.
2045         * lib/unistr/utf8-ucs4.c: New file.
2046
2047         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
2048         (Depends-on): Add unitypes.
2049         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2050         (u16_mbtouc_aux): Move out to separate file.
2051         (u16_mbtouc): Use ucs4_t, uint16_t types.
2052         * lib/unistr/utf16-ucs4.c: New file.
2053
2054         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
2055         (Depends-on): Add unitypes.
2056         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
2057         (u8_uctomb_aux): Move out to separate file.
2058         (u8_uctomb): Use ucs4_t, uint8_t types.
2059         * lib/unistr/ucs4-utf8.c: New file.
2060
2061         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
2062         (Depends-on): Add unitypes.
2063         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
2064         (u16_uctomb_aux): Move out to separate file.
2065         (u16_uctomb): Use ucs4_t, uint16_t types.
2066         * lib/unistr/ucs4-utf16.c: New file.
2067
2068 2006-12-25  Bruno Haible  <bruno@clisp.org>
2069
2070         * modules/unitypes: New file.
2071         * lib/unitypes.h: New file.
2072         * MODULES.html.sh (func_all_modules): New section "Unicode string
2073         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
2074         this section. Add unitypes.
2075
2076 2007-01-08  Bruno Haible  <bruno@clisp.org>
2077
2078         Avoid variable names that conflict with those from libtool.
2079         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
2080         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
2081         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
2082         library_names_spec to acl_library_names_spec, hardcode_* to
2083         acl_hardcode_*.
2084         Reported by Ralf Wildenhues.
2085
2086 2007-01-08  Bruno Haible  <bruno@clisp.org>
2087
2088         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
2089         definition.
2090         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
2091         definition.
2092         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
2093         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
2094         definition.
2095         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
2096         definition.
2097         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
2098         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
2099         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
2100         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
2101         definition.
2102         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
2103         definition.
2104         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
2105         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
2106         GC_USE_<algorithm>.
2107         * lib/gc-libgcrypt.c: Likewise.
2108         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
2109         * modules/gc-arctwo (configure.ac): Likewise.
2110         * modules/gc-des (configure.ac): Likewise.
2111         * modules/gc-hmac-md5 (configure.ac): Likewise.
2112         * modules/gc-hmac-sha1 (configure.ac): Likewise.
2113         * modules/gc-md2 (configure.ac): Likewise.
2114         * modules/gc-md4 (configure.ac): Likewise.
2115         * modules/gc-md5 (configure.ac): Likewise.
2116         * modules/gc-random (configure.ac): Likewise.
2117         * modules/gc-rijndael (configure.ac): Likewise.
2118         * modules/gc-sha1 (configure.ac): Likewise.
2119
2120 2007-01-08  Bruno Haible  <bruno@clisp.org>
2121
2122         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
2123         macro definition.
2124         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
2125         definition.
2126         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
2127         definition.
2128         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
2129         * modules/fcntl-safer (configure.ac): Likewise.
2130         * modules/fopen-safer (configure.ac): Likewise.
2131         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
2132         GNULIB_FWRITEERROR macro definition.
2133
2134 2007-01-08  Bruno Haible  <bruno@clisp.org>
2135
2136         * m4/gnulib-common.m4: New file.
2137         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
2138         (func_get_filelist): Add m4/gnulib-common.m4.
2139
2140 2007-01-08  Bruno Haible  <bruno@clisp.org>
2141
2142         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
2143         command.
2144
2145 2007-01-08  Jim Meyering  <jim@meyering.net>
2146
2147         Use a more robust test for a "can't happen" condition.
2148         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
2149         narrowed the st_size value.  Presuming the "can't happen" condition
2150         is true, that narrowing could conceivably convert an invalid st_size
2151         value into a valid one.  Instead, use a change based on Matthew
2152         Woehlke's original patch.
2153
2154         Slight readability improvement: use an assert-like macro
2155         in place of literal "abort ()" uses.
2156         * lib/fts.c (fts_assert): Define.
2157         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
2158         Use this macro instead of a bare 'abort'.
2159
2160 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
2161
2162         Don't worry about using IRIX 5.3's wctype.h broken definitions;
2163         simply work around them.
2164         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
2165         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
2166         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
2167         Don't bother to define as macros, since the standard doesn't require it.
2168         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
2169         longer worry about IRIX 5.3.
2170         (HAVE_WCTYPE_CTMP_BUG): Remove.
2171
2172 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
2173
2174         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
2175         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
2176         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
2177         Problems reported by Georg Schwarz for IRIX 5.3.
2178
2179         * gnulib-tool (autoconf_minversion): Take the maximum version number
2180         found, not the minimum.  Problem reported by James Youngman.
2181
2182 2007-01-03  Karl Berry  <karl@gnu.org>
2183
2184         * doc/error.texi: new file, explaining interaction with progname.
2185         * doc/gnulib.texi: include it.  Update copyright.
2186
2187 2007-01-03  Simon Josefsson  <simon@josefsson.org>
2188
2189         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
2190         AC_CANONICAL_HOST, to improve autobuild outputs.
2191
2192 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
2193             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
2194
2195         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
2196         sockets, server sockets, and other file descriptors.  Count errors
2197         to compute the return value.  Reorder the code a bit to be easier
2198         to follow.  Don't set event bits that were not requested (except
2199         POLLERR and POLLHUP).
2200
2201 2007-01-01  Bruno Haible  <bruno@clisp.org>
2202
2203         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
2204
2205 2007-01-03  Jim Meyering  <jim@meyering.net>
2206
2207         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
2208
2209 2007-01-02  Bruno Haible  <bruno@clisp.org>
2210
2211         * modules/settime (Include): Require timespec.h.
2212         * modules/nanosleep (Include): Likewise.
2213
2214 2007-01-01  Bruno Haible  <bruno@clisp.org>
2215
2216         * gnulib-tool (func_emit_copyright_notice): Bump year.
2217         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
2218
2219 2007-01-01  Bruno Haible  <bruno@clisp.org>
2220
2221         Improve support for OpenBSD.
2222         * build-aux/config.rpath (libname_spec): Export.
2223         (library_names_spec): New variable. Export.
2224         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
2225         library_names_spec from the config.rpath output. Locate shared library
2226         through the name pattern in library_names_spec.
2227
2228 2007-01-01  Eric Blake  <ebb9@byu.net>
2229
2230         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
2231
2232 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2233
2234         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
2235         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
2236         assume the C locale, and avoid an "eval" that could cause trouble.
2237         Problem with SORT reported by Bob Proulx.
2238
2239         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
2240         Define.  Trivial patch from Henning Nielsen Lund, originally
2241         sent to bug-grep@gnu.org today.
2242
2243 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2244
2245         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
2246         struct stat.  Problem reported by Henning Nielsen Lund.
2247         * lib/acl.c: Include acl.h first, to check interface.  Don't
2248         bother to include sys/types.h and sys/stat.h again.
2249
2250 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
2251
2252         Import the following change from libc; problem reported by
2253         Sven Verdoolaege.
2254
2255         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
2256
2257         [BZ #1373]
2258         * lib/argp.h: Remove __NTH for __argp_usage inline function.
2259
2260 2006-12-28  Jim Meyering  <jim@meyering.net>
2261
2262         * build-aux/announce-gen: Do not assume that the package
2263         builds any of tar.gz, tar.bz2, and .xdelta files.
2264         Suggestion from Simon Josefsson.
2265
2266 2006-12-28  Simon Josefsson  <simon@josefsson.org>
2267
2268         * modules/announce-gen: New file.
2269
2270 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
2271
2272         * lib/mbchar.h: Just include <wctype.h>; the wctype module
2273         handles its gotchas now.
2274         * lib/mbswidth.c: Likewise.
2275         * lib/wcwidth.h: Likewise.
2276         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
2277         and iswcntrl; the wctype module does this stuff now.
2278         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
2279         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2280         * modules/mbchar (Depends-on): Add wctype.
2281         * modules/mbswidth (Depends-on): Likewise.
2282         * modules/wcwidth (Depends-on): Likewise.
2283
2284 2006-12-27  Eric Blake  <ebb9@byu.net>
2285
2286         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
2287         module uses more than what <wctype.h> is required to provide.
2288
2289 2006-12-26  Eric Blake  <ebb9@byu.net>
2290
2291         * gnulib-tool (sed_extract_prog): Avoid space-tab.
2292
2293 2006-12-26  Eric Blake  <ebb9@byu.net>
2294
2295         * modules/absolute-header: New module.
2296         * modules/fcntl (Depends-on): Depend on it.
2297         * modules/inttypes (Depends-on): Likewise.
2298         * modules/stdint (Depends-on): Likewise.
2299         * modules/sys_stat (Depends-on): Likewise.
2300         * modules/wctype (Depends-on): Likewise.
2301         * MODULES.html.sh (Support for building libraries and
2302         executables): Document it.
2303
2304 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
2305
2306         * gnulib-tool (SED): Remove, undoing previous change.
2307         The problem was that it broke coreutils on Solaris, because
2308         "sed --posix" leaked into a makefile.
2309         (sed): New alias, if 'alias' and GNU sed.
2310
2311 2006-12-24  Jim Meyering  <jim@meyering.net>
2312
2313         Work around an fchownat bug in glibc-2.4:
2314         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
2315         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
2316         in spite of the -P option.
2317         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
2318         New macros.
2319         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
2320         * modules/openat (Files): Add lib/fchownat.c.
2321         * lib/openat.c (fchownat): Don't define here.  Move to...
2322         * lib/fchownat.c: ...this new file.
2323
2324 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
2325
2326         Fix bug reported by Bruno Haible in
2327         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
2328         where quotearg.c didn't compile on Mac OS X 10.2 because it
2329         lacks <wchar.h> and wint_t.
2330         * lib/wctype_.h (__wctype_wint_t): New type.
2331         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
2332         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
2333         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
2334         Arg is now of type __wctype_wint_t, not wint_t.
2335         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
2336         substitute HAVE_WINT_T.
2337         * modules/wctype (Files): Add m4/wint_t.m4.
2338         (wctype.h): Substitute HAVE_WINT_T.
2339
2340 2006-12-23  Bruno Haible  <bruno@clisp.org>
2341
2342         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
2343
2344 2006-12-23  Bruno Haible  <bruno@clisp.org>
2345
2346         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
2347         S_ISLNK.
2348         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
2349         mingw.
2350
2351 2006-12-22  Bruno Haible  <bruno@clisp.org>
2352
2353         * lib/copy-file.c: Include acl.h.
2354         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
2355         Close the file descriptors only after being done with copy_acl.
2356         * modules/copy-file (Depends-on): Add acl.
2357
2358 2006-12-22  Bruno Haible  <bruno@clisp.org>
2359
2360         * gnulib-tool (SED): New variable.
2361         Use $SED instead of sed everywhere.
2362
2363 2006-12-22  Bruno Haible  <bruno@clisp.org>
2364
2365         * modules/no-c++: New file.
2366         * m4/no-c++.m4: New file.
2367         * MODULES.html.sh (Support for building libraries and executables):
2368         Add no-c++.
2369
2370 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
2371
2372         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
2373         Include <limits.h>, and use its INT_MAX to rewrite the
2374         j loop so that it does not overflow 'int'.  Problem reported by
2375         Ralf Wildenhues in
2376         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
2377         Play it safe by shifting left by 1 rather than multiplying by 2,
2378         as GCC is less likely to optimize this away when the value
2379         is signed (when it assumes overflow leads to undefined behavior).
2380         Also, don't assume time_t uses two's complement.
2381
2382 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2383
2384         * MODULES.html.sh: New module wctype.
2385         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
2386         * lib/fnmatch.c: Don't bother to include <wchar.h> before
2387         <wctype.h>, since the new wctype module should fix this.
2388         * lib/quotearg.c: Include <wctype.h> unconditionally, since
2389         the wctype module should arrange for it.
2390         * lib/regex_internal.h: Likewise.
2391         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
2392         since the wctype module should handle this now.
2393         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
2394         * modules/fnmatch (Depends-on): Add wctype.
2395         * modules/quotearg (Depends-on): Likewise.
2396         * modules/regex (Depends-on): Likewise.
2397
2398 2006-12-19  Bruno Haible  <bruno@clisp.org>
2399
2400         * lib/strdup.h [C++]: Wrap definitions in extern "C".
2401         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
2402
2403 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2404
2405         * modules/savewd (Depends-on): Fix dependency on fcntl.
2406
2407 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2408
2409         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
2410         conforms to C99, rather than relying on the user's environment
2411         setting of STDINT_H.
2412
2413 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2414         and Eric Blake  <ebb9@byu.net>
2415
2416         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
2417         This is more consistent with the other defines here.
2418         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
2419         Port to z/OS.  Problem reported by Paul Gilmartin.
2420         Change local vars to use gl_ prefix rather than ac_.
2421         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
2422         with other defines.
2423         * modules/double-slash-root: New module.
2424         * modules/dirname (Files): Remove m4/double-slash-root.m4.
2425         (Depends-on): Add double-slash-root.
2426         * MODULES.html.sh (File system functions): Mention new module.
2427
2428 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2429
2430         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
2431         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
2432         This is for the benefit of gzip, which doesn't do i18n.
2433
2434 2006-12-12  Jim Meyering  <jim@meyering.net>
2435
2436         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
2437         Reported by Andreas Schwab <schwab@suse.de>.
2438
2439 2006-12-12  Bruno Haible  <bruno@clisp.org>
2440
2441         Merge these changes.
2442         2006-09-05  Bruno Haible  <bruno@clisp.org>
2443         * lib/iconvme.c (iconv_string): No need to save and restore errno when
2444         iconv_alloc succeeded.
2445         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
2446         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
2447         test for " && dest " at the end - dest is always != NULL there. Call
2448         iconv with 4xNULL arguments initially, to reset the state. Call iconv
2449         with 2xNULL arguments, also to flush the state storage. Handle the
2450         IRIX iconv behaviour. Realloc the final result, to throw away unused
2451         memory.
2452
2453 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
2454
2455         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
2456         and fchmodat unconditionally, since glibc 2.4 has them.
2457         Problem reported by Arkadiusz Miskiewicz.
2458
2459 2006-12-10  Bruno Haible  <bruno@clisp.org>
2460
2461         * gnulib-tool (func_import): Show the include files only for those
2462         modules that are copied and specified.
2463         Reported by Karl Berry.
2464
2465 2006-12-08  Jim Meyering  <jim@meyering.net>
2466
2467         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
2468         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
2469
2470         * build-aux/announce-gen: Add two new options, both optional:
2471         --bootstrap-tools=TOOL_LIST
2472               a comma-separated list of tools, e.g.,
2473               autoconf,automake,bison,gnulib
2474         --gnulib-snapshot-date=DATE
2475               if gnulib is in the bootstrap tool list,
2476               then report this as the snapshot date.
2477               If not specified, use the current date/time.
2478               If you specify a date here, be sure it's UTC.
2479
2480 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2481
2482         * tests/test-argp-2.sh: Fix test to match actual output.
2483         (func_compare): Fix sed script to be portable.
2484
2485 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2486
2487         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
2488         workaround for this case.  It is not autoconfigured now; offhand
2489         it's hard to see how to autoconfigure it.
2490
2491 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
2492
2493         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
2494         a directory that is about to be chowned.  Such a directory's
2495         initial file permissions should permit the owner only and this
2496         should not be changed until after the chown, since the group and
2497         other bits would be incorrect if they granted permission before
2498         the chown.
2499
2500         Fix porting problem for iswctype reported by Georg Schwarz in:
2501         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
2502         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
2503         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
2504         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
2505         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2506
2507 2006-12-03  Jim Meyering  <jim@meyering.net>
2508
2509         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
2510         p->fts_statp may not yet be defined.
2511         (fts_read): Instead, set it in the caller, once p->fts_statp is
2512         sure to be defined, and corresponds to a top-level directory.
2513         This bug made du -x fail.  Here's the coreutils test case:
2514         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
2515         Reported by Mike Frysinger.
2516
2517 2006-12-01  Jim Meyering  <jim@meyering.net>
2518
2519         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
2520         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
2521         Reported by Simon Josefsson.
2522
2523 2006-11-30  Jim Meyering  <jim@meyering.net>
2524
2525         * m4/warning.m4: Use the all-permissive copyright notice
2526         recommended by RMS (rather than LGPL).
2527         * m4/vararrays.m4: Likewise.
2528         * m4/flexmember.m4: Likewise.
2529
2530 2006-11-29  Bruno Haible  <bruno@clisp.org>
2531
2532         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2533         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
2534         using +=.
2535         Reported by Simon Josefsson <simon@josefsson.org>.
2536
2537 2006-11-28  James Youngman <jay@gnu.org>
2538
2539         * README: Advise users that they might find the bug-gnulib@gnu.org
2540         and autotools-announce@gnu.org mailing lists useful.
2541
2542 2006-11-28  Bruno Haible  <bruno@clisp.org>
2543
2544         * m4/ptrdiff_max.m4: Remove file.
2545
2546 2006-11-21  Bruno Haible  <bruno@clisp.org>
2547
2548         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
2549         _AC_COMPUTE_INT.
2550         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2551         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
2552         _AC_COMPUTE_INT.
2553         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2554         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
2555         _AC_COMPUTE_INT.
2556         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2557
2558 2006-11-28  Jim Meyering  <jim@meyering.net>
2559
2560         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
2561         warning from "gcc -Wshadow" about shadowing the builtin.
2562
2563 2006-11-27  Bruno Haible  <bruno@clisp.org>
2564
2565         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
2566         _AC_COMPUTE_INT.
2567         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2568
2569 2006-11-27  Bruno Haible  <bruno@clisp.org>
2570             Paul Eggert  <eggert@cs.ucla.edu>
2571
2572         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
2573
2574 2006-11-26  Bruno Haible  <bruno@clisp.org>
2575
2576         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2577         noinst_LTLIBRARIES.
2578
2579 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2580             Bruno Haible  <bruno@clisp.org>
2581
2582         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
2583         if compiling with "gcc -ansi".
2584
2585 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2586
2587         Fix some incompatibilities with gcc -ansi -pedantic.
2588         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
2589         if compiling pedantically with GCC, unless it's C99 or later.
2590         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
2591         it mishandles gcc -ansi -pedantic as well.
2592         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
2593         if gcc -pedantic.
2594         * lib/regexec.c (check_node_accept_bytes): Don't use auto
2595         initializers for struct if -pedantic, unless it's C99 or later.
2596
2597 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
2598
2599         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
2600         Don't close an fd more than once. Identical atimes indicate
2601         success, not failure.
2602
2603 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
2604
2605         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
2606
2607 2006-11-23  Jim Meyering  <jim@meyering.net>
2608
2609         * build-aux/announce-gen: New file.  From coreutils.
2610
2611 2006-11-22  Jim Meyering  <jim@meyering.net>
2612
2613         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
2614         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
2615         (fts_read): Use a temporary to narrow the overused st_size member
2616         before using it in a switch statement.  Reported by Matthew Woehlke.
2617
2618         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
2619         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
2620
2621 2006-11-20  Bruno Haible  <bruno@clisp.org>
2622
2623         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
2624         changequote instead of pairs of brackets.
2625         Reported by Andreas Schwab <schwab@suse.de>.
2626
2627 2006-11-21  Jim Meyering  <jim@meyering.net>
2628
2629         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
2630         so as to remain compatible with older compilers.
2631         Patch from Michael Deutschmann.
2632
2633 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2634
2635         * MODULES.html.sh (File system functions): Add openat.
2636
2637         * lib/openat.h (rpl_fstatat): New macro, if
2638         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
2639         (fstatat): Define to rpl_fstatat under the same conditions,
2640         unless COMPILING_FSTATAT.
2641         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
2642         seems to have the bug.
2643         * lib/fstatat.c: New file.
2644         * modules/openat (Files): Add it.
2645
2646 2006-11-20  Bruno Haible  <bruno@clisp.org>
2647
2648         * Makefile: New file.
2649
2650 2006-11-20  Jim Meyering  <jim@meyering.net>
2651
2652         The beginnings of syntax-related checks for gnulib.
2653         * lib/Makefile: New file.
2654         * lib/t-idcache: New script.  Ensure that the two halves of
2655         idcache.c stay in sync.
2656
2657         * lib/idcache.c: Adjust comments in user- and group- portions to
2658         be more accurate, and to be consistent with one another.
2659
2660 2006-11-20  Jim Meyering  <jim@meyering.net>
2661
2662         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
2663         continue using the flexible array member (thus, this module performs
2664         half as many malloc calls), with the addition that...
2665         (getgroup, getuser): Consistently record a non-match via an empty
2666         "name" string, and map an empty string match to a NULL return value.
2667         * modules/idcache (Depends-on): Re-add flexmember.
2668
2669         * lib/idcache.c (getuser): Remove all uses of the register keyword.
2670         (getuidbyname, getgroup, getgidbyname): Likewise.
2671
2672         Use cleaner syntax: NULL rather than 0.
2673         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
2674
2675 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2676
2677         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
2678         It mishandled the case where the group was missing.
2679         Problem reported by Greg Schafer.
2680         * modules/idcache: Likewise.
2681
2682 2006-11-18  Jim Meyering  <jim@meyering.net>
2683
2684         * check-module (%exempt_header): Add exception for some
2685         conditionally-included headers.
2686
2687         * modules/i-ring (Depends-on): Add verify.
2688         (License): Change to LGPL.
2689
2690 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2691
2692         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
2693         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
2694         and inttostr.h.  Use snprintf rather than uinttostr, so that
2695         LGPLed code doesn't depend on GPLed.
2696
2697 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2698
2699         * modules/inline (License): Change from GPL to LGPL.
2700
2701 2006-11-17  Jim Meyering  <jim@meyering.net>
2702
2703         * modules/d-type (License): Switch to LGPL.
2704
2705 2006-11-15  Bruno Haible  <bruno@clisp.org>
2706
2707         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
2708
2709 2006-11-15  Eric Blake  <ebb9@byu.net>
2710
2711         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
2712         the module dependency.
2713
2714 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2715             Bruno Haible  <bruno@clisp.org>
2716
2717         * gnulib-tool (func_create_testdir): Add license consistency check.
2718
2719 2006-11-15  Eric Blake  <ebb9@byu.net>
2720
2721         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
2722         random "(cached)" in configure output.
2723
2724 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2725
2726         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
2727         test for conforming inttypes.h is both announced and cached.
2728
2729         * MODULES.html.sh (seen_modules, seen_files): New variables.
2730         (func_module): Rewrite to use a few less gnulib-tool and sed
2731         invocations.  Avoid a couple of quadratic algorithms for ...
2732         (missed_modules, missed_files): ... these, with ...
2733         (func_append, func_tmpdir): ... these new functions, from
2734         gnulib-tool.  Analogously, install traps for cleanup.
2735
2736         * tests/test-gc.c (main): Remove unused variables.
2737         * tests/test-read-file.c: Include stdlib.h, for 'free'.
2738
2739 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2740
2741         * modules/inttostr (License): Change to LGPL.
2742
2743 2006-11-14  Eric Blake  <ebb9@byu.net>
2744
2745         * modules/tempname (License): Change to LGPL.
2746
2747 2006-11-14  Eric Blake  <ebb9@byu.net>
2748
2749         * doc/functions.texi (Function Portability): *printf functions on
2750         Cygwin now understand all POSIX size specifiers.
2751
2752 2006-11-14  Bruno Haible  <bruno@clisp.org>
2753
2754         * modules/c-ctype (License): Change to LGPL.
2755
2756 2006-11-12  Bruno Haible  <bruno@clisp.org>
2757
2758         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
2759         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
2760         for GNOME libraries, for which the include files are installed in
2761         subdirectories of $prefix/include.
2762
2763 2006-11-12  Bruno Haible  <bruno@clisp.org>
2764
2765         * m4/lib-link.m4: Require at least autoconf-2.54.
2766         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
2767         name to underscores for the --with option.
2768
2769 2006-11-13  Bruno Haible  <bruno@clisp.org>
2770
2771         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
2772         the tests directory.
2773         Reported by Ralf Wildenhues.
2774
2775 2006-11-13  Bruno Haible  <bruno@clisp.org>
2776
2777         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
2778         (func_emit_initmacro_end): Undo the override here.
2779         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
2780         Works around the famous automake error in coreutils.
2781
2782 2006-11-13  Eric Blake  <ebb9@byu.net>
2783
2784         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
2785         element, not its node.
2786
2787 2006-11-12  Bruno Haible  <bruno@clisp.org>
2788
2789         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
2790         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
2791
2792 2006-11-12  Bruno Haible  <bruno@clisp.org>
2793
2794         * gnulib-tool: New option --local-symlink.
2795         (func_usage): Document it.
2796         (lsymbolic): New variable.
2797         (func_import, func_create_testdir): If --symlink was not specified,
2798         test whether --local-symlink was specified and the file comes from
2799         the local_gnulib_dir.
2800
2801 2006-11-12  Bruno Haible  <bruno@clisp.org>
2802
2803         * gnulib-tool (func_ln): New function.
2804         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
2805
2806 2006-11-12  Bruno Haible  <bruno@clisp.org>
2807
2808         Finish support for source files in subdirectories.
2809         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
2810         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
2811         AUTOMAKE_OPTIONS.
2812         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
2813
2814 2006-11-12  Bruno Haible  <bruno@clisp.org>
2815
2816         * gnulib-tool (func_get_automake_snippet): Synthesize also an
2817         EXTRA_lib_SOURCES augmentation.
2818         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
2819
2820 2006-11-12  Jim Meyering  <jim@meyering.net>
2821
2822         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
2823         file descriptors.  This also averts a failure on systems with
2824         native openat support when a traversed directory lacks "x" access.
2825         * lib/fts_.h: Include "i-ring.h"
2826         (struct FTS) [fts_fd_ring]: New member.
2827         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
2828         (FCHDIR): Add parentheses.
2829         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
2830         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
2831         When descending, rather than simply closing the previous
2832         fts_cwd_fd value, push that file descriptor onto the ring.
2833         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
2834         (fts_open): Initialize the new fd_ring member.
2835         (fts_close): Clear the ring.
2836         (fts_safe_changedir): When possible, use our new fd_ring to skip
2837         the diropen and fstat and dev/ino comparison that would normally
2838         accompany a virtual `chdir ("..")'.
2839
2840         * modules/fts (Depends-on): Add i-ring.
2841         * modules/i-ring: New module.
2842         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
2843         * m4/i-ring.m4: New file.
2844
2845 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2846
2847         * gnulib-tool (func_create_testdir): Fix replacement of
2848         `build-aux' in configure.ac.  Run autotools in gltests
2849         subdirectory.
2850         (func_create_testdir, func_create_megatestdir, test): There is
2851         no need for '--force' in most autotool invocations in a new
2852         tree.  Actually fail the whole test if any of the tools, or the
2853         configure or make stages fail.
2854
2855         Sync from Automake.
2856         * build-aux/gnupload: Revert last change.  Add pointer to upload
2857         instructions of the GNU Maintenance Instructions.
2858         Suggestion by Karl Berry.
2859
2860 2006-11-10  Jim Meyering  <jim@meyering.net>
2861
2862         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
2863
2864 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2865
2866         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
2867         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
2868         (bind_textdomain_codeset) [! ENABLE_NLS]:
2869         Evaluate all the arguments.  That way, callers get compatible behavior
2870         if the arguments have side effects.  Also, it avoids some GCC
2871         diagnostics in some cases; Joel E. Denny reported problems when Bison
2872         was configured with --enable-gcc-warnigs.
2873
2874 2006-11-10  Jim Meyering  <jim@meyering.net>
2875
2876         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
2877         relevant options in CFLAGS (like -O, -fno-inline) are taken into
2878         account.
2879
2880 2006-11-10  Jim Meyering  <jim@meyering.net>
2881
2882         * modules/inline: New file/module.
2883         * modules/xalloc (Files): Remove m4/inline.m4.
2884         (Depends-on): Add inline, instead.
2885         * modules/oset: Likewise.
2886         * modules/list: Likewise.
2887
2888 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
2889
2890         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
2891         Problem reported by Matthew Woehlke.
2892
2893 2006-11-09  Bruno Haible  <bruno@clisp.org>
2894
2895         * lib/tempname.c (gen_tempname): Remove variant that invokes
2896         __gen_tempname.
2897         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
2898         __gen_tempname.
2899
2900 2006-11-08  Bruno Haible  <bruno@clisp.org>
2901
2902         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
2903         to 'yes' instead of 'cross-compiling'.
2904
2905 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
2906
2907         * lib/quotearg.h (quotearg_free): New decl.
2908         * lib/quotearg.c (quotearg_free): New function.
2909         (slot0, nslots, slotvec0, slotvec):
2910         Now file-scope so that quotearg_free can get at them.
2911
2912 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2913
2914         Sync from Automake.
2915         * build-aux/gnupload: Add missing 'gnu' to example URL.
2916         Report by Karl Berry.
2917
2918 2006-11-08  Bruno Haible  <bruno@clisp.org>
2919
2920         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
2921         Suggested by Paul Eggert.
2922
2923 2006-11-08  Jim Meyering  <jim@meyering.net>
2924
2925         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
2926         It's already included if !_LIBC.
2927         (fts_safe_changedir): Add a comment.
2928
2929 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2930
2931         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
2932         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
2933         Matthew Woehlke.
2934
2935         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
2936         definitions up, to avoid colliding with change below.
2937         (static_inline) [HAVE_INLINE]: New macro.
2938         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
2939         Provide extern decls when !HAVE_INLINE.  Do not define unless
2940         static_inline is defined, either by us or by xmalloc.c.  Use
2941         static_inline rather than static inline.
2942         (XCALLOC): Optimize sizeof(T) = 1 case.
2943         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
2944
2945 2006-11-07  Bruno Haible  <bruno@clisp.org>
2946
2947         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
2948         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
2949         AC_C_INLINE.
2950         * modules/xalloc (Files): Add m4/inline.m4.
2951
2952 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2953
2954         * README: Fix typo.
2955         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
2956         (Miscellanous Notes): ...from this.
2957
2958 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
2959
2960         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
2961         Mention that offsetof should be used instead of sizeof.
2962         From Bruno Haible.
2963
2964 2006-11-07  Bruno Haible  <bruno@clisp.org>
2965
2966         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
2967
2968 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2969
2970         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
2971         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
2972         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2973         (gl_tree_add_before, gl_tree_add_after):
2974         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
2975         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
2976         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
2977         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
2978         (gl_linked_add_after, gl_linked_add_at): Likewise.
2979         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
2980         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
2981         (gl_tree_add_before, gl_tree_add_after): Likewise.
2982         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
2983         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
2984         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
2985
2986 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2987
2988         * lib/gl_oset.h: Use C comment style, not C++ comment style.
2989
2990 2006-11-06  Bruno Haible  <bruno@clisp.org>
2991
2992         * m4/inline.m4: New file.
2993         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
2994         * modules/list (Files): Add m4/inline.m4.
2995         * modules/oset (Files): Likewise.
2996
2997 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
2998
2999         * lib/idcache.c: Include <stddef.h>, for offsetof.
3000         (struct userid.name): Change from char * to a flexible array member.
3001         All uses changed.
3002         * modules/idcache (Depends-on): Add flexmember.
3003
3004         * MODULES.html.sh (Core language properties): New module flexmember.
3005         * modules/flexmember, m4/flexmember.m4: New files.
3006
3007         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
3008         inline functions that are identical with the old xnmalloc_inline,
3009         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
3010         that we can avoid some unnecessary integer multiplications and
3011         divisions in the common case where the element size is known at
3012         compile time.
3013         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
3014         needed.
3015         (xnboundedmalloc): Remove.
3016         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
3017         arguments, for consistency with rest of this header.
3018         (xcharalloc): Rewrite using XNMALLOC.
3019         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
3020         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
3021         versions have been moved to lib/xalloc.h and renamed to be the
3022         non-*_inline versions.
3023         (xmalloc, xrealloc): Implement without reference to the xnmalloc
3024         and xnrealloc functions, since those functions are now inline and
3025         now call us.
3026         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
3027         renaming described above.
3028         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
3029         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
3030         captures the dependency in AC_C_INLINE.
3031
3032         New module canonicalize-lgpl, proposed by Charles Wilson in
3033         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
3034         with a few small changes afterwards.
3035         * MODULES.html.sh (File system functions): New module
3036         canonicalize-lgpl.
3037         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
3038         and canonicalize_file_name.
3039         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
3040         * modules/canonicalize-lgpl: New files.
3041
3042 2006-11-05  Bruno Haible  <bruno@clisp.org>
3043
3044         * gnulib-tool (func_import, func_create_testdir): Create directories
3045         also for files in subdirectories of lib/.
3046
3047 2006-11-05  Bruno Haible  <bruno@clisp.org>
3048
3049         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
3050         ANSI C compliant.
3051
3052 2006-11-03  Bruno Haible  <bruno@clisp.org>
3053
3054         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3055         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
3056         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
3057         (xnboundedmalloc): New inline function.
3058         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
3059         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
3060         xmalloc.
3061         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
3062         xmalloc.
3063         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
3064         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
3065         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
3066         xmalloc.
3067         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3068         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
3069         xmalloc.
3070         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
3071         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3072         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
3073         xmalloc.
3074         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3075         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
3076         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3077         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
3078         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
3079         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
3080         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
3081
3082 2006-11-03  Bruno Haible  <bruno@clisp.org>
3083
3084         * lib/c-ctype.h [C++]: Define functions without name mangling.
3085         * lib/fwriteerror.h [C++]: Likewise.
3086         * lib/gcd.h [C++]: Likewise.
3087         * lib/linebreak.h [C++]: Likewise.
3088
3089 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
3090
3091         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
3092         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
3093         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
3094         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
3095         Check for functions and headers just once.
3096         Check for declaration of canonicalize_file_name.
3097         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
3098
3099 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3100
3101         * gnulib-tool (func_import): Fix typo in actioncmd.
3102
3103 2006-11-02  Bruno Haible  <bruno@clisp.org>
3104
3105         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
3106         newline sequence in the Makefile.am snippet as a space, like "make"
3107         does.
3108         Reported by Roger Persson <perrog@gmail.com>.
3109
3110 2006-11-01  Bruno Haible  <bruno@clisp.org>
3111
3112         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
3113         already declared in <string.h>.
3114         * lib/strcase.h (strncasecmp): Don't declare it if yes.
3115
3116 2006-11-01  Bruno Haible  <bruno@clisp.org>
3117
3118         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
3119         * lib/strcase.h: Include <string.h>.
3120         (strcasecmp): Define to rpl_strcasecmp here.
3121
3122 2006-11-01  Bruno Haible  <bruno@clisp.org>
3123
3124         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
3125
3126 2006-11-01  Eric Blake  <ebb9@byu.net>
3127
3128         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
3129
3130         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
3131
3132 2006-10-29  Bruno Haible  <bruno@clisp.org>
3133
3134         Make it compile in C++ mode.
3135         * lib/full-write.c (full_rw): Add a cast.
3136
3137 2006-11-01  Bruno Haible  <bruno@clisp.org>
3138
3139         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
3140         be POSIX compliant.
3141         Reported by Roger Persson <perrog@gmail.com>.
3142
3143 2006-11-01  Eric Blake  <ebb9@byu.net>
3144
3145         * lib/getopt_.h: Fix comments.
3146
3147 2006-10-31  Eric Blake  <ebb9@byu.net>
3148
3149         * modules/tmpdir (Depends-on): Add sys_stat.
3150         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
3151         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
3152         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
3153         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
3154         tempname.
3155
3156 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
3157
3158         Avoid some C++ diagnostics reported by Bruno Haible.
3159         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
3160         xmalloc.
3161         (quotearg_alloc): Use xcharalloc rather than xmalloc.
3162         (struct slotvec): Move to top level.
3163         (quotearg_n_options): Rewrite to avoid xmalloc.
3164         * lib/xalloc.h (xcharalloc): New function.
3165         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
3166         [defined __cplusplus]: Add function template that provides result
3167         type propagation.  This part of the change is from Bruno Haible.
3168
3169 2006-10-29  Bruno Haible  <bruno@clisp.org>
3170
3171         Make it compile in C++ mode.
3172         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
3173         * lib/strnlen1.c (strnlen1): Cast memchr result.
3174         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
3175         * lib/clean-temp.c (string_equals, string_hash): Add casts.
3176         (create_temp_dir): Rename local variable 'template'.
3177         (compile_csharp_using_sscli): Add cast.
3178         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
3179         * lib/findprog.c (find_in_path): Likewise.
3180         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
3181         * lib/wait-process.c (register_slave_subprocess): Likewise.
3182
3183 2006-10-22  Bruno Haible  <bruno@clisp.org>
3184
3185         * modules/tsearch: New file.
3186         * lib/tsearch.h: New file.
3187         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
3188         * m4/tsearch.m4: New file.
3189         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
3190
3191 2006-10-29  Eric Blake  <ebb9@byu.net>
3192
3193         * lib/arcfour.c: Assume config.h.
3194         * lib/arctwo.c: Likewise.
3195         * lib/base64.c: Likewise.
3196         * lib/check-version.c: Likewise.
3197         * lib/crc.c: Likewise.
3198         * lib/des.c: Likewise.
3199         * lib/gc-gnulib.c: Likewise.
3200         * lib/gc-libgcrypt.c: Likewise.
3201         * lib/gc-pbkdf2-sha1.c: Likewise.
3202         * lib/getaddrinfo.c: Likewise.
3203         * lib/getdelim.c: Likewise.
3204         * lib/getline.c: Likewise.
3205         * lib/hmac-md5.c: Likewise.
3206         * lib/hmac-sha1.c: Likewise.
3207         * lib/iconvme.c: Likewise.
3208         * lib/md2.c: Likewise.
3209         * lib/md4.c: Likewise.
3210         * lib/memxor.c: Likewise.
3211         * lib/read-file.c: Likewise.
3212         * lib/readline.c: Likewise.
3213         * lib/rijndael-alg-fst.c: Likewise.
3214         * lib/rijndael-api-fst.c: Likewise.
3215         * lib/xgetdomainname.c: Likewise.
3216
3217 2006-10-28  Eric Blake  <ebb9@byu.net>
3218
3219         * lib/xstrndup.c: Assume config.h.
3220
3221 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
3222
3223         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
3224         stat-macros.h is now for our own macros, whereas stat_h is for
3225         macros in the <sys/stat.h> name space.
3226         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
3227         (STAT_MACROS_H): Remove.
3228         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
3229         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
3230         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
3231         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
3232         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
3233         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
3234         Move these macros to ...
3235         * lib/stat_.h: here.  Don't include stat-macros.h.
3236         * lib/canonicalize.c: Don't include stat-macros.h.
3237         * lib/chown.c: Likewise.
3238         * lib/euidaccess.c: Likewise.
3239         * lib/file-type.c: Likewise.
3240         * lib/filemode.c: Likewise.
3241         * lib/glob.c: Likewise.
3242         * lib/isapipe.c: Likewise.
3243         * lib/lchown.c: Likewise.
3244         * lib/lstat.c: Likewise.
3245         * lib/mkdir-p.c: Likewise.
3246         * lib/rmdir.c: Likewise.
3247         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
3248         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
3249         unless mkdir isn't declared, to speed up 'configure'.
3250         Always create sys/stat.h, since it's unlikely any real sys/stat.h
3251         would define all the S_* symbols.
3252         * modules/canonicalize (Depends-on):
3253         Depend on sys_stat, not stat-macros.
3254         * modules/chown: Likewise.
3255         * modules/euidaccess: Likewise.
3256         * modules/filemode: Likewise.
3257         * modules/file-type: Likewise.
3258         * modules/glob: Likewise.
3259         * modules/isapipe: Likewise.
3260         * modules/lchown: Likewise.
3261         * modules/lstat: Likewise.
3262         * modules/mkancesdirs: Likewise.
3263         * modules/rmdir: Likewise.
3264         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
3265         * modules/modechange: Likewise.
3266         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
3267         (configure.ac): Remove gl_STAT_MACROS.
3268         * modules/sys_stat (Depends-on): Remove stat-macros.
3269
3270 2006-10-27  Bruno Haible  <bruno@clisp.org>
3271
3272         * m4/signed.m4: Remove file.
3273         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
3274         invocation.
3275         * modules/vasnprintf (Files): Remove m4/signed.m4.
3276
3277 2006-10-27  Bruno Haible  <bruno@clisp.org>
3278
3279         Update to GNU gettext 0.16.
3280         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
3281         m4/inttypes-h.m4, m4/signed.m4.
3282         * m4/gettext.m4: Update to GNU gettext 0.16.
3283         * m4/intl.m4: New file, from GNU gettext.
3284         * m4/intldir.m4: New file, from GNU gettext.
3285         * config/srclist.txt: Update
3286
3287 2006-10-27  Eric Blake  <ebb9@byu.net>
3288
3289         * MODULES.html.sh: Document tempname.
3290         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
3291         dependencies.
3292         (Files): Move lib/tempname.c...
3293         * modules/tempname: ...to this new module.
3294         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
3295         (gl_PREREQ_TEMPNAME): Move...
3296         * m4/tempname.m4: ...to this new file.
3297         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
3298         * modules/sys_stat (Depends-on): Add stat-macros.
3299         * lib/stat_.h (includes): Pick up stat macros.
3300         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
3301         if stat macros are broken.
3302         * lib/tempname.c (includes): No need to include "stat-macros.h".
3303         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
3304         (direxists, __path_search) [!_LIBC]: Don't compile these in
3305         gnulib; the tmpdir module covers that.
3306         * lib/tempname.h: New file.
3307
3308 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
3309
3310         * COPYING: Explain how gnulib-tool converts licence headers.
3311         Almost all wording by Eric Blake.
3312
3313 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
3314
3315         * lib/mbchar.h (is_basic_table): Make read-only.
3316         * lib/mbchar.c (is_basic_table): Likewise.
3317         Reported by John Darrington.
3318
3319 2006-10-25  Bruno Haible  <bruno@clisp.org>
3320
3321         * lib/progname.h (set_program_name): Undefine before defining.
3322
3323 2006-10-25  Bruno Haible  <bruno@clisp.org>
3324
3325         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
3326         false for non-gcc C++ compilers.
3327         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
3328
3329 2006-10-24  Bruno Haible  <bruno@clisp.org>
3330
3331         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
3332         iconv implementations like Irix iconv.
3333
3334 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3335
3336         * modules/vararrays: New file.
3337         * m4/vararrays.m4: New file, taken from diffutils.
3338         * MODULES.html.sh: New module vararrays.
3339
3340 2006-10-24  Karl Berry  <karl@gnu.org>
3341
3342         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
3343         Don't call GNU Unix.
3344
3345 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3346
3347         * users.txt: Add Libtool.
3348
3349         Sync from Libtool:
3350
3351         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3352
3353         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
3354         to gnulib's policy of including config.h unconditionally.
3355
3356 2006-10-24  Bruno Haible  <bruno@clisp.org>
3357
3358         * modules/wcwidth (Files): Add m4/wint_t.m4.
3359         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
3360         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
3361
3362 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3363
3364         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
3365         to pacify GCC with some -W flags enabled.  Problem reported by
3366         Bruno Haible.
3367
3368 2006-10-24  Jim Meyering  <jim@meyering.net>
3369
3370         * MODULES.html.sh: Remove uinttostr.  It's not a module.
3371         Reported by Karl Berry.
3372
3373 2006-10-23  Bruno Haible  <bruno@clisp.org>
3374
3375         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
3376
3377 2006-10-24  Bruno Haible  <bruno@clisp.org>
3378
3379         * lib/gl_list.h: Use C comment style, not C++ comment style.
3380
3381 2006-10-23  Eric Blake  <ebb9@byu.net>
3382
3383         * lib/getaddrinfo.c (includes): Add missing include.
3384
3385 2006-10-23  Bruno Haible  <bruno@clisp.org>
3386             Paul Eggert  <eggert@cs.ucla.edu>
3387
3388         Ability to rename obstack_free.
3389         * lib/obstack.h (__obstack_free): New macro. Declare instead of
3390         obstack_free.
3391         (obstack_free): Invoke the __obstack_free macro.
3392         * lib/obstack.c (obstack_free): Use __obstack_free macro.
3393
3394 2006-10-23  Bruno Haible  <bruno@clisp.org>
3395             Paul Eggert  <eggert@cs.ucla.edu>
3396
3397         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
3398         __argc, __argv from the declaration. (They are defined as macros on
3399         mingw.)
3400
3401 2006-10-22  Bruno Haible  <bruno@clisp.org>
3402
3403         * doc/gnulib-intro.texi: New file.
3404         * doc/gnulib.texi: Include it.
3405
3406 2006-10-21  Bruno Haible  <bruno@clisp.org>
3407
3408         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
3409         "Introduction", "Miscellanous Notes", "Particular Modules".
3410
3411 2006-10-21  Bruno Haible  <bruno@clisp.org>
3412
3413         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3414         Change mostlyclean-local rule to avoid sh syntax error from bash
3415         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
3416
3417 2006-10-23  Jim Meyering  <jim@meyering.net>
3418
3419         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
3420         in place of snprintf.
3421
3422         * modules/inttostr (Files): Add lib/uinttostr.c.
3423         * lib/uinttostr.c (inttostr): New file/function.
3424         * lib/inttostr.h (uinttostr): Declare.
3425         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
3426         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
3427         Add uinttostr.
3428         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
3429
3430 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3431
3432         * lib/canonicalize.c (ELOOP): Define if not already defined.
3433         Problem reported by Bruno Haible in
3434         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
3435
3436 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3437
3438         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
3439         Problem reported by Perry Smith and Ville Laurikari.
3440
3441         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
3442         uses.
3443
3444 2006-10-19  Bruno Haible  <bruno@clisp.org>
3445
3446         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
3447         for mingw.
3448
3449 2006-10-19  Bruno Haible  <bruno@clisp.org>
3450
3451         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
3452         Needed for mingw.
3453
3454 2006-10-19  Bruno Haible  <bruno@clisp.org>
3455
3456         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
3457
3458 2006-10-19  Bruno Haible  <bruno@clisp.org>
3459
3460         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
3461         it.
3462
3463 2006-10-19  Bruno Haible  <bruno@clisp.org>
3464
3465         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
3466         invocation.
3467
3468 2006-10-19  Bruno Haible  <bruno@clisp.org>
3469
3470         * gnulib-tool (func_create_testdir): Don't include ftruncate and
3471         mountlist by default.
3472
3473 2006-10-16  Bruno Haible  <bruno@clisp.org>
3474
3475         * lib/c-strstr.c: Include c-strstr.h.
3476
3477 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3478
3479         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
3480         in a slash.
3481
3482 2006-10-18  Bruno Haible  <bruno@clisp.org>
3483
3484         * lib/lock.h [C++]: Wrap definitions in extern "C".
3485
3486 2006-10-18  Bruno Haible  <bruno@clisp.org>
3487
3488         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
3489         gl_LIBOBJS list.
3490
3491 2006-10-18  Bruno Haible  <bruno@clisp.org>
3492
3493         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
3494
3495 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
3496
3497         * lib/xstrtol.h: Include gettext.h.
3498         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
3499         Problem reported by Eric Blake.
3500         * modules/xstrtol (Depends-on): Add gettext-h.
3501
3502 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
3503
3504         * lib/strftime.c (advance): New macro.
3505         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
3506         incomplete type, so you can't add 0 to it.  Problem and patch
3507         reported by Eelco Dolstra for dietlibc.
3508
3509 2006-10-18  Jim Meyering  <jim@meyering.net>
3510
3511         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
3512         type for a local, and rename it: s/up/user_proc/.
3513
3514 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
3515
3516         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
3517         READ_UTMP_USER_PROCESS.
3518         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
3519
3520 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
3521
3522         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
3523         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
3524
3525 2006-10-17  Eric Blake  <ebb9@byu.net>
3526
3527         * lib/sigprocmask.c (sigprocmask): Fix typo.
3528
3529         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
3530
3531         * modules/clean-temp (Makefile.am): Don't add to make output...
3532         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
3533         config.h.
3534
3535 2006-10-17  Bruno Haible  <bruno@clisp.org>
3536
3537         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
3538         differently if DEFAULT_TEXT_DOMAIN is set.
3539
3540 2006-10-16  Bruno Haible  <bruno@clisp.org>
3541
3542         * lib/clean-temp.c: Include fwriteerror.h.
3543
3544 2006-10-16  Bruno Haible  <bruno@clisp.org>
3545
3546         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
3547
3548 2006-10-16  Bruno Haible  <bruno@clisp.org>
3549
3550         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
3551         * lib/sigprocmask.h: Include <sys/types.h>.
3552         (sigset_t): Use the system's definition if present.
3553
3554 2006-10-17  Eric Blake  <ebb9@byu.net>
3555
3556         * lib/xvasprintf.c (includes): Assume config.h.
3557         * lib/xasprintf.c (includes): Likewise.
3558
3559 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
3560
3561         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
3562         at least as wide as intmax_t.
3563
3564 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
3565
3566         (Imported from Automake.)
3567         * build-aux/gnupload: Update to version 1.1 of directive file.
3568
3569 2006-10-16  Eric Blake  <ebb9@byu.net>
3570
3571         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
3572         match Automake 1.10a.
3573
3574 2006-10-14  Bruno Haible  <bruno@clisp.org>
3575
3576         * modules/sigprocmask: New file.
3577         * lib/sigprocmask.h: New file.
3578         * lib/sigprocmask.c: New file.
3579         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
3580         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
3581         request sigprocmask.o.
3582         (gl_PREREQ_SIGPROCMASK): New macro.
3583         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
3584         (Depends-on): Add sigprocmask.
3585         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
3586         gt_SIGNALBLOCKING. Test for 'raise' only once.
3587         * lib/fatal-signal.c: Include sigprocmask.h.
3588         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
3589         unblock_fatal_signals): Define always.
3590         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3591         sigprocmask.
3592
3593 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
3594
3595         Sync from Automake.
3596         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
3597         which incorrectly sets the mode of an existing destination
3598         directory.  In some cases the unpatched install-sh could do the
3599         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
3600         system.  We hope this is rare in practice, but it's clearly worth
3601         fixing.  Problem reported by Alex Unleashed in
3602         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
3603         Also, don't bother to check for -m bugs unless we're using -m;
3604         suggested by Stepan Kasal.
3605
3606 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3607
3608         Sync from Automake.
3609         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
3610         `-c' flag, so they appear at the same position as in %FASTDEP%
3611         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
3612         which ignores unknown options only after the first non-option.
3613         Bug report against M4 by Nelson H. F. Beebe.
3614
3615 2006-10-13  Jim Meyering  <jim@meyering.net>
3616
3617         Fix a bug in yesterday's change.
3618         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
3619         p->fts_statp->st_dev would be used uninitialized.
3620         Ensures that we always call fts_stat on the very first entry.
3621         Miklos Szeredi reported that find -xdev stopped working.
3622
3623 2006-10-12  Bruno Haible  <bruno@clisp.org>
3624
3625         * gnulib-tool (func_get_automake_snippet): Append an automatically
3626         computed EXTRA_DIST augmentation.
3627         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
3628         * modules/alloca-opt (Makefile.am): Likewise.
3629         * modules/allocsa (Makefile.am): Likewise.
3630         * modules/arcfour (Makefile.am): Likewise.
3631         * modules/arctwo (Makefile.am): Likewise.
3632         * modules/argmatch (Makefile.am): Likewise.
3633         * modules/argz (Makefile.am): Likewise.
3634         * modules/atexit (Makefile.am): Likewise.
3635         * modules/backupfile (Makefile.am): Likewise.
3636         * modules/byteswap (Makefile.am): Likewise.
3637         * modules/c-strtod (Makefile.am): Likewise.
3638         * modules/c-strtold (Makefile.am): Likewise.
3639         * modules/calloc (Makefile.am): Likewise.
3640         * modules/canon-host (Makefile.am): Likewise.
3641         * modules/canonicalize (Makefile.am): Likewise.
3642         * modules/chdir-long (Makefile.am): Likewise.
3643         * modules/chdir-safer (Makefile.am): Likewise.
3644         * modules/check-version (Makefile.am): Likewise.
3645         * modules/chown (Makefile.am): Likewise.
3646         * modules/cloexec (Makefile.am): Likewise.
3647         * modules/close-stream (Makefile.am): Likewise.
3648         * modules/closeout (Makefile.am): Likewise.
3649         * modules/crc (Makefile.am): Likewise.
3650         * modules/csharpexec (Makefile.am): Likewise.
3651         * modules/cycle-check (Makefile.am): Likewise.
3652         * modules/des (Makefile.am): Likewise.
3653         * modules/dev-ino (Makefile.am): Likewise.
3654         * modules/dirfd (Makefile.am): Likewise.
3655         * modules/dirname (Makefile.am): Likewise.
3656         * modules/dup2 (Makefile.am): Likewise.
3657         * modules/eealloc (Makefile.am): Likewise.
3658         * modules/error (Makefile.am): Likewise.
3659         * modules/euidaccess (Makefile.am): Likewise.
3660         * modules/exclude (Makefile.am): Likewise.
3661         * modules/exitfail (Makefile.am): Likewise.
3662         * modules/fcntl-safer (Makefile.am): Likewise.
3663         * modules/fcntl (Makefile.am): Likewise.
3664         * modules/file-type (Makefile.am): Likewise.
3665         * modules/fileblocks (Makefile.am): Likewise.
3666         * modules/filemode (Makefile.am): Likewise.
3667         * modules/filenamecat (Makefile.am): Likewise.
3668         * modules/fnmatch (Makefile.am): Likewise.
3669         * modules/fopen-safer (Makefile.am): Likewise.
3670         * modules/fpending (Makefile.am): Likewise.
3671         * modules/fprintftime (Makefile.am): Likewise.
3672         * modules/free (Makefile.am): Likewise.
3673         * modules/fsusage (Makefile.am): Likewise.
3674         * modules/ftruncate (Makefile.am): Likewise.
3675         * modules/fts (Makefile.am): Likewise.
3676         * modules/gc-arcfour (Makefile.am): Likewise.
3677         * modules/gc-des (Makefile.am): Likewise.
3678         * modules/gc-hmac-md5 (Makefile.am): Likewise.
3679         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
3680         * modules/gc-md4 (Makefile.am): Likewise.
3681         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3682         * modules/gc-sha1 (Makefile.am): Likewise.
3683         * modules/gc (Makefile.am): Likewise.
3684         * modules/getaddrinfo (Makefile.am): Likewise.
3685         * modules/getcwd (Makefile.am): Likewise.
3686         * modules/getdelim (Makefile.am): Likewise.
3687         * modules/getdomainname (Makefile.am): Likewise.
3688         * modules/getgroups (Makefile.am): Likewise.
3689         * modules/gethostname (Makefile.am): Likewise.
3690         * modules/gethrxtime (Makefile.am): Likewise.
3691         * modules/getline (Makefile.am): Likewise.
3692         * modules/getloadavg (Makefile.am): Likewise.
3693         * modules/getlogin_r (Makefile.am): Likewise.
3694         * modules/getndelim2 (Makefile.am): Likewise.
3695         * modules/getopt (Makefile.am): Likewise.
3696         * modules/getpagesize (Makefile.am): Likewise.
3697         * modules/getpass-gnu (Makefile.am): Likewise.
3698         * modules/getpass (Makefile.am): Likewise.
3699         * modules/getsubopt (Makefile.am): Likewise.
3700         * modules/gettime (Makefile.am): Likewise.
3701         * modules/gettimeofday (Makefile.am): Likewise.
3702         * modules/getugroups (Makefile.am): Likewise.
3703         * modules/getusershell (Makefile.am): Likewise.
3704         * modules/glob (Makefile.am): Likewise.
3705         * modules/group-member (Makefile.am): Likewise.
3706         * modules/hard-locale (Makefile.am): Likewise.
3707         * modules/hash (Makefile.am): Likewise.
3708         * modules/hmac-md5 (Makefile.am): Likewise.
3709         * modules/hmac-sha1 (Makefile.am): Likewise.
3710         * modules/human (Makefile.am): Likewise.
3711         * modules/idcache (Makefile.am): Likewise.
3712         * modules/imaxabs (Makefile.am): Likewise.
3713         * modules/imaxdiv (Makefile.am): Likewise.
3714         * modules/inet_ntop (Makefile.am): Likewise.
3715         * modules/inet_pton (Makefile.am): Likewise.
3716         * modules/intprops (Makefile.am): Likewise.
3717         * modules/inttostr (Makefile.am): Likewise.
3718         * modules/inttypes (Makefile.am): Likewise.
3719         * modules/isapipe (Makefile.am): Likewise.
3720         * modules/javaversion (Makefile.am): Likewise.
3721         * modules/lchmod (Makefile.am): Likewise.
3722         * modules/lchown (Makefile.am): Likewise.
3723         * modules/localcharset (Makefile.am): Likewise.
3724         * modules/long-options (Makefile.am): Likewise.
3725         * modules/lstat (Makefile.am): Likewise.
3726         * modules/malloc (Makefile.am): Likewise.
3727         * modules/mathl (Makefile.am): Likewise.
3728         * modules/mbchar (Makefile.am): Likewise.
3729         * modules/md2 (Makefile.am): Likewise.
3730         * modules/md4 (Makefile.am): Likewise.
3731         * modules/md5 (Makefile.am): Likewise.
3732         * modules/memcasecmp (Makefile.am): Likewise.
3733         * modules/memchr (Makefile.am): Likewise.
3734         * modules/memcmp (Makefile.am): Likewise.
3735         * modules/memcoll (Makefile.am): Likewise.
3736         * modules/memcpy (Makefile.am): Likewise.
3737         * modules/memmem (Makefile.am): Likewise.
3738         * modules/memmove (Makefile.am): Likewise.
3739         * modules/mempcpy (Makefile.am): Likewise.
3740         * modules/memrchr (Makefile.am): Likewise.
3741         * modules/memset (Makefile.am): Likewise.
3742         * modules/memxor (Makefile.am): Likewise.
3743         * modules/mkancesdirs (Makefile.am): Likewise.
3744         * modules/mkdir-p (Makefile.am): Likewise.
3745         * modules/mkdir (Makefile.am): Likewise.
3746         * modules/mkdtemp (Makefile.am): Likewise.
3747         * modules/mkstemp (Makefile.am): Likewise.
3748         * modules/mktime (Makefile.am): Likewise.
3749         * modules/modechange (Makefile.am): Likewise.
3750         * modules/mountlist (Makefile.am): Likewise.
3751         * modules/nanosleep (Makefile.am): Likewise.
3752         * modules/obstack (Makefile.am): Likewise.
3753         * modules/openat (Makefile.am): Likewise.
3754         * modules/pagealign_alloc (Makefile.am): Likewise.
3755         * modules/pathmax (Makefile.am): Likewise.
3756         * modules/physmem (Makefile.am): Likewise.
3757         * modules/poll (Makefile.am): Likewise.
3758         * modules/posixtm (Makefile.am): Likewise.
3759         * modules/posixver (Makefile.am): Likewise.
3760         * modules/putenv (Makefile.am): Likewise.
3761         * modules/quote (Makefile.am): Likewise.
3762         * modules/quotearg (Makefile.am): Likewise.
3763         * modules/raise (Makefile.am): Likewise.
3764         * modules/read-file (Makefile.am): Likewise.
3765         * modules/readline (Makefile.am): Likewise.
3766         * modules/readlink (Makefile.am): Likewise.
3767         * modules/readtokens (Makefile.am): Likewise.
3768         * modules/readutmp (Makefile.am): Likewise.
3769         * modules/realloc (Makefile.am): Likewise.
3770         * modules/regex (Makefile.am): Likewise.
3771         * modules/rename-dest-slash (Makefile.am): Likewise.
3772         * modules/rename (Makefile.am): Likewise.
3773         * modules/rijndael (Makefile.am): Likewise.
3774         * modules/rmdir (Makefile.am): Likewise.
3775         * modules/rpmatch (Makefile.am): Likewise.
3776         * modules/safe-read (Makefile.am): Likewise.
3777         * modules/safe-write (Makefile.am): Likewise.
3778         * modules/same-inode (Makefile.am): Likewise.
3779         * modules/same (Makefile.am): Likewise.
3780         * modules/save-cwd (Makefile.am): Likewise.
3781         * modules/savedir (Makefile.am): Likewise.
3782         * modules/setenv (Makefile.am): Likewise.
3783         * modules/settime (Makefile.am): Likewise.
3784         * modules/sha1 (Makefile.am): Likewise.
3785         * modules/sig2str (Makefile.am): Likewise.
3786         * modules/snprintf (Makefile.am): Likewise.
3787         * modules/stat-macros (Makefile.am): Likewise.
3788         * modules/stat-time (Makefile.am): Likewise.
3789         * modules/stdbool (Makefile.am): Likewise.
3790         * modules/stdint (Makefile.am): Likewise.
3791         * modules/stdlib-safer (Makefile.am): Likewise.
3792         * modules/stpcpy (Makefile.am): Likewise.
3793         * modules/stpncpy (Makefile.am): Likewise.
3794         * modules/strcase (Makefile.am): Likewise.
3795         * modules/strcasestr (Makefile.am): Likewise.
3796         * modules/strchrnul (Makefile.am): Likewise.
3797         * modules/strcspn (Makefile.am): Likewise.
3798         * modules/strdup (Makefile.am): Likewise.
3799         * modules/strerror (Makefile.am): Likewise.
3800         * modules/strftime (Makefile.am): Likewise.
3801         * modules/strndup (Makefile.am): Likewise.
3802         * modules/strnlen (Makefile.am): Likewise.
3803         * modules/strpbrk (Makefile.am): Likewise.
3804         * modules/strsep (Makefile.am): Likewise.
3805         * modules/strstr (Makefile.am): Likewise.
3806         * modules/strtod (Makefile.am): Likewise.
3807         * modules/strtoimax (Makefile.am): Likewise.
3808         * modules/strtok_r (Makefile.am): Likewise.
3809         * modules/strtol (Makefile.am): Likewise.
3810         * modules/strtoll (Makefile.am): Likewise.
3811         * modules/strtoul (Makefile.am): Likewise.
3812         * modules/strtoull (Makefile.am): Likewise.
3813         * modules/strtoumax (Makefile.am): Likewise.
3814         * modules/strverscmp (Makefile.am): Likewise.
3815         * modules/sys_socket (Makefile.am): Likewise.
3816         * modules/sys_stat (Makefile.am): Likewise.
3817         * modules/sysexits (Makefile.am): Likewise.
3818         * modules/time_r (Makefile.am): Likewise.
3819         * modules/timegm (Makefile.am): Likewise.
3820         * modules/timespec (Makefile.am): Likewise.
3821         * modules/tmpfile-safer (Makefile.am): Likewise.
3822         * modules/trim (Makefile.am): Likewise.
3823         * modules/unistd-safer (Makefile.am): Likewise.
3824         * modules/unlinkdir (Makefile.am): Likewise.
3825         * modules/unlocked-io (Makefile.am): Likewise.
3826         * modules/userspec (Makefile.am): Likewise.
3827         * modules/utime (Makefile.am): Likewise.
3828         * modules/utimecmp (Makefile.am): Likewise.
3829         * modules/utimens (Makefile.am): Likewise.
3830         * modules/vasnprintf (Makefile.am): Likewise.
3831         * modules/vasprintf (Makefile.am): Likewise.
3832         * modules/vsnprintf (Makefile.am): Likewise.
3833         * modules/xalloc (Makefile.am): Likewise.
3834         * modules/xgetcwd (Makefile.am): Likewise.
3835         * modules/xnanosleep (Makefile.am): Likewise.
3836         * modules/xreadlink (Makefile.am): Likewise.
3837         * modules/xstrtod (Makefile.am): Likewise.
3838         * modules/xstrtol (Makefile.am): Likewise.
3839         * modules/xstrtold (Makefile.am): Likewise.
3840         * modules/yesno (Makefile.am): Likewise.
3841         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
3842
3843 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
3844
3845         * modules/error (Makefile.am): Distribute files through
3846         EXTRA_DIST, not lib_SOURCES.
3847
3848 2006-10-12  Eric Blake  <ebb9@byu.net>
3849
3850         * modules/error (Makefile.am): Distribute files in /lib.
3851         * modules/obstack (Makefile.am): Likewise.
3852
3853 2006-10-12  Bruno Haible  <bruno@clisp.org>
3854
3855         * modules/acl (Makefile.am): Distribute all files in lib/ through
3856         EXTRA_DIST.
3857         * modules/arcfour (Makefile.am): Likewise.
3858         * modules/arctwo (Makefile.am): Likewise.
3859         * modules/argmatch (Makefile.am): Likewise.
3860         * modules/argz (Makefile.am): Likewise.
3861         * modules/atexit (Makefile.am): Likewise.
3862         * modules/backupfile (Makefile.am): Likewise.
3863         * modules/c-strtod (Makefile.am): Likewise.
3864         * modules/c-strtold (Makefile.am): Likewise.
3865         * modules/calloc (Makefile.am): Likewise.
3866         * modules/canon-host (Makefile.am): Likewise.
3867         * modules/canonicalize (Makefile.am): Likewise.
3868         * modules/chdir-long (Makefile.am): Likewise.
3869         * modules/chdir-safer (Makefile.am): Likewise.
3870         * modules/check-version (Makefile.am): Likewise.
3871         * modules/chown (Makefile.am): Likewise.
3872         * modules/cloexec (Makefile.am): Likewise.
3873         * modules/close-stream (Makefile.am): Likewise.
3874         * modules/closeout (Makefile.am): Likewise.
3875         * modules/crc (Makefile.am): Likewise.
3876         * modules/cycle-check (Makefile.am): Likewise.
3877         * modules/des (Makefile.am): Likewise.
3878         * modules/dirfd (Makefile.am): Likewise.
3879         * modules/dirname (Makefile.am): Likewise.
3880         * modules/dup2 (Makefile.am): Likewise.
3881         * modules/euidaccess (Makefile.am): Likewise.
3882         * modules/exclude (Makefile.am): Likewise.
3883         * modules/exitfail (Makefile.am): Likewise.
3884         * modules/fcntl-safer (Makefile.am): Likewise.
3885         * modules/file-type (Makefile.am): Likewise.
3886         * modules/fileblocks (Makefile.am): Likewise.
3887         * modules/filemode (Makefile.am): Likewise.
3888         * modules/filenamecat (Makefile.am): Likewise.
3889         * modules/fnmatch (Makefile.am): Likewise.
3890         * modules/fopen-safer (Makefile.am): Likewise.
3891         * modules/fpending (Makefile.am): Likewise.
3892         * modules/fprintftime (Makefile.am): Likewise.
3893         * modules/free (Makefile.am): Likewise.
3894         * modules/fsusage (Makefile.am): Likewise.
3895         * modules/ftruncate (Makefile.am): Likewise.
3896         * modules/fts (Makefile.am): Likewise.
3897         * modules/gc (Makefile.am): Likewise.
3898         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3899         * modules/getaddrinfo (Makefile.am): Likewise.
3900         * modules/getcwd (Makefile.am): Likewise.
3901         * modules/getdelim (Makefile.am): Likewise.
3902         * modules/getdomainname (Makefile.am): Likewise.
3903         * modules/getgroups (Makefile.am): Likewise.
3904         * modules/gethostname (Makefile.am): Likewise.
3905         * modules/gethrxtime (Makefile.am): Likewise.
3906         * modules/getline (Makefile.am): Likewise.
3907         * modules/getloadavg (Makefile.am): Likewise.
3908         * modules/getlogin_r (Makefile.am): Likewise.
3909         * modules/getopt (Makefile.am): Likewise.
3910         * modules/getpass (Makefile.am): Likewise.
3911         * modules/getpass-gnu (Makefile.am): Likewise.
3912         * modules/getsubopt (Makefile.am): Likewise.
3913         * modules/gettime (Makefile.am): Likewise.
3914         * modules/gettimeofday (Makefile.am): Likewise.
3915         * modules/getugroups (Makefile.am): Likewise.
3916         * modules/getusershell (Makefile.am): Likewise.
3917         * modules/glob (Makefile.am): Likewise.
3918         * modules/group-member (Makefile.am): Likewise.
3919         * modules/hard-locale (Makefile.am): Likewise.
3920         * modules/hash (Makefile.am): Likewise.
3921         * modules/hmac-md5 (Makefile.am): Likewise.
3922         * modules/hmac-sha1 (Makefile.am): Likewise.
3923         * modules/human (Makefile.am): Likewise.
3924         * modules/idcache (Makefile.am): Likewise.
3925         * modules/imaxabs (Makefile.am): Likewise.
3926         * modules/imaxdiv (Makefile.am): Likewise.
3927         * modules/inet_ntop (Makefile.am): Likewise.
3928         * modules/inet_pton (Makefile.am): Likewise.
3929         * modules/inttostr (Makefile.am): Likewise.
3930         * modules/isapipe (Makefile.am): Likewise.
3931         * modules/lchown (Makefile.am): Likewise.
3932         * modules/long-options (Makefile.am): Likewise.
3933         * modules/lstat (Makefile.am): Likewise.
3934         * modules/malloc (Makefile.am): Likewise.
3935         * modules/mathl (Makefile.am): Likewise.
3936         * modules/mbchar (Makefile.am): Likewise.
3937         * modules/md2 (Makefile.am): Likewise.
3938         * modules/md4 (Makefile.am): Likewise.
3939         * modules/md5 (Makefile.am): Likewise.
3940         * modules/memcasecmp (Makefile.am): Likewise.
3941         * modules/memchr (Makefile.am): Likewise.
3942         * modules/memcmp (Makefile.am): Likewise.
3943         * modules/memcoll (Makefile.am): Likewise.
3944         * modules/memcpy (Makefile.am): Likewise.
3945         * modules/memmem (Makefile.am): Likewise.
3946         * modules/memmove (Makefile.am): Likewise.
3947         * modules/mempcpy (Makefile.am): Likewise.
3948         * modules/memrchr (Makefile.am): Likewise.
3949         * modules/memset (Makefile.am): Likewise.
3950         * modules/memxor (Makefile.am): Likewise.
3951         * modules/mkancesdirs (Makefile.am): Likewise.
3952         * modules/mkdir (Makefile.am): Likewise.
3953         * modules/mkdir-p (Makefile.am): Likewise.
3954         * modules/mkdtemp (Makefile.am): Likewise.
3955         * modules/mkstemp (Makefile.am): Likewise.
3956         * modules/mktime (Makefile.am): Likewise.
3957         * modules/modechange (Makefile.am): Likewise.
3958         * modules/mountlist (Makefile.am): Likewise.
3959         * modules/nanosleep (Makefile.am): Likewise.
3960         * modules/openat (Makefile.am): Likewise.
3961         * modules/pagealign_alloc (Makefile.am): Likewise.
3962         * modules/physmem (Makefile.am): Likewise.
3963         * modules/poll (Makefile.am): Likewise.
3964         * modules/posixtm (Makefile.am): Likewise.
3965         * modules/posixver (Makefile.am): Likewise.
3966         * modules/putenv (Makefile.am): Likewise.
3967         * modules/quote (Makefile.am): Likewise.
3968         * modules/quotearg (Makefile.am): Likewise.
3969         * modules/raise (Makefile.am): Likewise.
3970         * modules/read-file (Makefile.am): Likewise.
3971         * modules/readline (Makefile.am): Likewise.
3972         * modules/readlink (Makefile.am): Likewise.
3973         * modules/readtokens (Makefile.am): Likewise.
3974         * modules/readutmp (Makefile.am): Likewise.
3975         * modules/realloc (Makefile.am): Likewise.
3976         * modules/regex (Makefile.am): Likewise.
3977         * modules/rename (Makefile.am): Likewise.
3978         * modules/rename-dest-slash (Makefile.am): Likewise.
3979         * modules/rijndael (Makefile.am): Likewise.
3980         * modules/rmdir (Makefile.am): Likewise.
3981         * modules/rpmatch (Makefile.am): Likewise.
3982         * modules/safe-read (Makefile.am): Likewise.
3983         * modules/safe-write (Makefile.am): Likewise.
3984         * modules/same (Makefile.am): Likewise.
3985         * modules/save-cwd (Makefile.am): Likewise.
3986         * modules/savedir (Makefile.am): Likewise.
3987         * modules/setenv (Makefile.am): Likewise.
3988         * modules/settime (Makefile.am): Likewise.
3989         * modules/sha1 (Makefile.am): Likewise.
3990         * modules/sig2str (Makefile.am): Likewise.
3991         * modules/snprintf (Makefile.am): Likewise.
3992         * modules/stdlib-safer (Makefile.am): Likewise.
3993         * modules/stpcpy (Makefile.am): Likewise.
3994         * modules/stpncpy (Makefile.am): Likewise.
3995         * modules/strcase (Makefile.am): Likewise.
3996         * modules/strcasestr (Makefile.am): Likewise.
3997         * modules/strchrnul (Makefile.am): Likewise.
3998         * modules/strcspn (Makefile.am): Likewise.
3999         * modules/strdup (Makefile.am): Likewise.
4000         * modules/strerror (Makefile.am): Likewise.
4001         * modules/strftime (Makefile.am): Likewise.
4002         * modules/strndup (Makefile.am): Likewise.
4003         * modules/strnlen (Makefile.am): Likewise.
4004         * modules/strpbrk (Makefile.am): Likewise.
4005         * modules/strsep (Makefile.am): Likewise.
4006         * modules/strstr (Makefile.am): Likewise.
4007         * modules/strtod (Makefile.am): Likewise.
4008         * modules/strtoimax (Makefile.am): Likewise.
4009         * modules/strtok_r (Makefile.am): Likewise.
4010         * modules/strtol (Makefile.am): Likewise.
4011         * modules/strtoll (Makefile.am): Likewise.
4012         * modules/strtoul (Makefile.am): Likewise.
4013         * modules/strtoull (Makefile.am): Likewise.
4014         * modules/strtoumax (Makefile.am): Likewise.
4015         * modules/strverscmp (Makefile.am): Likewise.
4016         * modules/time_r (Makefile.am): Likewise.
4017         * modules/timegm (Makefile.am): Likewise.
4018         * modules/tmpfile-safer (Makefile.am): Likewise.
4019         * modules/unistd-safer (Makefile.am): Likewise.
4020         * modules/unlinkdir (Makefile.am): Likewise.
4021         * modules/userspec (Makefile.am): Likewise.
4022         * modules/utime (Makefile.am): Likewise.
4023         * modules/utimecmp (Makefile.am): Likewise.
4024         * modules/utimens (Makefile.am): Likewise.
4025         * modules/vasnprintf (Makefile.am): Likewise.
4026         * modules/vasprintf (Makefile.am): Likewise.
4027         * modules/vsnprintf (Makefile.am): Likewise.
4028         * modules/xalloc (Makefile.am): Likewise.
4029         * modules/xgetcwd (Makefile.am): Likewise.
4030         * modules/xnanosleep (Makefile.am): Likewise.
4031         * modules/xreadlink (Makefile.am): Likewise.
4032         * modules/xstrtod (Makefile.am): Likewise.
4033         * modules/xstrtol (Makefile.am): Likewise.
4034         * modules/xstrtold (Makefile.am): Likewise.
4035         * modules/yesno (Makefile.am): Likewise.
4036
4037 2006-10-12  Jim Meyering  <jim@meyering.net>
4038
4039         * m4/getloadavg.m4: Revert the change below.
4040
4041         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
4042         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
4043         fail with a symlink, which is what coreutils' ./bootstrap now
4044         creates by default.
4045
4046 2006-10-12  Bruno Haible  <bruno@clisp.org>
4047
4048         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
4049         mingw.
4050         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
4051         MSVC and mingw explicitly.
4052
4053 2006-10-11  Simon Josefsson  <jas@extundo.com>
4054             Bruno Haible  <bruno@clisp.org>
4055
4056         Add support for multiple gnulib-tool invocations in the scope of a
4057         single configure.ac file.
4058         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
4059         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
4060         with the same contents as the _LIBADD variable.
4061         (func_emit_initmacro_start, func_emit_initmacro_end,
4062         func_emit_initmacro_done): New functions.
4063         (func_import, func_create_testdir): Invoke them. Allow the identifiers
4064         gl_LIBOBJS and gl_LTLIBOBJS.
4065
4066 2006-10-11  Bruno Haible  <bruno@clisp.org>
4067
4068         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
4069         (func_create_testdir): Don't create po/Makefile.am, don't invoke
4070         autoreconf. Instead, invoke autopoint explicitly but move back the
4071         *.m4 files from gnulib.
4072
4073 2006-10-11  Bruno Haible  <bruno@clisp.org>
4074
4075         * gnulib-tool (func_usage): Make module names after --create-testdir
4076         optional.
4077         (func_create_testdir): If no module was specified, use nearly all
4078         modules.
4079
4080 2006-10-12  Jim Meyering  <jim@meyering.net>
4081
4082         Big performance improvement for fts-based tools that use FTS_NOSTAT.
4083         Avoid spurious inode-mismatch problems on non-POSIX file systems.
4084         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
4085         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
4086         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
4087         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
4088         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
4089         (fts_set_stat_required): New function.
4090         (fts_open): Defer the calls to fts_stat, if possible or requested.
4091         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
4092         into fts_stat itself.
4093         (fts_read): Perform any required (deferred) fts_stat call.
4094         (fts_build): Likewise, for the directory we're about to open and read.
4095         In the readdir loop, carefully decide whether each entry will require
4096         an eventual call to fts_stat, using dirent.d_type info if available.
4097         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
4098         a command line argument into this function.  Update all callers.
4099         Map a return value of FTS_DOT to FTS_D for a command line argument.
4100         * modules/fts (Depends-on): Add d-type.  Alphabetize.
4101         Thanks to Miklos Szeredi for his tenacity and for the initial
4102         bug report about "find" failing on a FUSE-based file system.
4103
4104         * lib/fts.c (fts_open): Use consistent indentation.
4105
4106 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4107
4108         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
4109         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
4110         reported by Jim Meyering.  All uses of cache variables renamed
4111         to match Autoconf's.
4112         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
4113         the other one.
4114
4115         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
4116         Fix misspelling in diagnostic.
4117
4118 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4119
4120         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
4121         defined.  Problem reported by Matthew Woehlke.
4122
4123         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
4124         Add support for Tandem NonStop R series.
4125         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
4126         Use new macro.
4127
4128         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
4129         (has_trailing_slash): Omit size arg; all callers changed.
4130         Omit 'inline', since it doesn't help performance and we'd
4131         need to configure it.
4132         Don't count //, ///, etc. as having a trailing slash.
4133         As a side effect, this removes a C99ism reported by Matthew Woehlke.
4134         (rpl_rename_dest_slash): On failure, use rename's errno rather
4135         than (in some cases) an incorrect or junk errno.
4136         Simplify code by removing need to compute length; this does
4137         cause it to make two passes instead of one over the file name,
4138         but it's worth it.
4139
4140         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
4141         change, since Autoconf's version may no longer be appropriate now
4142         that we are using CVS Autoconf's version.  Add support for Tandem.
4143
4144 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4145             Bruno Haible  <bruno@clisp.org>
4146
4147         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
4148         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
4149         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
4150         gl_AC_TYPE_LONG_LONG.
4151
4152         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
4153         instead of HAVE_LONG_LONG.
4154         * lib/printf-args.c (printf_fetchargs): Likewise.
4155         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
4156         * lib/vasnprintf.c (VASNPRINTF): Likewise.
4157         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
4158         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
4159         gl_AC_TYPE_LONG_LONG.
4160
4161 2006-10-11  Bruno Haible  <bruno@clisp.org>
4162
4163         * m4/longlong.m4: Add comments.
4164         * m4/ulonglong.m4: Likewise.
4165
4166 2006-10-10  Bruno Haible  <bruno@clisp.org>
4167
4168         Make it possible to #define stpcpy, strdup to aliases.
4169         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
4170         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
4171
4172 2006-10-10  Bruno Haible  <bruno@clisp.org>
4173
4174         Make it possible to #define gcd to an alias.
4175         * lib/gcd.c: Include config.h.
4176
4177 2006-10-10  Bruno Haible  <bruno@clisp.org>
4178
4179         Make it possible to #define c_isascii to an alias.
4180         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
4181         defined. Undefine the macros before defining them, to avoid gcc
4182         warnings.
4183         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
4184         define NO_C_CTYPE_MACROS early.
4185
4186 2006-10-10  Bruno Haible  <bruno@clisp.org>
4187
4188         Make it possible to #define set_program_name to an alias.
4189         * lib/progname.c: Don't undefine set_program_name; instead, undefine
4190         ENABLE_RELOCATABLE early.
4191
4192 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
4193
4194         Port to Tandem NSK OSS, which has 64-bit signed int but at most
4195         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
4196         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
4197         More generally, don't assume that 64-bit signed int is available
4198         if unsigned int is, and vice versa.
4199         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
4200         unsigned symbols, not on their signed counterparts.
4201         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
4202         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
4203         (UINT64_C, UINTMAX_C):
4204         Likewise.
4205         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
4206         unsigned counterparts.
4207         (Have_long_long, Unsigned): New macros.
4208         (Int): Renamed from INT.
4209         (strtoimax): Use the new macros.
4210         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
4211         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
4212         * modules/inttypes (inttypes.h): Substitute
4213         HAVE_UNSIGNED_LONG_LONG_INT.
4214         * modules/stdint (stdint.h): Likewise.
4215         (Files): Add m4/ulonglong.m4.
4216
4217 2006-10-10  Bruno Haible  <bruno@clisp.org>
4218
4219         Fix a gcc -Wshadow warning.
4220         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
4221         to 'bucket'.
4222         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
4223         gl_linked_indexof_from_to): Likewise.
4224         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
4225         Likewise.
4226         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
4227         Likewise.
4228         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
4229         Reported by Eric Blake.
4230
4231 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
4232
4233         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
4234         for NetBSD.  Problem reported by Bruno Haible.
4235
4236 2006-10-09  Jim Meyering  <jim@meyering.net>
4237
4238         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
4239         Patch from Bruno Haible.
4240
4241 2006-10-09  Jim Meyering  <jim@meyering.net>
4242
4243         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
4244         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
4245         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
4246
4247 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4248
4249         Don't include <config.h> twice; this doesn't work in some cases,
4250         e.g., when config.h has "#define intmax_t long long int" and
4251         we include <config.h>, <inttypes.h>, <config.h> in that order.
4252         Problem reported by Matthew Woehlke in:
4253         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
4254         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
4255         * lib/fts-cycle.c: Don't include config.h.
4256         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
4257         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
4258         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
4259         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
4260         inttypes.h.
4261         * lib/xstrtoumax.c: Likewise.
4262         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
4263         __strtol and the like, so that this module is more like its siblings.
4264         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
4265         Remove; no longer needed now that we assume gnulib inttypes.h.
4266
4267 2006-10-08  Bruno Haible  <bruno@clisp.org>
4268
4269         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
4270         option.
4271
4272 2006-10-07  Jim Meyering  <jim@meyering.net>
4273
4274         * modules/inttypes (inttypes.h): Revert what seems to have been
4275         an inadvertent part of today's change: use "|", not "/" in the
4276         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
4277
4278 2006-10-07  Bruno Haible  <bruno@clisp.org>
4279
4280         * modules/sublist: New file.
4281
4282 2006-10-07  Bruno Haible  <bruno@clisp.org>
4283
4284         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
4285         * modules/argz (argz.h): Likewise.
4286         * modules/arpa_inet (arpa/inet.h): Likewise.
4287         * modules/byteswap (byteswap.h): Likewise.
4288         * modules/configmake (configmake.h): Likewise.
4289         * modules/fcntl (fcntl.h): Likewise.
4290         * modules/fnmatch (fnmatch.h): Likewise.
4291         * modules/getopt (getopt.h): Likewise.
4292         * modules/glob (glob.h): Likewise.
4293         * modules/inttypes (inttypes.h): Likewise.
4294         * modules/netinet_in (netinet/in.h): Likewise.
4295         * modules/poll (poll.h): Likewise.
4296         * modules/stdbool (stdbool.h): Likewise.
4297         * modules/stdint (stdint.h): Likewise.
4298         * modules/sys_select (sys/select.h): Likewise.
4299         * modules/sys_socket (sys/socket.h): Likewise.
4300         * modules/sys_stat (sys/stat.h): Likewise.
4301         * modules/sysexits (sysexits.h): Likewise.
4302         * modules/unistd (unistd.h): Likewise.
4303         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4304         Add a "DO NOT EDIT" comment to the generated file.
4305         (func_import): Likewise for gnulib-comp.m4.
4306
4307 2006-10-07  Bruno Haible  <bruno@clisp.org>
4308
4309         * lib/gl_sublist.h: New file.
4310         * lib/gl_sublist.c: New file.
4311
4312 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
4313
4314         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
4315         name (relative to the original working directory) and the file
4316         name component (relative to the temporary working directory).  All
4317         callers changed.
4318         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
4319         * lib/mkdir-p.c (make_dir_parents): Likewise.
4320         * lib/mkdir-p.h (make_dir_parents): Likewise.
4321
4322 2006-10-06  Eric Blake  <ebb9@byu.net>
4323
4324         Define several macros for use by the clean-temp module.
4325         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
4326         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
4327         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
4328
4329         * lib/clean-temp.h (close_stream_temp): New declaration.
4330         * lib/clean-temp.c (includes): Pull in headers according to what
4331         other modules are in use.
4332         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
4333
4334 2006-10-06  Bruno Haible  <bruno@clisp.org>
4335
4336         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
4337         instead of fopen, fwriteerror.
4338
4339 2006-10-06  Bruno Haible  <bruno@clisp.org>
4340
4341         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
4342         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
4343         int.
4344         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
4345         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
4346         Return an error indicator.
4347         Suggested by Eric Blake.
4348
4349 2006-10-06  Bruno Haible  <bruno@clisp.org>
4350
4351         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
4352         Reported by Eric Blake.
4353
4354 2006-10-06  Bruno Haible  <bruno@clisp.org>
4355
4356         * modules/closeout (Description): Mention stderr too.
4357
4358 2006-10-06  Bruno Haible  <bruno@clisp.org>
4359         and Paul Eggert  <eggert@cs.ucla.edu>
4360
4361         * lib/closeout.c (close_stdout): Also close stderr.
4362         * lib/closeout.h: Update comment.
4363
4364 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
4365
4366         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
4367         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
4368         * lib/dirchownmod.c: Include lchown.h.
4369         * lib/lchown.c: Don't include files that lchown.h now includes.
4370         Don't declare chown, since lchown.h now does that.
4371         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
4372         (lchown): Define to rpl_chown if lchown is declared but
4373         does not exist.  Declare using a prototype if lchown is not
4374         declared.  Add a copyright notice.
4375         * lib/mkstemp.h: Include <unistd.h>.
4376         * lib/openat.c: Include lchown.h.
4377
4378         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
4379         we now test for that separately.
4380         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
4381         rather than O_NOFOLLOW, when testing whether it's possible to
4382         avoid a race condition reliably.
4383         * lib/savewd.c (savewd_chdir): Likewise.
4384
4385         Remove macros that are no longer needed now that stdint.h is
4386         reliable.
4387         * lib/fsusage.c (UINTMAX_MAX): Remove.
4388         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
4389         * lib/utimecmp.c (SIZE_MAX): Remove.
4390
4391         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
4392
4393         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
4394         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
4395         O_NOATIME works.
4396
4397 2006-10-05  Bruno Haible  <bruno@clisp.org>
4398
4399         * lib/gl_list.h (gl_sortedlist_search_from_to,
4400         gl_sortedlist_indexof_from_to): New declarations.
4401         (gl_list_implementation): New fields sortedlist_search_from_to,
4402         sortedlist_indexof_from_to.
4403         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
4404         inline functions.
4405         * lib/gl_list.c (gl_sortedlist_search_from_to,
4406         gl_sortedlist_indexof_from_to): New functions.
4407         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
4408         function.
4409         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
4410         (gl_array_sortedlist_search_from_to): New function.
4411         (gl_array_list_implementation): Update.
4412         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
4413         function.
4414         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
4415         (gl_carray_sortedlist_search_from_to): New function.
4416         (gl_carray_list_implementation): Update.
4417         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
4418         gl_linked_sortedlist_indexof_from_to): New functions.
4419         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4420         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4421         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
4422         gl_tree_sortedlist_indexof_from_to): New functions.
4423         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4424         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4425         Update.
4426         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4427         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
4428         Update.
4429
4430 2006-10-05  Bruno Haible  <bruno@clisp.org>
4431
4432         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
4433         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
4434         (struct gl_list_implementation): Add fields search_from_to,
4435         indexof_from_to. Remove fields search, indexof.
4436         (gl_list_search): Use the search_from_to method.
4437         (gl_list_search_from, gl_list_search_from_to): New functions.
4438         (gl_list_indexof): Use the indexof_from_to method.
4439         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4440         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
4441         (gl_list_search_from, gl_list_search_from_to): New functions.
4442         (gl_list_indexof): Use the indexof_from_to method.
4443         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4444         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
4445         gl_array_indexof. Add start_index, end_index arguments.
4446         (gl_array_search_from_to): Renamed from gl_array_search. Add
4447         start_index, end_index arguments.
4448         (gl_array_remove, gl_array_list_implementation): Update.
4449         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
4450         gl_carray_indexof. Add start_index, end_index arguments.
4451         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
4452         start_index, end_index arguments.
4453         (gl_carray_remove, gl_carray_list_implementation): Update.
4454         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
4455         gl_linked_search. Add start_index, end_index arguments.
4456         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
4457         start_index, end_index arguments.
4458         (gl_linked_remove): Update.
4459         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4460         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4461         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
4462         field to 'size_t'.
4463         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
4464         gl_tree_search. Add start_index, end_index arguments.
4465         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4466         start_index, end_index arguments.
4467         (gl_tree_remove): Update.
4468         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4469         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4470         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
4471         function.
4472         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
4473         gl_tree_search. Add start_index, end_index arguments.
4474         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4475         start_index, end_index arguments.
4476         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4477         Update.
4478         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
4479
4480 2006-10-05  Bruno Haible  <bruno@clisp.org>
4481
4482         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
4483
4484         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
4485         fwriteerror_temp): New declarations.
4486         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
4487         (descriptors): New variable.
4488         (cleanup): First, close the descriptors.
4489         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
4490         fclose_temp, fwriteerror_temp): New functions.
4491
4492 2006-10-04  Jim Meyering  <jim@meyering.net>
4493
4494         * lib/fts.c (fts_open): Tiny comment change.
4495
4496 2006-10-04  Bruno Haible  <bruno@clisp.org>
4497
4498         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
4499         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
4500         gl_LOCK_BODY.
4501         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
4502         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
4503         gl_LOCK_EARLY_BODY.
4504         (gl_LOCK): Require gl_LOCK_BODY.
4505
4506 2006-10-04  Bruno Haible  <bruno@clisp.org>
4507
4508         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
4509         (gl_oset_search_atleast): New declaration.
4510         (struct gl_oset_implementation): Add field 'search_atleast'.
4511         (gl_oset_search_atleast): New inline function.
4512         * lib/gl_oset.c (gl_oset_search_atleast): New function.
4513         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
4514         (gl_array_oset_implementation): Update.
4515         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
4516         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
4517         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
4518
4519 2006-10-04  Bruno Haible  <bruno@clisp.org>
4520
4521         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
4522
4523 2006-10-03  Bruno Haible  <bruno@clisp.org>
4524
4525         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
4526         from gl_avltreehash_list_implementation.
4527
4528 2006-10-03  Bruno Haible  <bruno@clisp.org>
4529
4530         * lib/gl_oset.c (gl_oset_add): Fix return type.
4531
4532 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
4533
4534         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
4535
4536 2006-10-02  Eric Blake  <ebb9@byu.net>
4537
4538         * modules/strnlen (Depends-on): Add extensions.
4539
4540 2006-10-02  Eric Blake  <ebb9@byu.net>
4541
4542         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
4543         definition in 2.60+.
4544
4545 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
4546
4547         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
4548         checks.
4549
4550 2006-10-02  Bruno Haible  <bruno@clisp.org>
4551
4552         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
4553         to the AUTOMAKE_OPTIONS.
4554         Reported by Jim Meyering.
4555
4556 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
4557
4558         Work around bug in Solaris 10 /proc file system:
4559         /proc/self/fd/NNN/.. isn't the parent directory of
4560         the directory whose file descriptor is NNN.  This needs to
4561         be worked around at run time, not compile time, since a
4562         program might be built on Solaris 8, where things work, and
4563         run on Solaris 10.
4564         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
4565         to use the following interface instead:
4566         (OPENAT_BUFFER_SIZE): New macro.
4567         (openat_proc_name): New function.
4568         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
4569         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
4570         Likewise.
4571         * lib/openat-proc.c: New file.
4572         * modules/openat (Files): Add lib/openat-proc.c.
4573         (Depends-on): Add same-inode, stdbool.
4574         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
4575
4576 2006-09-29  Bruno Haible  <bruno@clisp.org>
4577
4578         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
4579         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
4580         argument. Set stdout_closed before testing for ferror, not after.
4581         (fwriteerror, fwriteerror_no_ebadf): New functions.
4582
4583 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4584
4585         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
4586
4587 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
4588
4589         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
4590         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
4591
4592 2006-09-28  Jim Meyering  <jim@meyering.net>
4593
4594         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
4595         Include <unistd.h>.
4596
4597 2006-09-28  Bruno Haible  <bruno@clisp.org>
4598
4599         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
4600         * modules/linkedhash-list (Depends-on): Likewise.
4601         * modules/rbtreehash-list (Depends-on): Likewise.
4602
4603 2006-09-28  Bruno Haible  <bruno@clisp.org>
4604
4605         * lib/strndup.h: Simplify the redefinition of strndup.
4606         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
4607         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
4608
4609 2006-09-28  Bruno Haible  <bruno@clisp.org>
4610
4611         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
4612         * lib/gl_linkedhash_list.c: Likewise.
4613         * lib/gl_rbtreehash_list.c: Likewise.
4614
4615 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
4616
4617         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
4618         getaddrinfo.
4619
4620         * lib/__fpending.h: Don't include <stdio_ext.h> unless
4621         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
4622         it causes <stdio_ext.h> to cause a compile-time error.
4623         Problem reported by Nelson H. F. Beebe.
4624         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
4625         of HAVE_DECL___PENDING.
4626
4627         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
4628         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
4629         declaration.
4630
4631 2006-09-27  Jim Meyering  <jim@meyering.net>
4632
4633         This file could end up with a definition for a function
4634         named __strndup, rather than rpl_strndup on a system with
4635         incomplete weak_alias support.
4636         * lib/strndup.c (strndup): Rename from __strndup.
4637         Remove #defines that used to map __strndup to strndup.
4638         Don't use K&R prototypes.
4639         Remove LIBC-related code, since this file is not sync'd with glibc.
4640         * lib/strndup.h: Revamp, accordingly.
4641         * m4/strndup.m4: Modernize.
4642
4643 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
4644
4645         * modules/savewd (Depends-on): Add 'raise'.
4646         * lib/savewd.c: Include <signal.h>, for 'raise'.
4647
4648 2006-09-26  Jim Meyering  <jim@meyering.net>
4649
4650         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
4651         when we detect Darwin 8.7.0's acl_get_file bug.
4652         Rearrange to perform the new (below) run-test while $LIBS
4653         contains any acl-related library.  Set USE_ACL at the end.
4654         (gl_ACL_GET_FILE): New function.
4655
4656 2006-09-26  Eric Blake  <ebb9@byu.net>
4657
4658         * lib/verror.c: Include <config.h> unconditionally.
4659
4660 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
4661
4662         * modules/clock-time (Maintainer): Add self.
4663         * modules/getlogin_r (Depends-on): Add extensions.
4664
4665 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4666
4667         * modules/clock-time: New module.
4668         * modules/nanosleep (Depends-on): Add clock-time.
4669         * modules/gethrxtime (Depends-on): Likewise.
4670         * modules/gettime (Depends-on): Likewise.
4671         * modules/settime (Depends-on): Likewise.
4672
4673         * modules/fts-lgpl: Depend on openat.
4674         * modules/mkancesdirs: Depend on savewd.
4675         * modules/mkdir-p: Likewise.
4676
4677 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4678
4679         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
4680
4681         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
4682         `gl_have_arbitrary_file_name_length_limit' to
4683         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
4684         actually works between configure runs.
4685
4686 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4687             Bruno Haible  <bruno@clisp.org>
4688
4689         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
4690
4691 2006-09-25  Jim Meyering  <jim@meyering.net>
4692
4693         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
4694         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
4695
4696 2006-09-25  Eric Blake  <ebb9@byu.net>
4697
4698         * gnulib-tool (func_import, func_create_testdir): Fix typos in
4699         exec's in 2006-09-18 patch when shuffling fds.
4700
4701 2006-09-25  Bruno Haible  <bruno@clisp.org>
4702
4703         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
4704         Reported by Jim Meyering.
4705
4706 2006-09-24  Jim Meyering  <jim@meyering.net>
4707
4708         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
4709         compare a pointer against a literal "0".  That caused failures with
4710         at least HP-UX's hpcc.
4711
4712 2006-09-22  Simon Josefsson  <jas@extundo.com>
4713
4714         * modules/gc-sha1:
4715         * modules/gc-md4:
4716         * modules/gc-hmac-sha1:
4717         * modules/gc-hmac-md5:
4718         * modules/gc-des:
4719         * modules/gc-arcfour: Distribute more files.
4720
4721 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4722
4723         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
4724         (gl_linked_iterator_from_to): Initialize struct completely.
4725         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
4726         (gl_tree_iterator_from_to): Likewise
4727         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
4728         * lib/gl_array_list.c [lint] (gl_array_iterator)
4729         (gl_array_iterator_from_to): Likewise.
4730         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
4731         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
4732         (gl_carray_iterator_from_to): Likewise.
4733
4734         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
4735         * lib/md4.c (md4_process_block): Remove unused variable.
4736         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
4737         parentheses for clarity.
4738
4739 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4740
4741         * modules/bison-i18n (Depends-on): Add gettext.
4742
4743 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4744
4745         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
4746         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
4747         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
4748         also add missing comma that caused broken test.
4749         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
4750         stdlib.h, for `abort'.
4751         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
4752         variables.
4753         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
4754         include unistd.h if present, for `rmdir'.
4755         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
4756         variables.
4757         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
4758         in the process include standard headers for prototypes.
4759         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
4760         gets declared on GNU/Linux.
4761         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
4762         unistd.h, for `rmdir'.
4763         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
4764
4765         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
4766         always true.
4767         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
4768
4769         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
4770
4771 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4772
4773         * gnulib-tool (func_version): Create output all at once.  This
4774         may help avoid triggering unnecessary SIGPIPEs, and at any
4775         rate it doesn't hurt.
4776
4777 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4778             Bruno Haible  <bruno@clisp.org>
4779
4780         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
4781         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4782         * m4/signed.m4 (bh_C_SIGNED): Likewise.
4783
4784         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
4785         (gl_FUNC_VASPRINTF): Invoke it.
4786
4787 2006-09-22  Bruno Haible  <bruno@clisp.org>
4788
4789         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
4790         getloadavg.c as first argument.
4791
4792 2006-09-22  Bruno Haible  <bruno@clisp.org>
4793
4794         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
4795         at the beginning of the gl_INIT macro.
4796         * modules/getloadavg (configure.ac): Pass $gl_source_base to
4797         gl_GETLOADAVG.
4798
4799 2006-09-22  Bruno Haible  <bruno@clisp.org>
4800
4801         * gnulib-tool (func_create_megatestdir): Don't include the config-h
4802         module.
4803         Suggested by Ralf Wildenhues.
4804
4805 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
4806
4807         Import this patch from libc:
4808
4809         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
4810
4811         * lib/regex_internal.c (re_string_reconstruct): Handle
4812         offset < pstr->valid_raw_len && pstr->offsets_needed case.
4813         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
4814         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
4815         re_string_context_at.
4816
4817         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
4818         now requires it.
4819         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
4820         gl_REGEX now does it for us.
4821         (gl_REGEX): Add test taken from
4822         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
4823
4824         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
4825         Check that large offsets work.  Modernize Autoconf usages.
4826         Prefer "yes" to mean a good thing rather than a bad.
4827         Don't put "#define mkstemp" in config.h, as this might interfere
4828         with standard system headers that "#define mkstemp mkstemp64".
4829
4830         * modules/mkstemp (Depends-on): Add extensions, so that
4831         mkstemp is visible on some platforms.
4832         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
4833         (Include): Change to "mkstemp.h" from <stdlib.h>.
4834         (Files): Add mkstemp.h.
4835
4836         * lib/mkstemp.h: New file, since some standard headers
4837         #define mkstemp.
4838         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
4839         Include "mkstemp.h".
4840         Make the _LIBC code resemble glibc original more,
4841         e.g., use K&R style.
4842         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
4843         (mkstemp): Remove, since mkstemp.h does this for us.
4844         * lib/stdlib--.h: Include mkstemp.h.
4845
4846         Import this patch from libc:
4847
4848         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4849
4850         * lib/tempname.c (__gen_tempname): Change attempts_min
4851         into a macro.  Use preprocessor to decide how to initialize
4852         attempts [Coverity CID 67].
4853
4854 2006-09-20  Bruno Haible  <bruno@clisp.org>
4855
4856         * lib/mkdtemp.c: Import from libc.
4857         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
4858                 * sysdeps/posix/tempname.c (__gen_tempname): Change
4859                 attempts_min into a macro.  Use preprocessor to decide how to
4860                 initialize attempts [Coverity CID 67].
4861         2001-11-27  Paul Eggert  <eggert@twinsun.com>
4862                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
4863                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
4864
4865 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4866
4867         * gnulib-tool (func_exit): New function, to allow to pass the
4868         exit status portably through the trap.  Use everywhere.
4869         (--help, --version): Signal a write error.
4870         (trap): catch SIGPIPE, for write errors.
4871         Exit at the end of the trap, with the correct exit status.
4872
4873 2006-09-19  Karl Berry  <karl@gnu.org>
4874
4875         * doc/gnulib.texi: note about the license texinfo files.
4876
4877 2006-09-19  Eric Blake  <ebb9@byu.net>
4878
4879         * gnulib-tool: Avoid space-tab.
4880
4881 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4882
4883         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
4884         that prevented coreutils 6.1 from building.  Problem reported
4885         by Petter Reinholdtsen.
4886
4887 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
4888
4889         * gnulib-tool (avoidlist): Fix typo that broke options like
4890         --avoid=lock that are used by coreutils bootstrap.
4891
4892 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
4893
4894         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
4895         more systematically.
4896
4897 2006-09-18  Jim Meyering  <jim@meyering.net>
4898
4899         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
4900
4901 2006-09-18  Bruno Haible  <bruno@clisp.org>
4902
4903         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
4904
4905 2006-09-18  Bruno Haible  <bruno@clisp.org>
4906
4907         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
4908         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
4909         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
4910         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
4911         * m4/gettext.m4: Require autoconf >= 2.52.
4912         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
4913         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
4914         of gl_cv_header_inttypes_h.
4915
4916 2006-09-18  Bruno Haible  <bruno@clisp.org>
4917
4918         * lib/javaversion.c: Include configmake.h.
4919
4920 2006-09-18  Bruno Haible  <bruno@clisp.org>
4921
4922         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
4923         avoid that the while loops be executed in a subshell.
4924
4925 2006-09-18  Bruno Haible  <bruno@clisp.org>
4926
4927         * MODULES.html.sh (func_module): Break long lines.
4928         Suggested by Bruce Korb <bkorb@gnu.org>.
4929
4930 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4931
4932         Speed up by a factor of 1.12.
4933         * gnulib-tool (nl): New variable.
4934         (func_import): Rewrite include directive extraction to only read each
4935         directive once.
4936
4937 2006-09-17  Bruno Haible  <bruno@clisp.org>
4938
4939         * modules/javaversion (Makefile.am): Remove DEFS setting.
4940         (Depends-on): Add configmake, for PKGDATADIR definition.
4941
4942 2006-09-17  Bruno Haible  <bruno@clisp.org>
4943
4944         * gnulib-tool (func_create_testdir): Rewrite all files at once.
4945
4946 2006-09-17  Bruno Haible  <bruno@clisp.org>
4947
4948         * gnulib-tool (func_append): New function, stolen from libtool.m4.
4949         (func_modules_transitive_closure, func_modules_add_dummy,
4950         func_modules_to_filelist, func_import, func_create_testdir,
4951         func_create_megatestdir, ...): Use it wherever possible.
4952         Suggested by Ralf Wildenhues.
4953
4954 2006-09-16  Karl Berry  <karl@gnu.org>
4955
4956         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
4957         to avoid sectioning errors.
4958         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
4959         [ifinfo]: blank line after @center-ed titles.
4960         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
4961         Spell FSF address consistently with others.
4962         (These changes approved by rms.)
4963
4964 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4965
4966         Speed up by a factor of 1.61.
4967         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
4968         already checked module names again.
4969
4970 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4971
4972         Speed up by a factor of 1.13.
4973         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
4974         for new_files, and the input to func_add_or_update.
4975
4976 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4977
4978         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
4979         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
4980
4981 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4982
4983         * modules/mkancesdirs (Depends-on): Add fcntl.
4984         * modules/savewd: New file.
4985         * MODULES.html.sh (File system functions): Add savewd.
4986
4987         * modules/configmake (Makefile.am): Add support for the
4988         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
4989
4990 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4991
4992         * m4/savewd.m4: New file.
4993
4994 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
4995
4996         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
4997         (dirchownmod): New arg FD.  All callers changed.
4998         Use FD rather than opening the directory ourself, as opening is
4999         now the caller's responsibility.
5000         * lib/dirchownmod.h: Likewise.
5001         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
5002         hosts that require <sys/types.h> before <sys/stat.h>.  Include
5003         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
5004         (test_dir): Remove.
5005         (mkancesdirs): Return length of prefix of FILE that has already
5006         been made, or -2 if there is a child doing the work.  Redo
5007         algorithm so that it is O(N) rather than O(N**2).  Optimize away
5008         ".", and treat ".." specially since it might stray back into
5009         already-created areas.  Use a subprocess if necessary.  New arg
5010         WD; all users changed.  MAKE_DIR function should now return 1
5011         if it creates a directory that is not readable.  Return -2 if
5012         a child process is spun off.
5013         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
5014         Adjust signature to match code.
5015         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
5016         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
5017         all users changed.
5018         * lib/savewd.c, lib/savewd.h: New files.
5019
5020 2006-09-15  Jim Meyering  <jim@meyering.net>
5021
5022         * modules/rename-dest-slash: New module.
5023         * MODULES.html.sh (posix_compat): Add it here.
5024
5025         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
5026
5027 2006-09-15  Jim Meyering  <jim@meyering.net>
5028
5029         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
5030         file.
5031
5032         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
5033
5034 2006-09-15  Jim Meyering  <jim@meyering.net>
5035
5036         * lib/rename-dest-slash.c (has_trailing_slash): Use
5037         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
5038         (rpl_rename_dest_slash): Perform the cheaper trailing slash
5039         test before testing whether SRC is a directory.
5040         Suggestions from Bruno Haible.
5041
5042         Avoid a warning about an unused variable.
5043         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
5044         into the #ifdef block where it's used.
5045
5046         * lib/rename-dest-slash.c: New file.
5047
5048 2006-09-14  Bruno Haible  <bruno@clisp.org>
5049
5050         * lib/allocsa.c: Include <config.h> unconditionally.
5051         * lib/asnprintf.c: Likewise.
5052         * lib/asprintf.c: Likewise.
5053         * lib/c-strcasecmp.c: Likewise.
5054         * lib/c-strcasestr.c: Likewise.
5055         * lib/c-strncasecmp.c: Likewise.
5056         * lib/c-strstr.c: Likewise.
5057         * lib/classpath.c: Likewise.
5058         * lib/clean-temp.c: Likewise.
5059         * lib/concatpath.c: Likewise.
5060         * lib/copy-file.c: Likewise.
5061         * lib/csharpcomp.c: Likewise.
5062         * lib/csharpexec.c: Likewise.
5063         * lib/execute.c: Likewise.
5064         * lib/fatal-signal.c: Likewise.
5065         * lib/findprog.c: Likewise.
5066         * lib/fwriteerror.c: Likewise.
5067         * lib/gl_array_list.c: Likewise.
5068         * lib/gl_array_oset.c: Likewise.
5069         * lib/gl_avltree_list.c: Likewise.
5070         * lib/gl_avltree_oset.c: Likewise.
5071         * lib/gl_avltreehash_list.c: Likewise.
5072         * lib/gl_carray_list.c: Likewise.
5073         * lib/gl_linked_list.c: Likewise.
5074         * lib/gl_linkedhash_list.c: Likewise.
5075         * lib/gl_list.c: Likewise.
5076         * lib/gl_oset.c: Likewise.
5077         * lib/gl_rbtree_list.c: Likewise.
5078         * lib/gl_rbtree_oset.c: Likewise.
5079         * lib/gl_rbtreehash_list.c: Likewise.
5080         * lib/imaxabs.c: Likewise.
5081         * lib/imaxdiv.c: Likewise.
5082         * lib/javacomp.c: Likewise.
5083         * lib/javaexec.c: Likewise.
5084         * lib/javaversion.c: Likewise.
5085         * lib/linebreak.c: Likewise.
5086         * lib/localcharset.c: Likewise.
5087         * lib/lock.c: Likewise.
5088         * lib/mbchar.c: Likewise.
5089         * lib/mbswidth.c: Likewise.
5090         * lib/mkdtemp.c: Likewise.
5091         * lib/pipe.c: Likewise.
5092         * lib/printf-args.c: Likewise.
5093         * lib/printf-parse.c: Likewise.
5094         * lib/progname.c: Likewise.
5095         * lib/progreloc.c: Likewise.
5096         * lib/readlink.c: Likewise.
5097         * lib/sh-quote.c: Likewise.
5098         * lib/stpcpy.c: Likewise.
5099         * lib/stpncpy.c: Likewise.
5100         * lib/strcasecmp.c: Likewise.
5101         * lib/strcasestr.c: Likewise.
5102         * lib/strcspn.c: Likewise.
5103         * lib/striconv.c: Likewise.
5104         * lib/strncasecmp.c: Likewise.
5105         * lib/strnlen1.c: Likewise.
5106         * lib/strstr.c: Likewise.
5107         * lib/strtok_r.c: Likewise.
5108         * lib/tls.c: Likewise.
5109         * lib/tmpdir.c: Likewise.
5110         * lib/unicodeio.c: Likewise.
5111         * lib/unsetenv.c: Likewise.
5112         * lib/vasnprintf.c: Likewise.
5113         * lib/vasprintf.c: Likewise.
5114         * lib/wait-process.c: Likewise.
5115         * lib/xallocsa.c: Likewise.
5116         * lib/xsetenv.c: Likewise.
5117         * lib/xstriconv.c: Likewise.
5118
5119 2006-09-13  Simon Josefsson  <jas@extundo.com>
5120
5121         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
5122         that internally, suggested by Ralf Wildenhues
5123         <Ralf.Wildenhues@gmx.de>.
5124
5125 2006-09-13  Simon Josefsson  <jas@extundo.com>
5126
5127         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
5128         @LIBOBJS@.
5129         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5130
5131 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
5132
5133         * lib/_fpending.c: Include <config.h> unconditionally, since we no
5134         longer worry about uses that don't define HAVE_CONFIG_H.
5135         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
5136         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
5137         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
5138         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
5139         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
5140         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
5141         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
5142         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
5143         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
5144         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
5145         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
5146         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
5147         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
5148         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
5149         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
5150         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
5151         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
5152         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
5153         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
5154         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
5155         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
5156         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
5157         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
5158         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
5159         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
5160         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
5161         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
5162         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
5163         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
5164         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
5165         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
5166         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
5167         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
5168         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
5169         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
5170         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
5171         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
5172         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
5173         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
5174         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
5175         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
5176         Likewise.
5177
5178 2006-09-13  Eric Blake  <ebb9@byu.net>
5179
5180         * lib/getopt.c: Fix typo in last commit.
5181
5182 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
5183
5184         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
5185         dgettext.
5186
5187 2006-09-12  Jim Meyering  <jim@meyering.net>
5188
5189         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
5190         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
5191         Reported by Nelson H. F. Beebe.
5192
5193 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
5194
5195         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
5196         program_invocation_name and program_invocation_short_name are
5197         initialized.
5198         * lib/argp-namefrob.h: Move declarations of program_invocation_name
5199         and program_invocation_short_name to argp.h, so they are visible
5200         to user programs.
5201         * lib/argp.h: Likewise
5202
5203 2006-09-10  Bruno Haible  <bruno@clisp.org>
5204
5205         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
5206         m4/inttypes_h.m4, m4/uintmax_t.m4.
5207
5208 2006-09-10  Bruno Haible  <bruno@clisp.org>
5209
5210         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
5211         gl_AC_TYPE_UINTMAX_T.
5212
5213 2006-09-10  Bruno Haible  <bruno@clisp.org>
5214
5215         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
5216
5217 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
5218
5219         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
5220         convention.  Text proposed by Bruno Haible.
5221         (struct argp_option): Document the use of N_() wrappers.
5222
5223         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
5224         '\v', and translate the two parts separately, instead of feeding
5225         the whole string to gettext.  This allows to exclude
5226         '\v' from the strings visible to the translator by writing doc
5227         strings as N_("..") "\v" N_("..").
5228
5229 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
5230
5231         * config/srclist.txt: Undo latest change; the bug was fixed.
5232
5233 2006-09-09  Bruno Haible  <bruno@clisp.org>
5234
5235         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
5236         assignments if building a library without libtool.
5237         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
5238         in func_emit_lib_Makefile_am.
5239         (func_import): When building a static library libfoo.a, arrange to
5240         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
5241         (func_create_testdir): Likewise.
5242         * modules/gc (configure.ac, Makefile.am): If building statically,
5243         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
5244         * modules/iconvme (configure.ac, Makefile.am): Likewise.
5245         * modules/striconv (configure.ac, Makefile.am): Likewise.
5246         Based on a suggestion by Ralf Wildenhues.
5247
5248 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5249
5250         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5251         Check for unistd.h too, since Autoconf doesn't assume POSIX.
5252         Also:
5253
5254         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5255         Add year_2050_test to catch glibc bug 2821
5256         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5257
5258         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5259         Prefer #ifdef to #if.
5260
5261         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
5262         Return from 'main' instead of calling 'exit'.
5263
5264 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5265
5266         * lib/mktime.c (guess_time_tm): Fix bug where mktime
5267         returned the maximum time_t value rather than (time_t) -1.
5268         Problem originally reported by William Bardwell
5269         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5270
5271         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5272         Moved to here ...
5273         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5274         ... from here.
5275
5276 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5277
5278         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
5279         2821 is fixed.
5280
5281 2006-09-08  Jim Meyering  <jim@meyering.net>
5282
5283         Don't make generated files read-only.  That would bother too many
5284         people.  However, do retain the ability to work when targets are
5285         read-only: remove the destination and temporary files before writing
5286         them (when generated via sed or echo), or by using the -f option for
5287         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
5288         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5289         * modules/byteswap, modules/configmake, modules/fcntl:
5290         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5291         * modules/localcharset, modules/netinet_in, modules/poll:
5292         * modules/stdbool, modules/stdint, modules/sys_select:
5293         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5294
5295 2006-09-08  Jim Meyering  <jim@meyering.net>
5296
5297         Avoid new build failure on FreeBSD 6.0.
5298         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
5299         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
5300         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
5301
5302 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5303
5304         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
5305
5306 2006-09-07  Jim Meyering  <jim@meyering.net>
5307
5308         Fix global typo in last change: use chmod u-w, not chmod u-x.
5309         Spotted by Paul Eggert and Bruce Korb.
5310         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5311         * modules/byteswap, modules/configmake, modules/fcntl:
5312         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5313         * modules/localcharset, modules/netinet_in, modules/poll:
5314         * modules/stdbool, modules/stdint, modules/sys_select:
5315         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5316
5317 2006-09-06  Jim Meyering  <jim@meyering.net>
5318
5319         Make generated files be read-only.
5320         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
5321         Ensure that each generated file is now read-only.
5322         * modules/argz: Likewise.
5323         * modules/arpa_inet: Likewise.
5324         * modules/byteswap: Likewise.
5325         * modules/configmake: Likewise.
5326         * modules/fcntl: Likewise.
5327         * modules/fnmatch: Likewise.
5328         * modules/getopt: Likewise.
5329         * modules/glob: Likewise.
5330         * modules/inttypes: Likewise.
5331         * modules/netinet_in: Likewise.
5332         * modules/poll: Likewise.
5333         * modules/stdbool: Likewise.
5334         * modules/stdint: Likewise.
5335         * modules/sys_select: Likewise.
5336         * modules/sys_socket: Likewise.
5337         * modules/sys_stat: Likewise.
5338         * modules/sysexits: Likewise.
5339         * modules/localcharset: Same as above, but continue using temporary
5340         file named "t-$@" (why different?) rather than the "$@-t" used
5341         everywhere else.
5342
5343         * modules/sysexits (Makefile.am): Replace literal occurrences
5344         of "sysexit.h" more readable, and more consistent, "$@".
5345
5346 2006-09-06  Bruno Haible  <bruno@clisp.org>
5347
5348         * modules/striconv: New file.
5349         * modules/xstriconv: New file.
5350         * MODULES.html.sh (Internationalization functions): Add striconv,
5351         xstriconv.
5352
5353 2006-09-06  Bruno Haible  <bruno@clisp.org>
5354
5355         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
5356         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
5357         not using libtool correctly.
5358
5359 2006-09-06  Bruno Haible  <bruno@clisp.org>
5360
5361         * lib/striconv.h: New file.
5362         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
5363         iconvstring.c.
5364         * lib/xstriconv.h: New file.
5365         * lib/xstriconv.c: New file.
5366
5367 2006-09-06  Bruno Haible  <bruno@clisp.org>
5368
5369         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5370         lib_..._LDFLAGS.
5371
5372 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5373
5374         * lib/argz_.h: Sync from Libtool.
5375
5376         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
5377                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5378
5379         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
5380
5381 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5382
5383         * modules/trim: New file.
5384
5385 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5386
5387         * lib/trim.h: New file.
5388         * lib/trim.c: New file.
5389
5390 2006-09-05  Bruno Haible  <bruno@clisp.org>
5391
5392         * MODULES.html.sh (String handling): Add trim.
5393
5394 2006-09-04  Karl Berry  <karl@gnu.org>
5395
5396         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
5397         until next release.
5398
5399 2006-09-03  Bruno Haible  <bruno@clisp.org>
5400
5401         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
5402         correctly.
5403
5404 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5405
5406         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
5407         not gl_GETLOADAVG.  Omit unneeded semicolons.
5408         Problems reported by Ralf Wildenhues in
5409         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5410         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
5411         at the end, which is the usual gnulib style.
5412
5413         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
5414         of doing all the work ourselves.
5415         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
5416         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
5417
5418 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5419
5420         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
5421         Problem reported by Ralf Wildenhues in
5422         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5423
5424         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
5425         HAVE_STRUCT_STATFS_F_FSTYPENAME.
5426
5427 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5428
5429         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
5430         yesterday's patch by changing test -n to test -z.
5431
5432 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5433
5434         * modules/getloadavg (Files): Add m4/getloadavg.m4.
5435         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
5436         the former is now obsolescent.
5437
5438         * modules/chdir-long (Depends-on): Add fcntl.
5439
5440 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5441
5442         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
5443         obsolescent, and programs should use gnulib instead.
5444         * m4/getloadavg.m4: New file, with contents taken from Autoconf
5445         but with prefixes changed.
5446
5447 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5448
5449         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
5450         or stdbool.h, because they might not exist while configuring.
5451
5452         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
5453         Don't include unistd.h or limits.h; not needed, since chdir-long.h
5454         does that for us.
5455         (O_DIRECTORY): Remove.
5456
5457 2006-08-31  Eric Blake  <ebb9@byu.net>
5458
5459         * gnulib-tool: Don't let emacs change spaces to TAB.
5460
5461 2006-08-31  Bruno Haible  <bruno@clisp.org>
5462
5463         * gnulib-tool: When calling func_import more than once, do it in a
5464         subshell.
5465         Reported by Eric Blake <ebb9@byu.net>.
5466
5467 2006-08-31  Bruno Haible  <bruno@clisp.org>
5468
5469         * gnulib-tool (nl): Remove variable.
5470         (sed_transform_lib_file): Use more robust test for config-h module.
5471         (func_import): Fix typo in 2006-08-25 patch.
5472
5473 2006-08-31  Bruno Haible  <bruno@clisp.org>
5474
5475         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
5476         specified, augment Makefile.am variables instead of assigning them.
5477
5478 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5479
5480         Work around a bug in both the Linux and SunOS 64-bit kernels:
5481         nanosleep mishandles sleeps for longer than 2**31 seconds.
5482         Problem reported by Frank v Waveren in
5483         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5484         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
5485         Check for nanosleep bug.
5486         (LIB_NANOSLEEP): Append clock_gettime library if needed.
5487
5488 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5489
5490         Work around a bug in both the Linux and SunOS 64-bit kernels:
5491         nanosleep mishandles sleeps for longer than 2**31 seconds.
5492         Problem reported by Frank v Waveren in
5493         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5494         * lib/nanosleep.c (BILLION): New constant.
5495         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
5496         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
5497         implementation.
5498
5499 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5500
5501         * modules/nanosleep (Depends-on): Add gettime.
5502
5503 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5504         and Simon Josefsson  <jas@extundo.com>
5505         and Oskar Liljeblad  <oskar@osk.mine.nu>
5506
5507         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
5508         * gnulib-tool (func_import): New license type 'unmodifiable license
5509         text'.
5510         * modules/fdl: Use it.  Longer description.
5511         * module/gpl, module/lgpl: New files.
5512
5513 2006-08-30  Jim Meyering  <jim@meyering.net>
5514
5515         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
5516         shadowing the parameter.
5517
5518 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5519
5520         Sync from Libtool:
5521
5522         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5523
5524         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
5525         sharing with gnulib.  Report by Eric Blake.
5526
5527 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5528
5529         * modules/isapipe: New file.
5530         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
5531
5532 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5533
5534         * modules/configmake (Makefile.am): Add a comment, and omit
5535         the CONFIGMAKE_ prefix from generated macro names.  Suggested
5536         by Bruno Haible.
5537
5538 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5539
5540         * m4/isapipe.m4: New file.
5541
5542 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5543
5544         * lib/isapipe.c, lib/isapipe.h: New files.
5545
5546 2006-08-29  Jim Meyering  <jim@meyering.net>
5547
5548         * modules/configmake (Makefile.am): Make configmake.h depend on
5549         Makefile.  Otherwise, a stale configmake.h could hang around.
5550
5551 2006-08-29  Eric Blake  <ebb9@byu.net>
5552
5553         * lib/error.c (error_at_line, print_errno_message): Match libc, after
5554         resolution of upstream bug 3044.
5555
5556 2006-08-29  Bruno Haible  <bruno@clisp.org>
5557
5558         * modules/localcharset (Depends-on): Add configmake.
5559         (Makefile.am): Remove setting of LIBDIR through DEFS.
5560
5561 2006-08-29  Bruno Haible  <bruno@clisp.org>
5562
5563         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
5564         defined.
5565
5566 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5567
5568         * modules/fcntl: New file.
5569         * modules/chdir-safer (Depends-on): Add fcntl.
5570         * modules/fts: Likewise.
5571         * modules/mkdir-p: Likewise.
5572
5573         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
5574         This undoes the most recent change, since we're now addressing the
5575         problem in a different way.
5576
5577         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
5578         into output, since the output might be called Makefile.am even
5579         if $makefile_name is something different.
5580         (func_import): Use $makefile_am rather than
5581         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
5582         empty.
5583
5584         * modules/inttypes (Files): Add m4/inttypes-h.m4.
5585
5586 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5587
5588         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
5589         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
5590         recent change to stdint.m4, since we're now addressing the problem in a
5591         different way.
5592
5593 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5594
5595         * m4/fcntl_h.m4: New file.
5596
5597 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5598
5599         * lib/fcntl_.h: New file.
5600         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
5601         the fcntl module.
5602         * lib/dirchownmod.c: Likewise.
5603         * lib/fts.c: Likewise.
5604
5605         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
5606         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
5607         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
5608         just before including <inttypes.h>, to avoid circular inclusion.
5609
5610 2006-08-28  Jim Meyering  <jim@meyering.net>
5611
5612         * doc/visibility.texi: Actually read and correct the grammar of the
5613         sentence affected by yesterday's change.
5614
5615 2006-08-28  Eric Blake  <ebb9@byu.net>
5616
5617         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
5618         needs wrapper.
5619
5620 2006-08-28  Eric Blake  <ebb9@byu.net>
5621
5622         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
5623
5624 2006-08-28  Eric Blake  <ebb9@byu.net>
5625
5626         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
5627
5628 2006-08-28  Bruno Haible  <bruno@clisp.org>
5629
5630         * modules/c-strstr: New file, from GNU gettext.
5631         * MODULES.html.sh (String handling): Add c-strstr.
5632
5633 2006-08-28  Bruno Haible  <bruno@clisp.org>
5634
5635         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
5636         macros.
5637         Reported by Eric Blake.
5638
5639 2006-08-28  Bruno Haible  <bruno@clisp.org>
5640
5641         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
5642         (VASNPRINTF): Return a string of length > INT_MAX without failing.
5643         * lib/vasprintf.c: Include errno.h, limits.h.
5644         (EOVERFLOW): New fallback definition.
5645         (vasprintf): Test here whether the string length is > INT_MAX.
5646         * lib/vsnprintf.c: Include errno.h, limits.h.
5647         (EOVERFLOW): New fallback definition.
5648         (vsnprintf): Fix bug when generated string was too long for the buffer.
5649         Test here whether the string length is > INT_MAX.
5650
5651 2006-08-28  Bruno Haible  <bruno@clisp.org>
5652
5653         * lib/inttypes_.h (SCNX*): Remove definitions.
5654         Reported by Eric Blake.
5655
5656 2006-08-28  Bruno Haible  <bruno@clisp.org>
5657
5658         * lib/c-strstr.h: New file, from GNU gettext.
5659         * lib/c-strstr.c: New file, from GNU gettext.
5660
5661 2006-08-28  Bruno Haible  <bruno@clisp.org>
5662
5663         * gnulib-tool: Reorder some statements.
5664
5665 2006-08-28  Bruno Haible  <bruno@clisp.org>
5666
5667         * gnulib-tool: New option --makefile-name.
5668         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
5669         $makefile_name.
5670         (func_import): Write $makefile_name to the cache file, and read it from
5671         there unless explicitly specified. Use $makefile_name as file name
5672         instead of Makefile.am. Adjust the recommendations accordingly.
5673
5674 2006-08-28  Bruno Haible  <bruno@clisp.org>
5675
5676         * gnulib-tool (func_verify_module): Check against misapplying patch.
5677
5678 2006-08-28  Bruno Haible  <bruno@clisp.org>
5679
5680         * gnulib-tool (func_relativize, func_relconcat): New functions.
5681         Give an error if --local-dir is given with --update.
5682         Remove trailing slashes from $local_gnulib_dir.
5683         (func_import): Store the relativized $local_gnulib_dir in
5684         gnulib-cache.m4, and read it from there if not specified explicitly.
5685
5686 2006-08-28  Bruno Haible  <bruno@clisp.org>
5687
5688         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
5689         is the current directory. Respect also $local_gnulib_dir.
5690
5691 2006-08-28  Bruno Haible  <bruno@clisp.org>
5692             Simon Josefsson  <jas@extundo.com>
5693
5694         BeOS portability.
5695         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
5696
5697 2006-08-27  Jim Meyering  <jim@meyering.net>
5698
5699         * doc/visibility.texi: Remove duplicate word: "pointer".
5700
5701 2006-08-26  Bruno Haible  <bruno@clisp.org>
5702
5703         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
5704         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
5705         (Makefile.am): Create inttypes.h from inttypes_.h.
5706         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
5707
5708         * modules/imaxabs: New file.
5709
5710         * modules/imaxdiv: New file.
5711
5712 2006-08-26  Bruno Haible  <bruno@clisp.org>
5713
5714         * m4/inttypes.m4: New file.
5715         * m4/_inttypes_h.m4: Remove file.
5716         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
5717         PRI_MACROS_BROKEN.
5718         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
5719
5720         * m4/imaxabs.m4: New file.
5721
5722         * m4/imaxdiv.m4: New file.
5723
5724 2006-08-26  Bruno Haible  <bruno@clisp.org>
5725
5726         * lib/inttypes_.h: New file.
5727         * lib/inttypes.h: Remove file.
5728         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
5729
5730         * lib/imaxabs.c: New file.
5731
5732         * lib/imaxdiv.c: New file.
5733
5734 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5735
5736         New config-h module, so that "make" output needn't be cluttered
5737         by -DHAVE_CONFIG_H.
5738         * MODULES.html.sh (Support for building libraries and executables):
5739         Add config-h.
5740         * modules/config-h: New file.
5741         * gnulib-tool (nl, sed_transform_lib_file): New vars.
5742         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
5743         the config-h module is used.
5744
5745         New configmake module, so that "make" output needn't be cluttered
5746         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
5747         * MODULES.html.sh (Support for building libraries and executables):
5748         Add configmake.
5749         * modules/configmake: New file.
5750
5751 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5752
5753         * m4/config-h.m4: New file.
5754
5755 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5756
5757         * config/srclist.txt: Add elisp-comp.
5758
5759 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5760
5761         * MODULES.html.sh (Support for building libraries and executables):
5762         Add elisp-comp.
5763         * build-aux/elisp-comp: New file.
5764         * modules/elisp-comp: New file.
5765
5766 2006-08-24  Bruno Haible  <bruno@clisp.org>
5767
5768         * gnulib-tool (func_create_testdir): Use non-default values of
5769         sourcebase and m4base.
5770
5771 2006-08-24  Bruno Haible  <bruno@clisp.org>
5772
5773         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
5774         HTML structure.
5775
5776 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
5777
5778         * modules/openat (Depends-on): Add lchown.
5779
5780 2006-08-23  Bruno Haible  <bruno@clisp.org>
5781
5782         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
5783         of gl_LOCK_EARLY instead of gl_LOCK.
5784
5785 2006-08-23  Bruno Haible  <bruno@clisp.org>
5786
5787         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
5788         on OSF/1 to no.
5789         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
5790
5791 2006-08-23  Bruno Haible  <bruno@clisp.org>
5792
5793         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
5794         as unusable.
5795
5796         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
5797         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
5798         (gl_LOCK): New macro.
5799
5800 2006-08-22  Simon Josefsson  <jas@extundo.com>
5801
5802         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
5803         to md5 module.
5804
5805 2006-08-22  Simon Josefsson  <jas@extundo.com>
5806
5807         * MODULES.html.sh: Add "Support for maintaining and release
5808         projects".
5809
5810         * build-aux/gnupload: New file, from coreutils.
5811
5812 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5813
5814         Avoid the need for AC_LIBSOURCES in m4 macros.
5815         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
5816         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
5817         * modules/check-version (EXTRA_DIST): Add check-version.h.
5818         * modules/crc (EXTRA_DIST): Add crc.h.
5819         * modules/des (EXTRA_DIST): Add des.h.
5820         * modules/gc (EXTRA_DIST): Add gc.h.
5821         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
5822         * modules/getline (EXTRA_DIST): Add getline.h.
5823         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
5824         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
5825         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
5826         * modules/md2 (EXTRA_DIST): Add md2.h.
5827         * modules/md4 (EXTRA_DIST): Add md4.h.
5828         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
5829         * modules/read-file (EXTRA_DIST): Add read-file.h.
5830         * modules/readline (EXTRA_DIST): Add readline.h.
5831         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
5832         rijndael-api-fst.h.
5833
5834 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5835
5836         * m4/rijndael.m4 (gl_ARCFOUR):
5837         * m4/arctwo.m4 (gl_ARCTWO):
5838         * m4/check-version.m4 (gl_CHECK_VERSION):
5839         * m4/crc.m4 (gl_CRC):
5840         * m4/des.m4 (gl_DES):
5841         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
5842         * m4/gc.m4 (gl_GC):
5843         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
5844         * m4/getline.m4 (gl_FUNC_GETLINE):
5845         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
5846         * m4/hmac-md5.m4 (gl_HMAC_MD5):
5847         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
5848         * m4/md2.m4 (gl_MD2):
5849         * m4/md4.m4 (gl_MD4):
5850         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
5851         * m4/read-file.m4 (gl_FUNC_READ_FILE):
5852         * m4/readline.m4 (gl_FUNC_READLINE):
5853         * m4/rijndael.m4 (gl_RIJNDAEL):
5854         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
5855         to get the necessary .h files and whatnot.
5856
5857 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5858
5859         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
5860         gnulib rather than the other way around.
5861         * config/srclistvars.sh (COREUTILS): Remove.
5862
5863 2006-08-22  Jim Meyering  <jim@meyering.net>
5864
5865         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
5866
5867         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
5868
5869 2006-08-22  Eric Blake  <ebb9@byu.net>
5870
5871         * modules/regexprops-generic: New file.
5872         * MODULES.html.sh (Support for building documentation): List it.
5873
5874 2006-08-22  Eric Blake  <ebb9@byu.net>
5875
5876         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
5877         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
5878         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
5879         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
5880
5881 2006-08-22  Bruno Haible  <bruno@clisp.org>
5882
5883         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
5884         and lib_LTLIBRARIES like the other lib_* variables.
5885
5886 2006-08-22  Bruno Haible  <bruno@clisp.org>
5887
5888         * build-aux/x-to-1.in: New file, from GNU gettext.
5889
5890 2006-08-22  Bruno Haible  <bruno@clisp.org>
5891
5892         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
5893         <utmpx.h> exists.
5894
5895 2006-08-22  Bruno Haible  <bruno@clisp.org>
5896
5897         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
5898         <utmpx.h> exists.
5899
5900 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5901
5902         BeOS portability.
5903         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
5904         exist.
5905         Problem reported by Bruno Haible.
5906
5907 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
5908
5909         Avoid the need for AC_LIBSOURCES in m4 macros.
5910         * modules/acl (EXTRA_DIST): Add acl.h.
5911         * modules/argmatch (Files): Add m4/argmatch.m4.
5912         (configure.ac): Add gl_ARGMATCH.
5913         (EXTRA_DIST): Renamed from lib_SOURCES, for
5914         consistency with the other modules.  Remove argmatch.c.
5915         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
5916         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
5917         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
5918         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
5919         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
5920         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
5921         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
5922         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
5923         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
5924         * modules/closeout (EXTRA_DIST): Add closeout.h.
5925         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
5926         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
5927         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
5928         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
5929         dirname.h; remove basename.c and stripslash.c.
5930         * modules/exclude (EXTRA_DIST): Add exclude.h.
5931         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
5932         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
5933         * modules/file-type (EXTRA_DIST): Add file-type.h.
5934         * modules/filemode (EXTRA_DIST): Add filemode.h.
5935         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
5936         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5937         * modules/fpending (EXTRA_DIST): Add __fpending.h.
5938         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
5939         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
5940         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
5941         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
5942         * modules/getdate (EXTRA_DIST): Add getdate.c.
5943         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
5944         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
5945         * modules/getpass (EXTRA_DIST): Add getpass.h.
5946         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
5947         * modules/group-member (EXTRA_DIST): Add group-member.h.
5948         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
5949         * modules/hash (EXTRA_DIST): Add hash.h.
5950         * modules/human (EXTRA_DIST): Add human.h.
5951         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
5952         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
5953         * modules/lchown (EXTRA_DIST): Add lchown.h.
5954         * modules/long-options (EXTRA_DIST): Add long-options.h.
5955         * modules/lstat (EXTRA_DIST): Add lstat.h.
5956         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
5957         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
5958         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
5959         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
5960         * modules/memxor (EXTRA_DIST): Add memxor.h.
5961         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
5962         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
5963         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
5964         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
5965         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
5966         * modules/physmem (EXTRA_DIST): Add physmem.h.
5967         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
5968         * modules/posixver (EXTRA_DIST): Add posixver.h.
5969         * modules/quote (EXTRA_DIST): Add quote.h.
5970         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
5971         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
5972         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
5973         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
5974         regex_internal.h regexec.c.
5975         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
5976         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
5977         * modules/same (EXTRA_DIST): Add same.h.
5978         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
5979         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
5980         * modules/savedir (EXTRA_DIST): Add savedir.h.
5981         * modules/sha1 (EXTRA_DIST): Add sha1.h.
5982         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
5983         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
5984         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
5985         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
5986         * modules/strdup (EXTRA_DIST): Add strdup.h.
5987         * modules/strftime (EXTRA_DIST): Add strftime.h.
5988         * modules/strndup (EXTRA_DIST): Add strndup.h.
5989         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
5990         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
5991         * modules/time_r (EXTRA_DIST): Add time_r.h.
5992         * modules/timespec (EXTRA_DIST): Add timespec.h.
5993         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
5994         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
5995         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
5996         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
5997         * modules/userspec (EXTRA_DIST): Add userspec.h.
5998         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
5999         * modules/utimens (EXTRA_DIST): Add utimens.h.
6000         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
6001         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
6002         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
6003         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
6004         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
6005         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
6006         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
6007         * modules/yesno (EXTRA_DIST): Add yesno.h.
6008
6009 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6010
6011         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
6012
6013         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
6014         * m4/dev-ino.m4, same-inode.m4: Remove.
6015
6016         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
6017         * m4/acl.m4 (AC_FUNC_ACL):
6018         * m4/backupfile.m4 (gl_BACKUPFILE):
6019         * m4/c-strtod.m4 (gl_C99_STRTOLD):
6020         * m4/canon-host.m4 (gl_CANON_HOST):
6021         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
6022         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
6023         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
6024         * m4/cloexec.m4 (gl_CLOEXEC):
6025         * m4/close-stream.m4 (gl_CLOSE_STREAM):
6026         * m4/closeout.m4 (gl_CLOSEOUT):
6027         * m4/dirfd.m4 (gl_FUNC_DIRFD):
6028         * m4/dirname.m4 (gl_DIRNAME):
6029         * m4/exclude.m4 (gl_EXCLUDE):
6030         * m4/exitfail.m4 (gl_EXITFAIL):
6031         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
6032         * m4/file-type.m4 (gl_FILE_TYPE):
6033         * m4/filemode.m4 (gl_FILEMODE):
6034         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
6035         * m4/fpending.m4 (gl_FUNC_FPENDING):
6036         * m4/fprintftime.m4 (gl_FPRINTFTIME):
6037         * m4/fts.m4 (gl_FUNC_FTS):
6038         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
6039         * m4/getdate.m4 (gl_GETDATE):
6040         * m4/gethrxtime.m4 (gl_GETHRXTIME):
6041         * m4/getpagesize.m4 (gl_GETPAGESIZE):
6042         * m4/getpass.m4 (gl_FUNC_GETPASS):
6043         * m4/gettime.m4 (gl_GETTIME):
6044         * m4/getugroups.m4 (gl_GETUGROUPS):
6045         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
6046         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
6047         * m4/hard-locale.m4 (gl_HARD_LOCALE):
6048         * m4/hash.m4 (gl_HASH):
6049         * m4/idcache.m4 (gl_IDCACHE):
6050         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
6051         * m4/lchown.m4 (gl_FUNC_LCHOWN):
6052         * m4/long-options.m4 (gl_LONG_OPTIONS):
6053         * m4/lstat.m4 (gl_FUNC_LSTAT):
6054         * m4/md5.m4 (gl_MD5):
6055         * m4/memcasecmp.m4 (gl_MEMCASECMP):
6056         * m4/memcoll.m4 (gl_MEMCOLL):
6057         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
6058         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
6059         * m4/memxor.m4 (gl_MEMXOR):
6060         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
6061         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
6062         * m4/modechange.m4 (gl_MODECHANGE):
6063         * m4/mountlist.m4 (gl_MOUNTLIST):
6064         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6065         * m4/openat.m4 (gl_FUNC_OPENAT):
6066         * m4/pathmax.m4 (gl_PATHMAX):
6067         * m4/physmem.m4 (gl_PHYSMEM):
6068         * m4/posixtm.m4 (gl_POSIXTM):
6069         * m4/posixver.m4 (gl_POSIXVER):
6070         * m4/quote.m4 (gl_QUOTE):
6071         * m4/quotearg.m4 (gl_QUOTEARG):
6072         * m4/readtokens.m4 (gl_READTOKENS):
6073         * m4/readutmp.m4 (gl_READUTMP):
6074         * m4/regex.m4 (gl_REGEX):
6075         * m4/safe-read.m4 (gl_SAFE_READ):
6076         * m4/safe-write.m4 (gl_SAFE_WRITE):
6077         * m4/same.m4 (gl_SAME):
6078         * m4/save-cwd.m4 (gl_SAVE_CWD):
6079         * m4/savedir.m4 (gl_SAVEDIR):
6080         * m4/settime.m4 (gl_SETTIME):
6081         * m4/sha1.m4 (gl_SHA1):
6082         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
6083         * m4/stat-macros.m4 (gl_STAT_MACROS):
6084         * m4/stat-time.m4 (gl_STAT_TIME):
6085         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
6086         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
6087         * m4/strdup.m4 (gl_FUNC_STRDUP):
6088         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
6089         * m4/strndup.m4 (gl_FUNC_STRNDUP):
6090         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
6091         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
6092         * m4/time_r.m4 (gl_TIME_R):
6093         * m4/timespec.m4 (gl_TIMESPEC):
6094         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
6095         * m4/unlinkdir.m4 (gl_UNLINKDIR):
6096         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
6097         * m4/userspec.m4 (gl_USERSPEC):
6098         * m4/utimecmp.m4 (gl_UTIMECMP):
6099         * m4/utimens.m4 (gl_UTIMENS):
6100         * m4/xalloc.m4 (gl_XALLOC):
6101         * m4/xgetcwd.m4 (gl_XGETCWD):
6102         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
6103         * m4/xreadlink.m4 (gl_XREADLINK):
6104         * m4/xstrtod.m4 (gl_XSTRTOD):
6105         * m4/yesno.m4 (gl_YESNO):
6106         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6107         to get the necessary .h files and whatnot.
6108
6109 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
6110             Bruno Haible  <bruno@clisp.org>
6111
6112         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
6113         /bin/sh understanding of '!' conditional negation.
6114
6115 2006-08-21  Jim Meyering  <jim@meyering.net>
6116
6117         * modules/openat (Depends-on): Really alphabetize.
6118
6119         * modules/acl (Depends-on): Add error and quote.
6120
6121         * check-module (find_included_lib_files): Add at-func.c to the
6122         ok-to-include-more-than-once white list.
6123
6124         * modules/openat (Depends-on): Add lstat.  Alphabetize.
6125
6126 2006-08-21  Bruno Haible  <bruno@clisp.org>
6127
6128         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6129         Emit a pkgdata_DATA variable only if some snippets add contents to it.
6130         Reported by Martin Lambers <marlam@marlam.de>.
6131
6132 2006-08-21  Bruno Haible  <bruno@clisp.org>
6133
6134         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
6135         specify an installation location, don't emit a noinst_LIBRARIES or
6136         noinst_LTLIBRARIES assignment.
6137
6138 2006-08-21  Bruno Haible  <bruno@clisp.org>
6139
6140         BeOS portability.
6141         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
6142         BeOS has mbrtowc() but no <wctype.h>.
6143
6144 2006-08-21  Bruno Haible  <bruno@clisp.org>
6145
6146         BeOS portability.
6147         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
6148         exist.
6149
6150 2006-08-21  Bruno Haible  <bruno@clisp.org>
6151
6152         BeOS portability.
6153         * lib/mbchar.h: Include <wctype.h> only if it exists.
6154
6155 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6156
6157         Remove files that are no longer needed by their respective modules.
6158         * m4/obstack.m4: Remove.
6159         * m4/strerror_r.m4: Remove.
6160         * m4/uint32_t.m4: Remove.
6161         * m4/uintptr_t.m4: Remove.
6162         * m4/ullong_max.m4: Remove.
6163         * m4/xstrtoimax.m4: Remove.
6164         * m4/xstrtoumax.m4: Remove.
6165
6166         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
6167         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
6168         dependencies now capture this.
6169
6170         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
6171         Do not use AC_LIBSOURCES, since gnulib modules now do this.
6172         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
6173         * m4/human.m4 (gl_HUMAN): Likewise.
6174         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
6175         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
6176
6177         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
6178
6179         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
6180         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
6181         stdint.
6182         * m4/human.m4 (gl_HUMAN): Likewise.
6183         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
6184         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
6185         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
6186         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
6187         * m4/xstrtol (gl_XSTRTOL): Likewise.
6188
6189         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
6190         AC_TYPE_LONG_LONG_INT.
6191         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
6192         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
6193         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
6194         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
6195
6196         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
6197         on stdbool.
6198
6199         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
6200         (gl_PREREQ_XSTRTOUL): Remove.
6201
6202         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
6203
6204         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
6205         mode.
6206
6207 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6208
6209         Add and change modules to make it easier for coreutils to use
6210         gnulib-tool.
6211         * modules/backupfile (Files): Remove m4/d-ino.m4.
6212         (Depends-on): Add d-ino.
6213         * modules/cycle-check (Depends-on): Add stdint.
6214         (lib_SOURCES): Add cycle-check.h.
6215         * modules/d-ino: New module.
6216         * modules/d-type: New module.
6217         * modules/error (Files): Remove m4/strerror_r.m4.
6218         * modules/filemode (Files): Add m4/st_dm_mode.m4.
6219         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
6220         m4/inttypes_h.m4, m4/uintmax_t.m4.
6221         (Depends-on): Add stdint.
6222         (lib_SOURCES): Add fsusage.h.
6223         * modules/getcwd (Files): Remove d-ino.m4.
6224         (Depends-on): Add d-ino.
6225         * modules/getndelim2 (Depends-on): Add stdint.
6226         * modules/glob (Files): Remove m4/d-type.m4.
6227         (Depends-on): Add d-type.
6228         * modules/host-os: New module.
6229         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
6230         m4/inttypes_h.m4, m4/uintmax_t.m4.
6231         * Depends-on: Add stdint.
6232         (lib_SOURCES): Add human.h.
6233         * modules/inttostr (Files): Remove m4/intmax_t.m4,
6234         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
6235         m4/uintmax_t.m4, m4/ulonglong.m4.
6236         (Depends-on): Add stdint.
6237         (EXTRA_DIST): Add inttostr.h.
6238         * modules/lchmod: New module.
6239         * modules/link-follow: New module.
6240         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
6241         (Depends-on): Add lchmod.
6242         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
6243         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
6244         (Depends-on): Add stdint.
6245         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
6246         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
6247         (Depends-on): Add stdint.
6248         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
6249         * modules/perl: New module.
6250         * modules/regex (Depends-on): Add stdint.
6251         * modules/rmdir-errno: New module.
6252         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6253         m4/intmax_t.m4.
6254         (Depends-on): Add stdint.
6255         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6256         m4/uintmax_t.m4.
6257         (Depends-on): Add stdint.
6258         * modules/unlink-busy: New module.
6259         * modules/utimecmp (Depends-on): Add stdint.
6260         * modules/uptime: New module.
6261         * modules/winsz-ioctl: New module.
6262         * modules/winsz-termios: New module.
6263         * modules/xnanosleep (Depends-on): Add nanosleep.
6264         * modules/ullong_max: Remove.
6265         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
6266         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
6267         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
6268         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
6269         (Depends-on): Add inttypes.
6270         (lib_SOURCES): Add xstrtol.h.
6271         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
6272         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
6273         * MODULES.html.sh: Move 'assert' into the assert section.
6274         Move 'dummy' into the linking section.
6275         Remove ullong_max.
6276         Add section for compatibility checks for POSIX:2001 functions,
6277         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
6278         winsz-ioctl, and winsz-termios into it.
6279         Add lchmod.
6280         Add top-level Misc section and put host-os, perl, and uptime
6281         into it.
6282
6283 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6284
6285         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
6286         now assume the stdint module.  Do not include inttypes.h.
6287         * lib/fsusage.h: Likewise.
6288         * lib/getndelim2.c: Likewise.
6289         * lib/human.h: Likewise.
6290         * lib/inttostr.h: Likewise.
6291         * lib/obstack.c: Likewise.
6292         * lib/regex_internal.h: Likewise.
6293         * lib/tempname.c: Likewise.
6294         * lib/utimecmp.c: Likewise.
6295         * lib/xstrtol.h: Likewise.
6296
6297         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
6298
6299         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
6300         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
6301         * lib/xtime.h: Likewise.
6302
6303 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6304
6305         * modules/openat (Files): Add lib/fchmodat.c.
6306         Fixes problem reported by Jay Youngman.
6307
6308 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6309
6310         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
6311         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
6312
6313 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
6314             Bruno Haible  <bruno@clisp.org>
6315
6316         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
6317         and is a script that invokes bison. Tighten the code. Add comments.
6318
6319 2006-08-18  Jim Meyering  <jim@meyering.net>
6320
6321         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
6322         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
6323         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
6324         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
6325
6326 2006-08-18  Bruno Haible  <bruno@clisp.org>
6327
6328         * modules/bison-i18n: New file.
6329         * MODULES.html.sh (Internationalization functions): Add it.
6330
6331 2006-08-18  Bruno Haible  <bruno@clisp.org>
6332
6333         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
6334         sys/statvfs.h. When getmntinfo was found, check its declaration and
6335         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
6336
6337 2006-08-18  Bruno Haible  <bruno@clisp.org>
6338
6339         * m4/bison-i18n.m4: New file, from bison.
6340
6341 2006-08-18  Bruno Haible  <bruno@clisp.org>
6342
6343         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
6344         (ME_DUMMY): Treat "kernfs" as a dummy.
6345         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
6346
6347 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6348
6349         Update from coreutils.
6350
6351         2006-08-15  Jim Meyering  <jim@meyering.net>
6352
6353         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
6354
6355         2006-01-17  Jim Meyering  <jim@meyering.net>
6356
6357         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
6358
6359         2006-01-11  Jim Meyering  <jim@meyering.net>
6360
6361         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
6362         Check for the lchmod function.
6363
6364 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6365
6366         Update from coreutils.
6367
6368         * lib/__fpending.h: Add copyright notice.
6369         * lib/fprintftime.h: Likewise.
6370         * lib/savedir.c: Use (C) in copyright notice.
6371         * lib/savedir.h: Likewise.
6372
6373         2006-08-15  Jim Meyering  <jim@meyering.net>
6374
6375         * lib/at-func.c: New file, with the logic of all emulated at-functions.
6376         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
6377         in support of the EXPECTED_ERRNO macro.
6378         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
6379         definitions.  Instead, define the appropriate symbols and include
6380         "at-func.c".
6381         * lib/mkdirat.c (mkdirat): Likewise.
6382         * lib/fchmodat.c (fchmodat): Likewise.
6383         (ENOSYS): Remove definition.
6384         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
6385         it.  Don't include "unistd--.h" -- it wasn't ever used.
6386
6387         2006-01-17  Jim Meyering  <jim@meyering.net>
6388
6389         Rewrite fts.c not to change the current working directory,
6390         by using openat, fstatat, fdopendir, etc..
6391
6392         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
6393         (HAVE_OPENAT_SUPPORT): Define.
6394         [_LIBC] (fchdir): Don't undef or define; no longer used.
6395         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
6396         Now, this `function' always succeeds, and consumes its file descriptor
6397         parameter -- so callers must not close such FDs.  Update callers.
6398         (diropen_fd, opendirat, cwd_advance_fd): New functions.
6399         (diropen): Add parameter, SP.  Adjust all callers.
6400         Implement using diropen_fd, rather than open.
6401         (fts_open): Initialize new member, fts_cwd_fd.
6402         Remove fts_rft-setting code.
6403         (fts_close): Close fts_cwd_fd, if necessary.
6404         (__opendir2): Define in terms of opendir or opendirat,
6405         depending on whether the FST_NOCHDIR flag is set.
6406         (fts_build): Since fts_safe_changedir consumes its FD, and since
6407         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
6408         and close the dup'd file descriptor upon failure.
6409         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
6410         (fts_safe_changedir): Tweak semantics to reflect that this function
6411         now calls cwd_advance_fd and hence consumes its FD argument.
6412         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
6413         [struct FTS] (fts_rft): Remove now-unused member.
6414         [struct FTS] (fts_cycle.state): Improve comment.
6415
6416         * lib/openat.c (openat_needs_fchdir): New function.
6417         * lib/openat.h (openat_needs_fchdir): Declare it.
6418
6419 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
6420
6421         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
6422         Problem and fix reported by Pádraig Brady in
6423         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
6424
6425 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6426
6427         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
6428
6429 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6430
6431         * lib/memcoll.c (memcoll): Optimize for the common case where the
6432         arguments are bytewise equal.
6433
6434 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6435
6436         * doc/regexprops-generic.texi: Add a copyright notice.
6437
6438 2006-08-15  Bruno Haible  <bruno@clisp.org>
6439
6440         * modules/tmpdir (License): Change to LGPL.
6441
6442 2006-08-15  Bruno Haible  <bruno@clisp.org>
6443
6444         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
6445         module.
6446
6447 2006-08-14  Simon Josefsson  <jas@extundo.com>
6448
6449         * config/srclist.txt: Add gnupload.
6450
6451 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6452
6453         Change copyright notice from LGPL 2 to GPL 2, since that's the
6454         standard form used in the gnulib repository.
6455         * tests/test-lock.c: Likewise.
6456         * tests/test-stdint.c: Likewise.
6457         * tests/test-tls.c: Likewise.
6458
6459         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
6460         prelude-manager.  User shorter URLs for GNU projects, without '?'.
6461         Add copyright notice.
6462
6463         * check-module: Add copyright notice.  Output a copyright
6464         notice if "--version" is specified.
6465         * modules/COPYING: New file.
6466         * tests/test-getaddrinfo.c: Add copyright notice.
6467         * tests/test-verify.c: Likewise.
6468
6469 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6470
6471         Change copyright notice from LGPL 2 to GPL 2, since that's the
6472         standard form used in the gnulib repository.
6473         * lib/lock.c: LGPL -> GPL.
6474         * lib/lock.h: Likewise.
6475         * lib/strnlen1.c: Likewise.
6476         * lib/strnlen1.h: Likewise.
6477         * lib/tls.c: Likewise.
6478         * lib/tls.h: Likewise.
6479         * lib/tmpdir.c: Likewise.
6480
6481         * lib/TODO: Remove; this belongs only in coreutils.
6482
6483 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6484
6485         Add copyright notices to long-enough files that lack them, since
6486         otherwise the files aren't clearly free.  Use the same notice that
6487         getdate.texi already uses.
6488         * doc/alloca-opt.texi: Add copyright notice.
6489         * doc/alloca.texi: Likewise.
6490         * doc/ctime.texi: Likewise.
6491         * doc/functions.texi: Likewise.
6492         * doc/gcd.texi: Likewise.
6493         * doc/gnulib-tool.texi: Likewise.
6494         * doc/inet_ntoa.texi: Likewise.
6495         * doc/visibility.texi: Likewise.
6496
6497         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
6498         * doc/quote.texi: Add copyright notice.
6499
6500         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
6501         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
6502         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
6503         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
6504         is now obsolete, and give a pointer to the Sun list.
6505         Add copyright notice.
6506
6507 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6508
6509         * config/srclistvars.sh: Add copyright notice.
6510
6511 2006-08-14  Eric Blake  <ebb9@byu.net>
6512
6513         Import the following change from libc:
6514
6515         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
6516
6517         Upstream bug 2997.
6518         * lib/misc/error.c: Add space between program name and message if file
6519         name is missing.
6520
6521 2006-08-12  Karl Berry  <karl@gnu.org>
6522
6523         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
6524         remove, these originate in gnulib now.
6525
6526 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6527
6528         * doc/Makefile (standards.info standards.html standards.dvi):
6529         Also depend on make-stds.texi.
6530
6531 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6532
6533         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
6534         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
6535
6536         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
6537         in wchar_t.  Problem reported by Eric Blake.
6538
6539         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
6540         LEN is smaller than SIZE.  Suggested by Bruno Haible.
6541         Also, help the compiler to keep LEN in a register.
6542
6543 2006-08-11  Eric Blake  <ebb9@byu.net>
6544
6545         * users.txt: Sort.  Add tar.
6546
6547 2006-08-11  Bruno Haible  <bruno@clisp.org>
6548
6549         * users.txt: New file.
6550
6551 2006-08-11  Bruno Haible  <bruno@clisp.org>
6552
6553         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
6554         before <wchar.h>. Needed for OSF/1 and BSD/OS.
6555
6556 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6557
6558         * modules/snprintf (Depends-on): Remove minmax.
6559         (Maintainer): Add self and Bruno.
6560
6561 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6562
6563         * lib/.cppi-disable: Add snprintf.h, socket_.h.
6564         * lib/snprintf.c: Include <errno.h> and <limits.h>.
6565         (EOVERFLOW): Define if the system does not.
6566         Do not include "minmax.h"; it wasn't used.
6567         (snprintf): Don't assume size_t promotes to an unsigned type.
6568         Fix bug when generated string was too long for the buffer: the
6569         buffer's contents are supposed to be the initial prefix of the
6570         output.  Don't assume vasnprintf returns EOVERFLOW if the size
6571         exceeds INT_MAX; do the check ourselves.
6572
6573         Import the following changes from libc:
6574
6575         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
6576
6577         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
6578         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
6579         set wc to the byte which couldn't be converted.
6580         (re_string_reconstruct): Don't clear valid_raw_len before calling
6581         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
6582         tip_context using re_string_context_at.
6583
6584         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
6585
6586         * lib/posix/regex.h: g++ still cannot handled [restrict].
6587
6588         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
6589
6590         * lib/posix/regex.h: Remove special handling for VMS.
6591
6592 2006-08-10  Jim Meyering  <jim@meyering.net>
6593
6594         * modules/same-inode: New module.
6595         * modules/dev-ino: New module.
6596         * modules/cycle-check: Depend on these modules, rather than simply
6597         including their .h files.
6598         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
6599         required via m4/cycle-check.m4.
6600         * modules/same: Depend on new same-inode module, rather than
6601         including same-inode.h.
6602         * modules/chdir-safer: New file.
6603
6604         * modules/chown (Depends-on): Add stat-macros.
6605
6606 2006-08-10  Jim Meyering  <jim@meyering.net>
6607
6608         * m4/cycle-check.m4: New file.
6609         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
6610         * m4/dev-ino.m4, m4/same-inode.m4: New files.
6611
6612 2006-08-10  Eric Blake  <ebb9@byu.net>
6613
6614         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
6615         in from original proposal.
6616
6617 2006-08-10  Eric Blake  <ebb9@byu.net>
6618         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6619
6620         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
6621         namespace.
6622
6623 2006-08-10  Bruno Haible  <bruno@clisp.org>
6624
6625         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
6626         as well.
6627
6628 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6629
6630         Sync from coreutils.
6631
6632         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
6633
6634         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
6635         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
6636
6637 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6638
6639         * modules/restrict: Remove; no longer needed now that we assume
6640         Autoconf 2.59 or later.
6641         * MODULES.html.sh: Remove 'restrict'.
6642         * modules/argp (Depends-on): Remove 'restrict'.
6643         * modules/base64 (Depends-on): Likewise.
6644         * modules/gc (Depends-on): Likewise.
6645         * modules/getaddrinfo (Depends-on): Likewise.
6646         * modules/glob (Depends-on): Likewise.
6647         * modules/inet_ntop (Depends-on): Likewise.
6648         * modules/inet_pton (Depends-on): Likewise.
6649         * modules/memxor (Depends-on): Likewise.
6650         * modules/regex (Depends-on): Likewise.
6651         * modules/strtok_r (Depends-on): Likewise.
6652         * modules/time_r (Depends-on): Likewise.
6653
6654 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6655
6656         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
6657         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
6658         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6659         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
6660         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
6661         * m4/memxor.m4 (gl_MEMXOR): Likewise.
6662         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
6663         gl_C_RESTRICT replaced by AC_C_RESTRICT.
6664
6665         Merge from coreutils.
6666         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
6667         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
6668         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6669         * m4/time_r.m4 (gl_TIME_R): Likewise.
6670
6671 2006-08-09  Karl Berry  <karl@gnu.org>
6672
6673         * config/srclist.txt: no more gettext-tools, per Bruno.
6674
6675 2006-08-08  Eric Blake  <ebb9@byu.net>
6676
6677         * modules/verror: New module.
6678         * MODULES.html.sh: Document it.
6679
6680 2006-08-08  Eric Blake  <ebb9@byu.net>
6681
6682         * lib/verror.h, lib/verror.c: New files.
6683
6684 2006-08-08  Eric Blake  <ebb9@byu.net>
6685
6686         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
6687         verror_at_line output complies with GNU Coding Standards even when
6688         file is NULL.
6689
6690 2006-08-07  Bruno Haible  <bruno@clisp.org>
6691
6692         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
6693         versions of AIX.
6694         Reported by Ralf Wildenhues.
6695
6696 2006-08-07  Bruno Haible  <bruno@clisp.org>
6697
6698         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
6699         in an AC_DEFUN. Needed so that the autoconf snippets can use
6700         AC_REQUIRE.
6701
6702 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6703
6704         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6705         Initialize pkgdata_DATA.
6706         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
6707         overriding it.
6708
6709 2006-08-06  Eric Blake  <ebb9@byu.net>
6710
6711         * lib/error.h: Fold in some upstream changes from glibc.
6712         * lib/error.c: Likewise.
6713
6714 2006-08-04  Bruno Haible  <bruno@clisp.org>
6715
6716         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6717         Make the mostlyclean-local rule depend on mostlyclean-generic.
6718         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
6719
6720 2006-07-31  Bruno Haible  <bruno@clisp.org>
6721
6722         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
6723         <stdlib.h>, <string.h>.
6724
6725 2006-07-30  Bruno Haible  <bruno@clisp.org>
6726
6727         * modules/readlink (License): Change to LGPL.
6728
6729 2006-07-30  Bruno Haible  <bruno@clisp.org>
6730
6731         * modules/javaversion (Makefile.am): Distribute javaversion.java and
6732         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
6733         set PKGDATADIR to point to it.
6734
6735 2006-07-30  Bruno Haible  <bruno@clisp.org>
6736
6737         * modules/csharpexec (configure.ac): Comment out macro invocation.
6738         * modules/javaexec (configure.ac): Likewise.
6739         * modules/javacomp-script (configure.ac): Likewise.
6740
6741         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
6742
6743 2006-07-30  Bruno Haible  <bruno@clisp.org>
6744
6745         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
6746         linked-list.
6747
6748 2006-07-30  Bruno Haible  <bruno@clisp.org>
6749
6750         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
6751
6752 2006-07-30  Bruno Haible  <bruno@clisp.org>
6753
6754         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6755         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
6756         get removed.
6757
6758 2006-07-29  Bruno Haible  <bruno@clisp.org>
6759
6760         Make it possible for gnulib-tool to work with locally modified or
6761         augmented gnulib repositories.
6762         * gnulib-tool (func_usage): Document --local-dir option.
6763         (local_gnulib_dir): New variable.
6764         Handle --local-dir option.
6765         (func_lookup_file): New function.
6766         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
6767         (func_get_description, func_get_filelist, func_get_description,
6768         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
6769         func_get_automake_snippet, func_get_include_directive,
6770         func_get_license, func_get_maintainer): Use func_lookup_file.
6771         (func_import, func_create_testdir): Use func_lookup_file.
6772
6773 2006-07-29  Bruno Haible  <bruno@clisp.org>
6774
6775         * modules/setenv (Depends-on): Add unistd.
6776
6777 2006-07-29  Bruno Haible  <bruno@clisp.org>
6778
6779         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
6780
6781 2006-07-29  Bruno Haible  <bruno@clisp.org>
6782
6783         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
6784
6785 2006-07-29  Bruno Haible  <bruno@clisp.org>
6786
6787         * gnulib-tool (import, update): If there is no Makefile.am, look at
6788         aclocal.m4, instead of bailing out.
6789
6790 2006-07-29  Bruno Haible  <bruno@clisp.org>
6791
6792         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
6793         Categorize the options by when they are useful.
6794
6795 2006-07-29  Bruno Haible  <bruno@clisp.org>
6796
6797         * gnulib-tool (func_usage): Document option --no-libtool.
6798         Handle option --no-libtool.
6799         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
6800         for changed semantics of $libtool variable.
6801         (func_import): Likewise. If libtool is not used, show this through
6802         an option --no-libtool.
6803         (func_create_testdir): Update.
6804
6805 2006-07-29  Bruno Haible  <bruno@clisp.org>
6806
6807         * gnulib-tool (func_import): Extend error message about missing
6808         --doc-base.
6809
6810 2006-07-29  Bruno Haible  <bruno@clisp.org>
6811
6812         * gnulib-tool (func_import): Don't create the $docbase directory if
6813         there is no file to store there.
6814
6815 2006-07-29  Bruno Haible  <bruno@clisp.org>
6816
6817         * gnulib-tool (autoconf_minversion): If a --dir option is given and
6818         relevant, look for configure.ac there, not in the current directory.
6819         Also use a simple search for AC_PREREQ, not "autoconf --trace".
6820
6821 2006-07-29  Bruno Haible  <bruno@clisp.org>
6822
6823         * gnulib-tool (SORT): New variable.
6824         (func_usage): Undocument --assume-autoconf option.
6825         Remove --assume-autoconf option handling.
6826         (autoconf_minversion): Determine from the contents of configure.ac.
6827         (func_import): Remove autoconf_minversion handling.
6828         Suggested by Eric Blake.
6829
6830 2006-07-29  Bruno Haible  <bruno@clisp.org>
6831
6832         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
6833
6834 2006-07-29  Bruno Haible  <bruno@clisp.org>
6835
6836         * config/srclist.txt (*setenv.[ch]): Remove rules.
6837
6838 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6839
6840         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
6841
6842 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6843
6844         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
6845         arpa/inet.h.
6846
6847 2006-07-28  Simon Josefsson  <jas@extundo.com>
6848
6849         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
6850         * modules/inet_pton (Depends-on): Likewise.
6851
6852 2006-07-28  Simon Josefsson  <jas@extundo.com>
6853
6854         * m4/netinet_in_h.m4: New file.
6855
6856 2006-07-28  Simon Josefsson  <jas@extundo.com>
6857
6858         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
6859         #include's.
6860
6861 2006-07-28  Simon Josefsson  <jas@extundo.com>
6862
6863         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
6864         #include's.
6865
6866 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
6867
6868         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
6869         setgid on directories only if they set these bits.
6870         * lib/modechange.h: Remove obsolete comment about masks.
6871
6872 2006-07-28  Eric Blake  <ebb9@byu.net>
6873
6874         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
6875         macro expansion.
6876
6877 2006-07-28  Bruno Haible  <bruno@clisp.org>
6878
6879         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
6880
6881 2006-07-28  Bruno Haible  <bruno@clisp.org>
6882
6883         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
6884
6885 2006-07-28  Bruno Haible  <bruno@clisp.org>
6886
6887         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
6888         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
6889         Define fallbacks.
6890         Avoids link error on FreeBSD 4.x.
6891         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
6892
6893         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
6894         encoding.
6895         * lib/mbswidth.c (iswcntrl): Likewise.
6896
6897 2006-07-27  Bruno Haible  <bruno@clisp.org>
6898
6899         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
6900         test.
6901
6902 2006-07-27  Bruno Haible  <bruno@clisp.org>
6903
6904         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
6905         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
6906         defined.
6907
6908 2006-07-26  Eric Blake  <ebb9@byu.net>
6909
6910         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
6911
6912 2006-07-26  Eric Blake  <ebb9@byu.net>
6913
6914         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
6915         like mingw that lack mkstemp.
6916         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
6917         avoid compilation warning on mingw.
6918
6919 2006-07-26  Bruno Haible  <bruno@clisp.org>
6920
6921         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
6922         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
6923         INT_FAST*_MIN, INTPTR_MIN.
6924
6925 2006-07-25  Bruno Haible  <bruno@clisp.org>
6926
6927         * modules/version-etc (Depends-on): Add stdarg.
6928
6929 2006-07-25  Bruno Haible  <bruno@clisp.org>
6930
6931         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
6932         complex commands.
6933
6934 2006-07-25  Bruno Haible  <bruno@clisp.org>
6935
6936         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
6937         defined in <stdarg.h> or config.h.
6938
6939 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6940
6941         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
6942         (gl_STDIO_SAFER): Remove.
6943
6944 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6945
6946         * MODULES.html.sh (File stream based Input/Output):
6947         Add fopen-safer, tmpfile-safer; remove stdio-safer.
6948         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
6949         * modules/fopen-safer, modules/tmpfile-safer: New files.
6950         * modules/stdio-safer: Remove.
6951
6952 2006-07-24  Bruno Haible  <bruno@clisp.org>
6953
6954         * modules/tmpdir: New file.
6955         * MODULES.html.sh (File system functions): Add it.
6956
6957 2006-07-24  Bruno Haible  <bruno@clisp.org>
6958
6959         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
6960         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
6961
6962 2006-07-24  Bruno Haible  <bruno@clisp.org>
6963
6964         * modules/clean-temp: New file.
6965
6966 2006-07-24  Bruno Haible  <bruno@clisp.org>
6967
6968         * m4/tmpdir.m4: New file, from GNU gettext.
6969
6970 2006-07-24  Bruno Haible  <bruno@clisp.org>
6971
6972         * lib/tmpdir.h: New file, from GNU gettext.
6973         * lib/tmpdir.c: New file, from GNU gettext.
6974
6975 2006-07-24  Bruno Haible  <bruno@clisp.org>
6976
6977         * lib/clean-temp.h: New file, from GNU gettext.
6978         * lib/clean-temp.c: New file, from GNU gettext.
6979
6980 2006-07-23  Eric Blake  <ebb9@byu.net>
6981
6982         * modules/stdio-safer (Files): Add tmpfile-safer.c.
6983         (Depends-on): Add binary-io.
6984
6985 2006-07-23  Eric Blake  <ebb9@byu.net>
6986
6987         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
6988
6989 2006-07-23  Eric Blake  <ebb9@byu.net>
6990
6991         * lib/tmpfile-safer.c: New file.
6992         * lib/stdio-safer.h (fopen_safer): Add prototype.
6993         * lib/stdio--.h (tmpfile): Make safer.
6994
6995 2006-07-23  Bruno Haible  <bruno@clisp.org>
6996
6997         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
6998         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
6999         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
7000         gl_linked_remove_at): Use it.
7001
7002 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7003         and Simon Josefsson <jas@extundo.com>
7004
7005         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
7006
7007         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
7008
7009 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7010
7011         * modules/close-stream: New file.
7012         * modules/closeout (Description): Make it clear that it exits
7013         with a diagnostic on error.
7014         (Depends-on): Add close-stream.  Remove fpending, stdbool.
7015         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
7016
7017 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7018
7019         * m4/close-stream.m4: New file.
7020
7021 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7022
7023         * lib/close-stream.c, lib/close-stream.h: New files.
7024
7025 2006-07-22  Bruno Haible  <bruno@clisp.org>
7026
7027         Merge from GNU gettext 0.15.
7028
7029         2006-05-01  Bruno Haible  <bruno@clisp.org>
7030
7031                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
7032
7033         2006-07-22  Bruno Haible  <bruno@clisp.org>
7034
7035                 * modules/javaversion: New file.
7036                 * MODULES.html.sh (Java): Add javaversion.
7037
7038         2006-03-12  Bruno Haible  <bruno@clisp.org>
7039
7040                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
7041
7042         2005-12-04  Bruno Haible  <bruno@clisp.org>
7043
7044                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
7045                 (untested).
7046
7047         2006-06-21  Bruno Haible  <bruno@clisp.org>
7048
7049                 Avoid warnings from recent versions of mcs.
7050                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
7051                 -o, -L, -r any more. Use options documented since mcs-1.0
7052                 instead. Similarly for -g.
7053
7054         2005-12-04  Bruno Haible  <bruno@clisp.org>
7055
7056                 * build-aux/csharpcomp.sh.in: Suffix for resources is
7057                 .resources, not .resource.
7058
7059         2005-07-09  Bruno Haible  <bruno@clisp.org>
7060
7061                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
7062                 add a .dll suffix.
7063                 Reported by Mark Junker <mjscod@gmx.de>.
7064
7065         2006-07-22  Bruno Haible  <bruno@clisp.org>
7066
7067                 * modules/gettext: Upgrade to gettext-0.15.
7068                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
7069                 m4/visibility.m4.
7070                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
7071
7072 2006-07-22  Bruno Haible  <bruno@clisp.org>
7073
7074         Merge from GNU gettext 0.15.
7075
7076         2006-03-25  Bruno Haible  <bruno@clisp.org>
7077
7078                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
7079
7080         2006-07-21  Bruno Haible  <bruno@clisp.org>
7081
7082                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
7083                 "1.1".
7084
7085         2006-05-09  Bruno Haible  <bruno@clisp.org>
7086
7087                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
7088                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
7089                 for the conftestver execution.
7090
7091         2006-05-01  Bruno Haible  <bruno@clisp.org>
7092
7093                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
7094                 optional target-version argument. Verify that the compiler
7095                 groks source of the specified source-version, or add -source
7096                 option as necessary. Verify that the compiler produces
7097                 bytecode in the specified target-version, or add -target and
7098                 -source options as necessary. Make the result of the test
7099                 available as variable CONF_JAVAC. Also log error output in
7100                 config.log.
7101
7102         2006-03-11  Bruno Haible  <bruno@clisp.org>
7103
7104                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
7105
7106         2006-05-09  Bruno Haible  <bruno@clisp.org>
7107
7108                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
7109                 CLASSPATH_SEPARATOR to a semicolon.
7110
7111         2006-03-12  Bruno Haible  <bruno@clisp.org>
7112
7113                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
7114                 available as variable CONF_JAVA, for subsequent autoconf
7115                 tests. Also log error output in config.log.
7116
7117         2006-07-19  Bruno Haible  <bruno@clisp.org>
7118
7119                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
7120                 that getline works on glibc2 systems. Needed to avoid trouble
7121                 in relocatable.c.
7122                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
7123
7124         2005-12-04  Bruno Haible  <bruno@clisp.org>
7125
7126                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
7127                 launcher (untested).
7128
7129         2005-12-04  Bruno Haible  <bruno@clisp.org>
7130
7131                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
7132
7133         2006-07-22  Bruno Haible  <bruno@clisp.org>
7134
7135                 * gettext.m4: Update from GNU gettext-0.15.
7136                 * nls.m4: Likewise.
7137                 * po.m4: Likewise.
7138                 * inttypes-pri.m4: Likewise.
7139                 * inttypes-h.m4: Renamed from inttypes.m4.
7140                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
7141
7142 2006-07-22  Bruno Haible  <bruno@clisp.org>
7143
7144         Merge from GNU gettext 0.15.
7145
7146         2005-07-05  Bruno Haible  <bruno@clisp.org>
7147
7148                 * printf-args.c (printf_fetchargs): Work around broken
7149                 definition of wint_t on mingw.
7150
7151         2005-02-12  Bruno Haible  <bruno@clisp.org>
7152
7153                 * xallocsa.h: Add extern "C" for C++.
7154
7155         2006-05-17  Bruno Haible  <bruno@clisp.org>
7156
7157                 Cygwin portability.
7158                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
7159
7160         2006-04-30  Bruno Haible  <bruno@clisp.org>
7161
7162                 * progreloc.c: Include <mach-o/dyld.h> if available.
7163                 (find_executable): Use _NSGetExecutablePath when possible.
7164
7165         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
7166
7167                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
7168                 function.
7169
7170         2005-12-29  Bruno Haible  <bruno@clisp.org>
7171
7172                 * progreloc.c (set_program_name_and_installdir): Fix
7173                 compilation error.
7174
7175         2005-12-04  Bruno Haible  <bruno@clisp.org>
7176
7177                 Cygwin portability.
7178                 * progreloc.c: Include <windows.h> also on Cygwin.
7179                 (find_executable): Add support for Cygwin.
7180                 (set_program_name_and_installdir): Handle also platforms with
7181                 nonempty EXEEXT.
7182
7183         2006-07-11  Bruno Haible  <bruno@clisp.org>
7184
7185                 * javacomp.c: Fix a comment.
7186                 Reported by Jim Meyering.
7187
7188         2006-04-30  Bruno Haible  <bruno@clisp.org>
7189
7190                 * javacomp.h (compile_java_class): Add source_version,
7191                 target_version arguments.
7192                 * javacomp.c: Rewritten to choose only a compiler that
7193                 respects the specified source_version and target_version.
7194
7195         2006-06-27  Bruno Haible  <bruno@clisp.org>
7196
7197                 Assume correct S_ISDIR macro.
7198                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
7199
7200         2006-07-22  Bruno Haible  <bruno@clisp.org>
7201
7202                 * javaversion.h: New file, from GNU gettext.
7203                 * javaversion.c: New file, from GNU gettext.
7204                 * javaversion.java: New file, from GNU gettext.
7205                 * javaversion.class: New file, from GNU gettext.
7206
7207         2006-05-17  Bruno Haible  <bruno@clisp.org>
7208
7209                 Cygwin portability.
7210                 * javaexec.c (execute_java_class): Test for jview program
7211                 also on Cygwin.
7212
7213         2006-04-09  Bruno Haible  <bruno@clisp.org>
7214
7215                 * fatal-signal.c: Don't include string.h.
7216                 (at_fatal_signal): Use a copying loop instead of memcpy.
7217
7218         2005-12-04  Bruno Haible  <bruno@clisp.org>
7219
7220                 * csharpexec.c: Add support for 'clix' launcher (untested).
7221                 (execute_csharp_using_sscli): New function.
7222                 (execute_csharp_program): Call it.
7223
7224         2006-06-21  Bruno Haible  <bruno@clisp.org>
7225
7226                 Avoid warnings from recent versions of mcs.
7227                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
7228                 -o, -L, -r any more. Use options documented since mcs-1.0
7229                 instead. Similarly for -g.
7230
7231         2005-07-09  Bruno Haible  <bruno@clisp.org>
7232
7233                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
7234                 add a .dll suffix.
7235                 Reported by Mark Junker <mjscod@gmx.de>.
7236
7237         2006-06-17  Bruno Haible  <bruno@clisp.org>
7238
7239                 * config.charset: Update for NetBSD 3.0.
7240
7241         2006-05-17  Bruno Haible  <bruno@clisp.org>
7242
7243                 Cygwin portability.
7244                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
7245
7246         2006-05-16  Bruno Haible  <bruno@clisp.org>
7247
7248                 * localcharset.c [CYGWIN]: Include <windows.h>.
7249                 (get_charset_aliases): For Cygwin, return the same CPxxx
7250                 aliases list as under WIN32.
7251                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
7252                 the environment variables. Fall back to GetACP().
7253
7254         2006-04-05  Bruno Haible  <bruno@clisp.org>
7255
7256                 * config.charset: Update Juan Manuel Guerrero's address.
7257
7258         2005-02-12  Bruno Haible  <bruno@clisp.org>
7259
7260                 * allocsa.h: Add extern "C" for C++.
7261
7262         2005-02-10  Bruno Haible  <bruno@clisp.org>
7263
7264                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
7265                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
7266
7267         2006-07-22  Bruno Haible  <bruno@clisp.org>
7268
7269                 * gettext.h: Update to GNU gettext-0.15.
7270
7271 2006-07-22  Bruno Haible  <bruno@clisp.org>
7272
7273         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
7274         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
7275         lib-prefix.m4, longdouble.m4, ssize_t.m4.
7276
7277 2006-07-21  Eric Blake  <ebb9@byu.net>
7278
7279         * modules/stdlib-safer: New file.
7280         * MODULES.html.sh (File stream based Input/Output): Add
7281         stdlib-safer.
7282
7283 2006-07-21  Eric Blake  <ebb9@byu.net>
7284
7285         * lib/stdlib-safer.h: New file from coreutils, required by
7286         stdlib--.h.
7287
7288 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
7289
7290         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
7291
7292 2006-07-20  Bruno Haible  <bruno@clisp.org>
7293
7294         * gnulib-tool: Recognize new option --assume-autoconf.
7295         (autoconf_minversion): New variable.
7296         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
7297
7298 2006-07-20  Bruno Haible  <bruno@clisp.org>
7299
7300         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
7301
7302 2006-07-19  Derek R. Price  <derek@ximbiot.com>
7303
7304         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
7305         Reindent and repaginate.
7306
7307 2006-07-19  Derek Price  <derek@ximbiot.com>
7308
7309         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
7310         Correct grammar.
7311
7312 2006-07-17  Bruno Haible  <bruno@clisp.org>
7313
7314         * modules/list: New file.
7315         * modules/array-list: New file.
7316         * modules/carray-list, modules/carray-list-tests: New files.
7317         * modules/linked-list, modules/linked-list-tests: New files.
7318         * modules/avltree-list, modules/avltree-list-tests: New files.
7319         * modules/rbtree-list, modules/rbtree-list-tests: New files.
7320         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
7321         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
7322         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
7323         * modules/oset: New file.
7324         * modules/array-oset: New file.
7325         * modules/avltree-oset, modules/avltree-oset-tests: New files.
7326         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
7327         * tests/test-carray_list.c: New file.
7328         * tests/test-linked_list.c: New file.
7329         * tests/test-avltree_list.c: New file.
7330         * tests/test-rbtree_list.c: New file.
7331         * tests/test-linkedhash_list.c: New file.
7332         * tests/test-avltreehash_list.c: New file.
7333         * tests/test-rbtreehash_list.c: New file.
7334         * tests/test-avltree_oset.c: New file.
7335         * tests/test-rbtree_oset.c: New file.
7336         * MODULES.html.sh (Container data structures): New section.
7337
7338 2006-07-17  Bruno Haible  <bruno@clisp.org>
7339
7340         * m4/gl_list.m4: New file.
7341
7342 2006-07-17  Bruno Haible  <bruno@clisp.org>
7343
7344         * lib/gl_list.h: New file.
7345         * lib/gl_list.c: New file.
7346         * lib/gl_array_list.h: New file.
7347         * lib/gl_array_list.c: New file.
7348         * lib/gl_carray_list.h: New file.
7349         * lib/gl_carray_list.c: New file.
7350         * lib/gl_linked_list.h: New file.
7351         * lib/gl_linked_list.c: New file.
7352         * lib/gl_anylinked_list1.h: New file.
7353         * lib/gl_anylinked_list2.h: New file.
7354         * lib/gl_avltree_list.h: New file.
7355         * lib/gl_avltree_list.c: New file.
7356         * lib/gl_anyavltree_list1.h: New file.
7357         * lib/gl_anyavltree_list2.h: New file.
7358         * lib/gl_rbtree_list.h: New file.
7359         * lib/gl_rbtree_list.c: New file.
7360         * lib/gl_anyrbtree_list1.h: New file.
7361         * lib/gl_anyrbtree_list2.h: New file.
7362         * lib/gl_anytree_list1.h: New file.
7363         * lib/gl_anytree_list2.h: New file.
7364         * lib/gl_linkedhash_list.h: New file.
7365         * lib/gl_linkedhash_list.c: New file.
7366         * lib/gl_anyhash_list1.h: New file.
7367         * lib/gl_anyhash_list2.h: New file.
7368         * lib/gl_avltreehash_list.h: New file.
7369         * lib/gl_avltreehash_list.c: New file.
7370         * lib/gl_rbtreehash_list.h: New file.
7371         * lib/gl_rbtreehash_list.c: New file.
7372         * lib/gl_anytreehash_list1.h: New file.
7373         * lib/gl_anytreehash_list2.h: New file.
7374
7375         * lib/gl_oset.h: New file.
7376         * lib/gl_oset.c: New file.
7377         * lib/gl_array_oset.h: New file.
7378         * lib/gl_array_oset.c: New file.
7379         * lib/gl_avltree_oset.h: New file.
7380         * lib/gl_avltree_oset.c: New file.
7381         * lib/gl_rbtree_oset.h: New file.
7382         * lib/gl_rbtree_oset.c: New file.
7383         * lib/gl_anytree_oset.h: New file.
7384
7385 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7386
7387         * m4/mkancesdirs.m4: New file.
7388         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
7389         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
7390         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
7391         it.
7392
7393 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7394
7395         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
7396         * lib/mkancesdirs.h: New files.
7397         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
7398         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
7399         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
7400         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
7401         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
7402         callers changed.  Revamp internals significantly, by not
7403         attempting to create directories that are temporarily more
7404         permissive than the final results.  Do not attempt to use
7405         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
7406         This removes some race conditions, fixes some bugs, and simplifies
7407         things.  Use new dirchownmod function to do owner and mode changes.
7408         * lib/mkdir-p.h: Likewise.
7409         * lib/modechange.c (octal_to_mode): New function.
7410         (struct mode_change): New member mentioned.
7411         (make_node_op_equals): New arg mentioned.  All callers changed.
7412         (mode_compile): Keep track of which mode bits the user has explicitly
7413         mentioned.
7414         (mode_adjust): New arg DIR, so that we implement the X op correctly.
7415         New arg PMODE_BITS, to keep track of which mode bits the user
7416         mentioned; it treats S_ISUID and S_ISGID speciall.
7417         All callers changed.
7418         * lib/modechange.h: Likewise.
7419
7420 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7421
7422         * MODULES.html.sh: Add mkancestors.
7423         * modules/mkancesdirs: New module.
7424         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
7425         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
7426         The chdir-safer and afs files are now orphans; I'll remove them
7427         unless someone speaks up.
7428         Add lib/dirchownmod.c, lib/dirchownmod.h.
7429         (Depends-on): Remove alloca, chown, save-cwd, dirname.
7430         Add lchown, mkancesdirs.
7431         (Maintainer): Add self.
7432
7433 2006-07-15  Karl Berry  <karl@gnu.org>
7434
7435         * gnulib-tool: help message wording/arrangement.
7436
7437 2006-07-14  Simon Josefsson  <jas@extundo.com>
7438
7439         * doc/gnulib.texi (Libtool and Windows): New section.
7440
7441 2006-07-12  Simon Josefsson  <jas@extundo.com>
7442
7443         * modules/gendocs (License): Fix license, approved by Karl.
7444
7445 2006-07-12  Eric Blake  <ebb9@byu.net>
7446
7447         * MODULES.html.sh: Add gendocs.
7448
7449 2006-07-11  Eric Blake  <ebb9@byu.net>
7450
7451         * modules/fdl: New module, to install doc/fdl.texi.
7452         * MODULES.html.sh: Add new section for documentation modules.
7453         * gnulib-tool: Avoid space-tab.
7454         (--doc-base): New option, to manage files from doc.
7455
7456 2006-07-11  Eric Blake  <ebb9@byu.net>
7457
7458         * m4/absolute-header.m4: Fix comments to match recent change.
7459
7460 2006-07-11  Eric Blake  <ebb9@byu.net>
7461
7462         * gnulib-tool: List --doc-base before --tests-base.
7463
7464 2006-07-11  Derek R. Price  <derek@ximbiot.com>
7465
7466         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
7467
7468 2006-07-11  Bruno Haible  <bruno@clisp.org>
7469
7470         * README: Mention where to put documentation.
7471
7472 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7473
7474         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
7475
7476 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7477
7478         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
7479         to stdint.m4.
7480
7481 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7482
7483         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
7484         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
7485         "no/such/file/stdint.h" when there is no such file, so that
7486         the resulting C code can be parsed by dodgy compilers.
7487         Problems reported by Bob Proulx.
7488
7489 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7490
7491         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
7492         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7493         macros into the GNU _D_EXACT_NAMLEN.
7494         * lib/savedir.c:  Likewise.
7495         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
7496
7497 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7498         and Paul Eggert  <eggert@cs.ucla.edu>
7499
7500         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
7501         * m4/savedir.m4:
7502         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7503         macros into the GNU _D_EXACT_NAMLEN.
7504
7505 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7506
7507         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
7508         around the absolute name, to work around a problem with the HP-UX
7509         11.23 native C compiler, reported by Bob Proulx.
7510
7511 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7512
7513         * doc/maintain.texi, make-stds.texi: Sync from
7514         <http://savannah.gnu.org/projects/gnustandards>.
7515
7516 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7517
7518         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
7519
7520 2006-07-09  Jim Meyering  <jim@meyering.net>
7521
7522         * m4/glob.m4: Remove a doubled word in a comment.
7523
7524 2006-07-09  Jim Meyering  <jim@meyering.net>
7525
7526         * lib/argp-pv.c: Remove a doubled word in a comment.
7527         * lib/check-version.c (check_version): Likewise.
7528         * lib/javacomp.c (compile_java_class): Likewise.
7529
7530 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
7531
7532         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
7533         for the benefit of people using Autoconf 2.60.  If you want to
7534         support older Autoconf versions you can copy m4/onceonly_2_57.m4
7535         (or m4/onceonly.m4, if pre-2.57) manually.
7536
7537 2006-07-08  Jim Meyering  <jim@meyering.net>
7538
7539         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
7540         comment.
7541         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
7542         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
7543         comment.
7544
7545 2006-07-08  Jim Meyering  <jim@meyering.net>
7546
7547         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
7548
7549 2006-07-07  Simon Josefsson  <jas@extundo.com>
7550
7551         * tests/test-crc.c: Change expected crc value, the test vector
7552         were probably computed using the old broken crc.c?
7553
7554 2006-07-06  Simon Josefsson  <jas@extundo.com>
7555
7556         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
7557         now the canonical place for the M4 file).
7558
7559         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
7560         from the sys_socket dependency now.
7561
7562         * modules/inet_pton (Files): Ditto.
7563
7564         * modules/inet_ntop (Files): Ditto.
7565
7566 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7567
7568         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
7569         not gl_PREREQ_GETUSERSHELL.
7570
7571 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7572
7573         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
7574         with only one argument, for Autoconf 2.60.
7575         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
7576         expand to nothing, so add a shell command to avoid syntax error.
7577         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7578
7579 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7580
7581         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
7582
7583 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7584
7585         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
7586         no longer needed.  Check for isblank decl.
7587         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
7588         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
7589         of existence.
7590
7591 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7592
7593         * lib/getloadavg.c: Use __VMS, not VMS.
7594         * lib/getopt.c: Likewise.
7595         * lib/getpagesize.h: Likewise.
7596         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
7597         and probably does not work.
7598
7599 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7600
7601         * lib/.cppi-disable: Add wcwidth.
7602         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
7603         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
7604         (ISGRAPH): Remove.  All uses changed to isgraph.
7605         (FOLD) [!defined _LIBC]: Remove special case.
7606         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
7607         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
7608         HAVE_ISBLANK.
7609         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
7610         case.
7611
7612 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7613
7614         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
7615         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
7616         brackets.  Other minor changes to suppress some compiler
7617         warnings.
7618
7619 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7620         and Paul Eggert  <eggert@cs.ucla.edu>
7621
7622         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
7623         of invoking obsolescent AC_HEADER_DIRENT macro.
7624         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
7625         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
7626         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
7627         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
7628         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
7629         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7630         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
7631         * m4/readdir.m4: Remove; no longer needed.
7632
7633 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7634         and Paul Eggert  <eggert@cs.ucla.edu>
7635
7636         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
7637         Don't worry about this obsolete case any more.
7638         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
7639         directories.
7640         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
7641         worry about this obsolete case any more.
7642         * lib/fts.c: Likewise.
7643         * lib/getcwd.c: Likewise.
7644         * lib/glob.h: Likewise.
7645         * lib/savedir.c: Likewise.
7646
7647 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7648
7649         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
7650         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
7651         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
7652         needed.
7653         All uses removed.
7654         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7655         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7656         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
7657         needed.
7658         * m4/getdate.m4 (gl_GETDATE): Likewise.
7659         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7660         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7661         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7662         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7663         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7664         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7665         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
7666         needed.
7667
7668 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7669
7670         * lib/memcasecmp.c: Include <limits.h>.
7671         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
7672         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
7673         Don't assume isdigit succeeds only on '0' through '9'.
7674
7675 2006-07-05  Eric Blake  <ebb9@byu.net>
7676
7677         * modules/getaddrinfo (Depends-on): Add snprintf.
7678
7679 2006-07-05  Eric Blake  <ebb9@byu.net>
7680
7681         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
7682         to avoid 'header present but could not be compiled' on cygwin.
7683
7684 2006-07-05  Eric Blake  <ebb9@byu.net>
7685
7686         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
7687         missing from netdb.h.
7688         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
7689
7690 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7691
7692         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
7693         no longer needed.
7694         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
7695         * m4/getdate.m4 (gl_GETDATE): Likewise.
7696         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7697         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7698         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7699         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7700         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7701
7702 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7703
7704         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
7705         All uses of is_space replaced by isspace.
7706         * lib/exit.h: Don't talk about STDC_HEADERS.
7707         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
7708         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
7709         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
7710         replaced by isprint etc.
7711         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
7712         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7713         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
7714         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
7715         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
7716         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7717
7718 2006-07-05  Bruno Haible  <bruno@clisp.org>
7719
7720         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
7721         the function exists, before testing against AIX.
7722         Reported by Martin Lambers <marlam@marlam.de>.
7723
7724 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7725
7726         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
7727         From Mark D. Baushke.
7728
7729 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7730
7731         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
7732         to the absolute name, not just one, to bypass Sun C 5.8's
7733         "warning: #include of /usr/include/... may be non-portable".
7734
7735 2006-07-04  Eric Blake  <ebb9@byu.net>
7736
7737         * modules/dirname-tests: New test module.
7738         * tests/test-dirname.c: New file, replacing dirname.c
7739         TEST_DIRNAME section that was recently deleted.
7740
7741 2006-07-04  Bruno Haible  <bruno@clisp.org>
7742
7743         Assume ANSI C header files and <ctype.h> functions.
7744         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
7745         (mbsnwidth): Use isprint, iscntrl instead.
7746
7747 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7748
7749         Merge from coreutils.
7750         * MODULES.html.sh: Add xstrtold.
7751         * modules/xstrtold: New file.
7752         * modules/cycle-check (Files): Add lib/same-inode.h.
7753         * modules/dirname (Files): Add m4/double-slash-root.m4.
7754         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
7755         * modules/mkdir-p (Files): Add lib/same-inode.h.
7756         * modules/same (Files): Add lib/same-inode.h.
7757
7758 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7759
7760         * m4/absolute-header.m4: Renamed from full-header-path.m4.
7761         This is to keep the terminology clean; POSIX talks about
7762         "absolute pathnames", not "full pathnames", but the GNU
7763         Coding Standards say to use "path" for something else;
7764         so use "absolute" to keep both sides happy.
7765         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
7766         Set gl_absolute_header, not gl_full_header_path.
7767         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
7768         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
7769         All uses changed.
7770
7771         Merge from coreutils.
7772
7773         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7774
7775         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
7776         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
7777         want to require the building of c-strtod.o.
7778         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
7779         needs -lm directly.
7780         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
7781
7782         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7783
7784         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
7785         --as-needed option if available.  Problem reported by Albert Chin in
7786         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
7787         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
7788         cc merely issues a bunch of annoying warnings for --as-needed
7789         (this problem was reported by Bob Proulx).  Also, try linking with
7790         -lm to detect a bug in binutils 2.16 (this problem was reported
7791         by Ralf Wildenhues).
7792
7793         2006-06-18  Jim Meyering  <jim@meyering.net>
7794
7795         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
7796         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
7797         macro.
7798         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
7799         also check for glibc-2.4's abort-inducing bug.
7800
7801         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
7802         Low-probability clean-up should be to use rmdir to get rid of
7803         the just-created directory, not unlink.
7804
7805         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
7806         configure fail, and request a bug report to inform us about it.
7807         Add a comment that, barring reports to the contrary, in 2007 we'll
7808         assume ftruncate is universally available.
7809
7810         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7811
7812         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
7813
7814         2006-03-12  Jim Meyering  <jim@meyering.net>
7815
7816         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
7817         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
7818         * m4/same.m4 (gl_SAME): Likewise.
7819         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
7820
7821         2006-03-11  Eric Blake  <ebb9@byu.net>
7822
7823         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
7824         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
7825         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
7826         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
7827
7828 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7829
7830         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
7831         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
7832         reported by Mark D. Baushke, one in
7833         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
7834
7835         Merge from coreutils.
7836
7837         * lib/.cppi-disable: Add stdint_.h.
7838         * lib/.cvsignore: Add stdint.h.
7839
7840         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7841
7842         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
7843         both double and long double versions.
7844         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
7845         * lib/xstrtold.c: New file.
7846         * lib/xstrtod.h (xstrtold): New decl.
7847
7848         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
7849
7850         * lib/filemode.c (setst): Remove.
7851         (strmode): Rewrite to avoid setst.  This makes the code shorter,
7852         (arguably) clearer, and the generated code is a bit smaller on my
7853         Debian GNU/Linux stable x86 host.
7854
7855         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7856
7857         * lib/filemode.c: Include "filemode.h" first, to test the interface.
7858         Assume that filemode.h includes sys/types.h and sys/stat.h.
7859         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
7860         (ftypelet): Reorder to put common cases first, for efficiency.
7861         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
7862         to do 'M'.
7863         (strmode): Renamed from mode_string, and now stores 12 bytes instead
7864         of 10, for compatibility with FreeBSD.  All callers changed.
7865         (filemodestring): Now stores 12 bytes instead of 10, and sets file
7866         types that can't be deduced solely from st_mode.  First arg is now a
7867         const pointer.
7868         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
7869         (strmode): Renamed from mode_string.
7870         (filemodestring): New decl.
7871         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
7872         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
7873         needed.
7874         (S_ISPORT, S_ISWHT): New macros, if not already defined.
7875
7876         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
7877
7878         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
7879         fsusage.h now does that.  Include fsusage.h first, to test interface.
7880         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
7881         at most one method (the old code could have generated decls that
7882         didn't conform to C89, not that this was ever exercised).
7883         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
7884
7885         2006-03-19  Jim Meyering  <jim@meyering.net>
7886
7887         Work even in a chroot where d_ino values for entries in "/"
7888         don't match the stat.st_ino values for the same names.
7889         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
7890         number, iterate through all entries again, using lstat instead.
7891         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
7892         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
7893
7894         * lib/getcwd.c (__getcwd): Clarify a comment.
7895         Use memcpy in place of a call to strcpy.
7896
7897         2006-03-12  Jim Meyering  <jim@meyering.net>
7898
7899         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
7900         matches that of the current directory (which we're about to chdir ".."
7901         out of), then save the dev-ino of the parent, instead.
7902
7903         * lib/same-inode.h (SAME_INODE): New file/macro.
7904         * lib/chdir-safer.c (SAME_INODE): Remove definition.
7905         Include "same-inode.h", instead.
7906         * lib/same.c: Likewise.
7907         * lib/cycle-check.h: Include "same-inode.h".
7908         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
7909         * lib/cycle-check.c (SAME_INODE): Remove definition.
7910         * lib/root-dev-ino.h: Include "same-inode.h".
7911
7912         2006-03-11  Eric Blake  <ebb9@byu.net>
7913
7914         * lib/same.c (same_name): s/base_name/last_component/
7915         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
7916         * lib/filenamecat.c (file_name_concat): Likewise.
7917
7918         2006-03-11  Eric Blake  <ebb9@byu.net>,
7919                     Paul Eggert  <eggert@cs.ucla.edu>
7920
7921         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
7922         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
7923         drive prefix.
7924         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
7925         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
7926         (last_component): New method.
7927         * lib/dirname.c (dir_len): Determine when drive letters need a
7928         subsequent slash.  Preserve // when it is special.
7929         (dir_name): Don't append dot when drive letter is absolute.
7930         [TEST_DIRNAME]: Move into a full-blown gnulib test.
7931         * lib/basename.c (base_name): New semantics - malloc the result.
7932         Preserve // when it is special.  Preserve relative files that look
7933         like drive letters.
7934         (base_len): Preserve // when it is special.
7935         (last_component): New method, similar to old base_name semantics.
7936         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
7937         base_name.  Strip redundant slashes from ///.
7938
7939 2006-07-03  Jim Meyering  <jim@meyering.net>
7940
7941         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
7942         macro is used before the first cycle_check call.
7943
7944 2006-07-03  Eric Blake  <ebb9@byu.net>
7945
7946         * modules/dirname (Depends-on): Add xstrndup.
7947
7948 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7949
7950         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
7951         test cases, so that config.log is a bit easier to follow.
7952
7953 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7954
7955         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
7956         both are 64 bits, since this seems to be the tradition, and this
7957         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
7958         we ever run into a host that prefers long long to long in this
7959         case, we'll need another configure-time test.  Problem reported by
7960         Jim Meyering.
7961
7962 2006-07-02  Eric Blake  <ebb9@byu.net>
7963
7964         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
7965
7966 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7967
7968         * modules/inttypes (Depends-on): No longer depends on stdint.
7969         * modules/stdint (Description): Say more about assumptions.
7970         Say that the fast types might differ.  Say macros are used.
7971         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
7972         (Makefile.am): Revise list of substituted symbols to match
7973         new stdint.m4.
7974         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
7975         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
7976         * tests/test-stdint.c (verify_same_types)
7977         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
7978         the code conforms to C99/C89.
7979         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
7980         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
7981
7982 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
7983
7984         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
7985         but fix a bug, by requiring at least 64 bits.
7986         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
7987         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
7988         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
7989         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
7990
7991         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
7992         changes.  Make 2.59 a prerequisite.  Check and substitute for
7993         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
7994         inttypes.h.  Do not use special include files; just use the
7995         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
7996         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
7997         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
7998         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
7999         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
8000         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
8001         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
8002         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
8003         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
8004         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
8005         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
8006         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
8007         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
8008         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
8009         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
8010         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
8011         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
8012         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
8013         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
8014         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
8015         WINT_MAX.  Check for C99 conformance more strictly, by detecting
8016         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
8017         not check for things that C99 does not require, e.g., int8_t.  If
8018         a test isn't needed unless <stdint.h> isn't working, and is
8019         unlikely to be needed for any other reason, then don't do it
8020         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
8021         size_t, since we assume C89 freestanding at least.  Do not check
8022         for sig_atomic_t, wchar_t, or wint_t, since the code now does
8023         the right thing even if the types are not defined.  Instead use:
8024         (gl_STDINT_TYPE_PROPERTIES): New macro.
8025         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
8026         testing whether <sys/types.h> clashes, as Autoconf does this for
8027         us now.  All uses removed.
8028         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
8029         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
8030         (gl_CHECK_TYPE_SAME):
8031         Remove; no longer needed.
8032         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
8033         exists, since we'll return 0 anyway in that case.
8034         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
8035
8036 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8037
8038         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
8039         possible collision with system files.
8040         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
8041         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
8042         WCHAR_MIN and WCHAR_MAX in this case.
8043         (<stddef.h>): Do not include; no longer needed.
8044         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
8045         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
8046         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
8047         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
8048         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
8049         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
8050         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
8051         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
8052         !defined(__c99))]: Include in this case too, since it's harmless
8053         now.
8054         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
8055         dangerous to do so.
8056         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
8057         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
8058         (_STDINT_MIN, _STDINT_MAX): New macros.
8059         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
8060         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
8061         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
8062         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
8063         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
8064         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
8065         macros, not typedefs; this simplifies things quite a bit.
8066         Use long int for all types narrower than int64_t.
8067         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
8068         Define in terms of long long int or int64_t or long int,
8069         not int64_t or int32_t.  This saves some compile-time testing.
8070         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
8071         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
8072         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
8073         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
8074         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
8075         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
8076         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
8077         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
8078         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
8079         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
8080         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8081         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8082         undef any previous version and define our own version, for
8083         simplicity and consistency with the new macros for types.
8084         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8085         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8086         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
8087         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
8088         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
8089         @WINT_T_SUFFIX@ to keep things simple here.
8090         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
8091         Simplify by assuming typical 8/16/32/64 host, since we're
8092         already doing that elsewhere anyway.
8093         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
8094         and assume long long int is 64 bits if available.  This
8095         speeds up 'configure'.
8096
8097 2006-07-01  Eric Blake  <ebb9@byu.net>
8098
8099         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
8100         Reported by Andreas Buening.
8101
8102 2006-07-01  Eric Blake  <ebb9@byu.net>
8103
8104         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
8105
8106 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8107
8108         * lib/getaddrinfo.c: fixed typo
8109
8110 2006-06-29  Jim Meyering  <jim@meyering.net>
8111
8112         * modules/strftime (Maintainer): Add my name, since with the
8113         FPRINTFTIME changes strftime.c has forked from glibc.
8114
8115 2006-06-29  Eric Blake  <ebb9@byu.net>
8116
8117         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
8118
8119 2006-06-29  Eric Blake  <ebb9@byu.net>
8120
8121         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
8122
8123 2006-06-29  Eric Blake  <ebb9@byu.net>
8124
8125         * lib/stat_.h: New file.
8126
8127 2006-06-29  Eric Blake  <ebb9@byu.net>
8128
8129         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
8130         unused static function.
8131
8132 2006-06-29  Eric Blake  <ebb9@byu.net>
8133
8134         * doc/functions.texi (Function Portability): Document missing lstat
8135         on mingw.
8136
8137 2006-06-29  Eric Blake  <ebb9@byu.net>
8138
8139         * MODULES.html.sh: Add sys_stat.
8140         * modules/sys_stat: New module.
8141         * modules/mkstemp (Depends-on): Add sys_stat.
8142
8143 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8144
8145         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
8146
8147 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8148
8149         * m4/c-bs-a.m4: Removed.
8150
8151 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8152
8153         * lib/strftime.c: Assume strftime() exists.
8154
8155 2006-06-29  Derek Price  <derek@ximbiot.com>
8156
8157         * modules/c-bs-a: Removed - \a is C89.
8158         * MODULES.html.sh: Remove c-bs-a.
8159
8160 2006-06-29  Bruno Haible  <bruno@clisp.org>
8161
8162         * modules/wcwidth (License): Change to LGPL.
8163
8164 2006-06-28  Simon Josefsson  <jas@extundo.com>
8165
8166         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
8167         on _WIN32.
8168
8169         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
8170         getnameinfo.
8171
8172 2006-06-28  Simon Josefsson  <jas@extundo.com>
8173
8174         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
8175
8176 2006-06-28  Simon Josefsson  <jas@extundo.com>
8177
8178         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
8179         functions there.  It will succeed on Windows XP, but on Windows
8180         2000 and (presumably) earlier, it will fail, and use the internal
8181         re-implementation.
8182         (use_win32_p): New function.
8183         (getaddrinfo): Use strtoul on servname, to support numeric ports.
8184         Support AI_NUMERICSERV to disable getservbyname.
8185         (getnameinfo): New function, only supports
8186         NI_NUMERICHOST|NI_NUMERICSERV for now.
8187
8188         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
8189         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
8190         getnameinfo.
8191
8192 2006-06-28  Eric Blake  <ebb9@byu.net>
8193
8194         * modules/wcwidth: New file.
8195         * modules/mbchar (Depends-on): Add wcwidth.
8196         * modules/mbswidth (Depends-on): Add wcwidth.
8197         * MODULES.html.sh: Add wcwidth.
8198
8199 2006-06-28  Eric Blake  <ebb9@byu.net>
8200
8201         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
8202         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
8203
8204 2006-06-28  Eric Blake  <ebb9@byu.net>
8205
8206         * lib/xvasprintf.h: Fix comments.
8207
8208 2006-06-28  Eric Blake  <ebb9@byu.net>
8209
8210         * lib/mbchar.h (wcwidth): Include wcwidth.h.
8211         * lib/mbswidth.c (wcwidth): Move from here...
8212         * lib/wcwidth.h: ...to this new file.
8213
8214 2006-06-28  Derek R. Price  <derek@ximbiot.com>
8215
8216         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
8217
8218         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
8219         it's obsolete.
8220         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
8221
8222 2006-06-28  Derek R. Price  <derek@ximbiot.com>
8223
8224         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
8225         Autoconf 2.60 says this stuff was obsolete.
8226
8227 2006-06-28  Bruno Haible  <bruno@clisp.org>
8228
8229         * modules/wcwidth (Files): Add m4/wchar_t.m4.
8230
8231 2006-06-28  Bruno Haible  <bruno@clisp.org>
8232
8233         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
8234         gt_TYPE_WCHAR_T.
8235
8236 2006-06-28  Bruno Haible  <bruno@clisp.org>
8237
8238         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
8239         declaration for wcwidth.
8240         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
8241
8242 2006-06-28  Bruno Haible  <bruno@clisp.org>
8243
8244         * lib/mkdtemp.c [MINGW]: Include <io.h>.
8245         (mkdir): Define using _mkdir.
8246
8247 2006-06-28  Bruno Haible  <bruno@clisp.org>
8248
8249         * lib/getaddrinfo.h: Fix POSIX URL.
8250         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
8251         _WIN32.
8252         (use_win32_p): Make static.
8253         (getaddrinfo): Reject service name if it is empty or does not consist
8254         solely of decimal digits, or if its value is > 65535.
8255         (getnameinfo): Remove useless casts.
8256
8257 2006-06-27  Simon Josefsson  <jas@extundo.com>
8258
8259         * modules/sys_select: New file, suggested by Bruno Haible, Paul
8260         Eggert and Martin Lambers.
8261
8262 2006-06-27  Simon Josefsson  <jas@extundo.com>
8263
8264         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
8265         Eggert and Martin Lambers.
8266
8267 2006-06-27  Bruno Haible  <bruno@clisp.org>
8268
8269         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
8270         result to 0, not to empty.
8271         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
8272
8273 2006-06-27  Bruno Haible  <bruno@clisp.org>
8274
8275         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
8276
8277 2006-06-26  Simon Josefsson  <jas@extundo.com>
8278
8279         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
8280         present.
8281
8282 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8283
8284         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
8285         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
8286         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
8287
8288 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
8289
8290         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
8291
8292 2006-06-26  Bruno Haible  <bruno@clisp.org>
8293
8294         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
8295
8296 2006-06-26  Bruno Haible  <bruno@clisp.org>
8297
8298         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
8299
8300 2006-06-26  Bruno Haible  <bruno@clisp.org>
8301
8302         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
8303         SGI C compiler in pre-C99 mode.
8304         Suggested by Mark D. Baushke and Larry Jones.
8305
8306 2006-06-26  Bruno Haible  <bruno@clisp.org>
8307
8308         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
8309         WCHAR_MAX.
8310         Reported by Mark D. Baushke and Larry Jones.
8311
8312 2006-06-26  Bruno Haible  <bruno@clisp.org>
8313
8314         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
8315         in pre-C99 mode.
8316         Suggested by Mark D. Baushke and Larry Jones.
8317
8318 2006-06-23  Simon Josefsson  <jas@extundo.com>
8319             Bruno Haible  <bruno@clisp.org>
8320
8321         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
8322         Emit mostlyclean-local rule.
8323         (func_emit_tests_Makefile_am): Likewise.
8324         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
8325
8326 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
8327
8328         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
8329
8330 2006-06-23  Bruno Haible  <bruno@clisp.org>
8331
8332         * tests/test-stdint.c: Update to match ISO C 99 Technical
8333         Corrigendum 1.
8334
8335 2006-06-23  Bruno Haible  <bruno@clisp.org>
8336
8337         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
8338
8339 2006-06-23  Bruno Haible  <bruno@clisp.org>
8340
8341         * lib/stdint_.h: Treat IRIX like OpenBSD.
8342
8343 2006-06-23  Bruno Haible  <bruno@clisp.org>
8344
8345         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
8346         ISO C 99 Technical Corrigendum 1.
8347
8348 2006-06-22  Simon Josefsson  <jas@extundo.com>
8349
8350         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
8351         MinGW.
8352
8353 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
8354
8355         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
8356         needed.  Some compiler complained about some of them.  Problem reported
8357         by Larry Jones in
8358         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
8359
8360 2006-06-21  Simon Josefsson  <jas@extundo.com>
8361
8362         * tests/test-getaddrinfo.c: New file.
8363
8364         * modules/getaddrinfo-tests: New file.
8365
8366         * MODULES.html.sh: Add inet_pton.
8367
8368         * modules/inet_pton: New file.
8369
8370 2006-06-21  Simon Josefsson  <jas@extundo.com>
8371
8372         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
8373         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
8374         of using the (limited) gnulib implementation on Windows XP.
8375
8376         * m4/inet_pton.m4: New file.
8377
8378 2006-06-21  Simon Josefsson  <jas@extundo.com>
8379
8380         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
8381         variable.
8382
8383         * lib/socket_.h: Don't define WINVER.
8384
8385         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
8386         slightly modified to work in gnulib.
8387
8388 2006-06-21  Simon Josefsson  <jas@extundo.com>
8389
8390         * doc/gnulib.texi (Windows sockets): Add.
8391
8392 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
8393
8394         * lib/read-file.c (fread_file): Start with buffer allocation of
8395         0 bytes rather than 1 byte; this simplifies the code.
8396         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
8397         code to free buffer and save/restore errno.
8398         (internal_read_file): Remove unused local.
8399
8400 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
8401
8402         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
8403         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
8404         Problem reported by Denis Excoffier in
8405         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
8406
8407 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8408
8409         * modules/sys_socket, modules/socklen: Include sys/types since
8410         FreeBSD 4.x's sys/socket.h needs it.
8411
8412 2006-06-19  Simon Josefsson  <jas@extundo.com>
8413
8414         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
8415
8416 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8417
8418         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
8419
8420 2006-06-19  Bruno Haible  <bruno@clisp.org>
8421
8422         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
8423         and FULL_PATH_INTTYPES_H in angle brackets.
8424         Reported by Mark D. Baushke <mdb@gnu.org>.
8425
8426 2006-06-17  Eric Blake  <ebb9@byu.net>
8427
8428         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
8429         errno.
8430
8431 2006-06-17  Bruno Haible  <bruno@clisp.org>
8432
8433         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
8434         <sys/inttypes.h>.
8435
8436 2006-06-17  Bruno Haible  <bruno@clisp.org>
8437
8438         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
8439         whether errno is declared. Assume <errno.h> declares errno.
8440
8441 2006-06-17  Bruno Haible  <bruno@clisp.org>
8442
8443         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
8444
8445 2006-06-17  Bruno Haible  <bruno@clisp.org>
8446
8447         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
8448         problem on Solaris 2.5.1.
8449
8450 2006-06-16  Eric Blake  <ebb9@byu.net>
8451
8452         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
8453         * lib/unicodeio.c [!defined errno]: Likewise.
8454         * lib/strtol.c [!defined errno]: Likewise.
8455         * lib/strtod.c [!defined errno]: Likewise.
8456
8457 2006-06-15  Eric Blake  <ebb9@byu.net>
8458
8459         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
8460
8461 2006-06-15  Eric Blake  <ebb9@byu.net>
8462
8463         * config/srclist.txt (ssize_t.m4): Lose sync.
8464
8465 2006-06-15  Bruno Haible  <bruno@clisp.org>
8466
8467         * modules/stdint (Files): Include m4/full-header-path.m4,
8468         m4/size_max.m4, m4/wchar_t.m4.
8469         (Makefile.am): Many more substitutions.
8470         * modules/stdint-tests: New file.
8471         * tests/test-stdint.c: New file.
8472
8473 2006-06-15  Bruno Haible  <bruno@clisp.org>
8474
8475         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
8476         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
8477         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
8478         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
8479         gl_CHECK_TYPE_SAME): New macros.
8480
8481 2006-06-15  Bruno Haible  <bruno@clisp.org>
8482
8483         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
8484
8485 2006-06-15  Bruno Haible  <bruno@clisp.org>
8486
8487         * lib/stdint_.h: Rewritten to be fully auto-configured.
8488         Fixes bug on HP-UX/IA64.
8489
8490 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
8491
8492         * lib/getdate.y (__attribute__): Don't define if already defined.
8493         Problem reported by Larry Jones.
8494         * lib/utimens.c (__attribute__): Likewise.
8495
8496 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
8497
8498         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
8499         reported by Andreas Schwab.
8500
8501 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8502             Bruno Haible  <bruno@clisp.org>
8503
8504         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
8505         check for the declaration of strnlen and a run test that exposes the
8506         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
8507         rpl_strndup.
8508
8509 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8510             Bruno Haible  <bruno@clisp.org>
8511
8512         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
8513
8514 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8515
8516         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
8517         compile test, for Tru64 4.0D.
8518
8519 2006-05-28  Karl Berry  <karl@gnu.org>
8520
8521         * config/srclist.txt (printf-args.c): lose sync.
8522
8523 2006-05-26  Martin Lambers  <marlam@marlam.de>
8524
8525         * lib/getpass.c: Updates the test for the native W32 API, and adds
8526         missing includes, thus fixing compilation warnings.
8527
8528 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8529
8530         * lib/exclude.c (exclude_fnmatch): New function.
8531         (excluded_file_name): Call exclude_fnmatch.
8532         * lib/exclude.h (excluded_file_name): New prototype
8533
8534 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
8535
8536         * lib/tempname.c (small_open, large_open): New macros.
8537         (__open, __open64) [!_LIBC]: Remove.
8538         (__gen_tempname): Use small_open and large_open instead of __open
8539         and __open64.  This fixes a portability bug on HP-UX 11.11i
8540         reported by Simon Wing-Tang in
8541         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
8542
8543 2006-05-24  Bruno Haible  <bruno@clisp.org>
8544
8545         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
8546         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
8547         Reported by Thorsten Maerz <torte@netztorte.de> via
8548         Aaron Stone <aaron@serendipity.cx>.
8549
8550 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8551
8552         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
8553         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
8554         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
8555         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
8556         not really conditional on the cache.
8557         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
8558
8559 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8560
8561         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
8562         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
8563         (my_usleep): Don't mishandle maximum value.
8564
8565 2006-05-19  Jim Meyering  <jim@meyering.net>
8566
8567         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
8568
8569 2006-05-17  Bruno Haible  <bruno@clisp.org>
8570
8571         Cygwin portability.
8572         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
8573
8574 2006-05-17  Bruno Haible  <bruno@clisp.org>
8575
8576         * lib/stdint_.h: Fix recognition of Cygwin.
8577
8578 2006-05-15  Bruno Haible  <bruno@clisp.org>
8579
8580         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
8581         on libtool patch by Ralf Wildenhues.
8582
8583 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
8584
8585         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
8586         test for C99 conformance; (bool) 0.5 is an integer constant
8587         expression, but (bool) -0.5 is not.  Problem reported by Fedor
8588         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
8589
8590 2006-05-11  Simon Josefsson  <jas@extundo.com>
8591
8592         * m4/xvasprintf.m4: Fix obvious typo.
8593
8594 2006-05-11  Jim Meyering  <jim@meyering.net>
8595
8596         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
8597         James Lemley.
8598
8599 2006-05-10  Simon Josefsson  <jas@extundo.com>
8600
8601         * lib/md4.c: Typo fix, update copyright years.
8602         (K1, K2): Don't use L because it turn computations into 64-bit on
8603         64-bit platforms.
8604
8605 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
8606
8607         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
8608         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
8609         unwanted sign propagation, e.g., on hosts with 64-bit int.
8610         There still are some problems with reeelly weird theoretical hosts
8611         (e.g., 33-bit int) but it's not worth worrying about now.
8612         * lib/sha1.c (rol): Likewise.
8613         (K1, K2, K3, K4): Remove unnecessary L suffix.
8614
8615 2006-05-10  Bruno Haible  <bruno@clisp.org>
8616
8617         * lib/des.c: Cast to avoid warnings.
8618
8619 2006-05-09  Bruno Haible  <bruno@clisp.org>
8620
8621         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
8622         (Depends-on): Depend also on xsize, stdarg.
8623         (configure.ac): Add gl_XVASPRINTF.
8624
8625 2006-05-09  Bruno Haible  <bruno@clisp.org>
8626
8627         * m4/xvasprintf.m4: New file.
8628
8629 2006-05-09  Bruno Haible  <bruno@clisp.org>
8630
8631         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
8632         (EOVERFLOW): Define fallback value.
8633         (xstrcat): New function.
8634         (xvasprintf): Recognize the special case of a string concatenation.
8635
8636 2006-05-08  Eric Blake  <ebb9@byu.net>
8637
8638         * gnulib-tool (func_version): Base copyright year on CVS date.
8639         (func_emit_copyright_notice): New function.
8640         (func_emit_lib_Makefile_am): Use it.
8641         (func_emit_tests_Makefile_am): Likewise.
8642         (func_import): Likewise.
8643
8644 2006-05-08  Bruno Haible  <bruno@clisp.org>
8645
8646         * modules/stdarg: New file.
8647         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
8648
8649 2006-05-08  Bruno Haible  <bruno@clisp.org>
8650
8651         * m4/stdarg.m4: New file, from GNU gettext.
8652
8653 2006-05-08  Bruno Haible  <bruno@clisp.org>
8654
8655         * config/srclist.txt (build-aux/config.rpath): different from latest
8656         release.
8657
8658 2006-05-08  Bruno Haible  <bruno@clisp.org>
8659
8660         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
8661
8662 2006-05-05  Jim Meyering  <jim@meyering.net>
8663
8664         * m4/warning.m4: New file, derived from bison's file by the same name.
8665
8666 2006-05-03  Bruno Haible  <bruno@clisp.org>
8667
8668         * lib/stdint_.h: Shorter URL.
8669         * lib/inttypes.h: Likewise.
8670
8671 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8672
8673         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
8674
8675 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8676
8677         * lib/verify.h: Document the internals better.  Most of this change
8678         was written by Bruno Haible.
8679
8680 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8681
8682         * doc/verify.texi: New file, partly based on a proposal by
8683         Bruno Haible.
8684
8685 2006-05-02  Bruno Haible  <bruno@clisp.org>
8686
8687         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
8688         test from here...
8689         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
8690
8691 2006-04-29  Bruno Haible  <bruno@clisp.org>
8692
8693         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
8694         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
8695
8696 2006-04-29  Bruno Haible  <bruno@clisp.org>
8697
8698         * gnulib-tool: Make --update option actually work.
8699
8700 2006-04-29  Bruno Haible  <bruno@clisp.org>
8701
8702         * doc/gcd.texi: New file.
8703         * doc/gnulib.texi: Include it.
8704
8705 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
8706
8707         * lib/getdate.y (get_date): When adding relative date, start with the
8708         initial time, not with the result of the first mktime call.
8709
8710 2006-04-25  Bruno Haible  <bruno@clisp.org>
8711
8712         * gnulib-tool (func_import): Output the include directives in three
8713         blocks, sorted separately.
8714         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8715
8716 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8717
8718         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
8719         to define main with arguments, for C++.  Reported by Eric Blake.
8720         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
8721         Prefer 'int main ()' to 'int main (void)', for C++.
8722         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
8723         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
8724         for 'main', for C99 and C++.
8725
8726 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8727
8728         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
8729         Don't assume that exit status -1 is valid.
8730         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8731         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
8732         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
8733         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
8734         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
8735         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
8736         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
8737         functions can be used without declaring them, or that you can
8738         exit with status -1.
8739         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
8740
8741 2006-04-24  Karl Berry  <karl@gnu.org>
8742
8743         * config/srclist.txt (longdouble.m4): sync lost.
8744
8745 2006-04-24  Eric Blake  <ebb9@byu.net>
8746
8747         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
8748
8749 2006-04-24  Bruno Haible  <bruno@clisp.org>
8750
8751         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
8752         poll() implementation in AIX.
8753         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8754
8755 2006-04-24  Bruno Haible  <bruno@clisp.org>
8756
8757         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
8758         assigned exactly once.
8759
8760 2006-04-23  Claudio Fontana  <claudio@gnu.org>
8761             Bruno Haible  <bruno@clisp.org>
8762
8763         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
8764         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
8765         for AM_CPPFLAGS.
8766
8767 2006-04-23  Bruno Haible  <bruno@clisp.org>
8768
8769         * modules/copy-file: Depend on unistd.
8770         * modules/execute: Likewise.
8771         * modules/fatal-signal: Likewise.
8772         * modules/findprog: Likewise.
8773         * modules/mkdtemp : Likewise.
8774         * modules/pipe: Likewise.
8775         * modules/wait-process: Likewise.
8776
8777 2006-04-23  Bruno Haible  <bruno@clisp.org>
8778
8779         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
8780         condition was already detected.
8781         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8782
8783 2006-04-23  Bruno Haible  <bruno@clisp.org>
8784
8785         * lib/copy-file.c: Include <unistd.h> unconditionally.
8786         * lib/execute.c: Likewise.
8787         * lib/fatal-signal.c: Likewise.
8788         * lib/findprog.c: Likewise.
8789         * lib/mkdtemp.c: Likewise.
8790         * lib/pipe.h: Likewise.
8791         * lib/pipe.c: Likewise.
8792         * lib/wait-process.h: Likewise.
8793
8794 2006-04-23  Bruno Haible  <bruno@clisp.org>
8795
8796         * gnulib-tool (func_usage): Fix --import description. Document
8797         --update.
8798         (func_import): Create temporary file in a temporary directory, if
8799         --dry-run is specified. Silence errors from 'grep' when there are no
8800         m4 files in $m4dir.
8801         (func_create_testdir): Silence errors from 'grep' when there are no
8802         m4 files in $m4dir.
8803         Reported by Karl Berry <karl@freefriends.org>.
8804
8805 2006-04-20  Bruno Haible  <bruno@clisp.org>
8806
8807         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
8808         one argument, so that the code will be portable to Autoconf 2.60.
8809         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
8810         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8811         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
8812
8813 2006-04-19  Derek Price  <derek@ximbiot.com>
8814             Eric Blake  <ebb9@byu.net>
8815
8816         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
8817         rather than "/full/path.h".  Update comment to match.  Shorten &
8818         generalize m4_translit call via AS_TR_CPP.
8819
8820 2006-04-19  Derek Price  <derek@ximbiot.com>
8821             Eric Blake  <ebb9@byu.net>
8822
8823         * lib/inttypes.h: Correct grammar in comment.
8824
8825 2006-04-18  Derek Price  <derek@ximbiot.com>
8826             Paul Eggert  <eggert@cs.ucla.edu>
8827
8828         * modules/inttypes: New file.
8829         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
8830
8831 2006-04-18  Derek Price  <derek@ximbiot.com>
8832             Paul Eggert  <eggert@cs.ucla.edu>
8833
8834         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
8835         New files.
8836
8837 2006-04-18  Derek Price  <derek@ximbiot.com>
8838             Paul Eggert  <eggert@cs.ucla.edu>
8839
8840         * lib/inttypes.h: New file.
8841         * lib/strtoimax.c: Assume <inttypes.h>.
8842
8843 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
8844
8845         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
8846         isn't mounted.  Problem reported by Kir Kolyshkin.
8847
8848 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
8849
8850         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
8851         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
8852         Derek R. Price.
8853         * lib/regex.h (RE_DUP_MAX): Update comment to match current
8854         implementation.
8855
8856 2006-04-12  Eric Blake  <ebb9@byu.net>
8857
8858         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
8859         is now done automatically by the corresponding Autoconf macro.
8860
8861 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
8862
8863         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
8864         time_r.h.
8865
8866 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
8867
8868         Merge regex changes from libc, removing some of our
8869         POSIX-conformance changes that were rejected and redoing them in a
8870         less-intrusive way.
8871
8872         * lib/regcomp.c (re_compile_internal, init_dfa):
8873         Length arg is now size_t, not Idx.  All uses changed.
8874         (peek_token): Forward decl now says internal_function.
8875         (__re_error_msgid, __re_error_msgid_idx):
8876         Now static rather than extern with attribute_hidden.
8877         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
8878         For some reason libc prefers K&R style defns for external functions.
8879         (regerror) [!defined _LIBC]: Likewise.
8880         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
8881         (seek_collating_symbol_entry, lookup_collation_sequence_value):
8882         (build_range_exp, build_collating_symbol):
8883         Use K&R-style defn.
8884         (re_compile_fastmap): Use '\0' to memset, not 0.
8885         (utf8_sb_map): Make the calculations more obvious.
8886         (init_dfa, parse_bracket_exp, build_charclass_op):
8887         Call calloc and cast result, as glibc does.
8888         (init_word_char, fetch_token, peek_token, peek_token_bracket):
8889         (build_range_exp, build_collating_symbol):
8890         Now internal functions.
8891
8892         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
8893
8894         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
8895         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
8896         Don't depend on VMS; depend on __VMS instead, for POSIX
8897         namespace cleanness.
8898         (regoff_t): Define to ssize_t, not long int.
8899
8900         Remove the REG_ macros named below.  Instead, make the old names
8901         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
8902         __USE_GNU_REGEX.
8903         (REG_BACKSLASH_ESCAPE_IN_LISTS):
8904         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
8905         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
8906         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
8907         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
8908         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
8909         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
8910         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
8911         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
8912         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
8913         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
8914         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
8915         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
8916         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
8917         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
8918         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
8919         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
8920         (REG_NREGS):
8921         Remove.  All uses replaced by the old RE_* names.
8922         (RE_BACKSLASH_ESCAPE_IN_LISTS):
8923         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
8924         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
8925         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
8926         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
8927         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
8928         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
8929         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
8930         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
8931         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
8932         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
8933         Don't bother having these macros be independent of each others'
8934         values, since they no longer exist in the POSIX name space.
8935
8936         Rename the following member names back to their old names,
8937         unless !__USE_GNU_REGEX.  All uses changed back.
8938         (buffer): Renamed from re_buffer.
8939         (allocated): Renamed from re_allocated.
8940         (used): Renamed from re_used.
8941         (syntax): Renamed from re_syntax.
8942         (fastmap): Renamed from re_fastmap.
8943         (translate): Renamed from re_translate.
8944         (can_be_null): Renamed from re_can_be_null.
8945         (regs_allocated): Renamed from re_regs_allocated.
8946         (fastmap_accurate): Renamed from re_fastmap_accurate.
8947         (no_sub): Renamed from re_no_sub.
8948         (not_bol): Renamed from re_not_bol.
8949         (not_eol): Renamed from re_not_eol.
8950         (newline_anchor): Renamed from re_newline_anchor.
8951         (num_regs): Renamed from rm_num_regs.
8952         (start): Renamed from rm_start.
8953         (end): Renamed from rm_end.
8954
8955         (free_state): Move up a bit.
8956
8957         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
8958         #define to be empty.
8959         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
8960         when that is what is intended.
8961         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
8962         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
8963         (MAX): New macro.
8964         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
8965         All uses changed back to re_malloc, etc.  It's now the caller's
8966         responsibility to check for overflow; all callers changed.
8967         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
8968         (re_x2nrealloc): Remove.
8969         (free_state): Remove decl.
8970
8971         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
8972         (re_set_registers, re_exec):
8973         Use K&R-style defn.
8974
8975         2006-01-31  Roland McGrath  <roland@redhat.com>
8976
8977         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
8978         Reported by Mike Frysinger <vapier@gentoo.org>.
8979
8980         2006-01-15  Andreas Jaeger  <aj@suse.de>
8981
8982         [BZ #1950]
8983         * lib/regex_internal.c (re_string_reconstruct): Adjust for
8984         build_wcs_upper_buffer change.
8985         (build_wcs_upper_buffer): Change return type.
8986
8987         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
8988
8989         * lib/regex_internal.h: Include <stdint.h> if available.
8990
8991         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
8992
8993         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
8994
8995         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
8996
8997         * lib/regcomp.c: Adjust for changed secondary hash function.
8998
8999         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
9000
9001         * lib/regex.h: Pretty printing.
9002         Clean up namespace a bit.
9003
9004         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
9005
9006         * lib/regexec.c (update_cur_sifted_state, check_arrival,
9007         check_arrival_add_next_nodes): Avoid using uninitialized variable.
9008
9009         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9010                     Ulrich Drepper  <drepper@redhat.com>
9011
9012         [BZ #1302]
9013         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
9014         changed.
9015         (bitset_word_t): Renamed from bitset_word.  All uses changed.
9016
9017         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
9018
9019         [BZ #281]
9020         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
9021         * lib/regcomp.c: Remove unnecessary uses of
9022         unsigned RE_TRANSLATE_TYPE.
9023         * lib/regex_internal.h: Likewise.
9024         * lib/regex_internal.c: Likewise.
9025         * lib/regexec.c: Likewise.
9026         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
9027
9028         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
9029
9030         * lib/regexec.c (find_recover_state): Remove unnecessary
9031         initialization.
9032         (transit_state_bkref): Make DFA a const pointer.
9033         (get_subexp): Likewise.
9034         (check_arrival): Likewise.
9035         (update_cur_sifted_state): Likewise.
9036         (re_search_internal): Likewise.
9037         (prune_impossible_nodes): Likewise.
9038         (acquire_init_state_context): Likewise.
9039         (proceed_next_node): Likewise.
9040         (set_regs): Likewise.
9041         (free_fail_stack_return): Likewise.
9042         (check_arrival_expand_ecl): Mark DFA parameter as const.
9043         (check_arrival_expand_ecl_sub): Likewise.
9044         (check_subexp_limits): Likewise.
9045         (sub_epsilon_src_nodes):  Likewise.
9046         (add_epsilon_src_nodes):  Likewise.
9047         (merge_state_array): Likewise.
9048         (update_regs): Likewise.
9049         (build_trtable): Likewise.
9050         (sift_states_backward): Mark MCTX parameter as const.
9051         (build_sifted_states): Likewise.
9052         (update_cur_sifted_state): Likewise.
9053         (sift_states_mkref): Likewise.
9054         (check_arrival_expand_ecl): Mark eclosure as const.
9055         (check_dst_limits_calc_pos_1): Likewise.
9056         * lib/regex_internal.h (re_match_context_t): Make dfa a const
9057         pointer.
9058
9059         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
9060
9061         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
9062         (transit_state_sb): Likewise.
9063         (transit_state_mb): Likewise.
9064         (sift_states_iter_mb): Likewise.
9065         (check_arrival_add_next_nodes): Likewise.
9066         (check_node_accept_bytes): Change first parameter to pointer-to-const.
9067         [_LIBC] (re_search_2_stub): Use mempcpy.
9068
9069         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
9070         mbrtowc for very simple UTF-8 case.
9071
9072         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
9073         a pointer-to-const.
9074         (re_acquire_state_context): Likewise.
9075         * lib/regex_internal.h: Adjust prototypes.
9076
9077         * lib/regex.c: Prevent using C++ compilers.
9078
9079         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
9080         (re_acquire_state_context): Likewise.
9081
9082 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9083
9084         * modules/regex (Depends-on): Add ssize_t.
9085
9086 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9087
9088         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
9089         translation table.
9090
9091 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9092
9093         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
9094
9095 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
9096             Bruno Haible  <bruno@clisp.org>
9097
9098         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
9099         <sys/types.h> and <inttypes.h>.
9100
9101 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9102
9103         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
9104         `__error_t_defined', so argp.h will not typedef the former.
9105
9106 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
9107
9108         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
9109         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
9110         glibc names.  Even if glibc is changed to conform to POSIX, the
9111         traditional names will be available anyway, since regex depends on
9112         the extensions module.  Also, fix a longstanding typo in the
9113         implementation of Spencer ERE test #75 from grep 2.3.  Problems
9114         reported by Emanuele Giaquinta.  Also, change sense of cached
9115         variable, so that the message makes sense.
9116
9117 2006-03-24  Simon Josefsson  <jas@extundo.com>
9118
9119         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
9120         including some doc fixes.
9121         (base64_encode_alloc): Fix +1 bug on allocation failures.
9122
9123 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9124
9125         * lib/base64.c (base64_encode): Do not read past end of array with
9126         unsanitized input on systems with CHAR_BIT > 8.
9127
9128 2006-03-24  Eric Blake  <ebb9@byu.net>
9129
9130         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
9131
9132 2006-03-22  Karl Berry  <karl@gnu.org>
9133
9134         * config/srclist.txt (*setenv.[ch]): get from coreutils.
9135         * config/srclistvars.sh (COREUTILS): new var.
9136
9137 2006-03-17  Jim Meyering  <jim@meyering.net>
9138
9139         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
9140         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
9141
9142 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
9143
9144         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
9145         no longer needs it.  Instead, check that regoff_t is as least
9146         as wide as ptrdiff_t.
9147
9148         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
9149         so that our regex.h stays compatible with the installed regex.
9150         This is helpful for installers who configure --without-included-regex.
9151         Problem reported by Emanuele Giaquinta.
9152
9153 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
9154
9155         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
9156         Typedef to long int, not to off_, as POSIX will likely change
9157         in that direction.
9158
9159 2006-03-15  Eric Blake  <ebb9@byu.net>
9160
9161         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
9162
9163 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9164
9165         * lib/argp-help.c (validate_uparams): Fix typo
9166         * lib/argp-parse.c (argp_default_options): Consistently begin help
9167         messages with a lowercase letter.
9168
9169 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
9170
9171         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
9172         overrun buffers and shouldn't be used (much as gets shouldn't be
9173         used).
9174         * lib/time_r.c (asctime_r, ctime_r): Likewise.
9175
9176 2006-03-08  Simon Josefsson  <jas@extundo.com>
9177
9178         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
9179         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9180
9181 2006-03-08  Simon Josefsson  <jas@extundo.com>
9182
9183         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
9184         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9185
9186 2006-03-08  Simon Josefsson  <jas@extundo.com>
9187
9188         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
9189         signal that configure disabled the device.
9190
9191 2006-03-08  Simon Josefsson  <jas@extundo.com>
9192
9193         * build-aux/maint.mk: Fix refresh-po, to handle no translated
9194         languages.
9195
9196 2006-03-07  Simon Josefsson  <jas@extundo.com>
9197
9198         * modules/getopt (Depends-on): Add unistd.
9199
9200         * modules/unistd: New file.
9201
9202 2006-03-07  Simon Josefsson  <jas@extundo.com>
9203
9204         * modules/gc-random: New file.
9205
9206 2006-03-07  Simon Josefsson  <jas@extundo.com>
9207
9208         * m4/unistd_h.m4: New file.
9209
9210 2006-03-07  Simon Josefsson  <jas@extundo.com>
9211
9212         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
9213         test to be side-effect free by storing the result in the cache
9214         variable gl_cv_lib_readline, and moving the assignment of
9215         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
9216         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9217
9218 2006-03-07  Simon Josefsson  <jas@extundo.com>
9219
9220         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
9221         error on missing devices (the functions will return an error).
9222
9223         * m4/gc.m4: Move random stuff to gc-random.m4
9224
9225 2006-03-07  Simon Josefsson  <jas@extundo.com>
9226
9227         * lib/unistd_.h: New file.
9228
9229 2006-03-07  Simon Josefsson  <jas@extundo.com>
9230
9231         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
9232
9233 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9234
9235         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
9236         Problem reported by Juan Manuel Guerrero.
9237
9238 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9239
9240         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
9241         the unistd module.
9242         * lib/getlogin_r.c: Likewise.
9243         * lib/getlogin_r.h: Likewise.
9244         * lib/glob.c: Likewise.
9245         * lib/pagealign_alloc.c: Likewise.
9246         * lib/unistd_.h: Remove; no longer needed.
9247
9248 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9249
9250         * MODULES.html.sh (Support for systems lacking POSIX:2001):
9251         Add unistd.
9252         * modules/c-stack (Depends-on): Add unistd.
9253         * modules/getlogin_r: Likewise.
9254         * modules/glob: Likewise.
9255         * modules/pagealign_alloc: Likewise.
9256         * modules/unistd (Files): Remove lib/unistd_.h.
9257         (EXTRA_DIST): Remove.
9258         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
9259         need unistd_.h.
9260         (MOSTLYCLEANFILES): Remove unistd.h-t.
9261
9262 2006-03-03  Simon Josefsson  <jas@extundo.com>
9263
9264         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
9265
9266 2006-03-03  Simon Josefsson  <jas@extundo.com>
9267
9268         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
9269         libidn and bison.
9270
9271 2006-03-03  Simon Josefsson  <jas@extundo.com>
9272
9273         * build-aux/maint.mk: Add indent target.
9274
9275 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
9276
9277         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
9278         our replacement poll.h in any case, to avoid a differing
9279         declaration from a system header.  Seen on AIX.
9280
9281 2006-03-01  Simon Josefsson  <jas@extundo.com>
9282
9283         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
9284         <kasal@ucw.cz>.
9285
9286 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9287
9288         * modules/gettime (Depends-on): Add extensions module.
9289         * modules/nanosleep (Depends-on): Likewise.
9290         * modules/settime (Depends-on): Likewise.
9291
9292 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9293
9294         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
9295         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
9296         pedantically.
9297         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9298         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
9299
9300         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
9301         not "==".  Reported by Ralf Wildenhues.
9302
9303 2006-03-01  Karl Berry  <karl@gnu.org>
9304
9305         * doc/Copyright/request-*: new files, synced from gnuorg.
9306
9307 2006-03-01  Karl Berry  <karl@gnu.org>
9308
9309         * config/srclist.txt (Copyright/*): new entries.
9310
9311 2006-02-28  Simon Josefsson  <jas@extundo.com>
9312
9313         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
9314
9315 2006-02-27  Simon Josefsson  <jas@extundo.com>
9316
9317         * lib/base64.h: Indent #define's.  From Jim Meyering
9318         <jim@meyering.net>.
9319
9320 2006-02-27  Jim Meyering  <jim@meyering.net>
9321
9322         Revert the change of 2006-02-24, so these files can continue
9323         to be sync'd from gettext.
9324         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
9325         of `config.h'.
9326
9327 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
9328
9329         * modules/intprops: New file.
9330         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9331         Add intprops.
9332         * modules/getloadavg (Files): Remove lib/intprops.h.
9333         (Depends-on): Add intprops.
9334         * modules/human: Likewise.
9335         * modules/inttostr: Likewise.
9336         * modules/openat: Likewise.
9337         * modules/sig2str: Likewise.
9338         * modules/userspec: Likewise.
9339         * modules/utimecmp: Likewise.
9340         * modules/xnanosleep: Likewise.
9341         * modules/xstrtol: Likewise.
9342
9343 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
9344
9345         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
9346         * modules/lock-tests (TESTS): Use $(EXEEXT).
9347         * modules/tls-tests: Likewise.
9348         * modules/argp-tests: Likewise.
9349         (check_PROGRAMS): New var, replacing...
9350         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
9351
9352 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9353
9354         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
9355         `config.h'.
9356
9357 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
9358
9359         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
9360
9361 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9362
9363         Sync from coreutils.
9364         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
9365         gl_CHDIR_SAFER.
9366
9367 2006-02-22  Jim Meyering  <jim@meyering.net>
9368
9369         Sync from coreutils.
9370         * m4/chdir-safer.m4: New file.
9371
9372 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
9373
9374         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
9375         AT_FDCWD exceeds INT_MAX.
9376         * lib/openat.h (AT_FDCWD): Likewise.
9377
9378 2006-02-17  Eric Blake  <address@hidden>
9379
9380         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
9381
9382 2006-02-16  Simon Josefsson  <jas@extundo.com>
9383
9384         * modules/getaddrinfo (Depends-on): Add sys_socket.
9385
9386 2006-02-15  Simon Josefsson  <jas@extundo.com>
9387
9388         * build-aux/maint.mk: Add dsyntax-check rule.
9389
9390 2006-02-15  Eric Blake  <ebb9@byu.net>
9391
9392         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
9393         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
9394         'present but cannot compile' warnings on cygwin.
9395         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
9396         use ws2tcpip.h if sys/socket.h works.
9397         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
9398         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
9399
9400 2006-02-14  Simon Josefsson  <jas@extundo.com>
9401
9402         * modules/maintainer-makefile (Files): Rename.
9403
9404         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
9405         and (the local) Makefile.cfg to maint-cfg.mk.
9406
9407         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
9408         to the latter.
9409
9410         * modules/maintainer-makefile: New module.
9411
9412         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
9413         severaly stripped to make it possible to build it up from scratch
9414         with reliable tests.
9415
9416         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
9417         fixes to permit overriding the default actions when configure and
9418         makefile are not available.
9419
9420 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
9421
9422         Sync from coreutils.
9423         * modules/lstat (Depends-on): Don't depend on xalloc.
9424         (License): Change from GPL to LGPL, since this is now simply a
9425         replacement for a libc function.
9426
9427 2006-02-14  Jim Meyering  <jim@meyering.net>
9428
9429         Sync from coreutils.
9430
9431         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
9432         failure on deficient systems, and simplify gnulib lgpl dependencies.
9433         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
9434         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
9435
9436         * lib/xalloc-die.c: Remove unused definition of N_.
9437
9438 2006-02-14  Jim Meyering  <jim@meyering.net>
9439
9440         Sync from coreutils.
9441         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
9442         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
9443         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
9444         double-quote uses of that variable, to accommodate the rare case in
9445         which getmntent is available in none of the libraries checked.  This
9446         happens at least on FreeBSD 5.0.
9447
9448 2006-02-13  Simon Josefsson  <jas@extundo.com>
9449
9450         * gnulib-tool (Usage): Fix --import, from
9451         karl@freefriends.org (Karl Berry).
9452
9453 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9454
9455         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
9456
9457 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
9458
9459         * lib/argp-namefrob.h: Restore changes accidentally lost during the
9460         "autoupdate" on 2005-12-12.
9461
9462 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9463
9464         * modules/closeout (Depends-on): Remove atexit.
9465
9466 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9467
9468         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
9469         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
9470
9471 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
9472
9473         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
9474         __EXTENSIONS__ if this causes compilation to fail.  Problem
9475         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
9476         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
9477
9478 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
9479
9480         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
9481         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
9482         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
9483         All uses changed.
9484
9485 2006-01-26  Simon Josefsson  <jas@extundo.com>
9486
9487         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
9488         prototype is visible on mingw32.
9489
9490         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
9491         for mingw32.
9492
9493         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
9494         mingw32).
9495
9496 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
9497
9498         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
9499         attempt to open for write; this always fails, at least on POSIX
9500         hosts.  This reinstates the 2006-01-09 change, which was
9501         inadvertently removed.
9502
9503 2006-01-26  Bruno Haible  <bruno@clisp.org>
9504
9505         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
9506         Reported by Paul Eggert.
9507
9508 2006-01-26  Bruno Haible  <bruno@clisp.org>
9509             Paul Eggert  <eggert@cs.ucla.edu>
9510
9511         * lib/stdbool_.h (_Bool)
9512         [(! (defined __cplusplus || defined __BEOS__)
9513           && !defined __GNUC__
9514           && !(defined __HP_cc || defined __xlc__
9515                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
9516                || defined __sgi))]:
9517         #define to signed char in these cases too; this simplifies
9518         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
9519         etc., separately) and makes it more conservative.
9520
9521 2006-01-25  Simon Josefsson  <jas@extundo.com>
9522
9523         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
9524         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
9525         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
9526
9527 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9528
9529         * lib/argp-namefrob.h: Bugfix. Remove stray #
9530
9531 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
9532
9533         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
9534         so that we test the test.
9535         Check for yet another HP-UX cc bug involving *bool |= bool.
9536
9537 2006-01-25  Karl Berry  <karl@gnu.org>
9538
9539         * config/srclist.txt (vasnprintf.c): sync lost.
9540
9541 2006-01-25  Jim Meyering  <jim@meyering.net>
9542
9543         Sync from the stable (b5) branch of coreutils:
9544
9545         * lib/fts.c (fts_children): Don't let close() clobber errno from
9546         failed fchdir().
9547
9548         * lib/fts.c (fts_stat): When following a symlink-to-directory,
9549         don't necessarily interpret stat-fails+lstat-succeeds as indicating
9550         a dangling symlink.  That can also happen at least for ELOOP.
9551         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
9552         FYI, this bug predates the inclusion of fts.c in coreutils.
9553
9554         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
9555         in their own block, so pre-c99 compilers don't object.
9556
9557         Avoid the double-free (first in fts_read, second in fts_close) that
9558         would occur when an `active' directory is made inaccessible (e.g.,
9559         via chmod a-x) during a traversal.
9560         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9561         before returning.  Reproduce this failure by
9562         mkdir -p a/b; cd a; chmod a-x . b
9563         Reported by Stavros Passas.
9564
9565 2006-01-25  Jim Meyering  <jim@meyering.net>
9566
9567         * lib/fileblocks.c: Remove more useless parentheses.
9568         * lib/readutmp.h: Likewise.
9569
9570 2006-01-25  Bruno Haible  <bruno@clisp.org>
9571
9572         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
9573         warnings.
9574         Reported by Paul Eggert.
9575
9576 2006-01-25  Bruno Haible  <bruno@clisp.org>
9577
9578         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
9579         rid of a trap command. For Solaris sh.
9580         Reported by Mark D. Baushke <mdb@gnu.org>.
9581
9582 2006-01-24  Simon Josefsson  <jas@extundo.com>
9583
9584         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
9585         Bruno.
9586
9587 2006-01-24  Karl Berry  <karl@gnu.org>
9588
9589         * config/srclist.txt (argp-namefrob.h): sync lost.
9590
9591 2006-01-24  Jim Meyering  <jim@meyering.net>
9592
9593         * modules/openat (Files): Add lib/intprops.h.
9594         From Mark D. Baushke.
9595
9596 2006-01-24  Jim Meyering  <jim@meyering.net>
9597
9598         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
9599         Reported by Mark D. Baushke.
9600
9601 2006-01-24  Jim Meyering  <jim@meyering.net>
9602
9603         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
9604
9605 2006-01-24  Bruno Haible  <bruno@clisp.org>
9606
9607         * modules/strnlen (Maintainer): Change from glibc to all.
9608
9609 2006-01-24  Bruno Haible  <bruno@clisp.org>
9610
9611         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
9612         Patch by Paul Eggert.
9613
9614 2006-01-24  Bruno Haible  <bruno@clisp.org>
9615
9616         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
9617         already has it.
9618         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
9619         2005-11-26.
9620
9621         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
9622         'signed char' to avoid problems with the built-in _Bool type.
9623         Reported by Paul Eggert on 2005-11-26.
9624
9625 2006-01-24  Bruno Haible  <bruno@clisp.org>
9626
9627         * gnulib-tool (func_import): Avoid constructing complicated sed
9628         expressions inside backquote.
9629         Report and solution by Mark D. Baushke <mdb@gnu.org>.
9630
9631 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
9632
9633         These changes imported from libc.
9634         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
9635         test and two separate function calls.
9636         * lib/strndup.c (__strndup): Add libc_hidden_def.
9637
9638 2006-01-23  Simon Josefsson  <jas@extundo.com>
9639
9640         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
9641         Remove the test_*_SOURCES variable: automake infers it by default.
9642         * modules/tls-tests: Likewise.
9643
9644 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9645
9646         Work around porting bugs reported by Dieter in
9647         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
9648         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
9649         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
9650         Include "getopt.h" first, to check interface.
9651         (getenv): Declare only if defined HAVE_DECL_GETENV &&
9652         !HAVE_DECL_GETENV.
9653         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
9654         (__strndup): Revert to K&R-style function dfns, the glibc style.
9655         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
9656         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
9657         Include strnlen.h first, to get prototype properly.
9658         (strnlen): Renamed from __strnlen.
9659         Remove weak alias.
9660
9661 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9662
9663         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
9664
9665 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9666
9667         * config/srclist.txt: Adjust to reflect glibc reorganization.
9668         This affects only comments.
9669
9670 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9671
9672          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
9673          Reported by Bruce Korb <bkorb@gnu.org>.
9674
9675 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9676
9677         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
9678         to pacify gcc -Wswitch-default.
9679
9680 2006-01-22  Bruno Haible  <bruno@clisp.org>
9681
9682         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
9683         temporary buffer for sprintf, take into account the precision also
9684         for 'd', 'i', 'u', 'o', 'x', 'X'.
9685
9686 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9687
9688         * modules/argp-tests: New module
9689         * tests/test-argp.c: New file
9690         * tests/test-argp-2.sh: New file
9691
9692 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9693
9694         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
9695         (__argp_base_name): Removed
9696         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
9697         typo.
9698         (__argp_base_name): Provide macro definition or extern declaration
9699         depending on the configuration
9700
9701 2006-01-20  Simon Josefsson  <jas@extundo.com>
9702
9703         * modules/inet_ntop (Depends-on): Depend on sys_socket.
9704
9705 2006-01-20  Simon Josefsson  <jas@extundo.com>
9706
9707         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
9708
9709 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
9710
9711         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
9712         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
9713         Suggested by Bruno Haible.
9714
9715 2006-01-20  Karl Berry  <karl@gnu.org>
9716
9717         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
9718         until changes propagate, I guess.
9719
9720 2006-01-19  Simon Josefsson  <jas@extundo.com>
9721
9722         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
9723
9724 2006-01-19  Simon Josefsson  <jas@extundo.com>
9725
9726         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
9727
9728 2006-01-19  Simon Josefsson  <jas@extundo.com>
9729
9730         * gnulib-tool: Set check_PROGRAMS.
9731
9732         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9733         modules/des-tests, modules/gc-arcfour-tests,
9734         modules/gc-arctwo-tests, modules/gc-des-tests,
9735         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9736         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9737         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9738         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9739         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9740         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
9741         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
9742         test_*_SOURCES.
9743
9744 2006-01-18  Simon Josefsson  <jas@extundo.com>
9745
9746         * modules/socklen (Depends-on): Depend on sys_socket.
9747
9748 2006-01-18  Simon Josefsson  <jas@extundo.com>
9749
9750         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9751         modules/des-tests, modules/gc-arcfour-tests,
9752         modules/gc-arctwo-tests, modules/gc-des-tests,
9753         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9754         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9755         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9756         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9757         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9758         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
9759         $(EXEEXT) to automake TESTS variable, for mingw32.
9760
9761 2006-01-17  Simon Josefsson  <jas@extundo.com>
9762
9763         * modules/socklen (Include): Need sys/socket.h.
9764
9765 2006-01-17  Bruno Haible  <bruno@clisp.org>
9766
9767         * modules/ssize_t (Include): Add <sys/types.h>.
9768
9769 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
9770
9771         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
9772         it's not portable and it doesn't work with cross-compiles.
9773         Problem reported by Bruno Haible.  Fix missing-$ typo in
9774         'test "gl_cv_ignore_unused_libraries" ...' that prevented
9775         -zignore from being used with Sun's C compiler.
9776
9777 2006-01-12  Simon Josefsson  <jas@extundo.com>
9778
9779         * lib/base64.c: Fix warning, reported by Bruno Haible
9780         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
9781
9782 2006-01-12  Bruno Haible  <bruno@clisp.org>
9783
9784         * modules/ldd: New file.
9785         * build-aux/ldd.sh.in: New file.
9786         * MODULES.html.sh (Support for building libraries and executables): Add
9787         ldd.
9788
9789 2006-01-12  Bruno Haible  <bruno@clisp.org>
9790
9791         * m4/ldd.m4: New file.
9792
9793 2006-01-12  Bruno Haible  <bruno@clisp.org>
9794
9795         * gnulib-tool (func_import, func_create_testdir): Don't go into an
9796         endless loop while replacing $auxdir with build-aux.
9797
9798 2006-01-11  Simon Josefsson  <jas@extundo.com>
9799
9800         * lib/stdint_.h (SIZE_MAX): Add missing (.
9801
9802 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
9803
9804         Sync from coreutils.
9805         * lib/md5.c: Fix commentary typos.
9806         (alignof, UNALIGNED_P): No need for a GCC-specific version.
9807         * lib/md5.h (__attribute__): Remove; unused.
9808         * lib/sha1.c: Fix commentary to match md5 better.
9809         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
9810         so that we don't need to worry about alignment.  All uses changed.
9811         This merges the 2005-10-28 md5 change into sha1.
9812
9813 2006-01-11  Jim Meyering  <jim@meyering.net>
9814
9815         Sync from coreutils.
9816         * lib/md5.c (OP): Fix spacing.
9817
9818 2006-01-11  Bruno Haible  <bruno@clisp.org>
9819
9820         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9821         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
9822         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
9823
9824 2006-01-11  Bruno Haible  <bruno@clisp.org>
9825
9826         Ensure automatic ordering between gl_LOCK and gl_ARGP.
9827         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
9828         the "early" section as well.
9829
9830 2006-01-11  Bruno Haible  <bruno@clisp.org>
9831
9832         Avoid "ar: no archive members specified" error on MacOS X.
9833         * gnulib-tool (func_modules_add_dummy): New function.
9834         (func_import, func_create_testdir): Invoke it.
9835
9836 2006-01-11  Bruno Haible  <bruno@clisp.org>
9837
9838         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
9839         with $auxdir in AC_CONFIG_FILES statements.
9840
9841 2006-01-11  Bruno Haible  <bruno@clisp.org>
9842
9843         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9844         Initialize also noinst_HEADERS to empty.
9845
9846 2006-01-11  Bruno Haible  <bruno@clisp.org>
9847
9848         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
9849         variables.
9850         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
9851         autoreconf.
9852
9853 2006-01-11  Bruno Haible  <bruno@clisp.org>
9854
9855         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
9856         overridable by the user.
9857         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9858
9859 2006-01-10  Simon Josefsson  <jas@extundo.com>
9860
9861         * modules/sys_socket: New file.
9862
9863 2006-01-10  Simon Josefsson  <jas@extundo.com>
9864
9865         * m4/sys_socket_h.m4: New file.
9866
9867 2006-01-10  Simon Josefsson  <jas@extundo.com>
9868
9869         * lib/socket_.h: New file.
9870
9871 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9872
9873         * modules/readutmp (Maintainer): Add myself.
9874
9875 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9876
9877         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
9878         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
9879         People who are still concerned with buggy memcmp implementations
9880         can invoke gl_FUNC_MEMCMP themselves.
9881
9882 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9883
9884         * lib/regex_internal.h (BITSET_WORD_BITS):
9885         Work around a bug in 64-bit PGC (before version 6.1-2), where the
9886         preprocessor mishandles large unsigned values as if they were signed.
9887         Problem reported by Claudio Fontana in
9888         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
9889
9890 2006-01-10  Jim Meyering  <jim@meyering.net>
9891
9892         Avoid the double-free (first in fts_read, second in fts_close) that
9893         would occur when an `active' directory is made inaccessible (e.g.,
9894         via chmod a-x) during a traversal.
9895         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9896         before returning.  Reproduce this failure by
9897         mkdir -p a/b; cd a; chmod a-x . b
9898         Reported by Stavros Passas.
9899
9900         Sync from coreutils.
9901         * lib/sha1.c: Tweak grammar in a comment.
9902
9903 2006-01-10  Jim Meyering  <jim@meyering.net>
9904
9905         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
9906         Patch by Joerg Sonnenberger.
9907
9908 2006-01-10  Bruno Haible  <bruno@clisp.org>
9909
9910         * modules/readutmp: Depend on module free.
9911         * modules/strtok_r: Depend on module restrict.
9912
9913 2006-01-10  Bruno Haible  <bruno@clisp.org>
9914
9915         * modules/gettext (configure.ac): Add an invocation of
9916         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
9917
9918 2006-01-10  Bruno Haible  <bruno@clisp.org>
9919
9920         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
9921         Reported by Werner Lemberg <wl@gnu.org>.
9922
9923 2006-01-10  Bruno Haible  <bruno@clisp.org>
9924
9925         * lib/localcharset.c: Update from GNU gettext.
9926
9927 2006-01-10  Bruno Haible  <bruno@clisp.org>
9928
9929         * lib/argp.h (__const): Remove macro. Use const instead.
9930         * lib/argp-fmtstream.h (__const): Likewise.
9931         * lib/glob_.h (__const): Remove macro.
9932         * lib/glob-libc.h: Use const instead of __const.
9933
9934 2006-01-10  Bruno Haible  <bruno@clisp.org>
9935
9936         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
9937         variable.
9938         Needed to avoid an automake error regarding the 'gettext' module.
9939
9940 2006-01-09  Simon Josefsson  <jas@extundo.com>
9941
9942         * modules/inet_ntop (Depends-on): Add restrict.
9943
9944 2006-01-09  Simon Josefsson  <jas@extundo.com>
9945
9946         * modules/gc-rijndael-tests (License): Put under LGPL.
9947
9948         * modules/gc-des-tests (License): Likewise.
9949
9950         * modules/gc-arcfour-tests (License): Likewise.
9951
9952         * modules/gc-arctwo-tests (License): Likewise.
9953
9954         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
9955
9956         * modules/gc-hmac-sha1-tests (Files): Likewise.
9957
9958         * modules/gc-hmac-md5-tests (License): Likewise.
9959
9960         * modules/gc-sha1-tests (License): Likewise.
9961
9962         * modules/gc-md5-tests (License): Likewise.
9963
9964         * modules/gc-md4-tests (License): Likewise.
9965
9966         * modules/gc-md2-tests (License): Likewise.
9967
9968         * modules/gc-tests (License): Likewise.
9969
9970         * modules/des-tests (License): Likewise.
9971
9972         * modules/md4-tests (License): Likewise.
9973
9974         * modules/md2-tests (License): Likewise.
9975
9976 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9977
9978         Sync from coreutils:
9979
9980         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
9981         * modules/lib-ignore: New file.
9982         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
9983         chdir-safer.m4, lchmod.m4.
9984         * modules/openat: Add mkdirat.c, openat-priv.h.
9985
9986 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9987
9988         Sync from coreutils.
9989         * m4/lib-ignore.m4: New file.
9990         * m4/lchmod.m4: New file.
9991
9992 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
9993
9994         Sync from coreutils.
9995         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
9996         for write access: POSIX says that must fail.
9997         * lib/fts.c (diropen): Likewise.
9998         * lib/save-cwd.c (save_cwd): Likewise.
9999         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
10000         well, for minor improvements on hosts that lack O_DIRECTORY.
10001         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
10002         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
10003         Fall back on chown if open failed with EACCES.
10004
10005         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
10006         Report an error at compile-time if only a 1-second nominal clock
10007         resolution is found.
10008
10009         * lib/lchmod.h: New file.
10010         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
10011         (make_dir_parents): Use lchown rather than chown, and
10012         lchmod rather than chmod.
10013
10014         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
10015         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
10016         "proc" reported by n0dalus.
10017
10018         * lib/mountlist.c: Include <limits.h>.
10019         (dev_from_mount_options)
10020         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
10021         New function.  It no longer assumes "dev=" has the System V meaning
10022         on Linux (since it doesn't).  It also parses "dev=" more carefully.
10023         (read_file_system_list)
10024         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
10025         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
10026         dev= in that case.
10027
10028         * lib/posixtm.h (PDS_PRE_2000): New macro.
10029         * lib/posixtm.c (year): Arg is now syntax_bits rather than
10030         allow_century.  All usages changed.  Reject dates outside the range
10031         1969-1999 if PDS_PRE_2000 is used.
10032
10033 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10034
10035         Sync from coreutils.
10036         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
10037         (Time of day items): Mention the possibility of leap seconds.
10038         Problem reported by Dr. David Alan Gilbert.
10039
10040 2006-01-09  Jim Meyering  <jim@meyering.net>
10041
10042         Sync from coreutils.
10043
10044         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
10045
10046         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
10047
10048         * lib/modechange.c (mode_compile): Reject an invalid mode string
10049         that starts with an octal digit.  From Andreas Gruenbacher.
10050
10051         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
10052         and dup to open_safer and dup_safer, respectively.
10053         (openat_permissive): Fix typo in comment.
10054
10055         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
10056         "gettext.h"; either no longer needed or are guaranteed by openat.h.
10057         (_): Remove; no longer needed.
10058         (openat): Renamed from rpl_openat; no need for rpl_openat
10059         since openat.h renames openat for us.
10060         Replace most of the body with a call to openat_permissive,
10061         to avoid duplicate code.
10062         Port to (probably hypothetical) environments were mode_t is
10063         wider than int.
10064         (openat_permissive): Require mode arg, so that we can check
10065         types better.  Put it just after flags.  Change cwd failure
10066         indicator from pointer-to-bool to pointer-to-errno-value.
10067         All callers changed.
10068         Invoke openat_save_fail and/or openat_restore_fail if
10069         cwd_errno is null, so that openat can call us.
10070         (openat_permissive, fdopendir, fstatat, unlinkat):
10071         Simplify errno handling to avoid some duplicate code,
10072         as it's OK to set errno on success.
10073         * lib/openat.h: Revamp code so that function macros depend on
10074         __OPENAT_PREFIX only, not also on AT_FDCWD.
10075         (openat_ro): Remove.  Caller changed to use openat_permissive.
10076         (openat_permissive): Now a macro, if not a function.
10077         (openat_restore_fail, openat_save_fail): Now always functions,
10078         since mkdirat needs them even if __OPENAT_PREFIX is defined.
10079
10080         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
10081         and openat.c.
10082         * lib/mkdirat.c: Include openat-priv.h.
10083         Remove definitions of macros defined therein.
10084         * lib/openat.c: Likewise.
10085
10086         * lib/mkdirat.c (mkdirat): New file and function.
10087         * lib/openat.h (mkdirat): Declare.
10088
10089         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
10090
10091         * lib/openat.h (openat_permissive): Declare.
10092         (openat_ro): Define.
10093
10094         * lib/openat.c (EXPECTED_ERRNO): New macro.
10095         (openat_permissive): New function -- used in remove.c rewrite.
10096         (all functions): Set errno just before returning, only if there
10097         was an actual failure.
10098         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
10099
10100         Emulate openat-family functions using Linux's procfs, if possible.
10101         Idea and some code based on Ulrich Drepper's glibc changes.
10102
10103         * lib/openat.c: (BUILD_PROC_NAME): New macro.
10104         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
10105         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
10106         before falling back on save_cwd and restore_cwd.
10107         (fdopendir, fstatat, unlinkat): Likewise.
10108
10109         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
10110         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
10111
10112         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
10113         as second argument to va_arg.  Otherwise, some versions of gcc
10114         warn that `if this code is reached, the program will abort'.
10115
10116 2006-01-09  Jim Meyering  <jim@meyering.net>
10117
10118         Sync from coreutils.
10119         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
10120         Require openat-priv.h.
10121
10122 2006-01-09  Bruno Haible  <bruno@clisp.org>
10123
10124         * modules/strnlen (Include): Use strnlen.h.
10125
10126 2006-01-09  Bruno Haible  <bruno@clisp.org>
10127
10128         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
10129
10130 2006-01-09  Bruno Haible  <bruno@clisp.org>
10131
10132         * lib/sysexit_.h (EX_OK): New macro.
10133         Suggested by Martin Lambers <marlam@marlam.de>.
10134
10135 2006-01-09  Bruno Haible  <bruno@clisp.org>
10136
10137         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
10138         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
10139
10140 2006-01-09  Bruno Haible  <bruno@clisp.org>
10141
10142         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
10143         numbers.
10144
10145 2006-01-09  Bruno Haible  <bruno@clisp.org>
10146
10147         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
10148         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
10149         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
10150         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
10151
10152 2006-01-09  Bruno Haible  <bruno@clisp.org>
10153
10154         * build-aux/javacomp.sh.in: New file, moved from lib/.
10155         * modules/javacomp-script (Files): Update.
10156         (configure.ac): Add AC_CONFIG_FILES invocation.
10157         (EXTRA_DIST): Remove variable.
10158
10159         * build-aux/javaexec.sh.in: New file, moved from lib/.
10160         * modules/javaexec (Files): Update.
10161         (configure.ac): Add AC_CONFIG_FILES invocation.
10162         (EXTRA_DIST): Remove javaexec.sh.in.
10163
10164         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
10165         * modules/csharpcomp-script (Files): Update.
10166         (configure.ac): Add AC_CONFIG_FILES invocation.
10167         (EXTRA_DIST): Remove variable.
10168
10169         * build-aux/csharpexec.sh.in: New file, moved from lib/.
10170         * modules/csharpexec (Files): Update.
10171         (configure.ac): Add AC_CONFIG_FILES invocation.
10172         (EXTRA_DIST): Remove csharpexec.sh.in.
10173
10174 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
10175
10176         Sync from coreutils.
10177
10178         Add POSIX ACL support
10179         * lib/acl.h (copy_acl, set_acl): Add declarations.
10180         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
10181         systems other than Linux.
10182         (chmod_or_fchmod): New function: use fchmod when possible,
10183         and chmod otherwise.
10184         (file_has_acl): Add a POSIX ACL implementation, with a
10185         Linux-specific subcase.
10186         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
10187         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
10188         acls are unsupported.
10189         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
10190         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
10191         are unsupported.
10192
10193 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
10194
10195         Sync from coreutils.
10196         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
10197
10198 2006-01-07  Bruno Haible  <bruno@clisp.org>
10199
10200         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
10201         gl_EARLY.
10202
10203 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10204
10205         * lib/strftime.c (tzname): Don't declare if it is already #defined.
10206         Problem reported for Mingw by Mark Junker.
10207
10208 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10209
10210         * README: Gnulib normally doesn't generate a tarball.
10211
10212 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
10213
10214         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
10215         long int, not int, for nanosecond counts, so that people who are
10216         used to POSIX struct timespec won't be surprised.  Reported by Jim
10217         Meyering.
10218
10219 2005-12-28  Bruno Haible  <bruno@clisp.org>
10220
10221         * build-aux/config.rpath: Update from GNU gettext.
10222
10223 2005-12-16  Jim Meyering  <jim@meyering.net>
10224
10225         * modules/fprintftime: New module.
10226         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
10227
10228 2005-12-16  Jim Meyering  <jim@meyering.net>
10229
10230         * m4/fprintftime.m4: New file.
10231
10232 2005-12-16  Jim Meyering  <jim@meyering.net>
10233
10234         * lib/fprintftime.c, lib/fprintftime.h: New files.
10235
10236 2005-12-15  Simon Josefsson  <jas@extundo.com>
10237
10238         * modules/socklen (configure.ac): Fix M4 macro name, to align with
10239         new m4/socklen.m4.
10240
10241 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10242
10243         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
10244         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
10245
10246 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10247
10248         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
10249         * lib/argp-help.c (fill_in_uparams): Check if the constructed
10250         struct uparams is valid. Fall back to the default values if it is
10251         not.
10252
10253 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10254
10255         * modules/argp (Files): Add argp-pin.c
10256         (Depends-on): dirname
10257         (lib_SOURCES): Add argp-pin.c
10258
10259 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10260
10261         * m4/argp.m4:  Check if program_invocation_name and
10262         program_invocation_short_name are declared and define appropriate
10263         macros if they are not.
10264
10265 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10266
10267         * lib/argp-help.c (__argp_base_name): New function
10268         (__argp_short_program_name): Rewrite using __argp_base_name
10269         * lib/argp-namefrob.h: Define program_invocation_name and
10270         program_invocation_short_name if requested
10271         (__argp_base_name): Add prototype
10272         * lib/argp-parse.c (argp_def): Use gettext wrappers
10273         (argp_default_parser): Use __argp_base_name
10274         * lib/argp-pin.c: New file. Defines program_invocation_name and
10275         program_invocation_short_name on systems that lack them.
10276
10277 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10278
10279         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
10280         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10281         porting problem reported by Georg Schwarz in
10282         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10283
10284 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10285
10286         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
10287         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10288         porting problem reported by Georg Schwarz in
10289         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10290
10291 2005-12-05  Bruno Haible  <bruno@clisp.org>
10292
10293         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
10294         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
10295         Reported by Mark Junker <mjscod@gmx.de>.
10296
10297 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
10298
10299         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
10300         Use implementation from Albert Chin, with some
10301         comments/corrections by Stepan Kasal and myself.
10302
10303 2005-12-02  Bruno Haible  <bruno@clisp.org>
10304
10305         * gnulib-tool (func_import): Accept GPLed build tool modules when
10306         --lgpl is given.
10307         * modules/csharpcomp-script: New file.
10308         * modules/csharpcomp: Depend on it.
10309         * modules/javacomp-script: New file.
10310         * modules/javacomp: Depend on it.
10311         Suggested by Simon Josefsson.
10312
10313 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
10314
10315         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
10316         statement, to work around an HP-UX 10.20 compiler bug reported by
10317         Peter O'Gorman.
10318
10319 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10320
10321         * modules/savedir (Depends-on): Add openat.
10322
10323 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10324
10325         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
10326         (uintmax_t) [defined uintmax_t]: Do not declare.
10327         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
10328         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
10329         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
10330         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
10331         sake of portability to weird hosts that C allows (though we don't
10332         know of any practical examples).
10333
10334         * lib/savedir.h (fdsavedir): New decl.
10335         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
10336         contains most of the former guts of savedir.
10337         (savedir): Use savedirstream.
10338         Include "openat.h".
10339
10340 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
10341
10342         * modules/obstack (Files): Add m4/ulonglong.m4.
10343         Problem reported by Davide Angelocola.
10344
10345 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
10346
10347         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
10348         coreutils no longer futzes with rounding modes.
10349
10350 2005-11-14  Jim Meyering  <jim@meyering.net>
10351
10352         * lib/mkstemp-safer.c: Include <config.h>, required for possible
10353         replacement of mkstemp.
10354
10355 2005-11-10  Simon Josefsson  <jas@extundo.com>
10356
10357         * lib/readline.c: Remove EOL.
10358
10359 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10360
10361         * modules/gethrxtime (Depends-on): Add gettime.
10362
10363 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10364
10365         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
10366         or gettimeofday; no longer needed.
10367
10368 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10369
10370         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
10371         time business.
10372         (gethrxtime) [! (HAVE_NANOUPTIME
10373         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
10374         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
10375         our own approximation.
10376
10377 2005-11-08  Eric Blake  <ebb9@byu.net>
10378
10379         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10380
10381 2005-11-08  Eric Blake  <ebb9@byu.net>
10382
10383         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10384
10385 2005-11-04  Bruno Haible  <bruno@clisp.org>
10386
10387         * gnulib-tool: Implement --update mode.
10388
10389 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10390
10391         Fix porting problem reported by Theodoros V. Kalamatianos.
10392         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
10393         Don't assume that futimes failing means we must fail.
10394
10395 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10396
10397         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
10398         variables to suggest the intended function of the PATH_MAX check.
10399
10400 2005-10-30  Kean Johnston  <jkj@sco.com>
10401
10402         Trivial changes to support SCO systems.
10403         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
10404         as PATH_MAX.
10405         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
10406         where __ptr is null when no I/O is pending.
10407
10408 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
10409
10410         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
10411         leave errno alone.  Problem reported by Dmitry V. Levin.
10412
10413 2005-10-28  Simon Josefsson  <jas@extundo.com>
10414
10415         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
10416         Test more.
10417
10418         * tests/test-gc-md2.c, tests/test-md2.c: New files.
10419
10420         * modules/md2, modules/md2-tests: New files.
10421
10422 2005-10-28  Simon Josefsson  <jas@extundo.com>
10423
10424         * m4/inet_ntop.m4: More tests.
10425
10426         * m4/gc-md2.m4, md2.m4: New file.
10427
10428 2005-10-28  Simon Josefsson  <jas@extundo.com>
10429
10430         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
10431         "restrict" keywords, as per POSIX.  Protect the function
10432         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
10433         Don't use K&R prototypes.  Check the sprintf return values.
10434         Re-define EAFNOSUPPORT if not present.  Indent.
10435
10436         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
10437         suggested by Bruno Haible <bruno@clisp.org>.
10438
10439         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
10440
10441         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
10442
10443         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
10444         libgcrypt).
10445
10446         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
10447
10448         * lib/md2.h, lib/md2.c: New files.
10449
10450 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
10451
10452         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
10453         errno alone.  Problem reported by Frederic Jolliton.
10454
10455 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
10456
10457         * modules/verify (License): Change from GPL to LGPL.  This is a
10458         tiny module and there are apparently near-equivalents that are
10459         under the BSD license.
10460
10461 2005-10-24  Simon Josefsson  <jas@extundo.com>
10462
10463         * modules/sha1: Relicense to LGPL.
10464
10465 2005-10-24  Simon Josefsson  <jas@extundo.com>
10466
10467         * lib/md4.h: Shrink buffer size, now that we changed the type.
10468
10469 2005-10-23  Simon Josefsson  <jas@extundo.com>
10470
10471         * gnulib-tool (func_import): Fix --tests-base.
10472
10473 2005-10-22  Simon Josefsson  <jas@extundo.com>
10474
10475         * modules/arcfour (Depends-on): Need stdint.
10476
10477 2005-10-22  Simon Josefsson  <jas@extundo.com>
10478
10479         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
10480         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
10481
10482 2005-10-22  Simon Josefsson  <jas@extundo.com>
10483
10484         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
10485         suggested by Bruno Haible <bruno@clisp.org>.
10486
10487 2005-10-22  Simon Josefsson  <jas@extundo.com>
10488
10489         * lib/crc.h: Include stddef.h, for size_t.
10490
10491 2005-10-22  Simon Josefsson  <jas@extundo.com>
10492
10493         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
10494         arcfour_context struct (simplify test vector testing in GNU
10495         Shishi).
10496
10497 2005-10-21  Simon Josefsson  <jas@extundo.com>
10498
10499         * modules/des, modules/des-tests: New files.
10500
10501         * modules/gc-des, modules/gc-des-tests: New files.
10502
10503         * tests/test-des.c, tests/test-gc-des.c: New file.
10504
10505 2005-10-21  Simon Josefsson  <jas@extundo.com>
10506
10507         * modules/arctwo, modules/arctwo-tests: New files.
10508
10509         * tests/test-arctwo.c: New file.
10510
10511         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
10512
10513         * tests/test-gc-arctwo.c: New file.
10514
10515 2005-10-21  Simon Josefsson  <jas@extundo.com>
10516
10517         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
10518         Bruno Haible <bruno@clisp.org>.
10519
10520         * m4/gc-des.m4: New file.
10521
10522 2005-10-21  Simon Josefsson  <jas@extundo.com>
10523
10524         * m4/arctwo.m4: New file.
10525
10526         * m4/gc-arctwo.m4: New file.
10527
10528 2005-10-21  Simon Josefsson  <jas@extundo.com>
10529
10530         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
10531         block.
10532
10533 2005-10-21  Simon Josefsson  <jas@extundo.com>
10534
10535         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
10536         <bruno@clisp.org>.
10537
10538         * lib/hmac-sha1.c (hmac_sha1): Likewise.
10539
10540         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
10541         Bruno Haible <bruno@clisp.org>.
10542
10543         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
10544         <bruno@clisp.org>.
10545
10546 2005-10-21  Simon Josefsson  <jas@extundo.com>
10547
10548         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
10549
10550 2005-10-21  Simon Josefsson  <jas@extundo.com>
10551
10552         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
10553
10554 2005-10-21  Simon Josefsson  <jas@extundo.com>
10555
10556         * lib/des.h, lib/des.c: New files.
10557
10558         * lib/gc-gnulib.c: Support DES.c
10559
10560 2005-10-21  Simon Josefsson  <jas@extundo.com>
10561
10562         * lib/arctwo.h, lib/arctwo.c: New files.
10563
10564         * lib/gc-gnulib.c: Support ARCTWO.
10565
10566 2005-10-21  Simon Josefsson  <jas@extundo.com>
10567
10568         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
10569         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10570
10571 2005-10-21  Simon Josefsson  <jas@extundo.com>
10572
10573         * gnulib-tool (func_import, func_create_testdir): Define automake
10574         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
10575         Makefile.am snippet),
10576         suggested by Bruno Haible <bruno@clisp.org>.
10577
10578         * modules/gc (Makefile.am): Use it.
10579
10580 2005-10-21  Bruno Haible  <bruno@clisp.org>
10581
10582         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
10583         patch.
10584
10585 2005-10-19  Simon Josefsson  <jas@extundo.com>
10586
10587         * tests/test-gc-rijndael.c: New file.
10588
10589         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
10590
10591 2005-10-19  Simon Josefsson  <jas@extundo.com>
10592
10593         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
10594         interface too.
10595
10596 2005-10-19  Simon Josefsson  <jas@extundo.com>
10597
10598         * tests/test-gc-arcfour.c: New file.
10599
10600         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
10601
10602 2005-10-19  Simon Josefsson  <jas@extundo.com>
10603
10604         * modules/gc-md4, modules/gc-md4-tests: New file.
10605
10606         * tests/test-gc-md4.c: New file.
10607
10608 2005-10-19  Simon Josefsson  <jas@extundo.com>
10609
10610         * m4/gc-md4.m4: New file.
10611
10612 2005-10-19  Simon Josefsson  <jas@extundo.com>
10613
10614         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
10615         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
10616         <kasal@ucw.cz>.
10617
10618 2005-10-19  Simon Josefsson  <jas@extundo.com>
10619
10620         * m4/gc-arcfour.m4: New file.
10621
10622         * m4/gc-rijndael.m4: New file.
10623
10624 2005-10-19  Simon Josefsson  <jas@extundo.com>
10625
10626         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
10627
10628 2005-10-19  Simon Josefsson  <jas@extundo.com>
10629
10630         * lib/gc-gnulib.c: Support ARCFOUR.
10631
10632 2005-10-19  Simon Josefsson  <jas@extundo.com>
10633
10634         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
10635         support.
10636
10637         * lib/gc.h: Add ECB enum type.
10638
10639         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
10640
10641 2005-10-18  Simon Josefsson  <jas@extundo.com>
10642
10643         * tests/test-md5.c: New file.
10644
10645         * modules/md5-tests: New file.
10646
10647 2005-10-18  Simon Josefsson  <jas@extundo.com>
10648
10649         * tests/test-md4.c: New file.
10650
10651         * modules/md4, modules/md4-tests: New files.
10652
10653 2005-10-18  Simon Josefsson  <jas@extundo.com>
10654
10655         * m4/md4.m4: New file.
10656
10657 2005-10-18  Simon Josefsson  <jas@extundo.com>
10658
10659         * lib/md4.h, lib/md4.c: New files, based on md5.?.
10660
10661 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
10662
10663         * gnulib-tool (func_create_testdir): Omit the second check whether
10664         BUILT_SOURCES in nonempty.
10665
10666 2005-10-17  Simon Josefsson  <jas@extundo.com>
10667
10668         * tests/test-rijndael.c: New file.
10669
10670 2005-10-17  Simon Josefsson  <jas@extundo.com>
10671
10672         * modules/sha1: Depend on stdint instead of md5.
10673
10674         * modules/md5: Depend on stdint, remove uint32_t.
10675
10676 2005-10-17  Simon Josefsson  <jas@extundo.com>
10677
10678         * modules/gc-sha1-tests: New file.
10679
10680         * tests/test-gc-sha1.c: New file.
10681
10682 2005-10-17  Simon Josefsson  <jas@extundo.com>
10683
10684         * m4/md5.m4: Remove call to uint32_t.m4.
10685
10686 2005-10-17  Simon Josefsson  <jas@extundo.com>
10687
10688         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
10689
10690         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
10691         md5.h.
10692
10693         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
10694
10695         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
10696
10697 2005-10-17  Simon Josefsson  <jas@extundo.com>
10698
10699         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
10700
10701 2005-10-17  Simon Josefsson  <jas@extundo.com>
10702
10703         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
10704
10705 2005-10-17  Simon Josefsson  <jas@extundo.com>
10706
10707         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
10708
10709         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
10710
10711 2005-10-17  Bruno Haible  <bruno@clisp.org>
10712
10713         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
10714         that it can also be used in a test.
10715
10716 2005-10-16  Bruno Haible  <bruno@clisp.org>
10717
10718         * gnulib-tool (func_emit_tests_Makefile_am): Also define
10719         TESTS_ENVIRONMENT, so that individual tests can augment it.
10720
10721         * gnulib-tool (func_create_testdir): Use an intermediate target for
10722         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
10723         macros, like $(ALLOCA_H), which cannot be passed through the command
10724         line.
10725
10726 2005-10-15  Simon Josefsson  <jas@extundo.com>
10727
10728         * modules/rijndael-tests: New file.
10729
10730         * modules/rijndael: New file.
10731
10732 2005-10-15  Simon Josefsson  <jas@extundo.com>
10733
10734         * m4/rijndael.m4: New file.
10735
10736 2005-10-15  Simon Josefsson  <jas@extundo.com>
10737
10738         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
10739
10740         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
10741
10742 2005-10-14  Simon Josefsson  <jas@extundo.com>
10743
10744         * tests/test-arcfour.c: New file.
10745
10746         * modules/arcfour, modules/arcfour-tests: New files.
10747
10748 2005-10-14  Simon Josefsson  <jas@extundo.com>
10749
10750         * m4/arcfour.m4: New file.
10751
10752 2005-10-14  Simon Josefsson  <jas@extundo.com>
10753
10754         * lib/arcfour.h, lib/arcfour.c: New files.
10755
10756 2005-10-14  Roland McGrath  <roland@redhat.com>
10757
10758         Import from libc.  [BZ #1331]
10759         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
10760         macro argument.
10761         Reported by Matej Vela <vela@debian.org>.
10762
10763 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10764
10765         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
10766         include <wchar.h>; no longer needed.
10767
10768 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10769
10770         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
10771
10772 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
10773         and  Ulrich Drepper  <drepper@redhat.com>
10774
10775         Import from libc.
10776         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
10777         instead of inline stream orientation test and two separate
10778         function calls.  Pay no attention to USE_IN_LIBIO.
10779
10780 2005-10-13  Simon Josefsson  <jas@extundo.com>
10781
10782         * modules/gc-hmac-md5-tests: New file.
10783
10784         * tests/test-gc-hmac-sha1.c: New file.
10785
10786         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
10787
10788         * modules/gc-hmac-md5-tests: New file.
10789
10790         * tests/test-gc-md5.c: New file.
10791
10792         * modules/gc-md5-tests: New file.
10793
10794 2005-10-13  Simon Josefsson  <jas@extundo.com>
10795
10796         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
10797         Move memory allocation outside of loop.
10798
10799 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
10800
10801         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
10802         intermediate directory is in a read-only file system.  Problem
10803         reported by Eric Blake.
10804
10805 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
10806
10807         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
10808
10809 2005-10-12  Simon Josefsson  <jas@extundo.com>
10810
10811         * tests/test-hmac-sha1.c: New file.
10812
10813         * modules/hmac-sha1-tests: New file.
10814
10815         * modules/hmac-sha1: New file.
10816
10817 2005-10-12  Simon Josefsson  <jas@extundo.com>
10818
10819         * modules/gc-sha1: New file.
10820
10821 2005-10-12  Simon Josefsson  <jas@extundo.com>
10822
10823         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
10824
10825         * tests/test-gc-pbkdf2-sha1.c: New file.
10826
10827 2005-10-12  Simon Josefsson  <jas@extundo.com>
10828
10829         * modules/gc-md5, modules/gc-hmac-md5: New files.
10830
10831         * modules/gc (Files): Remove md5, memxor and hmac files.
10832
10833 2005-10-12  Simon Josefsson  <jas@extundo.com>
10834
10835         * m4/gc-pbkdf2-sha1.m4: New file.
10836
10837         * m4/gc-hmac-sha1.m4: New file.
10838
10839         * m4/gc-sha1: New file.
10840
10841         * m4/hmac-sha1.m4: New file.
10842
10843 2005-10-12  Simon Josefsson  <jas@extundo.com>
10844
10845         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
10846
10847         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
10848
10849 2005-10-12  Simon Josefsson  <jas@extundo.com>
10850
10851         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
10852         suggested by Bruno Haible <bruno@clisp.org>.
10853
10854 2005-10-12  Simon Josefsson  <jas@extundo.com>
10855
10856         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
10857
10858 2005-10-12  Simon Josefsson  <jas@extundo.com>
10859
10860         * lib/gc-pbkdf2-sha1.c: New file.
10861
10862         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
10863
10864 2005-10-12  Simon Josefsson  <jas@extundo.com>
10865
10866         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
10867
10868         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
10869
10870 2005-10-12  Simon Josefsson  <jas@extundo.com>
10871
10872         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
10873         GC_USE_HMAC_MD5, respectively.
10874
10875         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
10876         (gc_md5): Fix typo.
10877
10878         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
10879
10880         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
10881
10882         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
10883
10884 2005-10-12  Bruno Haible  <bruno@clisp.org>
10885
10886         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
10887         Reported by Stepan Kasal <kasal@ucw.cz>.
10888
10889 2005-10-11  Simon Josefsson  <jas@extundo.com>
10890
10891         * tests/test-crc.c: New file.
10892
10893         * modules/crc, modules/crc-tests: New files.
10894
10895 2005-10-11  Simon Josefsson  <jas@extundo.com>
10896
10897         * m4/crc.m4: New file.
10898
10899 2005-10-11  Simon Josefsson  <jas@extundo.com>
10900
10901         * lib/gc.h: Add gc_hash and gc_hash_buffer.
10902
10903         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
10904
10905         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
10906
10907 2005-10-11  Simon Josefsson  <jas@extundo.com>
10908
10909         * lib/crc.h, lib/crc.c: New files.
10910
10911         * lib/gc.h (gc_hash_buffer): Add doc.
10912
10913 2005-10-11  Bruno Haible  <bruno@clisp.org>
10914
10915         * modules/c-strcasestr: New file.
10916         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
10917
10918 2005-10-11  Bruno Haible  <bruno@clisp.org>
10919
10920         * modules/c-strcase: New file.
10921         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
10922
10923 2005-10-11  Bruno Haible  <bruno@clisp.org>
10924
10925         * lib/strcasecmp.c: Include limits.h.
10926         (strcasecmp): Avoid integer overflow on exotic platforms.
10927         * lib/strncasecmp.c: Include limits.h.
10928         (strncasecmp): Avoid integer overflow on exotic platforms.
10929         Reported by Paul Eggert.
10930
10931 2005-10-11  Bruno Haible  <bruno@clisp.org>
10932
10933         * lib/c-strcasestr.h: New file, from GNU gettext.
10934         * lib/c-strcasestr.c: New file, from GNU gettext.
10935
10936 2005-10-11  Bruno Haible  <bruno@clisp.org>
10937
10938         * lib/c-strcase.h: New file, from GNU gettext.
10939         * lib/c-strcasecmp.c: New file, from GNU gettext.
10940         * lib/c-strncasecmp.c: New file, from GNU gettext.
10941
10942 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10943
10944         * modules/mempcpy (License): GPL -> LGPL.
10945         * modules/strchrnul (License): Likewise.
10946         * modules/sysexits (License): Likewise.
10947
10948 2005-10-08  Simon Josefsson  <jas@extundo.com>
10949
10950         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
10951
10952 2005-10-07  Simon Josefsson  <jas@extundo.com>
10953
10954         * m4/memxor.m4: Remove gl_C_RESTRICT call.
10955
10956 2005-10-06  Simon Josefsson  <jas@extundo.com>
10957
10958         * tests/test-hmac-md5.c: New file.
10959
10960         * modules/hmac-md5-tests: New file.
10961
10962         * modules/hmac-md5: New file.
10963
10964 2005-10-06  Simon Josefsson  <jas@extundo.com>
10965
10966         * m4/hmac-md5.m4: New file.
10967
10968         * m4/memxor.m4: Require gl_C_RESTRICT.
10969
10970 2005-10-06  Simon Josefsson  <jas@extundo.com>
10971
10972         * lib/memxor.c (memxor): Avoid casts and warnings.
10973
10974 2005-10-06  Simon Josefsson  <jas@extundo.com>
10975
10976         * lib/hmac-md5.c: New file.
10977
10978         * lib/hmac.h: New file.
10979
10980 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10981
10982         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
10983         promotes to int, not unsigned int, to catch the AIX 5.3
10984         compiler bug.
10985
10986 2005-10-05  Simon Josefsson  <jas@extundo.com>
10987
10988         * modules/memxor: New file.
10989
10990         * modules/iconv (Files): Move config.rpath to havelib, it is used
10991         there.
10992
10993         * modules/havelib (Files): Add config.rpath.
10994
10995 2005-10-05  Simon Josefsson  <jas@extundo.com>
10996
10997         * m4/memxor.m4: New file.
10998
10999 2005-10-05  Simon Josefsson  <jas@extundo.com>
11000
11001         * lib/memxor.c (memxor): Fix compiler error.
11002
11003         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
11004         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
11005
11006         * lib/memxor.h, lib/memxor.c: New files.
11007
11008         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
11009         we assume all systems have it, suggested by Jim Meyering
11010         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
11011         any systems lack sys/socket.h; mingw32 is known to lack it, but we
11012         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
11013         same reasons.
11014
11015 2005-10-05  Simon Josefsson  <jas@extundo.com>
11016
11017         * config/srclist.txt: Add glibc bug 1423 for md5.h.
11018
11019 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
11020
11021         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
11022         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
11023         needed, since the source code now assumes these .h files.
11024
11025 2005-10-05  Derek Price  <derek@ximbiot.com>
11026
11027         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
11028
11029 2005-10-05  Bruno Haible  <bruno@clisp.org>
11030
11031         * modules/stdint (License): Change to LGPL.
11032
11033 2005-10-04  Simon Josefsson  <jas@extundo.com>
11034
11035         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
11036         D. Baushke" <mdb@gnu.org>.
11037
11038 2005-10-04  Bruno Haible  <bruno@clisp.org>
11039
11040         * lib/verify.h (verify_true): Provide alternative definition for C++.
11041
11042 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
11043
11044         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
11045         (SSIZE_MAX): New macro, if not already defined.
11046         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
11047         than 2 GiB.
11048
11049 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11050
11051         Sync from coreutils.
11052         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
11053         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
11054         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
11055         ULLONG_MAX doesn't work with 2.7.2.1.
11056
11057 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11058
11059         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
11060         From Ben Pfaff.
11061
11062         * modules/exclude (Depends-on): Depend on verify.
11063         * modules/strtoimax (Depends-on): Likewise.
11064         * modules/utimecmp (Depends-on): Likewise.
11065
11066 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11067
11068         * lib/exclude.c: Include verify.h.
11069         (verify): Remove.  All callers changed to use verify.h's version.
11070         * lib/strtoimax.c: Likewise.
11071         * lib/utimecmp.c: Likewis.e
11072
11073         Sync from coreutils.
11074         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
11075         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
11076         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
11077         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
11078         bother returning ENOSYS if settimeofday or stime fails; just let
11079         them return whatever errno they want to return.
11080         * lib/utimens.c: Include unistd.h, for dup2.
11081         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
11082         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
11083
11084 2005-10-02  Jim Meyering  <jim@meyering.net>
11085
11086         Sync from coreutils.
11087         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
11088         from glibc-2.2.5 that fails for read-only files.
11089
11090 2005-10-02  Jim Meyering  <jim@meyering.net>
11091
11092         Sync from coreutils.
11093         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
11094         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
11095         `#if HAVE_CONFIG_H'.
11096         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
11097         Remove AT_FDCWD test.
11098         Do not consume the fd unless successful.
11099         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
11100         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
11101         block, so that we don't even try to compile it if settimeofday is
11102         available.  This works around a compilation failure on OSF1 V5.1,
11103         due to stime requiring a `long int*' while tv_sec is `int'.
11104
11105 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
11106
11107         Sync from coreutils.
11108         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
11109         against `yes', rather than just testing for nonempty.
11110
11111 2005-10-01  Simon Josefsson  <jas@extundo.com>
11112
11113         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
11114         and Darwin.
11115
11116         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
11117         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
11118         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
11119         freeaddrinfo and gai_strerror are declared by the POSIX headers.
11120         Check if struct addrinfo is declared.
11121
11122 2005-10-01  Simon Josefsson  <jas@extundo.com>
11123
11124         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
11125         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
11126         AI_* and EAI_* definitions.  Protect function declarations.
11127
11128 2005-10-01  Jim Meyering  <jim@meyering.net>
11129
11130         Sync from coreutils.
11131
11132         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
11133         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
11134         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
11135         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
11136         in the inet and nsl libraries.  Required on Solaris 5.7.
11137
11138 2005-10-01  Jim Meyering  <jim@meyering.net>
11139
11140         Sync from coreutils.
11141         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
11142         in the inet and nsl libraries.  Required on Solaris 5.7.
11143
11144 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
11145
11146         * lib/getdelim.c (getdelim): Remove unused variables.
11147
11148 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
11149
11150         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
11151         so that the code works even with ancient cpp.  Portability problem
11152         with GCC 2.7.2.1 reported by Thomas M.Ott.
11153
11154 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
11155
11156         * modules/regex (Depends-on): Add strcase.
11157
11158         * modules/gethostname (Licence): Change from GPL to LGPL, since
11159         gethostname.c is a trivial implementation of a standard library
11160         function.
11161         * modules/poll (License): Change from GPL to LGPL, since it's
11162         derived from LGPL code.
11163
11164 2005-09-27  Jim Meyering  <jim@meyering.net>
11165
11166         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
11167         HAVE_CONFIG_H.
11168
11169         * lib/intprops.h (signed_type_or_expr__): Define.
11170         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
11171         for unsigned types.
11172
11173 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
11174
11175         * lib/verify.h (verify_expr): Remove, replacing with:
11176         (verify_true): New macro that returns true instead of void.
11177         (verify_type__): Remove.
11178         (verify): Use verify_true rather than verify_type__.
11179
11180 2005-09-26  Bruno Haible  <bruno@clisp.org>
11181
11182         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
11183         is necessary.
11184         (lib_SOURCES): Remove mbchar.c.
11185         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
11186         (Files): Add m4/mbrtowc.m4.
11187         * modules/mbiter: Likewise.
11188         * modules/mbuiter: Likewise.
11189
11190 2005-09-26  Bruno Haible  <bruno@clisp.org>
11191
11192         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
11193         compile mbchar.c if they are not both present.
11194         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
11195         * m4/mbiter.m4 (gl_MBITER): Likewise.
11196         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
11197         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
11198         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
11199
11200 2005-09-25  Jim Meyering  <jim@meyering.net>
11201
11202         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
11203         also uses socklen_t.
11204
11205 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
11206
11207         * lib/utimens.c (ENOSYS): Define if not already defined.
11208         (futimens): Support having a null PATH if the file descriptor
11209         is nonnegative.
11210
11211         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
11212         Remove.
11213         (__attribute): Define to empty unless GCC 3.1 or later.
11214         This works around a core dump on OpenBSD 3.4, which has GCC
11215         2.95.3, which dumps core when given __attribute__(()).  It also
11216         simplifies other tests, since we really don't want to bother with
11217         worrying about which ancient version of GCC supported what.
11218         Original problem reported by Yoann Vandoorselaere, with part of
11219         the fix suggested by Derek Price.
11220
11221 2005-09-24  Jim Meyering  <jim@meyering.net>
11222
11223         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
11224         so we can once again use a positive bitfield width of 1 -- now we
11225         don't have to explain why we were using a bitfield width of 2.
11226
11227 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
11228
11229         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
11230         and similarly for the other external symbols.  Problem reported
11231         by James Gallager.
11232
11233         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
11234         bug reported by Jim Meyering.
11235
11236         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
11237         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
11238         not needed, since socklen is a prerequisite module.
11239
11240 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
11241
11242         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
11243         Problem reported by Eric Blake.
11244         (getaddrinfo): Initialize se so that it's not garbage.
11245         Redo internal storage allocation so that it doesn't make unportable
11246         assumptions about alignment.
11247         Fix a memory leak.
11248
11249         * lib/utimens.c (futimens): Use futimesat if available.
11250         Prefer it to futimes since it doesn't have the futimes bug.
11251
11252         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
11253         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
11254         Instead, declare a function that returns a pointer to an array,
11255         and use verify_type__ to declare the size of the array.
11256         Problem and germ of a solution reported by Bruno Haible.
11257         (verify_type__): Use 2, not 1, for bitfield size, to avoid
11258         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
11259
11260 2005-09-23  Jim Meyering  <jim@meyering.net>
11261
11262         Sync from coreutils.
11263         Correct build failure (socklen_t not defined) on at least
11264         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
11265         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
11266
11267 2005-09-23  Jim Meyering  <jim@meyering.net>
11268
11269         * modules/getaddrinfo (Depends-on): Add socklen.
11270
11271 2005-09-23  Bruno Haible  <bruno@clisp.org>
11272
11273         * tests/test-verify.c: New file.
11274
11275 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11276
11277         Sync from coreutils.
11278
11279         * modules/argmatch (Depends-on): Add verify.
11280         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
11281         unistd-safer.
11282         * modules/save-cwd (Depends-on): Likewise.
11283
11284         * modules/openat (Files): Add lib/openat-die.c.
11285         (Depends-on): Remove error, exitfail.
11286         Add dirname.
11287
11288         * modules/verify: New file.
11289         * MODULES.html.sh (Diagnostics <assert.h>): New section,
11290         with "verify" module.
11291
11292 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11293
11294         Sync from coreutils.
11295
11296         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
11297         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
11298         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
11299         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
11300         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
11301         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
11302         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
11303         Don't bother checking for string.h, stdlib.h, unistd.h.
11304         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
11305         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
11306         module's job.
11307         * m4/jm-macros.m4 (gl_MACROS): Likewise.
11308         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
11309
11310         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
11311         (gl_GETDATE): Use it.
11312
11313         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
11314
11315 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11316
11317         Sync from coreutils.
11318
11319         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
11320         stat-time.h.
11321         * lib/argmatch.h: Include verify.h
11322         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
11323         (ARGMATCH_ASSERT): Remove; unused.
11324         * lib/canonicalize.c: Assume STDC_HEADERS.
11325         * lib/exclude.c: Include "strcase.h".
11326         * lib/regex_internal.h [!defined _LIBC]: Likewise.
11327         * lib/getusershell.c: Include stdio--.h rather than stdio.h
11328         and stdio-safer.h.
11329         (getusershell): Call fopen, not fopen_safer.
11330         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
11331         Do not include unistd-safer.h.
11332         (save_cwd): Don't call fd_safer; no longer needed
11333         now that we include fcntl--.h.
11334
11335         * lib/getdate.y (relative_time): New type.
11336         (RELATIVE_TIME_0): New constant.
11337         (parser_control): Use relative_time instead of doing it ourselves.
11338         (%union): Add new relative_time rel member.
11339         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
11340         Now typeless.
11341         (relunit, relunit_snumber): Now of type rel.
11342         (zone, rel, relunit, get_date): Adjust to above changes.
11343
11344         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
11345         Do not include unistd-safer.h.
11346         (getloadavg): Don't call fd_safer; no longer needed
11347         now that we include fcntl--.h.
11348
11349         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
11350         (make_dir_parents): Treat ENOSYS like EEXIST.
11351
11352         Improve quality of diagnostics on restore_cwd failure.
11353         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
11354         (make_dir_parents): Last arg is now int * (for errno), not bool *.
11355         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
11356         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
11357         each time through the loop.  Do not diagnose restore_cwd failure;
11358         that is the caller's job (and perhaps the caller does not care).
11359
11360         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
11361         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
11362         If the file already exists but is not a directory, don't bother
11363         to try to make its parents.
11364         Close potential file descriptor leak if we can't chdir("/") (!).
11365         Don't always return true if chdir($PWD) fails; return true only
11366         if the requested action was done successfully (except for the
11367         chdir($PWD)).
11368         Don't log final directory unless we actually made it.
11369         Refactor to avoid duplicate code to fix up permissions.
11370         Don't attempt to fix up parent permissions if chdir($PWD) fails.
11371
11372         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
11373         to make it a bit faster and (I hope) clearer.
11374         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
11375         Fix bug in formats like %2N.
11376
11377         * lib/verify.h: New file.
11378
11379 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11380
11381         Sync from coreutils.
11382         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
11383
11384 2005-09-22  Jim Meyering  <jim@meyering.net>
11385
11386         Sync from coreutils.
11387
11388         * m4/lstat.m4 (gl_FUNC_LSTAT):
11389         Use AC_LIBSOURCES to require lstat.c and lstat.h.
11390         Remove obsolete comment.
11391         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
11392         * m4/xstrtod.m4: Likewise.
11393
11394         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
11395
11396 2005-09-22  Jim Meyering  <jim@meyering.net>
11397
11398         Sync from coreutils.
11399
11400         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
11401
11402         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
11403         the .tm_year member, since otherwise gcc-4.0 would now warn about
11404         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
11405
11406         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
11407         order to avoid an unsuppressible warning from gcc on 64-bit systems.
11408
11409         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
11410         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
11411         when run in a time zone for which daylight savings time is in effect
11412         for the starting date.
11413
11414         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
11415         stop us from restricting permissions of just-created absolute-named
11416         directories.
11417         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
11418         to restore initial working directory.
11419         * lib/mkdir-p.c (make_dir_parents): New parameter:
11420         different_working_dir, to tell caller if/when we change the working
11421         directory and are unable to return to the initial one.
11422         * lib/mkdir-p.h (make_dir_parents): Update prototype.
11423         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
11424         `return false'.  This fixes a bug introduced on 2004-07-30.
11425
11426         * lib/openat.c (fdopendir): Be sure to close the supplied
11427         file descriptor before returning.  This makes our replacement
11428         implementation a little closer to Solaris's, where fdopendir
11429         ties the file descriptor to the returned DIR* pointer.
11430         * lib/openat.c (unlinkat): New function.
11431         * lib/openat.h (unlinkat): Add prototype.
11432         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
11433         (openat_restore_fail): Rename from openat_restore_die.
11434         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
11435
11436         Provide an alternative to exiting immediately upon save_cwd or
11437         restore_cwd failure.  Now, an application can arrange e.g.,
11438         to perform a longjump in that case.
11439         * lib/openat.c: Include dirname.h.
11440         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
11441         (rpl_openat, fdopendir, fstatat): Call openat_save_die
11442         and openat_restore_die rather than calling error directly.
11443         Don't include "error.h" or "exitfail.h"; they're no longer needed.
11444
11445         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
11446         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
11447         define.
11448
11449         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
11450         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
11451                             int utc, int nanoseconds);
11452         Background:
11453         date should not have to allocate a megabyte of virtual memory to
11454         handle a format argument like +%1048575T.  When implemented with
11455         strftime, it must allocate such a buffer, use strftime to fill it
11456         in, print it, then free it.
11457         With fprintftime, it simply prints everything and exits.
11458         With no need for memory allocation, that's one fewer way to fail.
11459         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
11460         optional field width, not before, so we accept %9:z, not %:9z.
11461         (my_strftime): Be sure to use L_('x') for literals.
11462
11463         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
11464         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
11465         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
11466         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
11467         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
11468         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
11469         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
11470         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
11471         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
11472         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
11473         * lib/xgethostname.c, lib/xreadlink.c:
11474         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
11475
11476         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
11477         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
11478         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
11479         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
11480         and don't include <sys/file.h>).
11481
11482 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
11483
11484         Sync from coreutils.
11485
11486         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
11487         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
11488         [!LDAV_DONE]: Avoid unused variable warning.
11489
11490 2005-09-21  Bruno Haible  <bruno@clisp.org>
11491
11492         * lib/unicodeio.h (unicode_to_mb): New declaration.
11493
11494 2005-09-20  Derek Price  <derek@ximbiot.com>
11495
11496         * lib/getaddrinfo.c: Don't include <netdb.h> included from
11497         getaddrinfo.h.
11498
11499 2005-09-20  Bruno Haible  <bruno@clisp.org>
11500
11501         * gnulib-tool: Remove trailing slashes from the values specified for
11502         --source-base, --m4-base, --tests-base, --aux-dir.
11503         Suggested by Simon Josefsson <jas@extundo.com>.
11504
11505 2005-09-20  Bruno Haible  <bruno@clisp.org>
11506
11507         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
11508         func_modules_to_filelist, func_import, func_create_testdir): Make all
11509         sorting results locale-independent, so that gnulib-cache.m4 doesn't
11510         change when gnulib-tool is invoked in a different locale.
11511
11512 2005-09-19  Simon Josefsson  <jas@extundo.com>
11513
11514         * m4/socklen.m4: Fix typo.
11515
11516 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11517
11518         Use a consistent style for including <config.h>.
11519         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
11520         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
11521         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
11522         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
11523         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
11524         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
11525         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
11526         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
11527         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
11528         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
11529         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
11530         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
11531         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
11532         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
11533         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
11534         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
11535         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
11536         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
11537         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
11538         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
11539         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
11540         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
11541         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
11542         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
11543         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
11544         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
11545         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
11546         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
11547         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
11548         lib/xstrtoumax.c, lib/yesno.c:
11549         Standardize inclusion of config.h.
11550         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
11551         lib/inttostr.h:  Removed inclusion of config.h from header files.
11552         * lib/inttostr.c:  Adjusted in-tree users.
11553         * lib/timespec.h: Remove superfluous warning to include config.h.
11554         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
11555         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
11556         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
11557         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
11558         config.h with HAVE_CONFIG_H.
11559
11560 2005-09-19  Jim Meyering  <jim@meyering.net>
11561
11562         * modules/pathmax (License): Change to LGPL.
11563
11564 2005-09-19  Derek Price  <derek@ximbiot.com>
11565
11566         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
11567
11568 2005-09-19  Bruno Haible  <bruno@clisp.org>
11569
11570         * gnulib-tool (import): Provide default for --tests-base.
11571
11572 2005-09-19  Bruno Haible  <bruno@clisp.org>
11573
11574         * doc/quote.texi: New file, extracted from gnulib.texi.
11575         * doc/ctime.texi: New file, extracted from gnulib.texi.
11576         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
11577         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
11578         * doc/gnulib.texi: Include them.
11579
11580 2005-09-18  Bruno Haible  <bruno@clisp.org>
11581
11582         Portability fix.
11583         * gnulib-tool (func_readlink): New function.
11584         (func_ln_if_changed): Use it.
11585
11586 2005-09-18  Bruno Haible  <bruno@clisp.org>
11587
11588         * gnulib-tool: Support --with-tests also with --import.
11589         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
11590         (func_import): Use variables $testsbase and $inctests. Emit a
11591         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
11592         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
11593         SUBDIRS += $testsdir.
11594         (func_create_testdir): Update.
11595
11596 2005-09-18  Bruno Haible  <bruno@clisp.org>
11597
11598         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
11599         instead of $dry_run.
11600         (func_cp_if_changed, func_mv_if_changed): Remove functions.
11601         (func_ln_if_changed): Don't handle dry-run here.
11602         (func_import): In dry-run mode, detect more precisely which actions
11603         would be performed, and don't use "...ing" verbs.
11604
11605 2005-09-18  Bruno Haible  <bruno@clisp.org>
11606
11607         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
11608         (func_import): Use join on two temporary files instead of three nested
11609         loops, in order to determine which files are new or old.
11610
11611 2005-09-18  Bruno Haible  <bruno@clisp.org>
11612
11613         * gnulib-tool (func_import): Comment out code that spits out the
11614         new files with --dry-run.
11615
11616 2005-09-18  Bruno Haible  <bruno@clisp.org>
11617
11618         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
11619
11620 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11621
11622         * lib/stat-time.h: New file.
11623         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
11624         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
11625         in a different way.
11626         (timespec_cmp): New function.
11627         * lib/utimecmp.c: Include stat-time.h.
11628         (SYSCALL_RESOLUTION): Depend on whether various struct stat
11629         members exist, not on the obsolescent ST_MTIM_NSEC.
11630         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
11631
11632 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11633
11634         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
11635
11636 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11637
11638         * MODULES.html.sh (File system functions): Add stat-time.
11639         * modules/stat-time: New file.
11640         * modules/timespec (Files): Remove m4/st_mtim.m4; this
11641         is now done in a different way, by the stat-time module.
11642         * modules/utimecmp (Depends-on): Add stat-time.
11643
11644 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11645
11646         * m4/st_mtim.m4: Remove.  Superseded by...
11647         * m4/stat-time.m4: New file.
11648         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
11649         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
11650
11651 2005-09-15  Derek Price  <derek@ximbiot.com>
11652
11653         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
11654
11655 2005-09-15  Derek Price  <derek@ximbiot.com>
11656
11657         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
11658         * lib/regex_internal.c: Ditto, using this...
11659         (__GNUC_PREREQ): ...new macro.
11660         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
11661         using...
11662         (__GNUC_PREREQ): ...this new macro.
11663
11664         * lib/strstr.h: Include string.h. Define strstr as a macro here.
11665
11666 2005-09-15  Derek Price  <derek@ximbiot.com>
11667             Paul Eggert  <eggert@cs.ucla.edu>
11668
11669         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
11670         changes, consolidating in...
11671         * lib/regex_internal.h: ...this file.
11672
11673 2005-09-13  Jim Meyering  <jim@meyering.net>
11674
11675         * lib/canon-host.c: Filter through gnu indent and reword comments
11676         slightly.
11677         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
11678
11679 2005-09-13  Derek Price  <derek@ximbiot.com>
11680
11681         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
11682         failure.
11683         Reported by Jim Meyering  <jim@meyering.net>.
11684
11685 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11686
11687         * lib/base64.c: Typo.
11688         (base64_encode): Put b64str in initialized data section.
11689
11690 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
11691
11692         Merge glibc and coreutils changes into gnulib, plus a few
11693         extra fixes.
11694         * lib/md5.c: Use #error rather than a string.
11695         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
11696         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
11697         (__attribute__): Define to empty for non recent-GCC.
11698         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
11699         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
11700         Renamed from their non-__ counterparts, with new macros replacing
11701         them if not _LIBC.  Add __THROW attribute.
11702         (rol): Remove.
11703         (struct md5_ctx): Align buffer if using GCC.
11704         * lib/sha1.h (struct sha1_ctx): Likewise.
11705         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
11706         The old name was backwards.
11707         (NOTSWAP): Remove; not used.
11708         (rol): New macro, moved here from md5.h.
11709         (sha1_process_block): Remove a FIXME that doesn't make sense.
11710
11711 2005-09-12  Derek Price  <derek@ximbiot.com>
11712
11713         Return usable errors from canon-host.
11714         * lib/canon-host.h: New file.
11715         * lib/canon-host.c (canon_host): Wrap...
11716         (canon_host_r): ...this new function, which now relies exclusively on
11717         getaddrinfo.
11718         (ch_strerror): New function.
11719         (last_cherror): New global.
11720         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
11721         interface.
11722         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
11723         void *.
11724         (freeaddrinfo): Free ai->ai_canonname when set.
11725
11726 2005-09-12  Derek Price  <derek@ximbiot.com>
11727
11728         Make canon-host require getaddrinfo.
11729         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
11730         AC_LIBSOURCE canon-host.h.  Call...
11731         (gl_PREREQ_CANON_HOST): ...this new function, which requires
11732         gl_GETADDRINFO.
11733         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
11734
11735 2005-09-12  Derek Price  <derek@ximbiot.com>
11736
11737         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
11738         LGPL.
11739         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
11740
11741 2005-09-12  Derek Price  <derek@ximbiot.com>
11742
11743         * lib/gai_strerror.c: Include config.h when available.  Include
11744         getaddrinfo.h before other headers to test interface.
11745         Reported by Larry Jones <lawrence.jones@ugs.com>.
11746
11747 2005-09-12  Derek Price  <derek@ximbiot.com>
11748             Paul Eggert  <eggert@cs.ucla.edu>
11749
11750         * modules/glob (Files): Add glob-libc.h.
11751
11752 2005-09-12  Derek Price  <derek@ximbiot.com>
11753             Paul Eggert  <eggert@cs.ucla.edu>
11754
11755         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
11756         glob_.h, glob-libc.h.
11757         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
11758
11759 2005-09-12  Derek Price  <derek@ximbiot.com>
11760             Paul Eggert  <eggert@cs.ucla.edu>
11761
11762         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
11763         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
11764         protecting things that should be done only in gnulib contexts.
11765         * lib/glob_.h: New file, containing only the glob things needed for
11766         gnulib.
11767         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
11768         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
11769         (glob, globfree, glob_pattern_p): Now defined simply in terms of
11770         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
11771         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
11772         and to respect the namespace rules better.
11773
11774 2005-09-08  Simon Josefsson  <jas@extundo.com>
11775
11776         * modules/socklen: New file.
11777
11778 2005-09-08  Simon Josefsson  <jas@extundo.com>
11779
11780         * m4/socklen.m4: New file.
11781
11782 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11783
11784         * modules/utimens (Files): Add m4/utimbuf.m4, since
11785         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
11786         Reported by Sergey Poznyakoff.
11787
11788 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11789
11790         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
11791         definitions, since that's the preferred style in glibc.
11792         Fix a minor spacing issue, and update copyright notice to match
11793         glibc's.
11794
11795 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11796
11797         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
11798
11799 2005-09-06  Simon Josefsson  <jas@extundo.com>
11800
11801         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
11802         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
11803
11804 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11805
11806         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
11807         warning.
11808
11809 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11810
11811         * config/srclist.txt: Add glibc bug 1302.
11812
11813 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
11814
11815         Change bitset word type from unsigned int to unsigned long int,
11816         as this has better performance on typical 64-bit hosts.
11817         Port bitset code to hosts with unusual word sizes.
11818         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
11819         (build_collating_symbol):
11820         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
11821         argument is a bitset.  This is merely a style issue, but it makes
11822         it clearer that an entire array is expected.
11823         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
11824         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
11825         Port to the case where bitset_word is not the same as unsigned int.
11826         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
11827         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
11828         Likewise.
11829         * lib/regexec.c (check_dst_limits_calc_pos_1,
11830         check_subexp_matching_top):
11831         (build_trtable, group_nodes_into_DFAstates):
11832         Likewise.
11833         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
11834         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
11835         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
11836         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
11837         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
11838         * lib/regcomp.c (optimize_subexps, lower_subexp):
11839         Work even if bitset_word has holes in its bitwise representation.
11840         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
11841         * lib/regexec.c (check_dst_limits_calc_pos_1,
11842         check_subexp_matching_top):
11843         Likewise.
11844         * lib/regex_internal.c (re_string_reconstruct):
11845         Don't assume UCHAR_MAX == 255.
11846         * lib/regex_internal.h (bitset_set_all): Likewise.
11847         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
11848         All uses changed.
11849         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
11850         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
11851         All uses changed.
11852         (BITSET_WORD_MAX): New macro.
11853         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
11854         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
11855         (bitset_empty, bitset_copy):
11856         Prefer sizeof (bitset) to multiplying it out ourselves.
11857         (bitset_not_merge): Remove; unused.
11858         (bitset_contain): Return bool, not unsigned int with one bit on.
11859         All callers changed.
11860         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
11861         alignment than re_node_set; do this by defining a new internal
11862         type struct dests_alloc and using it to allocate memory.
11863
11864 2005-09-05  Bruno Haible  <bruno@clisp.org>
11865
11866         * gnulib-tool (func_import): Fix comparison in handling of symbolic
11867         links.
11868
11869 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
11870
11871         * modules/size_max (Makefile.am): Add size_max.h
11872
11873 2005-09-04  Derek Price  <derek@ximbiot.com>
11874
11875         * gnulib-tool (func_import): Fix reversed $symbolic logic.
11876
11877 2005-09-03  Simon Josefsson  <jas@extundo.com>
11878
11879         * gnulib-tool: Fix typo.
11880
11881 2005-09-03  Simon Josefsson  <jas@extundo.com>
11882
11883         * config/srclist.txt: Add glibc bug 1293.
11884
11885 2005-09-03  Derek Price  <derek@ximbiot.com>
11886
11887         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
11888         From Larry Jones <lawrence.jones@ugs.com>.
11889
11890 2005-09-02  Simon Josefsson  <jas@extundo.com>
11891
11892         * modules/socklen: New file.
11893
11894 2005-09-02  Simon Josefsson  <jas@extundo.com>
11895
11896         * modules/havelib: New module.
11897
11898         * modules/gettext, modules/iconv, modules/lock, modules/readline:
11899         Use havelib.
11900
11901 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11902
11903         Check for arithmetic overflow when calculating sizes, to prevent
11904         some buffer-overflow issues.  These patches are conservative, in the
11905         sense that when I couldn't determine whether an overflow was possible,
11906         I inserted a run-time check.
11907         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
11908         macros.
11909         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
11910         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
11911         (re_xnrealloc, re_x2nrealloc): New inline functions.
11912         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
11913         parse_bracket_exp):
11914         (build_equiv_class, build_charclass): Check for arithmetic overflow
11915         in size expression calculations.
11916         * lib/regex_internal.c (re_string_realloc_buffers):
11917         (build_wcs_upper_buffer, re_node_set_add_intersect):
11918         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
11919         (re_dfa_add_node, register_state): Likewise.
11920         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
11921         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
11922         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
11923         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
11924
11925 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
11926
11927         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
11928         m4/ulonglong.m4.  Problem reported by Martin Lambers.
11929
11930 2005-09-02  Bruno Haible  <bruno@clisp.org>
11931
11932         Support for lib vs. lib64 distinction on biarch platforms.
11933         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
11934         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
11935         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
11936
11937 2005-09-02  Bruno Haible  <bruno@clisp.org>
11938
11939         * gnulib-tool (import): In the other first-use case, provide defaults
11940         as well.
11941
11942 2005-09-02  Bruno Haible  <bruno@clisp.org>
11943
11944         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
11945         patches not yet found in the latest gettext release.
11946
11947 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11948
11949         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
11950         to avoid a collision with bits/local_lim.h in glibc.
11951         All uses changed.  Problem reported by Dmitry V. Levin in
11952         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
11953
11954         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
11955         bugs in int versus size_t comparisons.
11956         (re_string_context_at): Fix bug where the code assumed that
11957         Idx is signed.
11958
11959         Use bool where appropriate.
11960         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
11961         All callers changed.
11962         (calc_eclosure_iter): Likewise, for ROOT arg.
11963         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
11964         (build_charclass_op): Likewise, for NON_MATCH arg.
11965         * lib/regex_internal.c (re_string_allocate, re_string_construct):
11966         (re_string_construct_common): Likewise, for ICASE arg.
11967         * lib/regexec.c (re_search_2_stub, re_search_stub):
11968         Likewise, for RET_LEN arg.
11969         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
11970         (set_regs): Likewise, for FL_BACKTRACK arg.
11971         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
11972         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
11973         (calc_eclosure_iter, parse_bracket_exp):
11974         Use bool for internal variables that are booleans.
11975         * lib/regexec.c (re_search_internal, check_matching,
11976         proceed_next_node):
11977         (set_regs, build_sifted_states, sift_states_bkref):
11978         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
11979         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
11980         (find_collation_sequence_value):
11981         Likewise.
11982         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
11983         (re_node_set_compare):
11984         Return bool, not int. All callers changed.
11985         * lib/regexec.c (check_halt_node_context, check_dst_limits):
11986         (build_trtable, check_node_accept): Likewise.
11987         * lib/regex_internal.h: Include stdbool.h.
11988
11989         Fix bugs uncovered when converting to bool.
11990         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
11991         failure instead of charging ahead blindly.
11992         * lib/regex_internal.c (register_state): Likewise.
11993         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
11994         for freeing internal storage.
11995         (group_nodes_into_DFA_states): Use unsigned int, not int, for
11996         bitset pieces used as boolean, to avoid undefined behavior
11997         on hosts that do int overflow checking.
11998
11999 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12000
12001         * config/srclist.txt: Add glibc bugs 1285-1287.
12002
12003 2005-09-01  Jim Meyering  <jim@meyering.net>
12004
12005         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
12006         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
12007         Require gl_STAT_MACROS, too.
12008
12009 2005-09-01  Bruno Haible  <bruno@clisp.org>
12010
12011         * gnulib-tool (import): In the first-use case, provide defaults.
12012
12013 2005-09-01  Bruno Haible  <bruno@clisp.org>
12014
12015         * gnulib-tool (func_import): Remove the .tmp files.
12016
12017 2005-09-01  Bruno Haible  <bruno@clisp.org>
12018
12019         * gnulib-tool (func_import): Fix handling of symbolic links.
12020
12021 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12022
12023         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
12024         old glibc regex code mishandles strings longer than 2**31 bytes.
12025         This patch fixes this when the regex code is used in gnulib
12026         (i.e., outside glibc).
12027
12028         This patch should not affect the use of the regex code inside
12029         glibc.  No doubt this problem also needs to be handled for glibc
12030         as well, but the result will be an incompatible change to the
12031         glibc ABI, and the old ABI will have to be supported too.  That
12032         can be the the subject for another patch.
12033
12034         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
12035         governing whether the rest of this patch is active.  By default,
12036         the macro is disabled and the patch has no effect.
12037         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
12038         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
12039         (struct re_pattern_buffer, re_search, re_search_2, re_match):
12040         (re_match_2, re_set_registers): Use the new types.
12041         * lib/regex_internal.h (Idx, re_hashval_t): New types.
12042         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
12043         New macros.
12044         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
12045         (re_string_context_at, bin_tree_t, re_dfastate_t):
12046         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
12047         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
12048         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
12049         (re_string_char_size_at, re_string_wchar_at):
12050         (re_string_elem_size_at):
12051         Use the new types and macros to port to 64-bit hosts.
12052         Use unsigned types for internal values, so that the code
12053         mostly works even for arrays larger than SSIZE_MAX.
12054         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
12055         (search_duplicated_node, calc_eclosure_iter, fetch_number):
12056         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
12057         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
12058         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
12059         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
12060         (calc_inveclosure, parse_dup_op, build_range_exp):
12061         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
12062         (fetch_number, create_token_tree, mark_opt_subexp):
12063         Likewise.
12064         * lib/regex_internal.c (re_string_construct_common,
12065         create_ci_newstate):
12066         (create_cd_newstate, re_string_allocate, re_string_construct):
12067         (re_string_realloc_buffers, build_wcs_upper_buffer):
12068         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12069         (re_string_reconstruct, re_string_peek_byte_case):
12070         (re_string_fetch_byte_case, re_string_context_at):
12071         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12072         (re_node_set_init_copy, re_node_set_add_intersect):
12073         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12074         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12075         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12076         (re_acquire_state, re_acquire_state_context, register_state):
12077         Likewise.
12078         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
12079         search_cur_bkref_entry):
12080         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
12081         (re_search_internal, re_search_2_stub, re_search_stub)
12082         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
12083         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
12084         (update_cur_sifted_state, check_dst_limits):
12085         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12086         (check_subexp_limits, sift_states_bkref, merge_state_array):
12087         (check_subexp_matching_top, get_subexp, get_subexp_sub):
12088         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
12089         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12090         (expand_bkref_cache, check_node_accept_bytes):
12091         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
12092         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
12093         (acquire_init_state_context, check_halt_node_context):
12094         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
12095         (sift_states_backward, clean_state_log_if_needed):
12096         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
12097         (find_recover_state, transit_state_sb, transit_state_mb):
12098         (transit_state_bkref, build_trtable, match_ctx_clean):
12099         Likewise.
12100         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
12101         to work around an assumption that REG_MISSING is negative.
12102
12103         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
12104         (seek_collating_symbol_entry) [defined _LIBC]:
12105         (lookup_collation_sequence_value) [defined _LIBC]:
12106         (build_range_exp, build_collating_symbol) [defined _LIBC]:
12107         Use prototypes rather than old-style function definitions.
12108         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
12109         (transit_state_sb) [0]:
12110         (find_collation_sequence_value) [defined _LIBC]: Likewise.
12111
12112         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
12113         rm_eo.
12114
12115         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
12116         (optimize_subexps, lower_subexp):
12117         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
12118         since the signed shift might overflow.  Use 1u<<31 instead.
12119         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12120         Likewise.
12121         * lib/regexec.c (check_dst_limits_calc_pos_1,
12122         check_subexp_matching_top): Likewise.
12123
12124         * lib/regcomp.c (optimize_subexps, lower_subexp):
12125         Use CHAR_BIT rather than 8, for clarity.
12126         * lib/regexec.c (check_dst_limits_calc_pos_1):
12127         (check_subexp_matching_top): Likewise.
12128         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
12129         have to worry about portability issues when shifting it left.
12130         Remove no-longer-needed test for table_size > 0.
12131         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
12132         in a word, as the resulting behavior is undefined.
12133         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
12134         in one case, a <= should have been an <, and in another case the
12135         whole test was missing.
12136         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
12137         the standard name CHAR_BIT.
12138         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
12139         this is not true on one's complement and signed-magnitude hosts.
12140
12141         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
12142         next_last_offset.
12143         (struct re_dfa_t): Remove unused member states_alloc.
12144         * lib/regcomp.c (init_dfa): Don't initialize unused members.
12145
12146 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12147
12148         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
12149         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
12150         and large-file glibc and in 32-bit large-file Solaris.
12151
12152 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12153
12154         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
12155         lengths fit in regoff_t; this isn't true if regoff_t is the same
12156         width as size_t.
12157         * lib/regex.c (re_search_internal): 5th arg is LAST_START
12158         (= START + RANGE) instead of RANGE.  This avoids overflow
12159         problems when regoff_t is the same width as size_t.
12160         All callers changed.
12161         (re_search_2_stub): Check for overflow when adding the
12162         sizes of the two strings.
12163         (re_search_stub): Check for overflow when adding START
12164         to RANGE; if it occurs, substitute the extreme value.
12165
12166 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12167
12168         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
12169
12170 2005-08-31  Jim Meyering  <jim@meyering.net>
12171
12172         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
12173         a pointer-to-const.
12174         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
12175         (register_state): Likewise.
12176         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
12177         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12178         (group_nodes_into_DFAstates): Likewise.
12179
12180 2005-08-31  Jim Meyering  <jim@meyering.net>
12181
12182         * check-module: Add a FIXME comment.
12183
12184 2005-08-31  Eric Blake  <ebb9@byu.net>
12185
12186         * modules/unistd-safer (Files): Add unistd--.h.
12187         * modules/stdio-safer (Files): Add stdio--.h.
12188
12189 2005-08-31  Derek Price  <derek@ximbiot.com>
12190
12191         * lib/getdelim.c (getdelim): Return EOF on EOF.
12192         Reported by Larry Jones <lawrence.jones@ugs.com>.
12193
12194 2005-08-31  Bruno Haible  <bruno@clisp.org>
12195
12196         Avoid unnecessary diffs in the generated lib/Makefile.am.
12197         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
12198         the generated files.
12199         (func_import): Don't set cmd.
12200
12201 2005-08-31  Bruno Haible  <bruno@clisp.org>
12202
12203         * lib/strstr.c: Include <stddef.h>, for NULL.
12204         * lib/strcasestr.c: Likewise.
12205         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12206
12207 2005-08-31  Bruno Haible  <bruno@clisp.org>
12208
12209         * gnulib-tool: New option --macro-prefix.
12210         (func_import): Use macro_prefix.
12211         (import): Handle option --macro-prefix.
12212
12213 2005-08-31  Bruno Haible  <bruno@clisp.org>
12214
12215         * gnulib-tool (import): Rename most ac_* variables to cached_*.
12216         Also use new variables cached_lgpl, cached_libtool.
12217
12218 2005-08-31  Bruno Haible  <bruno@clisp.org>
12219
12220         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
12221         always instantiating them.
12222
12223 2005-08-31  Bruno Haible  <bruno@clisp.org>
12224
12225         * gnulib-tool (func_import): Read the previous cached settings
12226         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
12227         earlier added by gnulib but are now dropped. Warn when a gnulib file
12228         overwrites a non-gnulib file.
12229
12230 2005-08-31  Bruno Haible  <bruno@clisp.org>
12231
12232         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
12233         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
12234         projects that don't keep autogenerated files in CVS. Put into
12235         actioncmd only the specified modules, not the transitive closure.
12236
12237 2005-08-31  Bruno Haible  <bruno@clisp.org>
12238
12239         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
12240         Create directories that shall be filled.
12241         (import): Don't look for gl_* macros in configure.ac. Recurse across
12242         all directories containing a gnulib-cache.m4 files, if meaningful.
12243
12244 2005-08-31  Bruno Haible  <bruno@clisp.org>
12245
12246         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
12247         (import): Set seen_libtool when we see gl_LIBTOOL.
12248
12249 2005-08-31  Bruno Haible  <bruno@clisp.org>
12250
12251         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
12252         declaration macro definitions from generated gnulib.m4.
12253
12254 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
12255
12256         * lib/iconvme.h: Add prototype for iconv_alloc.
12257
12258 2005-08-29  Simon Josefsson  <jas@extundo.com>
12259
12260         * lib/iconvme.c: Fix errno.
12261
12262 2005-08-29  Bruno Haible  <bruno@clisp.org>
12263
12264         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
12265         that it works when the directory contains spaces.
12266
12267 2005-08-29  Bruno Haible  <bruno@clisp.org>
12268
12269         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
12270
12271 2005-08-29  Bruno Haible  <bruno@clisp.org>
12272
12273         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
12274         Emit more advice.
12275
12276 2005-08-29  Bruno Haible  <bruno@clisp.org>
12277         and Stepan Kasal  <kasal@ucw.cz>
12278
12279         * check-module: If more parameters are given, check each of them
12280         separately; add more exceptions, as noted by Jim Meyering.
12281         (check_module): New procedure.
12282         (%exempt_header): Now contains all exceptions.
12283
12284 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
12285
12286         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
12287
12288 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
12289
12290         * lib/iconvme.c: Split iconv_string into iconv_alloc.
12291
12292 2005-08-28  Bruno Haible  <bruno@clisp.org>
12293
12294         * m4/gnulib-tool.m4: New file.
12295
12296 2005-08-27  Jim Meyering  <jim@meyering.net>
12297
12298         * modules/unistd-safer (Files): Add pipe-safer.c.
12299         * modules/fcntl-safer (Files): Add creat-safer.c.
12300
12301 2005-08-27  Jim Meyering  <jim@meyering.net>
12302
12303         * m4/stdlib-safer.m4: New file.  From coreutils.
12304         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
12305         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
12306         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
12307         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
12308         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
12309
12310 2005-08-27  Jim Meyering  <jim@meyering.net>
12311
12312         * lib/fopen-safer.c: Merge minor changes from coreutils.
12313         * lib/dup-safer.c: Likewise.
12314         * lib/fd-safer.c: Likewise.
12315
12316         Merge from coreutils.
12317         * lib/stdio--.h: New file.
12318         * lib/stdlib--.h: New file.
12319         * lib/mkstemp-safer.c: New file.
12320
12321         GNU tar needs these.
12322         * lib/pipe-safer.c: New file.
12323         * lib/creat-safer.c: New file.
12324         * lib/fcntl--.h (creat): Define to creat_safer.
12325         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
12326         * lib/unistd--.h (pipe): Define to pipe_safer.
12327         * lib/unistd-safer.h: Declare pipe_safer.
12328
12329 2005-08-26  Simon Josefsson  <jas@extundo.com>
12330
12331         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
12332         Haible <bruno@clisp.org>.
12333
12334 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
12335
12336         * lib/regex_internal.h: Remove all references to
12337         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
12338         or better.
12339         (bitset_not, bitset_merge, bitset_not_merge):
12340         (bitset_mask, re_string_allocate, re_string_construct):
12341         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
12342         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
12343         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
12344         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
12345         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12346         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12347         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
12348         (re_acquire_state_context):
12349         Remove unnecessary forward decls.
12350         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
12351         Put __attribute at function definition,
12352         now that the function decl has been removed.
12353         * lib/regex_internal.c (re_string_peek_byte_case):
12354         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
12355         Likewise.
12356
12357 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
12358
12359         * m4/regex.m4: Add AC_PREREQ(2.50).
12360         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
12361
12362 2005-08-25  Simon Josefsson  <jas@extundo.com>
12363
12364         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
12365         __fsetlocking.
12366
12367 2005-08-25  Simon Josefsson  <jas@extundo.com>
12368
12369         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
12370         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
12371         GLIBC specific code.
12372
12373 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12374
12375         Make regex safe for g++.  This fixes one real bug (an "err"
12376         that should have been "*err").  g++ problem reported by
12377         Sam Steingold.
12378         * lib/regex_internal.h (re_calloc): New macro, consistent with
12379         re_malloc etc.  All callers of calloc changed to use re_calloc.
12380         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
12381         not int.  All callers changed.
12382         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
12383         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
12384         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
12385         (find_recover_state): Change "err" to "*err"; this fixes what
12386         appears to be a real bug.
12387         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
12388         versus int.
12389
12390 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12391
12392         * modules/regex (Depends-on): Add malloc, since the code
12393         assumes that !malloc(0) means failure.
12394
12395 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12396
12397         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
12398
12399         alloca modernization/simplification for regex.
12400         * lib/regex.c: Remove portability cruft for alloca.  This no longer
12401         needs to be at the start of the file, and can be moved into
12402         regex_internal.h and simplified.
12403         * lib/regex_internal.h: Include <alloca.h>.
12404         (__libc_use_alloca) [!defined _LIBC]: New macro.
12405         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
12406         now works outside glibc.
12407
12408 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12409
12410         * config/srclist.txt: Add glibc bugs 1241, 1245.
12411
12412 2005-08-25  Jim Meyering  <jim@meyering.net>
12413
12414         * lib/open-safer.c: Include <config.h>.
12415         Otherwise, we'd lose LARGEFILE support in any file using
12416         e.g. "fcntl--.h"
12417
12418 2005-08-25  Bruno Haible  <bruno@clisp.org>
12419
12420         * m4/minmax.m4: Require autoconf 2.52.
12421         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
12422         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
12423         alternatives of translit over the alphabet.
12424         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
12425
12426 2005-08-24  Simon Josefsson  <jas@extundo.com>
12427
12428         * tests/test-getpass.c: New file.
12429
12430 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12431
12432         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
12433         for GNU regex features.
12434
12435 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12436
12437         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
12438         * lib/regex.h (regerror): Likewise.
12439
12440         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
12441         requires this.  (The code never needed it.)
12442
12443         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
12444         All uses of recently-renamed identifiers changed to use the new,
12445         POSIX-compliant names.  The code will build and run just fine
12446         without these changes, but it's better to eat our own dog food
12447         and use the standard-conforming names.
12448
12449         * lib/regex.h: Fix a multitude of POSIX name space violations.
12450         These changes have an effect only for programs that define
12451         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
12452         do not change anything for programs compiled in the normal way.
12453         Also, there is no effect on the ABI.
12454
12455         (_REGEX_SOURCE): New macro.
12456         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
12457         defined and _GNU_SOURCE is not; this fixes a name space violation.
12458
12459         Rename the following macros to obey POSIX requirements.
12460         The old names are still visible as macros if _REGEX_SOURCE is defined.
12461         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
12462         RE_BACKSLASH_ESCAPE_IN_LISTS.
12463         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
12464         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
12465         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
12466         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
12467         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
12468         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
12469         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
12470         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
12471         (REG_INTERVALS): renamed from RE_INTERVALS.
12472         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
12473         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
12474         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
12475         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
12476         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
12477         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
12478         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
12479         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
12480         RE_UNMATCHED_RIGHT_PAREN_ORD.
12481         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
12482         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
12483         (REG_DEBUG): renamed from RE_DEBUG.
12484         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
12485         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
12486         unusual, since we can't clash with the POSIX REG_ICASE.
12487         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
12488         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
12489         (REG_NO_SUB): renamed from RE_NO_SUB.
12490         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
12491         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
12492         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
12493         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
12494         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
12495         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
12496         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
12497         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
12498         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
12499         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
12500         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
12501         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
12502         RE_SYNTAX_POSIX_MINIMAL_BASIC.
12503         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
12504         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
12505         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
12506         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
12507         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
12508         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
12509         (REG_FIXED): Renamed from REGS_FIXED.
12510         (REG_NREGS): Renamed from RE_NREGS.
12511
12512         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
12513         of other REG_* macros, since POSIX says the user is allowed to
12514         #undef these macros selectively.
12515
12516         (reg_errcode_t): Update comment stating what other tables need
12517         to be consistent.
12518
12519         Rename the following enum values to obey POSIX requirements.
12520         The old names are still visible as macros.
12521         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
12522         is not defined, since GNU is supposed to be a superset of POSIX as
12523         much as possible, and since we want reg_errcode_t to be a signed
12524         type for implementation consistency.
12525         (_REG_NOERROR): Renamed from REG_NOERROR.
12526         (_REG_NOMATCH): Renamed from REG_NOMATCH.
12527         (_REG_BADPAT): Renamed from REG_BADPAT.
12528         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
12529         (_REG_ECTYPE): Renamed from REG_ECTYPE.
12530         (_REG_EESCAPE): Renamed from REG_EESCAPE.
12531         (_REG_ESUBREG): Renamed from REG_ESUBREG.
12532         (_REG_EBRACK): Renamed from REG_EBRACK.
12533         (_REG_EPAREN): Renamed from REG_EPAREN.
12534         (_REG_EBRACE): Renamed from REG_EBRACE.
12535         (_REG_BADBR): Renamed from REG_BADBR.
12536         (_REG_ERANGE): Renamed from REG_ERANGE.
12537         (_REG_ESPACE): Renamed from REG_ESPACE.
12538         (_REG_BADRPT): Renamed from REG_BADRPT.
12539         (_REG_EEND): Renamed from REG_EEND.
12540         (_REG_ESIZE): Renamed from REG_ESIZE.
12541         (_REG_ERPAREN): Renamed from REG_ERPAREN.
12542         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
12543         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
12544         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
12545         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
12546
12547         (_REG_RE_NAME, _REG_RM_NAME): New macros.
12548         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
12549         changed.  But support the old name if the new one is not defined
12550         and if _REGEX_SOURCE.
12551
12552         Change the following member names in struct re_pattern_buffer.
12553         The old names are still supported if !_REGEX_SOURCE.
12554         The new names are always supported, regardless of _REGEX_SOURCE.
12555         (re_buffer): Renamed from buffer.
12556         (re_allocated): Renamed from allocated.
12557         (re_used): Renamed from used.
12558         (re_syntax): Renamed from syntax.
12559         (re_fastmap): Renamed from fastmap.
12560         (re_translate): Renamed from translate.
12561         (re_can_be_null): Renamed from can_be_null.
12562         (re_regs_allocated): Renamed from regs_allocated.
12563         (re_fastmap_accurate): Renamed from fastmap_accurate.
12564         (re_no_sub): Renamed from no_sub.
12565         (re_not_bol): Renamed from not_bol.
12566         (re_not_eol): Renamed from not_eol.
12567         (re_newline_anchor): Renamed from newline_anchor.
12568
12569         Change the following member names in struct re_registers.
12570         The old names are still supported if !_REGEX_SOURCE.
12571         The new names are always supported, regardless of _REGEX_SOURCE.
12572         (rm_num_regs): Renamed from num_regs.
12573         (rm_start): Renamed from start.
12574         (rm_end): Renamed from end.
12575
12576         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
12577         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
12578         Prepend __ to parameter names.
12579
12580         Undo yesterday's changes.
12581
12582 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12583
12584         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
12585         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
12586         lib/regex.c.
12587
12588 2005-08-24  Jim Meyering  <jim@meyering.net>
12589
12590         Sync from coreutils.
12591         * m4/fcntl-safer.m4: New file.
12592
12593         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
12594         and object files for this module.
12595
12596 2005-08-24  Jim Meyering  <jim@meyering.net>
12597
12598         Sync from coreutils.
12599         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
12600
12601 2005-08-24  Jim Meyering  <jim@meyering.net>
12602
12603         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
12604         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
12605
12606 2005-08-24  Jim Meyering  <jim@meyering.net>
12607
12608         * modules/fcntl-safer: New module.
12609         * modules/fts (Depends-on): Add fcntl-safer.
12610         * MODULES.html.sh (File descriptor based Input/Output):
12611         Add fcntl-safer.
12612
12613 2005-08-24  Bruno Haible  <bruno@clisp.org>
12614
12615         Support for unit test modules.
12616         * modules/README: Mention tests modules.
12617         * modules/TEMPLATE-TESTS: New file.
12618         * gnulib-tool: New options --extract-tests-module, --with-tests and
12619         --tests-base (unused for the moment).
12620         (testsbase, inctests): New variables.
12621         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
12622         (func_verify_module): Exclude TEMPLATE-TESTS.
12623         (func_verify_nontests_module, func_verify_tests_module): New functions.
12624         (func_get_dependencies): Add implicit dependency for tests modules.
12625         (func_get_tests_module): New function.
12626         (func_modules_transitive_closure): When --with-tests was specified,
12627         include the unit tests as well, unless explicitly avoided.
12628         (func_emit_lib_Makefile_am): Ignore the tests modules here.
12629         (func_emit_tests_Makefile_am): New function.
12630         (func_create_testdir): When --with-tests was specified, emit a
12631         tests/ directory.
12632         * MODULES.html.sh (Future developments): Update.
12633
12634 2005-08-24  Bruno Haible  <bruno@clisp.org>
12635
12636         * modules/tls-tests: New file.
12637         * tests/test-tls.c: New file, from GNU gettext.
12638
12639 2005-08-24  Bruno Haible  <bruno@clisp.org>
12640
12641         * modules/lock-tests: New file.
12642         * tests/test-lock.c: New file, from GNU gettext.
12643
12644 2005-08-24  Bruno Haible  <bruno@clisp.org>
12645
12646         * lib/lock.h: Add multiple inclusion guard.
12647         * lib/tls.h: Add multiple inclusion guard.
12648
12649 2005-08-24  Bruno Haible  <bruno@clisp.org>
12650
12651         * gnulib-tool: Add support for the --aux-dir option to
12652         --create-testdir, --create-megatestdir, --test, --megatest.
12653         (func_create_testdir, func_create_megatestdir): Optionally emit a
12654         AC_CONFIG_AUX_DIR directive.
12655         (create-testdir, create-megatestdir, test, megatest): Provide a
12656         default value for $auxdir.
12657
12658 2005-08-24  Bruno Haible  <bruno@clisp.org>
12659
12660         * gnulib-tool (import): Use compound statement instead of subshell
12661         where possible.
12662
12663 2005-08-24  Bruno Haible  <bruno@clisp.org>
12664
12665         * gnulib-tool (import): Change --aux-dir default to "build-aux".
12666
12667 2005-08-24  Bruno Haible  <bruno@clisp.org>
12668
12669         * gnulib-tool (func_version): Update.
12670
12671 2005-08-24  Bruno Haible  <bruno@clisp.org>
12672
12673         * gnulib-tool (func_import, func_create_testdir,
12674         func_create_megatestdir): Quote all autoconf macro arguments.
12675
12676 2005-08-24  Bruno Haible  <bruno@clisp.org>
12677
12678         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
12679         option --force, because --force causes the aclocal.m4 of each
12680         subdirectory to be newer than the corresponding config.h.in.
12681
12682 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12683
12684         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
12685         All contents moved to gl_REGEX.
12686         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
12687         assume that it does.
12688
12689 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12690
12691         * lib/regex.h (REG_NOSYS)
12692         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
12693         Define, since POSIX requires it as of 2001.
12694         (_REG_ENOSYS)
12695         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
12696         New private symbol, used to keep the enum signed in all cases.
12697         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
12698         Youngman in
12699         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
12700
12701         * lib/regex_internal.c (re_string_skip_chars, register_state):
12702         (calc_state_hash):
12703         Remove forward decls; no longer needed now that we use prototypes.
12704         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
12705         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
12706         (clean_state_log_if_needed): Likewise.
12707
12708 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12709
12710         * config/srclist.txt: Add glibc bugs 1231-1233.
12711
12712 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12713
12714         Fix problems reported by Sam Steingold in
12715         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
12716         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
12717         assumed that reg_errcode_t is a signed type, which is not
12718         necessarily true if _XOPEN_SOURCE is not defined.
12719         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
12720         since some compilers warn about it otherwise.
12721
12722 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12723
12724         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
12725         (init_word_char, create_initial_state, duplicate_node_closure):
12726         (fetch_token, peek_token_bracket, build_range_exp):
12727         (build_collating_symbol): Remove forward decls; no longer needed
12728         now that we use prototypes.
12729
12730         * lib/regcomp.c:
12731         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
12732         (re_compile_fastmap_iter, regcomp, regerror, regfree):
12733         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
12734         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
12735         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
12736         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
12737         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
12738         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
12739         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
12740         (build_range_exp, build_collating_symbol, parse_bracket_exp):
12741         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
12742         (build_charclass, build_charclass_op, fetch_number, create_tree):
12743         (create_token_tree, mark_opt_subexp, duplicate_tree):
12744         Use prototypes rather than old-style definitions.
12745
12746         * lib/regex_internal.c:
12747         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
12748         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
12749         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12750         (re_string_reconstruct, re_string_peek_byte_case):
12751         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
12752         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12753         (re_node_set_init_copy, re_node_set_add_intersect):
12754         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12755         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12756         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12757         (re_acquire_state, re_acquire_state_context, register_state):
12758         (create_ci_newstate, create_cd_newstate, free_state):
12759         Likewise.
12760         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
12761         re_search_2):
12762         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
12763         (re_search_internal, prune_impossible_nodes):
12764         (acquire_init_state_context, check_matching, static):
12765         (check_halt_node_context, check_halt_state_context, proceed_next_node):
12766         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
12767         (update_regs, sift_states_backward, build_sifted_states):
12768         (clean_state_log_if_needed, merge_state_array):
12769         (update_cur_sifted_state, add_epsilon_src_nodes):
12770         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
12771         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
12772         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
12773         (find_recover_state, check_subexp_matching_top, transit_state_mb):
12774         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
12775         (check_arrival, check_arrival_add_next_nodes):
12776         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12777         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12778         (check_node_accept_bytes, check_node_accept, extend_buffers):
12779         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
12780         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
12781         (sift_ctx_init):
12782         Likewise.
12783
12784         * lib/regex_internal.h:
12785         (re_string_allocate, re_string_construct, re_string_reconstruct):
12786         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
12787         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
12788         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
12789         (re_string_context_at, re_string_peek_byte_case):
12790         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
12791         is defined, since we now use prototypes always.
12792
12793         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
12794         C89 or better.  All uses removed.
12795
12796 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12797
12798         * config/srclist.txt: Add glibc bugs 1220-1227.
12799
12800 2005-08-20  Jim Meyering  <jim@meyering.net>
12801
12802         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
12803         of unused local, dfa.
12804
12805 2005-08-20  Bruno Haible  <bruno@clisp.org>
12806
12807         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
12808
12809 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12810
12811         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
12812         (re_node_set_insert_last, re_dfa_add_node):
12813         Rename local variables to avoid GCC shadowing warnings.
12814
12815 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12816
12817         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
12818         [defined lint]: Suppress bogus uninitialized-variable warnings.
12819
12820         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
12821         and let the caller return REG_ESPACE if out of space.  This
12822         removes an uninitialied-variable warning with GCC 4.0.1, and also
12823         avoids taking the address of a local variable.  All callers
12824         changed.
12825
12826 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12827
12828         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
12829         $LIBCSRC/posix/regexec.c.
12830         Add glibc bug 1217 for regcomp.c.
12831
12832 2005-08-19  Jim Meyering  <jim@meyering.net>
12833
12834         * lib/regexec.c (proceed_next_node): Redo local variables to
12835         avoid GCC shadowing warnings.
12836
12837 2005-08-18  Bruno Haible  <bruno@clisp.org>
12838
12839         * lib/strstr.c (strstr): Fix return value in multibyte case.
12840         * lib/strcasestr.c (strcasestr): Likewise.
12841
12842 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12843
12844         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
12845
12846 2005-08-17  Jim Meyering  <jim@meyering.net>
12847
12848         Make the %s format (seconds since the epoch) work for a negative
12849         number and when used with a zero-padded field width, e.g. %015s.
12850
12851         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
12852         label so that it precedes the code to set `digits'.  Otherwise,
12853         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
12854         print `00-22'.  Now, it prints `-0022', as it should.
12855
12856 2005-08-17  Bruno Haible  <bruno@clisp.org>
12857
12858         * modules/strstr (Files): Add m4/mbrtowc.m4.
12859         (Depends-on): Add mbuiter.
12860
12861 2005-08-17  Bruno Haible  <bruno@clisp.org>
12862
12863         * modules/strcasestr: New file.
12864         * MODULES.html.sh (String handling, based on ANSI C 89): Add
12865         strcasestr.
12866
12867 2005-08-17  Bruno Haible  <bruno@clisp.org>
12868
12869         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
12870
12871 2005-08-17  Bruno Haible  <bruno@clisp.org>
12872
12873         * modules/mbuiter: New file.
12874         * MODULES.html.sh (Extended multibyte and wide character utilities):
12875         Add mbuiter.
12876
12877 2005-08-17  Bruno Haible  <bruno@clisp.org>
12878
12879         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
12880         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
12881
12882 2005-08-17  Bruno Haible  <bruno@clisp.org>
12883
12884         * m4/strcasestr.m4: New file.
12885
12886 2005-08-17  Bruno Haible  <bruno@clisp.org>
12887
12888         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
12889         * lib/strstr.c: Completely rewritten, with multibyte locale support.
12890
12891 2005-08-17  Bruno Haible  <bruno@clisp.org>
12892
12893         * lib/strcasestr.h: New file.
12894         * lib/strcasestr.c: New file.
12895
12896 2005-08-17  Bruno Haible  <bruno@clisp.org>
12897
12898         * lib/strcasecmp.c: Use mbuiter.h.
12899
12900 2005-08-17  Bruno Haible  <bruno@clisp.org>
12901
12902         * lib/mbuiter.h: New file.
12903
12904 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12905
12906         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
12907         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
12908         and gl_GETOPT are both invoked via different paths (as happens
12909         with GNU tar CVS because it uses both argp and getopt), the former
12910         wins.
12911
12912 2005-08-16  Bruno Haible  <bruno@clisp.org>
12913
12914         * modules/tls: New file.
12915         * MODULES.html.sh (Multithreading): Add tls.
12916
12917 2005-08-16  Bruno Haible  <bruno@clisp.org>
12918
12919         * modules/strnlen1: New file.
12920         * MODULES.html.sh (String handling): Add strnlen1.
12921
12922 2005-08-16  Bruno Haible  <bruno@clisp.org>
12923
12924         * modules/strcase (Files): Add m4/mbrtowc.m4.
12925         (Depends-on): Add strnlen1, mbchar.
12926
12927 2005-08-16  Bruno Haible  <bruno@clisp.org>
12928
12929         * modules/mbiter: New file.
12930         * MODULES.html.sh (Extended multibyte and wide character utilities):
12931         Add mbiter.
12932
12933 2005-08-16  Bruno Haible  <bruno@clisp.org>
12934
12935         * modules/mbfile: New file.
12936         * MODULES.html.sh (Extended multibyte and wide character utilities):
12937         Add mbfile.
12938
12939 2005-08-16  Bruno Haible  <bruno@clisp.org>
12940
12941         * modules/mbchar: New file.
12942         * MODULES.html.sh (Extended multibyte and wide character utilities):
12943         New section.
12944
12945 2005-08-16  Bruno Haible  <bruno@clisp.org>
12946
12947         * m4/tls.m4: New file, from GNU gettext.
12948
12949 2005-08-16  Bruno Haible  <bruno@clisp.org>
12950
12951         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
12952         always.
12953         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
12954
12955 2005-08-16  Bruno Haible  <bruno@clisp.org>
12956
12957         * m4/mbiter.m4: New file.
12958
12959 2005-08-16  Bruno Haible  <bruno@clisp.org>
12960
12961         * m4/mbfile.m4: New file.
12962
12963 2005-08-16  Bruno Haible  <bruno@clisp.org>
12964
12965         * m4/mbchar.m4: New file.
12966
12967 2005-08-16  Bruno Haible  <bruno@clisp.org>
12968
12969         * lib/tls.h: New file, from GNU gettext.
12970         * lib/tls.c: New file, from GNU gettext.
12971
12972 2005-08-16  Bruno Haible  <bruno@clisp.org>
12973
12974         * lib/strnlen1.h: New file.
12975         * lib/strnlen1.c: New file.
12976
12977 2005-08-16  Bruno Haible  <bruno@clisp.org>
12978
12979         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
12980         (mbi_init): Update.
12981         (mbi_avail, mbi_advance): Let the iteration end before the terminating
12982         NUL byte, not after it.
12983
12984 2005-08-16  Bruno Haible  <bruno@clisp.org>
12985
12986         * lib/strcase.h (strcasecmp): Add note in comments.
12987         * lib/strncasecmp.c: Use code from strcasecmp.c.
12988         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
12989         (strcasecmp): Work correctly in multibyte locales.
12990
12991 2005-08-16  Bruno Haible  <bruno@clisp.org>
12992
12993         * lib/mbiter.h: New file.
12994
12995 2005-08-16  Bruno Haible  <bruno@clisp.org>
12996
12997         * lib/mbfile.h: New file.
12998
12999 2005-08-16  Bruno Haible  <bruno@clisp.org>
13000
13001         * lib/mbchar.h: New file.
13002         * lib/mbchar.c: New file.
13003
13004 2005-08-16  Bruno Haible  <bruno@clisp.org>
13005
13006         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
13007         the valid ones. Makes the comparison operations transitive:
13008         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
13009         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
13010
13011 2005-08-15  Simon Josefsson  <jas@extundo.com>
13012
13013         * modules/ssize_t (License): Change to 'unlimited'.
13014
13015         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
13016
13017 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13018
13019         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
13020         Add comments for each pending glibc patch.
13021
13022 2005-08-15  Bruno Haible  <bruno@clisp.org>
13023
13024         * lib/regex.h (__restrict_arr): Don't define to __restrict if
13025         __cplusplus is defined.
13026
13027 2005-08-14  Jim Meyering  <jim@meyering.net>
13028
13029         Sync from coreutils.
13030
13031         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
13032         Use the hash-table-based cycle-detection code not just when
13033         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
13034         Reported by James Youngman in
13035         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
13036         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
13037         FTS_TIGHT_CYCLE_CHECK.
13038         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
13039         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
13040         once again.
13041         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
13042         * lib/fts.c (fd_safer): Remove decl.
13043         Include fcntl--.h rather than unistd-safer.h
13044         (fts_safe_changedir): Don't call fd_safer; no longer needed
13045         now that we include fcntl--.h.
13046
13047 2005-08-12  Simon Josefsson  <jas@extundo.com>
13048
13049         * modules/getndelim2: Use ssize_t module.
13050         * modules/getnline: Likewise.
13051         * modules/safe-read: Likewise.
13052         * modules/xreadlink: Likewise.
13053
13054         * modules/ssize_t: New file.
13055
13056 2005-08-12  Simon Josefsson  <jas@extundo.com>
13057
13058         * m4/readline.m4: Look for termcap, curses or ncurses if required.
13059
13060 2005-08-12  Simon Josefsson  <jas@extundo.com>
13061
13062         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13063         ssize_t.
13064
13065 2005-08-12  Simon Josefsson  <jas@extundo.com>
13066
13067         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
13068         readline, getdelim and check_version.
13069         (Support for systems lacking ISO C 99: Sizes of integer types):
13070         Add size_max.
13071
13072 2005-08-12  Bruno Haible  <bruno@clisp.org>
13073
13074         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
13075
13076 2005-08-11  Simon Josefsson  <jas@extundo.com>
13077
13078         * modules/readline: New file.
13079
13080         * modules/strnlen (Files): Add strnlen.h.
13081
13082 2005-08-11  Simon Josefsson  <jas@extundo.com>
13083
13084         * m4/readline.m4: New file.
13085
13086 2005-08-11  Simon Josefsson  <jas@extundo.com>
13087
13088         * lib/readline.h, readline.c: New file.
13089
13090 2005-08-11  Simon Josefsson  <jas@extundo.com>
13091
13092         * doc/gnulib.texi (Initial import, Finishing touches): Mention
13093         gl_AVOID.
13094
13095 2005-08-11  Bruno Haible  <bruno@clisp.org>
13096
13097         * lib/strnlen.h (strnlen): Change parameter name to match comment.
13098
13099 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
13100
13101         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
13102
13103 2005-08-10  Simon Josefsson  <jas@extundo.com>
13104
13105         * tests/test-iconvme.c: New file.
13106
13107 2005-08-10  Simon Josefsson  <jas@extundo.com>
13108
13109         * m4/strnlen.m4: New file.
13110
13111         * m4/strndup.m4: Don't check for strnlen declaration, done in
13112         strnlen.m4.
13113
13114 2005-08-10  Simon Josefsson  <jas@extundo.com>
13115
13116         * lib/strndup.c: Use strnlen.h.
13117
13118         * lib/strnlen.h: New file.
13119
13120 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13121
13122         * README: Typos.
13123
13124 2005-08-02  Simon Josefsson  <jas@extundo.com>
13125
13126         * modules/readline: New file.
13127
13128 2005-08-02  Simon Josefsson  <jas@extundo.com>
13129
13130         * modules/getdelim: New file.
13131
13132         * modules/getline: Rewrite, don't use getndelim2.
13133
13134 2005-08-02  Simon Josefsson  <jas@extundo.com>
13135
13136         * m4/getline.m4: Separate out getdelim stuff into separate module.
13137
13138         * m4/getdelim.m4: New file.
13139
13140 2005-08-02  Simon Josefsson  <jas@extundo.com>
13141
13142         * lib/getline.h, getline.c: Rewrite.
13143
13144         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
13145
13146 2005-07-31  Bruno Haible  <bruno@clisp.org>
13147
13148         * lib/lock.h (gl_lock_initializer): New macro.
13149         (gl_lock_define_initialized): Use it.
13150         (gl_rwlock_initializer): New macro.
13151         (gl_rwlock_define_initialized): Use it.
13152         (gl_recursive_lock_initializer): New macro.
13153         (gl_recursive_lock_define_initialized): Use it.
13154
13155 2005-07-30  Karl Berry  <karl@gnu.org>
13156
13157         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
13158         Report from Ben Pfaff, regarding getopt.
13159
13160 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
13161
13162         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
13163         normal way.
13164         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
13165         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
13166         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
13167         (gl_GETOPT): Use the new macros.  Most of the implementation
13168         is moved to the new macros.  This is for programs like Emacs
13169         that don't want all the functionality of gl_GETOPT.
13170
13171 2005-07-26  Bruno Haible  <bruno@clisp.org>
13172
13173         * m4/lock.m4: Update from GNU gettext.
13174
13175 2005-07-26  Bruno Haible  <bruno@clisp.org>
13176
13177         * lib/lock.h: Update from GNU gettext.
13178         * lib/lock.c: Update from GNU gettext.
13179
13180 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
13181
13182         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
13183         obsolescent AC_TRY_RUN.  Include the default includes files, for
13184         'exit'.
13185
13186 2005-07-24  Bruno Haible  <bruno@clisp.org>
13187
13188         * modules/visibility: New file.
13189         * MODULES.html.sh (Misc): Add visibility.
13190
13191 2005-07-24  Bruno Haible  <bruno@clisp.org>
13192
13193         * m4/visibility.m4: New file.
13194
13195 2005-07-24  Bruno Haible  <bruno@clisp.org>
13196
13197         * doc/visibility.texi: New file.
13198
13199 2005-07-22  Bruno Haible  <bruno@clisp.org>
13200
13201         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
13202         $(ALLOCA_H), redundant through BUILT_SOURCES.
13203         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
13204         redundant through BUILT_SOURCES.
13205         * modules/byteswap (Makefile.am): Remove explicit dependency on
13206         $(BYTESWAP_H), redundant through BUILT_SOURCES.
13207         * modules/fnmatch (Makefile.am): Remove explicit dependency on
13208         $(FNMATCH_H), redundant through BUILT_SOURCES.
13209         * modules/getopt (Makefile.am): Remove explicit dependency on
13210         $(GETOPT_H), redundant through BUILT_SOURCES.
13211         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
13212         redundant through BUILT_SOURCES.
13213         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
13214         redundant through BUILT_SOURCES.
13215         * modules/stdbool (Makefile.am): Remove explicit dependency on
13216         $(STDBOOL_H), redundant through BUILT_SOURCES.
13217         * modules/stdint (Makefile.am): Remove explicit dependency on
13218         $(STDINT_H), redundant through BUILT_SOURCES.
13219         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
13220         Remove explicit dependency on $(SYSEXITS_H).
13221         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
13222
13223 2005-07-18  Simon Josefsson  <jas@extundo.com>
13224
13225         * lib/check-version.c (check_version): Accept identical versions too.
13226
13227 2005-07-18  Bruno Haible  <bruno@clisp.org>
13228
13229         * modules/lock: New file.
13230         * MODULES.html.sh (Multithreading): New section.
13231
13232 2005-07-18  Bruno Haible  <bruno@clisp.org>
13233
13234         * m4/lock.m4: New file, from GNU gettext.
13235
13236 2005-07-18  Bruno Haible  <bruno@clisp.org>
13237
13238         * lib/lock.h: New file, from GNU gettext.
13239         * lib/lock.c: New file, from GNU gettext.
13240
13241 2005-07-18  Bruno Haible  <bruno@clisp.org>
13242
13243         * lib/lock.h (gl_once_t): New type.
13244         (gl_once_define, gl_once): New macros.
13245         * lib/lock.c (fresh_once): New variable.
13246         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
13247         functions.
13248
13249 2005-07-16  Simon Josefsson  <jas@extundo.com>
13250
13251         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
13252         workaround, suggested by Bruno.
13253
13254 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13255
13256         * modules/xalloc (Depends-on): Add xalloc-die.
13257         * modules/xvasprintf (Depends-on): Add xalloc-die.
13258
13259 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13260
13261         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
13262         with a minor change.
13263
13264 2005-07-15  Bruno Haible  <bruno@clisp.org>
13265
13266         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
13267         When using lib/poll.c, define poll as rpl_poll.
13268
13269 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
13270
13271         * modules/argp (Depends-on): Remove unlocked-io.
13272
13273 2005-07-14  Derek Price  <derek@ximbiot.com>
13274
13275         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
13276         for glob symlink bug.
13277
13278 2005-07-14  Bruno Haible  <bruno@clisp.org>
13279
13280         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
13281         Instead, test for *_unlocked function declarations directly.
13282
13283 2005-07-11  Simon Josefsson  <jas@extundo.com>
13284
13285         * modules/size_max: New file.
13286
13287         * modules/xsize: Depend on size_max module for size_max.m4.
13288
13289 2005-07-11  Simon Josefsson  <jas@extundo.com>
13290
13291         * lib/size_max.h: New file.
13292
13293 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
13294
13295         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
13296         copyright symbol and the year.
13297         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
13298         (version_etc_va): Use parameterized copyright notice.
13299         Reword to conform to the current GNU coding standards.
13300
13301 2005-07-11  Karl Berry  <karl@gnu.org>
13302
13303         * doc/gnulib.texi (Quoting): new node.
13304         (Initial import): more info, from Patrice.
13305
13306 2005-07-11  Bruno Haible  <bruno@clisp.org>
13307
13308         * gnulib-tool (func_usage): Document option --avoid.
13309         (Command line options): Handle --avoid.
13310         (func_acceptable): New function.
13311         (func_modules_transitive_closure): Use it.
13312
13313 2005-07-11  Bruno Haible  <bruno@clisp.org>
13314
13315         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
13316         Reported by Jim Meyering.
13317
13318 2005-07-10  Bruno Haible  <bruno@clisp.org>
13319
13320         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
13321         Needed when size_t is smaller than 'unsigned int'.
13322         Reported by Paul Eggert.
13323
13324 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13325
13326         * modules/argp (Depends-on): Add unlocked-io
13327
13328 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13329
13330         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
13331         block of defines.
13332
13333 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13334
13335         * config/srclist.txt: Comment out regcomp.c, since we have a porting
13336         fix now.
13337
13338 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
13339         and Paul Eggert  <eggert@cs.ucla.edu>
13340
13341         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
13342         in wint_t, not wchar_t.  Remove now-unnecessary cast.
13343
13344 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13345
13346         * modules/regex (Files): Add lib/regex_internal.c,
13347         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
13348         (Depends-on): Add extensions.
13349         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
13350
13351 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13352
13353         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
13354         pathconf.
13355         * m4/same.m4 (gl_SAME): Likewise.
13356         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
13357
13358         * m4/regex.m4: Adjust to new libc regex implementation.
13359         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
13360         all the .c and .h parts of (the new) regex.
13361         Quote the m4 stuff better.
13362         Check for RE_ICASE bug of old gnulib.
13363         Check for REG_STARTEND of recent libc.
13364         Rename local variables from jm_* to gl_*.
13365         Quote operand of "test -f".
13366         Say "recent enough" version of libc, not "version 2".
13367         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
13368         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
13369         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
13370         Remove check for btowc, isascii.
13371         Require AM_LANGINFO_CODESET.
13372
13373 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13374
13375         * lib/regex.c, regex.h: Sync from libc.
13376         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
13377         * lib/regexec.c:
13378         New files, synced from libc, except that regex_internal.h
13379         currently has a small porting fix.
13380
13381 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13382
13383         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
13384         regex_internal.c, regexec.c.
13385         Add regex_internal.h too, but as a comment, since the libc version
13386         is currently broken in gnulib mode.
13387
13388 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13389
13390         Support programs like Emacs that use gnulib but not gettext.
13391         * MODULES.html.sh (Internationalization functions): Add gettext-h.
13392         * modules/gettext-h: New file.
13393         * modules/gettext (Files): Remove lib/gettext.h.
13394         (Depends-on): Add gettext-h.
13395         (Makefile.am): Remove lib_SOURCES.
13396         * modules/argmatch, modules/c-stack, modules/closeout:
13397         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
13398         * modules/execute, modules/file-type, modules/getaddrinfo:
13399         * modules/getopt, modules/human, modules/javacomp:
13400         * modules/javaexec, modules/mkdir-p, modules/obstack:
13401         * modules/openat, modules/pagealign_alloc, modules/pipe:
13402         * modules/quotearg, modules/regex, modules/rpmatch:
13403         * modules/unicodeio, modules/userspec, modules/version-etc:
13404         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
13405         * modules/xsetenv:
13406         Depend on gettext-h, not gettext.
13407
13408 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13409
13410         * gnulib-tool (func_import): Add support for 'public domain' license.
13411         * modules/alloca, modules/atexit, modules/memmove:
13412         Now public domain, not GPL.
13413         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
13414         * modules/realloc, modules/strerror, modules/strtod:
13415         Now LGPL, not GPL.
13416
13417 2005-07-05  Bruno Haible  <bruno@clisp.org>
13418
13419         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
13420         autoconf CVS. Needed for mingw.
13421
13422 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13423
13424         Remove the dependency of the strftime module on the tzset module.
13425         * modules/strftime (Depends-on): Remove dependency on tzset.
13426
13427 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13428
13429         Remove the dependency of the strftime module on the tzset module.
13430         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
13431         gl_FUNC_TZSET_CLOBBER.
13432
13433 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13434
13435         Remove the dependency of the strftime module on the tzset module.
13436         * lib/strftime.c (my_strftime)
13437         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
13438         Copy the input structure, to work around some of the bug with
13439         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
13440         Solaris releases, you should also use the tzset module, but we won't
13441         require it as a dependency any more since we don't want LGPLed code
13442         to depend on GPLed code.
13443
13444 2005-07-02  Jim Meyering  <jim@meyering.net>
13445
13446         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
13447         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
13448         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
13449         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
13450
13451 2005-07-02  Jim Meyering  <jim@meyering.net>
13452
13453         * lib/backupfile.c (backup_args): Change a `0' to NULL.
13454
13455 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13456
13457         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
13458         declares only 'struct timespec;' (!).
13459
13460 2005-07-01  Jim Meyering  <jim@meyering.net>
13461
13462         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
13463         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
13464         * lib/save-cwd.c, tempname.c:
13465         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13466         and don't include <sys/file.h>).
13467
13468 2005-06-29  Jim Meyering  <jim@meyering.net>
13469
13470         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
13471         type name.  Use the variable name instead.
13472         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
13473         Likewise.
13474
13475 2005-06-28  Simon Josefsson  <jas@extundo.com>
13476
13477         * modules/check-version (Files): Add check-version.m4.
13478
13479 2005-06-28  Simon Josefsson  <jas@extundo.com>
13480
13481         * m4/check-version.m4: New file, suggested by Jim Meyering
13482         <jim@meyering.net>.
13483
13484 2005-06-28  Simon Josefsson  <jas@extundo.com>
13485
13486         * lib/check-version.h, lib/check-version.c: New files.
13487
13488 2005-06-28  Simon Josefsson  <jas@extundo.com>
13489
13490         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
13491         collision with global variable.  Better indentation.  Don't
13492         increment buffer pointer beyond buffer end.  Based on comments
13493         from Paul Eggert <eggert@cs.ucla.edu>.
13494
13495         * lib/base64.h: Indent.
13496
13497 2005-06-28  Simon Josefsson  <jas@extundo.com>
13498
13499         * doc/gnulib.texi (Library version handling): New section.
13500
13501 2005-06-28  Jim Meyering  <jim@meyering.net>
13502
13503         * check-module (find_included_lib_files): Hard-code another
13504         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
13505         but modules/fts-lgpl (correctly) does not list those files.
13506
13507         * modules/canonicalize (Files): Add lib/pathmax.h.
13508
13509 2005-06-25  Simon Josefsson  <jas@extundo.com>
13510
13511         * modules/check-version: New file.
13512
13513 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
13514
13515         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
13516         initializer of struct addrinfo, as an indication that we don't
13517         care how many members the structure has.
13518
13519 2005-06-24  Derek Price  <derek@ximbiot.com>
13520         and Bruno Haible  <bruno@clisp.org>
13521
13522         Remove stat module & update lstat.
13523         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
13524         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
13525         * m4/stat.m4: Remove this file.
13526
13527 2005-06-24  Derek Price  <derek@ximbiot.com>
13528         and Bruno Haible  <bruno@clisp.org>
13529
13530         Remove stat module & update lstat.
13531         * lib/stat.c: Remove this file...
13532         (slash_aware_lstat): ...moving this content and its support...
13533         * lib/lstat.c (rpl_lstat): ...into here.
13534         * lib/lstat.h: New file.
13535
13536 2005-06-24  Derek Price  <derek@ximbiot.com>
13537         and Bruno Haible  <bruno@clisp.org>
13538
13539         Remove stat module & update lstat.
13540         * config/srclist.txt (libc sources): Remove stat.
13541
13542 2005-06-24  Derek Price  <derek@ximbiot.com>
13543         and Bruno Haible  <bruno@clisp.org>
13544
13545         Remove stat module & update lstat.
13546         * MODULES.html.sh (stat): Remove.
13547         * MODULES.html: Regenerated.
13548         * modules/lstat (Description): Correct function name.
13549         (Files): Add "lstat.h".
13550         (Depends-on): Remove stat, add xalloc, stat-macros.
13551         * modules/stat: Remove this file.
13552         (Include): Add "lstat.h", remove <sys/stat.h>.
13553
13554 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13555
13556         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
13557         (ranged_convert): Don't save conversion in a temporary struct.
13558         This causes a warning with GCC 4.0.0, and anyway in the typical
13559         case it's not worth the extra 100 bytes or so of code.
13560         (ranged_convert, __mktime_internal): When calling a function via a
13561         pointer P, use P () rather than (*P) (), as we now assume C89 or
13562         better.
13563
13564 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13565
13566         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
13567         "who -r" failed to give output.  Problem reported by Tim Waugh.
13568
13569         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
13570         (xcalloc): Use it to avoid needless tests.
13571         Problem reported by Jim Meyering.
13572
13573 2005-06-20  Derek Price  <derek@ximbiot.com>
13574
13575         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
13576         unnecessary for Autoconfs > 2.59c.
13577
13578 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13579
13580         * lib/argp.h (__option_is_short): Check upper limit of
13581         __key. Isprint() requires its argument to have the value
13582         of an unsigned char or EOF.
13583
13584 2005-06-16  Jim Meyering  <jim@meyering.net>
13585
13586         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
13587         when either N or S is zero.
13588
13589 2005-06-16  Derek Price  <derek@ximbiot.com>
13590
13591         * m4/bison.m4: Declare YACC & YFLAGS precious.
13592
13593 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
13594
13595         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
13596         multibyte string or pattern, fall back on unibyte matching.
13597         Problem reported by James Youngman.
13598
13599 2005-06-08  Bruno Haible  <bruno@clisp.org>
13600
13601         * modules/csharpcomp: New file.
13602         * MODULES.html.sh (C#): Add csharpcomp.
13603
13604 2005-06-08  Bruno Haible  <bruno@clisp.org>
13605
13606         * m4/csharpcomp.m4: New file, from GNU gettext.
13607
13608 2005-06-08  Bruno Haible  <bruno@clisp.org>
13609
13610         * lib/csharpcomp.h: New file, from GNU gettext.
13611         * lib/csharpcomp.c: New file, from GNU gettext.
13612         * lib/csharpcomp.sh.in: New file, from GNU gettext.
13613
13614 2005-06-08  Bruno Haible  <bruno@clisp.org>
13615
13616         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
13617         warning on mingw.
13618
13619 2005-06-07  Derek Price  <derek@ximbiot.com>
13620
13621         Sync from CVS.
13622         * lib/glob_.h: Indent nested #ifdef.
13623
13624 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13625
13626         Sync from coreutils.
13627         Use "file name" when talking about file names, instead of "filename"
13628         or "path", as per the GNU coding standards.
13629         * lib/mkdir-p.c: Renamed from makepath.c.
13630         (make_dir_parents): Renamed from make_path.  All callers changed.
13631         * lib/mkdir-p.h: Likewise.  All includers changed.
13632         * lib/filenamecat.c: Renamed from path-concat.c.
13633         (file_name_concat): Renamed from path_concat.  All callers changed.
13634         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
13635         * lib/filenamecat.h: Likewise.  All includers changed.
13636         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
13637         in comments or local variable names.
13638         * lib/basename.c: Likewise.
13639         * lib/canonicalize.c, canonicalize.h: Likewise.
13640         * lib/dirname.c, dirname.h: Likewise.
13641         * lib/euidaccess.c: Likewise.
13642         * lib/exclude.c: Likewise
13643         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
13644         * lib/fsusage.c, fsuage.h: Likewise.
13645         * lib/fts.c, fts_.h: Likewise.
13646         * lib/getcwd.c: Likewise.
13647         * lib/getloadavg.c: Likewise.
13648         * lib/mkstemp.c: Likewise.
13649         * lib/mountlist.c, mountlist.h: Likewise.
13650         * lib/openat.c, openat.h: Likewise.
13651         * lib/readlink-stub.c: Likewise.
13652         * lib/readutmp.c, readutmp.h: Likewise.
13653         * lib/rename.c: Likewise.
13654         * lib/rmdir.c: Likewise.
13655         * lib/same.c: Likewise.
13656         * lib/savedir.c: Likewise.
13657         * lib/stripslash.c: Likewise.
13658         * lib/tempname.c: Likewise.
13659         * lib/xreadlink.c: Likewise.
13660         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
13661         All uses changed.
13662         * lib/exclude.h: Likewise.
13663
13664         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
13665         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13666         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
13667         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13668         * lib/pathmax.h: Include <limits.h> unconditionally, since other
13669         files have been getting away with it for years (MORE/BSD 4.3
13670         is extinct now).
13671         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
13672         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13673
13674         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
13675         Define to 256, not 255, as per modern POSIX.
13676
13677 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13678
13679         Sync from coreutils.
13680         Use "file name" when talking about file names, instead of "filename"
13681         or "path", as per the GNU coding standards.
13682         * MODULES.html.sh: mkdir-p renamed from makepath.
13683         filenamecat renamed from path-concat.
13684         * modules/filenamecat: Renamed from modules/path-concat.
13685         (Files): filenamecat.h and filenamecat.c renamed from
13686         path-concat.h and path-concat.c.
13687         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
13688         (Include): filenamecat.h, not path-concat.h.
13689         * modules/mkdir-p: Renamed from modules/makepath.
13690         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
13691         makepath.c.
13692         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
13693         (Include): mkdir-p.h, not makepath.h.
13694
13695 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13696
13697         Sync from coreutils.
13698         * m4/mkdir-p.m4: Renamed from makepath.m4.
13699         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
13700         Rename files from makepath.c to mkdir-p.c, and from
13701         makepath.h to mkdir-p.h.
13702         * m4/filenamecat.m4: Renamed from path-concat.m4.
13703         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
13704         Rename files from path-concat.c to filenamecat.c,
13705         and from path-concat.h to filenamecat.h.
13706         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
13707         "file name" in local variables or comments.
13708         * m4/rename.m4: Likewise.
13709
13710 2005-06-01  Bruno Haible  <bruno@clisp.org>
13711
13712         * modules/csharpexec: New file.
13713         * MODULES.html.sh (C#): New section.
13714
13715 2005-06-01  Bruno Haible  <bruno@clisp.org>
13716
13717         * m4/csharp.m4: New file, from GNU gettext.
13718         * m4/csharpexec.m4: New file, from GNU gettext.
13719
13720 2005-06-01  Bruno Haible  <bruno@clisp.org>
13721
13722         * lib/csharpexec.h: New file, from GNU gettext.
13723         * lib/csharpexec.c: New file, from GNU gettext.
13724         * lib/csharpexec.sh.in: New file, from GNU gettext.
13725
13726 2005-05-31  Derek Price  <derek@ximbiot.com>
13727             Paul Eggert  <eggert@cs.ucla.edu>
13728
13729         Sync from cvs.
13730         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13731
13732 2005-05-31  Derek Price  <derek@ximbiot.com>
13733             Paul Eggert  <eggert@cs.ucla.edu>
13734
13735         Sync from cvs.
13736         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13737
13738 2005-05-29  Derek Price  <derek@ximbiot.com>
13739
13740         * config/srclist.txt (glob_.h, glob.c): Add these files.
13741
13742 2005-05-29  Derek Price  <derek@ximbiot.com>
13743
13744         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
13745         * modules/glob: New file.
13746         * modules/getlogin_r: Add link to POSIX spec in description.
13747
13748 2005-05-29  Derek Price  <derek@ximbiot.com>
13749             Paul Eggert  <eggert@cs.ucla.edu>
13750
13751         * m4/glob.m4: New file.
13752
13753 2005-05-29  Derek Price  <derek@ximbiot.com>
13754             Paul Eggert  <eggert@cs.ucla.edu>
13755
13756         * lib/glob_.h, lib/glob.c: New files.
13757
13758 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13759
13760         * modules/fts (Files): Remove m4/inttypes-pri.m4.
13761         * modules/fts-lgpl (Depends-on): Remove gettext.
13762
13763 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13764
13765         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
13766         and don't require gt_INTTYPES_PRI.
13767
13768 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13769
13770         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
13771
13772         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
13773         the configuration hassle isn't worth it.
13774         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
13775         (LONGEST_MODIFIER, PRIuMAX): Remove.
13776
13777 2005-05-27  Bruno Haible  <bruno@clisp.org>
13778
13779         * lib/getlogin_r.h: Remove second include of <stddef.h>.
13780
13781 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
13782
13783         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
13784         _POSIX_PTHREAD_SEMANTICS for Solaris.
13785
13786 2005-05-25  Derek Price  <derek@ximbiot.com>
13787
13788         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
13789
13790 2005-05-25  Derek Price  <derek@ximbiot.com>
13791             Paul Eggert  <eggert@cs.ucla.edu>
13792
13793         * modules/getlogin_r, m4/getlogin_r.m4: New files.
13794         * lib/getlogin_r.c, getlogin_r.h: New files.
13795
13796 2005-05-25  Bruno Haible  <bruno@clisp.org>
13797             Derek Price  <derek@ximbiot.com>
13798
13799         * lib/getlogin_r.h: Simplify API documentation.
13800
13801 2005-05-23  Derek Price  <derek@ximbiot.com>
13802
13803         * modules/minmax (Files): Add m4/minmax.m4.
13804         (configure.ac): Add gl_MINMAX.
13805
13806 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13807
13808         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
13809         so that unistd-safer.h (GPL'ed code) need not be included.
13810
13811 2005-05-22  Bruno Haible  <bruno@clisp.org>
13812
13813         * m4/minmax.m4: New file.
13814         Based on a patch by Derek Price <derek@ximbiot.com>.
13815
13816 2005-05-22  Bruno Haible  <bruno@clisp.org>
13817
13818         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
13819         (INT64_MIN): Fix definition.
13820         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
13821
13822         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
13823         NEED_SIGNED_INT_TYPES.
13824
13825         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
13826         HAVE_SYSTEM_INTTYPES.
13827
13828 2005-05-22  Bruno Haible  <bruno@clisp.org>
13829
13830         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
13831         Also include <sys/param.h> if it defines MIN, MAX.
13832         Based on a patch by Derek Price <derek@ximbiot.com>.
13833
13834 2005-05-21  Jim Meyering  <jim@meyering.net>
13835
13836         * modules/fts (Files): Add m4/inttypes-pri.m4.
13837         (Depends-on): Add lstat and remove gettext.  Alphabetize.
13838
13839 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13840
13841         New fts module.
13842         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
13843         (setup_dir, free_dir): New functions.
13844         (enter_dir, leave_dir): Define trivial
13845         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
13846         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
13847         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
13848         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
13849         Move to fts-cycle.c.
13850         (fts_open): Use setup_dir.
13851         (fts_close): Use free_dir.
13852         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
13853         This adds a label and some gotos, but the alternatives were messier.
13854         Check for memory allocation failure when entering a dir.
13855         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
13856         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
13857         (FTS): New member fts_cycle, that is a union that contains the
13858         old active_dir_ht and cycle_state.  All uses changed to mention
13859         fts_cycle.ht and fts_cycle.state.
13860         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
13861         fts.c, with the following changes:
13862         (setup_dir, free_dir): New functions.
13863         (enter_dir): Now returns bool.  Return true if successful, false
13864         if memory exhausted.  All callers changed.
13865         Do not bother partly cleaning up on
13866         memory allocation failure; that is free_dir's job.
13867         However, free ad if hash_insert fails, to avoid memory leak.
13868         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
13869         fts->fts_options to see which union member to use.
13870
13871 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13872
13873         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
13874         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
13875
13876 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
13877
13878         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
13879
13880 2005-05-20  Jim Meyering  <jim@meyering.net>
13881
13882         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
13883         Now a macro, to pacify GCC.
13884
13885 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13886
13887         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
13888         of -1.
13889
13890 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
13891
13892         * lib/chown.c (rpl_chown): Return -1 on failure.
13893
13894 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13895
13896         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
13897         Don't check for stddef.h.
13898         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
13899         don't use its results.
13900         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
13901         since we include them unconditionally.  Don't require
13902         AM_STDBOOL_H, since stdbool is a prerequisite.
13903         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
13904         since we assume C89 or better.
13905         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
13906         as we don't use their results.
13907         Don't check for fchdir, memmove, memset, strrchr, as we use
13908         them unconditionally.
13909         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
13910         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
13911
13912 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
13913
13914         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
13915         Include <stddef.h> unconditionally, since we assume C89 now.
13916         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
13917         * lib/fts.c: Include fts_.h first, to check interface.
13918         Do not include intprops.h; no longer needed.
13919         Include cycle-check.h and hash.h, since fts_.h no longer does.
13920         Remove unnecessary casts of closedir to void.
13921         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
13922         decide whether to decrement nlinks.
13923         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
13924         (FTS): Use struct hash_table * instead of Hash_table, so that
13925         we no longer need to include hash.h here.
13926
13927 2005-05-18  Jim Meyering  <jim@meyering.net>
13928
13929         * modules/dirfd (License): Change to LGPL.  Most of the code
13930         is already in the public domain.
13931
13932 2005-05-18  Jim Meyering  <jim@meyering.net>
13933
13934         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
13935         Reported by Yoann Vandoorselaere.
13936
13937 2005-05-17  Jim Meyering  <jim@meyering.net>
13938
13939         * m4/fts.m4: New file, from coreutils.
13940
13941 2005-05-17  Jim Meyering  <jim@meyering.net>
13942
13943         * lib/fts.c, lib/fts_.h: New files, from coreutils.
13944
13945 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13946
13947         Sync from coreutils.
13948         * m4/unlinkdir.m4: New file.
13949
13950 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13951
13952         Sync from coreutils.
13953         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
13954         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
13955         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
13956         White space changes only.
13957         * lib/makepath.c (make_path): Port to hosts where leading "//" is
13958         special.
13959         * lib/yesno.c: Include getline.h, not ctype.h.
13960         (yesno): Don't remove leading white space; POSIX doesn't allow it.
13961         Use getline to remove arbitrary restriction on response length.
13962
13963 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
13964
13965         * config/srclist-update: Spell out "Street" in FSF postal
13966         mail address; this is the style the FSF seems to prefer.
13967
13968         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
13969         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
13970         this updates FSF postal mail address.
13971
13972         Sync from coreutils.
13973         * modules/unlinkdir: New file.
13974         * modules/yesno (Depends-on): Add getline.
13975         * MODULES.html.sh (File system functions): Add unlinkdir.
13976
13977 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
13978
13979         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
13980         lib/strsep.h:
13981         Change the initial comment to refer to GPL, not LGPL.
13982         gnulib-tool will change it to LGPL as needed.
13983
13984         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
13985         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
13986         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
13987         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
13988         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
13989         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
13990         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
13991         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
13992         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
13993         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
13994         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
13995         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
13996         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
13997         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
13998         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
13999         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
14000         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
14001         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
14002         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
14003         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
14004         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
14005         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
14006         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
14007         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
14008         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
14009         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
14010         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
14011         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
14012         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
14013         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
14014         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
14015         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
14016         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
14017         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
14018         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
14019         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
14020         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
14021         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
14022         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
14023         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
14024         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
14025         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
14026         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
14027         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
14028         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
14029         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
14030         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
14031         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
14032         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
14033         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
14034         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
14035         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
14036         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
14037         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
14038         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
14039         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
14040         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
14041         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
14042         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
14043         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
14044         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
14045         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
14046         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
14047         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
14048         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
14049         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
14050         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
14051         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
14052         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
14053         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
14054         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
14055         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
14056         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
14057         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
14058         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
14059         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
14060         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
14061         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
14062         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
14063         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
14064         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
14065         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
14066         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
14067         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
14068         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
14069         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
14070         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
14071         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
14072         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
14073         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
14074         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
14075         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
14076         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
14077         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
14078         lib/yesno.c, lib/yesno.h:
14079         Update FSF postal mail address.
14080
14081 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14082
14083         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
14084         tests/test-memmem.c, tests/test-stpncpy.c:
14085         Update FSF postal mail address.
14086
14087 2005-05-13  Bruno Haible  <bruno@clisp.org>
14088
14089         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
14090         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
14091         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
14092         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
14093         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
14094         Add support for 64-bit integers in the MSVC compiler.
14095
14096 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14097
14098         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
14099
14100 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
14101
14102         * gnulib-tool (func_import): Sort and uniquify recommended includes.
14103
14104 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
14105
14106         * doc/getdate.texi (General date syntax): Don't say that date
14107         date --iso-8601=ns generates acceptable dates; it doesn't yet.
14108         Problem reported by Nic Ferrier.
14109
14110 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14111
14112         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
14113         specified in ai_socktype. Fix invalid ai_protocol
14114         check. ai_protocol is usually set to 0 or depending on
14115         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
14116         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
14117         ai_socktype / ai_protocol in the returned addrinfo structure.
14118
14119 2005-05-10  Simon Josefsson  <jas@extundo.com>
14120
14121         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
14122         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14123
14124 2005-05-10  Karl Berry  <karl@gnu.org>
14125
14126         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
14127         (from http://www.gnu.org/licenses).
14128         * doc/COPYING.LIB: also rename to COPYING.LESSER.
14129         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
14130         fdl.texi suffices.
14131
14132 2005-05-10  Karl Berry  <karl@gnu.org>
14133
14134         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
14135         (COPYING.DOC): remove.
14136
14137         * config/srclist-update: new FSF address.
14138
14139 2005-05-10  Derek Price  <derek@ximbiot.com>
14140
14141         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
14142         possible.
14143
14144 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14145             Bruno Haible  <bruno@clisp.org>
14146
14147         * modules/inet_ntop: New file.
14148         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14149         inet_ntop.
14150
14151 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14152             Bruno Haible  <bruno@clisp.org>
14153
14154         * m4/inet_ntop.m4: New file.
14155
14156 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14157             Bruno Haible  <bruno@clisp.org>
14158
14159         * lib/inet_ntop.h: New file.
14160         * lib/inet_ntop.c: New file, from glibc with modifications.
14161
14162 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
14163
14164         * modules/time_r (License): Change to LGPL.
14165         * modules/extensions (License): Change to LGPL.  Actually,
14166         the license is more permissive than that, but currently gnulib-tool
14167         doesn't know how to handle more-permissive licenses.
14168
14169         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
14170         Problem reported by Dave Love.
14171
14172 2005-05-08  Jim Meyering  <jim@meyering.net>
14173
14174         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
14175         blank.
14176
14177 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
14178
14179         * modules/argmatch (Depends-on): Add stdbool.
14180         * modules/backupfile (Depends-on): Likewise.
14181         * modules/chdir-long (Depends-on): Likewise.
14182         * modules/closeout (Depends-on): Likewise.
14183         * modules/cycle-check (Depends-on): Likewise.
14184         * modules/dirname (Depends-on): Likewise.
14185         * modules/fnmatch (Depends-on): Likewise.
14186         * modules/fsusage (Depends-on): Likewise.
14187         * modules/fwriteerror (Depends-on): Likewise.
14188         * modules/getcwd (Depends-on): Likewise.
14189         * modules/getloadavg (Depends-on): Likewise.
14190         * modules/hard-locale (Depends-on): Likewise.
14191         * modules/makepath (Depends-on): Likewise.
14192         * modules/mountlist (Depends-on): Likewise.
14193         * modules/nanosleep (Depends-on): Likewise.
14194         * modules/posixtm (Depends-on): Likewise.
14195         * modules/quotearg (Depends-on): Likewise.
14196         * modules/readtokens (Depends-on): Likewise.
14197         * modules/readtokens0 (Depends-on): Likewise.
14198         * modules/readutmp (Depends-on): Likewise.
14199         * modules/save-cwd (Depends-on): Likewise.
14200         * modules/strftime (Depends-on): Likewise.
14201         * modules/userspec (Depends-on): Likewise.
14202         * modules/utimecmp (Depends-on): Likewise.
14203         * modules/xgetcwd (Depends-on): Likewise.
14204         * modules/xnanosleep (Depends-on): Likewise.
14205         * modules/xstrtod (Depends-on): Likewise.
14206         * modules/yesno (Depends-on): Likewise.
14207
14208 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
14209
14210         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
14211         needless checks.
14212
14213 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14214
14215         Merge from coreutils.  Among other things,
14216         add bulletproofing for cases where stdin, stdout, or stderr are closed.
14217         * lib/fd-safer.c: New file.
14218         * lib/fcntl-safer.h, open-safer.c: Remove.
14219         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
14220         * lib/dup-safer.c: Include unistd-safer.h first.
14221         Don't include errno.h.
14222         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
14223         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
14224         * lib/file-type.c: Rely on file-type.h change.
14225         * lib/getloadavg.c: Include unistd-safer.h.
14226         (getloadavg): Use safer open.
14227         * lib/getusershell.c: Include "stdio-safer.h".
14228         (getusershell): Use safer fopen.
14229         * lib/long-options.c (long_options): Use NULL rather than 0.
14230         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
14231         'free'.
14232         * lib/modechange.c: Likewise.
14233         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
14234         (MODE_DONE): New constant.
14235         (struct mode_change): Remove 'next' member.
14236         (make_node_op_equals): New function; like the old one of the
14237         same name, except it allocates an array.
14238         (mode_compile, mode_create_from_ref): Use it.
14239         (mode_compile): Allocate result as an array, not a linked list.
14240         Parse octal string ourself, so that we catch mistakes like "+0".
14241         (mode_adjust): Arg is an array, not a linked list.
14242         * lib/modechange.c: Include stat-macros.h, xalloc.h.
14243         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
14244         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
14245         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
14246         Remove.  This is now stat-macros.h's job.
14247         (talloc): Remove.  All callers replaced by xalloc, so that
14248         our invokers don't have to worry about reporting memory failures.
14249         (make_node_op_equals): Remove.
14250         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14251         New constants.
14252         (struct mode_change): Moved here from modechange.h.
14253         (mode_append_entry): Remove.
14254         (mode_compile): Remove MASKED_OPS arg, since it encouraged
14255         apps to have incorrect behavior.  Use simpler algorithm for head
14256         and tail.  Don't futz with umask; that's now the job of mode_adjust.
14257         Detect more invalid usages rather than having somewhat-random behavior.
14258         Don't insert an "a=" action, as that leads to incorrect behavior.
14259         (mode_compile, mode_create_from_ref): Return NULL on error instead
14260         of an enum, since now there's only one way to have an error.  All
14261         callers changed.
14262         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
14263         at the correct time.  Simplify calculation of "+u" and its ilk.
14264         Don't mishandle "+X".
14265         (mode_free): Remove "register" and localize decls.
14266         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14267         (struct mode_change): Move to modechange.c; callers don't
14268         need to see this stuff.
14269         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
14270         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
14271         (mode_change, mode_adjust): Reflect the new signatures noted above.
14272         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
14273         that might redefine system include files.
14274         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
14275         (my_usleep): Use NULL rather than (void *) 0.
14276         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
14277         Use siginterrupt to specify that system calls should be interrupted.
14278         (rpl_nanosleep): Move initialization of suspended closer to call of
14279         my_usleep.
14280         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
14281         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
14282         (desirable_utmp_entry): New function.
14283         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
14284         using x2nrealloc, to simplify logic.
14285         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
14286         size calculation.  Do not assume utmp file is a regular file.
14287         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
14288         (READ_UTMP_CHECK_PIDS): New constant.
14289         * lib/save-cwd.c: Include unistd-safer.h.
14290         (save_cwd): Use fd_safer.
14291         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
14292         [!_LIBC] Include "stat-macros.h" instead.
14293         * lib/unistd-safer.h (fd_safer): New decl.
14294
14295 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14296
14297         * modules/getloadavg (Depends-on): Add unistd-safer.
14298         * modules/getusershell (Depends-on): Add stdio-safer.
14299         * modules/lstat (Depends-on): Remove xalloc.
14300         * modules/mkstemp (Depends-on): Add stat-macros.
14301         * modules/modechange (Depends-on): Remove xstrtol.
14302         Add stat-macros, xalloc.
14303         * modules/save-cwd (Depends-on): Add unistd-safer.
14304         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
14305         * modules/unistd-safer (Files): Add lib/fd-safer.c
14306         (Makefile.am): Remove lib_SOURCES.
14307
14308         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
14309         Remove fcntl-safer; unistd-safer supersedes it.
14310
14311 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14312
14313         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
14314         AC_HEADER_STAT.
14315         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
14316         (gl_PREREQ_CHOWN): Remove.
14317         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
14318         it.  Don't require AC_HEADER_STAT.
14319         (gl_PREREQ_LSTAT): Remove.
14320         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
14321         Don't require AC_HEADER_STAT.
14322         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
14323         (gl_PREREQ_RMDIR): Remove.
14324         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
14325         mention stat-macros.h or AC_HEADER_STAT, since we'll make
14326         the stat-macros module a prerequisite.
14327         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
14328         * m4/filemode.m4 (gl_FILEMODE): Likewise.
14329         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
14330         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
14331         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
14332         variable names.
14333         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
14334         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
14335         variable prefixes.
14336         * m4/fcntl-safer.m4: Remove.
14337         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
14338         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
14339         Invoke gl_PREREQ_FD_SAFER.
14340         (gl_PREREQ_FD_SAFER): New macro.
14341         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
14342         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
14343         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
14344         Remove duplicate call to AC_LIBOBJ(readutmp).
14345         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
14346
14347         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
14348         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
14349
14350 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14351
14352         * MODULES.html.sh (Misc): Add byteswap.
14353
14354 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14355
14356         * modules/getcwd (Depends-on): Add extensions.
14357         * modules/openat (Depends-on): Likewise.
14358
14359 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14360
14361         * modules/byteswap: New file.
14362
14363 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14364
14365         * m4/byteswap.m4: New file.
14366
14367 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14368
14369         * lib/byteswap_.h: New file.
14370
14371 2005-04-25  Karl Berry  <karl@gnu.org>
14372
14373         * m4/gettext.m4: Update from GNU gettext 0.14.4.
14374
14375 2005-04-25  Albert Chin  <china@thewrittenword.com>
14376
14377         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
14378         Toolkit C bug.
14379
14380 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
14381
14382         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
14383         (func_ln_if_changed) Remove forcibly for no error message
14384         in case file does not exist.
14385
14386 2005-04-19  Simon Josefsson  <jas@extundo.com>
14387
14388         * gnulib-tool (Options): Make --symlink mean --symbolic.
14389
14390 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
14391
14392         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
14393
14394 2005-04-16  Simon Josefsson  <jas@extundo.com>
14395
14396         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
14397
14398 2005-04-15  Simon Josefsson  <jas@extundo.com>
14399
14400         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
14401
14402 2005-04-15  Simon Josefsson  <jas@extundo.com>
14403
14404         * gnulib-tool: Rename --symlink to --symbolic.
14405
14406 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
14407
14408         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
14409         symbolic links to files instead of copying/moving.  Add --aux-dir,
14410         specifying directory relative --dir where auxiliary build tools
14411         are placed.
14412
14413 2005-04-14  Bruno Haible  <bruno@clisp.org>
14414
14415         * modules/allocsa (License): Change to LGPL.
14416         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
14417
14418 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14419
14420         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
14421         that "UTC +1 second" continues to work.  Problem reported
14422         by Dmitry V. Levin.
14423         (relunit_snumber): New rule.
14424         (relunit): Use it.
14425
14426 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14427
14428         * lib/getdate.y (universal_time_zone_table): New constant.
14429         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
14430         universal_time_zone_table.
14431         (lookup_zone): Prefer universal_time_zone_table to
14432         local_time_zone_table, so that "GMT" time stamps are allowed in
14433         London during the summer.  Problem reported by Ian Abbott.
14434
14435 2005-04-12  Jim Meyering  <jim@meyering.net>
14436
14437         * lib/human.c (humblock): Set *options even when returning due to
14438         xstrtoumax conversion failure.  Thanks to a used-uninitialized
14439         warning from gcc-4.
14440
14441 2005-04-09  Jim Meyering  <jim@meyering.net>
14442
14443         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
14444         -Wuninitialized: initialize tm0.tm_year.
14445
14446 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
14447
14448         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
14449         count, since there's no maximum.  All uses changed.
14450         Add member dsts_seen.
14451         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
14452         not being INT_MAX.
14453         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
14454         Use pc_rels_seen to decide whther a date is absolute.
14455
14456         * lib/getdate.y (number): Don't overwrite year.
14457         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
14458         check.
14459
14460 2005-04-02  Simon Josefsson  <jas@extundo.com>
14461
14462         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
14463         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
14464
14465 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
14466
14467         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
14468         where no absolute path name can be longer than PATH_MAX.
14469
14470 2005-03-27  Jim Meyering  <jim@meyering.net>
14471
14472         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
14473
14474 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
14475
14476         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
14477         "one's complement" -> "ones' complement" in comment, as per Knuth.
14478         "value of type" -> "type or expression" in comment.
14479         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
14480
14481 2005-03-26  Jim Meyering  <jim@meyering.net>
14482
14483         Comment nits.
14484         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
14485         Correct typos: s/or/of/.
14486
14487 2005-03-26  Jim Meyering  <jim@meyering.net>
14488
14489         * modules/check-include-files: Move to ../ and rename to...
14490         * check-module: ...this.
14491
14492 2005-03-25  Jim Meyering  <jim@meyering.net>
14493
14494         * modules/xvasprintf (Files): Add xalloc.h.
14495
14496 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
14497
14498         * modules/gettext (Files): config/config.rpath ->
14499         build-aux/config.rpath
14500         * modules/iconv (Files): Likewise.
14501         Problem reported by Oskar Liljeblad.
14502
14503 2005-03-23  Jim Meyering  <jim@meyering.net>
14504
14505         * modules/check-include-files: New script to check for
14506         missing dependencies, multiple includes, etc.
14507
14508         * modules/c-strtold (Depends-on): Add xalloc.
14509         * modules/c-strtod (Depends-on): Add xalloc.
14510         * modules/hash (Depends-on): Add xalloc.
14511         (Files): Remove lib/xalloc.h.
14512
14513         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
14514         * modules/userspec (Files): Add lib/inttostr.h.
14515
14516 2005-03-23  Jim Meyering  <jim@meyering.net>
14517
14518         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
14519
14520 2005-03-22  Jim Meyering  <jim@meyering.net>
14521
14522         * modules/stat-macros: New module.
14523         * modules/canonicalize, modules/euidaccess, modules/file-type,
14524         * modules/filemode, modules/lchown, modules/makepath,
14525         * modules/rmdir, modules/stat: Depend on new stat-macros module
14526         rather than listing lib/stat-macros.h manually.
14527         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
14528
14529 2005-03-22  Jim Meyering  <jim@meyering.net>
14530
14531         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
14532
14533 2005-03-22  Bruno Haible  <bruno@clisp.org>
14534
14535         * config/srclist.txt: Replace target directory 'config' with
14536         'build-aux'.
14537         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
14538         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
14539         ../build-aux/.
14540
14541 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
14542
14543         * modules/chdir-long (Depends-on): Add mempcpy.
14544
14545         * modules/acl, modules/backupfile, modules/c-strtod,
14546         modules/c-strtold, modules/canon-host, modules/canonicalize,
14547         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
14548         modules/exclude, modules/exitfail, modules/file-type,
14549         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
14550         modules/getdate, modules/getline, modules/getpagesize,
14551         modules/getpass, modules/getugroups, modules/group-member,
14552         modules/hard-locale, modules/hash, modules/human, modules/idcache,
14553         modules/inttostr, modules/long-options, modules/makepath,
14554         modules/md5, modules/memcasecmp, modules/memcoll,
14555         modules/modechange, modules/mountlist, modules/path-concat,
14556         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
14557         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
14558         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
14559         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
14560         modules/strftime, modules/strndup, modules/strverscmp,
14561         modules/timespec, modules/unlocked-io, modules/userspec,
14562         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
14563         modules/yesno:
14564         Remove lib_SOURCES line from Makefile.am section, as this is now
14565         done automatically by the corresponding Autoconf macro.
14566
14567 2005-03-21  Jim Meyering  <jim@meyering.net>
14568
14569         Changes imported from coreutils.
14570
14571         * lib/cycle-check.c: Don't include xalloc.h.
14572
14573         * lib/path-concat.c: Don't include assert.h.
14574         (path_concat): Remove assertion that would have triggered
14575         for ABASE starting with more than one slash.
14576         Reported by Andreas Schwab.
14577
14578         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
14579         properly when ABASE is an absolute file name.
14580         Correct the description of this function.
14581         Include <assert.h>.
14582         Add an assertion and a test driver.
14583         This fixes a bug introduced on 2004-07-02.
14584         Andreas Schwab reported the resulting failure of cp --parents:
14585         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
14586
14587 2005-03-21  Jim Meyering  <jim@meyering.net>
14588
14589         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
14590         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
14591
14592 2005-03-21  Jim Meyering  <jim@meyering.net>
14593         and  Paul Eggert  <eggert@cs.ucla.edu>
14594
14595         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
14596         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
14597         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
14598         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
14599         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
14600         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
14601         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
14602         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
14603         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
14604         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
14605         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
14606         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
14607         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
14608         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
14609         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
14610         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
14611         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
14612         for these modules.
14613
14614 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14615
14616         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
14617         (which shouldn't happen), generate nothing instead of returning 0
14618         immediately, so that nstrftime (NULL, ...) doesn't return 0.
14619
14620 2005-03-16  Bruno Haible  <bruno@clisp.org>
14621
14622         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
14623         HAVE_LONGLONG_64BIT.
14624
14625 2005-03-16  Bruno Haible  <bruno@clisp.org>
14626
14627         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
14628         HAVE_LONGLONG_64BIT.
14629
14630 2005-03-16  Bruno Haible  <bruno@clisp.org>
14631
14632         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
14633         HAVE_LONGLONG_64BIT.
14634
14635 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14636
14637         * lib/strftime.c (my_strftime): Prepend space to format so that we can
14638         reliably distinguish strftime failure from empty output on POSIX
14639         hosts.
14640
14641 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14642
14643         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
14644         (iconv_string): Don't guess a size-zero buffer, as that might cause
14645         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
14646         result would be 'too large', where 'too large' is (heuristically)
14647         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
14648         overflow concerns.  This will prevent some unwanted malloc failures
14649         when the inputs are very large.
14650
14651 2005-03-15  Karl Berry  <karl@gnu.org>
14652
14653         * config/srclist.txt (config.rpath): from gettext.
14654         * config/config.rpath: update.
14655
14656 2005-03-15  Bruno Haible  <bruno@clisp.org>
14657
14658         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
14659         to 'negate'.
14660
14661         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
14662         variable.
14663
14664         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
14665         results.
14666
14667 2005-03-14  Simon Josefsson  <jas@extundo.com>
14668
14669         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
14670         <fx@gnu.org>.
14671
14672 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
14673
14674         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
14675         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
14676         intprops.h.
14677         * lib/strtol.c: Likewise.
14678
14679 2005-03-14  Jim Meyering  <jim@meyering.net>
14680
14681         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
14682         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
14683         to be nonzero so that we (and caller) can detect the difference
14684         between a valid zero-length expansion and an error return, even
14685         when the underlying strftime fails before writing anything into
14686         that location.
14687
14688 2005-03-14  Bruno Haible  <bruno@clisp.org>
14689
14690         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
14691         Update from GNU gettext 0.14.3.
14692
14693 2005-03-10  Jim Meyering  <jim@meyering.net>
14694
14695         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
14696
14697 2005-03-10  Jim Meyering  <jim@meyering.net>
14698
14699         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
14700         so that this module works on systems without fchdir.
14701
14702 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
14703
14704         Factor int-properties macros into a single file, except for
14705         glibc-related files.
14706         * lib/intprops.h: New file.
14707         * lib/getloadavg.c: Include it instead of limits.h.
14708         (INT_STRLEN_BOUND): Remove.
14709         * lib/human.c: Include intprops.h.
14710         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
14711         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
14712         302/1000.
14713         * lib/inttostr.h: Include intprops.h instead of limits.h.
14714         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
14715         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
14716         for consistency with intprops.h.
14717         (time_t_is_integer, twos_complement_arithmetic): Use them.
14718         * lib/sig2str.h: Include <signal.h>, intprops.h.
14719         (INT_STRLEN_BOUND): Remove.
14720         * lib/strftime.c (TYPE_SIGNED): Remove.
14721         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
14722         * lib/strtol.c: Adjust comments to match intprops.h.
14723         * lib/userspec.c: Include intprops.h.
14724         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
14725         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
14726         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
14727         instead of rolling our own expressions.
14728         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
14729
14730         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
14731         instead of int.
14732         (my_strftime): Do not mishandle years close to INT_MAX, by doing
14733         the right thing even if adding 1900 would overflow.  Similarly
14734         for tm_mon + 1 and tm_yday + 1.
14735         Make %Y always equivalent to %C%y, and similarly for %G and %g.
14736         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
14737         (DO_SIGNED_NUMBER): New macro.
14738         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
14739
14740 2005-03-07  Bruno Haible  <bruno@clisp.org>
14741
14742         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
14743
14744 2005-03-07  Bruno Haible  <bruno@clisp.org>
14745
14746         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
14747
14748 2005-03-04  Derek R. Price  <derek@ximbiot.com>
14749
14750         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
14751         (func_import): Only replace files via --import when they have actually
14752         changed.
14753
14754 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14755
14756         * m4/mmap-anon.m4: New file.
14757         * m4/pagealign_alloc.m4: New file.
14758
14759 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14760             Bruno Haible  <bruno@clisp.org>
14761
14762         * modules/pagealign_alloc: New file.
14763         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
14764
14765 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14766             Bruno Haible  <bruno@clisp.org>
14767
14768         * lib/pagealign_alloc.h: New file.
14769         * lib/pagealign_alloc.c: New file.
14770
14771 2005-03-03  Bruno Haible  <bruno@clisp.org>
14772
14773         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
14774         Use an all-permissive copyright notice, recommended by RMS.
14775
14776 2005-03-02  Bruno Haible  <bruno@clisp.org>
14777
14778         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
14779         of AIX, the replacement has to be done only after <string.h> is
14780         included, therefore not in config.h. stpncpy.h does the replacement,
14781         and stpncpy.c uses it.
14782
14783 2005-03-02  Bruno Haible  <bruno@clisp.org>
14784
14785         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
14786         stpncpy.c uses it.
14787
14788 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14789
14790         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
14791         The workaround isn't strictly needed for POSIX conformance, and
14792         it's too much of a pain to configure and maintain.  We'll ask
14793         people to fix their kernels instead.
14794         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
14795         (NANOSLEEP_BUG_WORKAROUND): Remove.
14796         (xnanosleep): Remove the workaround.
14797
14798 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14799
14800         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
14801         Reported by Derek Price.
14802         (Include): Add "timespec.h".
14803
14804         * modules/xnanosleep (Depends-on): Remove gethrxtime.
14805
14806 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14807
14808         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
14809         to detect nanosleep bug.
14810
14811 2005-03-01  Bruno Haible  <bruno@clisp.org>
14812
14813         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
14814
14815 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
14816
14817         * modules/gethrxtime: New file.
14818         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
14819         (Depends-on): Add gethrxtime.
14820         (configure.ac): Add gl_XNANOSLEEP.
14821         (Makefile.am): Remove lib_SOURCES line.
14822
14823 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14824
14825         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
14826         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
14827
14828 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
14829
14830         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
14831         * lib/timespec.h (gettime): Return void, since it always
14832         succeeds now.  All uses changed.
14833         * lib/gettime.c (gettime) Likewise.
14834         [HAVE_NANOTIME]: Prefer nanotime.
14835         Assume gettimeofday succeeds, as POSIX requires.
14836         Assime time () succeeds, since other code already does.
14837         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
14838         (timespec_subtract): Remove.
14839         (NANOSLEEP_BUG_WORKAROUND): New constant.
14840         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
14841         things considerably.  Use it only on GNU/Linux hosts, since the
14842         workaround shouldn't be needed elsewhere.
14843
14844 2005-02-24  Bruno Haible  <bruno@clisp.org>
14845
14846         * modules/gettext (Files): Add m4/glibc2.m4.
14847
14848 2005-02-24  Bruno Haible  <bruno@clisp.org>
14849
14850         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
14851         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
14852         * m4/progtest.m4:
14853         Update from GNU gettext 0.14.2.
14854         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
14855
14856 2005-02-24  Bruno Haible  <bruno@clisp.org>
14857
14858         * lib/localcharset.c: Update from GNU gettext 0.14.2.
14859         * lib/config.charset: Update from GNU gettext 0.14.2.
14860
14861 2005-02-24  Bruno Haible  <bruno@clisp.org>
14862
14863         * lib/gettext.h: Update from GNU gettext 0.14.2.
14864
14865 2005-02-23  Simon Josefsson  <jas@extundo.com>
14866
14867         * m4/iconvme.m4: New file.
14868
14869 2005-02-23  Jim Meyering  <jim@meyering.net>
14870
14871         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
14872         change.
14873         Thanks to Bruno Haible for catching it.
14874
14875 2005-02-22  Simon Josefsson  <jas@extundo.com>
14876
14877         * modules/iconvme: New file.
14878
14879         * MODULES.html.sh: Add iconvme.
14880
14881 2005-02-22  Simon Josefsson  <jas@extundo.com>
14882
14883         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
14884
14885 2005-02-22  Simon Josefsson  <jas@extundo.com>
14886
14887         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
14888
14889 2005-02-22  Jim Meyering  <jim@meyering.net>
14890
14891         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
14892         s/ifndef/ifdef/.
14893
14894 2005-02-20  Neil Conway  <neilc@samurai.com>
14895
14896         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
14897         returned by OSX/Darwin if the specified buffer is not large
14898         enough for the hostname.
14899
14900 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14901
14902         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
14903         pass it to _help, otherwise the latter coredumps trying to
14904         dereference state.root_argp.
14905
14906 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14907
14908         * modules/chdir-long (Depends-on): Add memrchr.
14909         * modules/memrchr (Files): Add lib/memrchr.h.
14910         (Include): "memrchr.h".
14911
14912 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14913
14914         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
14915
14916 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
14917
14918         * lib/memrchr.h: New file.
14919         * lib/chdir-long.c: Include it.
14920         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
14921         Don't bother including stddef.h.
14922
14923 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
14924
14925         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
14926         inclusion.
14927         Include <sys/types.h>, for dev_t.
14928         (ME_DUMMY, ME_REMOTE): Move from here....
14929         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
14930         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
14931         Dmitry V. Levin.
14932         Include mountlist.h first, to test the interface.
14933
14934 2005-01-29  Bruno Haible  <bruno@clisp.org>
14935
14936         * lib/progname.c (program_name): Initialize.
14937         Needed when linking statically on MacOS X.
14938
14939 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14940
14941         Sync from coreutils.
14942         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
14943         (Depends-on): Add c-strtod.
14944         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
14945
14946 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
14947
14948         Sync from coreutils.
14949         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
14950
14951         Remove files that are specific to coreutils.
14952         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
14953
14954 2005-01-28  Bruno Haible  <bruno@clisp.org>
14955
14956         * modules/javacomp: New file.
14957         * MODULES.html.sh (Java): Add javacomp.
14958
14959 2005-01-28  Bruno Haible  <bruno@clisp.org>
14960
14961         * m4/javacomp.m4: New file, from GNU gettext.
14962
14963 2005-01-28  Bruno Haible  <bruno@clisp.org>
14964
14965         * lib/javacomp.sh.in: New file, from GNU gettext.
14966         * lib/javacomp.h: New file, from GNU gettext.
14967         * lib/javacomp.c: New file, from GNU gettext.
14968
14969 2005-01-26  Simon Josefsson  <jas@extundo.com>
14970
14971         * lib/gai_strerror.c: Use GPL in header.
14972
14973 2005-01-26  Bruno Haible  <bruno@clisp.org>
14974
14975         * modules/javaexec: New file.
14976         * MODULES.html.sh (Java): Add javaexec.
14977
14978 2005-01-26  Bruno Haible  <bruno@clisp.org>
14979
14980         * m4/javaexec.m4: New file, from GNU gettext.
14981
14982 2005-01-26  Bruno Haible  <bruno@clisp.org>
14983
14984         * lib/javaexec.sh.in: New file, from GNU gettext.
14985         * lib/javaexec.h: New file, from GNU gettext.
14986         * lib/javaexec.c: New file, from GNU gettext.
14987
14988 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14989
14990         * modules/lchown (Depends-on): Remove lchown.h
14991
14992 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14993
14994         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
14995         must be defined if the header file was not found, in order
14996         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
14997
14998 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14999
15000         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
15001         initializers for struct pentry_state.
15002         (__argp_error): Check return value of __asprintf
15003         (__argp_failure): Translate error message
15004
15005         * lib/argp-parse.c: Removed braces around the expansion of N_()
15006
15007 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15008
15009         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
15010         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
15011         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
15012         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
15013         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
15014         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
15015         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
15016         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
15017         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
15018         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
15019         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
15020         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
15021         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
15022         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
15023         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
15024         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
15025         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
15026         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
15027         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
15028         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
15029         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
15030         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
15031         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
15032         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
15033         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
15034         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
15035         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
15036         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
15037         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
15038         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
15039         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
15040         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
15041         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
15042         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
15043         xstrtol.m4, xstrtoumax.m4, yesno.m4:
15044         Use an all-permissive copyright notice, recommended by RMS.
15045
15046 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
15047
15048         * modules/chdir-long (Depends-on): Remove mempcpy.
15049
15050 2005-01-21  Jim Meyering  <jim@meyering.net>
15051
15052         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
15053         same value as for Solaris 9.
15054
15055         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
15056         component length.  This included changing the parameter to be
15057         of type `char *' rather than `char const *'.
15058         * lib/chdir-long.h (chdir_long): Update prototype.
15059
15060         * lib/openat.c (fdopendir, fstatat): New functions.
15061         * lib/openat.h: Include headers required for use of DIR and struct
15062         stat.
15063         [AT_SYMLINK_NOFOLLOW]: Define.
15064         (fdopendir, fstatat): Add prototypes.
15065
15066 2005-01-21  Bruno Haible  <bruno@clisp.org>
15067
15068         * modules/classpath: New file.
15069         * MODULES.html.sh (Java): Add classpath.
15070
15071 2005-01-21  Bruno Haible  <bruno@clisp.org>
15072
15073         * lib/classpath.h: New file, from GNU gettext.
15074         * lib/classpath.c: New file, from GNU gettext.
15075
15076 2005-01-20  Simon Josefsson  <jas@extundo.com>
15077
15078         * modules/version-etc-fsf: New file.
15079
15080 2005-01-20  Simon Josefsson  <jas@extundo.com>
15081
15082         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
15083         * lib/version-etc.c: Remove version_etc_copyright.
15084         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
15085         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
15086
15087 2005-01-20  Simon Josefsson  <jas@extundo.com>
15088
15089         * lib/base64.h (isbase64): Add.
15090
15091         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
15092         using a unsigned prototype, don't inline.
15093         (base64_decode): Use it.
15094
15095 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15096
15097         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
15098         it.
15099
15100 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15101
15102         * lib/save-cwd.c (save_cwd): Remove code to support the case
15103         where fchdir is missing or flaky.
15104
15105 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15106
15107         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
15108
15109 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
15110
15111         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
15112         AC_LIBSOURCES now does this.
15113         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
15114         with new ullong_max module.
15115
15116 2005-01-19  Bruno Haible  <bruno@clisp.org>
15117
15118         * modules/sh-quote: New file.
15119         * MODULES.html.sh (Executing programs): Add sh-quote.
15120
15121 2005-01-19  Bruno Haible  <bruno@clisp.org>
15122
15123         * lib/sh-quote.h: New file, from GNU gettext.
15124         * lib/sh-quote.c: New file, from GNU gettext.
15125
15126 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15127
15128         Merge from coreutils.
15129         * m4/ullong_max.m4: New file.
15130         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
15131         (gl_MACROS): Assume localeconv exists.
15132
15133 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15134
15135         Merge changes from coreutils, as described below in several
15136         changelogs dated today.
15137
15138         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
15139         (O_DIRECTORY): Remove; not needed here, since "." must be
15140         a directory.  All uses removed.
15141         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
15142         universal on Suns, and we also need to test for IRIX.
15143         Revamp code to use 'if' rather than '#if'.
15144         Avoid unnecessary comparison of cwd->desc to 0.
15145
15146         * lib/utimens.c (futimens): Robustify the previous patch, by checking
15147         for known valid error numbers rather than observed invalid ones.
15148
15149 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15150
15151         * modules/ullong_max: New file.
15152
15153         * modules/chdir-long, modules/openat: New files.
15154         * modules/save-cwd (Depends-on): Depend on chdir-long.
15155         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
15156
15157 2005-01-18  Jim Meyering  <jim@meyering.net>
15158
15159         Merge from coreutils.
15160         * m4/chdir-long.m4, m4/openat.m4: New files.
15161         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
15162         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
15163         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
15164         is sane and DOES follow symlinks.  Besides, testing 20 different
15165         systems found no broken chown implementations.
15166         Prompted by a change in rsync's copy of this macro.
15167         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
15168
15169         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
15170
15171         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
15172         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
15173         NULL-means-set-to-current-time semantics.
15174         Remove temporary file immediately, rather than waiting
15175         for configure's at-exit trap code to do it.
15176
15177 2005-01-18  Jim Meyering  <jim@meyering.net>
15178
15179         * lib/version-etc.c (version_etc_copyright): Update copyright date.
15180
15181         * lib/utimens.c (futimens): Account for the fact that futimes
15182         can also fail with errno == ENOSYS or errno == ENOENT.
15183         Patch from Dmitry V. Levin.
15184
15185         Change the name of the robust chdir function from chdir to chdir_long.
15186         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
15187         (restore_cwd): Use chdir_long, not chdir.
15188         * lib/chdir-long.c: Renamed from chdir.c.
15189         * lib/chdir-long.h: Renamed from chdir.h.
15190         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
15191         Hurd.
15192
15193 2005-01-18  Bruno Haible  <bruno@clisp.org>
15194
15195         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
15196         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
15197         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
15198         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
15199         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
15200         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
15201         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
15202         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
15203         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
15204         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
15205         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
15206         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
15207         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
15208         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
15209         Use an all-permissive copyright notice, recommended by RMS.
15210
15211 2005-01-18  Bob Proulx  <bob@proulx.com>
15212
15213         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
15214         simplify offsetof() macro construct to avoid compile failure with
15215         native HP-UX 11.0 ANSI C compiler.
15216
15217 2005-01-17  Bruno Haible  <bruno@clisp.org>
15218
15219         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
15220         redundant because stpncpy.m4 takes care of it.
15221
15222 2005-01-17  Bruno Haible  <bruno@clisp.org>
15223
15224         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
15225
15226 2005-01-17  Bruno Haible  <bruno@clisp.org>
15227
15228         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
15229         used.
15230
15231 2005-01-17  Bruno Haible  <bruno@clisp.org>
15232
15233         * lib/fwriteerror.h (fwriteerror): Change specification to include
15234         fclose.
15235         * lib/fwriteerror.c: Include <stdbool.h>.
15236         (fwriteerror): At the end, close the file stream. Record whether
15237         stdout was already closed.
15238
15239 2005-01-17  Bruno Haible  <bruno@clisp.org>
15240
15241         * lib/execute.c (environ): Declare if needed.
15242         * lib/pipe.c (environ): Likewise.
15243         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
15244
15245 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15246
15247         * modules/argp: Depend on vsnprintf
15248
15249 2005-01-10  Jim Meyering  <jim@meyering.net>
15250
15251         * modules/closeout (Depends-on): Add atexit.
15252
15253 2005-01-06  Bruno Haible  <bruno@clisp.org>
15254
15255         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
15256
15257 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15258
15259         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
15260         definitions to be after all include files, to avoid collisions.
15261         Problem reported by Bob Proulx.
15262
15263 2005-01-04  Jim Meyering  <jim@meyering.net>
15264
15265         Changes imported from coreutils.
15266         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
15267         as the mkstemp template, use a temporary directory and an
15268         8.3-friendly template to avoid trouble on systems like DJGPP.
15269         Reported by Juan M. Guerrero via Stepan Kasal.
15270         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
15271         close. Remove the temporary directory right away, rather than waiting
15272         for configure's at-exit trap code to do it.
15273         Suggestion from Stepan Kasal.
15274
15275 2005-01-01  Simon Josefsson  <jas@extundo.com>
15276
15277         * gnulib-tool: Print #include directives when --import'ing.
15278
15279 2004-12-28  Simon Josefsson  <jas@extundo.com>
15280
15281         * tests/test-base64.c: Include required header files.  Remove
15282         unused variables.
15283
15284 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15285
15286         * modules/error (Depends-on): Remove gettext.
15287
15288 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15289
15290         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
15291         not needed.  This removes a dependency on the gettext module.
15292         [defined _LIBC]: Do not include <libintl.h>; not needed.
15293
15294 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15295
15296         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
15297         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
15298
15299 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15300
15301         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
15302         HAVE_DECL_STRTOLD.
15303
15304 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15305
15306         * modules/getdate (Depends-on): Remove alloca-opt.
15307
15308 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15309
15310         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
15311
15312 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15313
15314         * lib/argp-parse.c: Include <stddef.h>.
15315         (alignof, alignto): New macros.
15316         (parser_init): Don't assume that void * is aligned sufficiently
15317         for struct option.
15318
15319         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
15320         need to extend the stack.
15321         (YYINITDEPTH): New macro, so that the initial stack isn't overly
15322         large.
15323
15324 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15325
15326         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
15327
15328 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15329
15330         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
15331         (2004-10-24) change.  Apparently this was a false alarm.
15332
15333         * modules/getdate: Depend on alloca-opt, not alloca.
15334
15335 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15336
15337         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
15338         Remove now-obsolete comment about AIX.
15339         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
15340         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
15341         (YYMAXDEPTH): New macro.
15342
15343 2004-12-18  Simon Josefsson  <jas@extundo.com>
15344
15345         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
15346
15347 2004-12-18  Bruno Haible  <bruno@clisp.org>
15348
15349         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
15350
15351 2004-12-18  Bruno Haible  <bruno@clisp.org>
15352
15353         * lib/fatal-signal.c (fatal_signals): Make non-const.
15354         (init_fatal_signals): New function.
15355         (uninstall_handlers, install_handlers): Ignore signals that were set to
15356         SIG_IGN.
15357         (at_fatal_signal): Call init_fatal_signals.
15358         (init_fatal_signal_set): Likewise. Ignore signals that were set to
15359         SIG_IGN.
15360         Reported by Paul Eggert.
15361
15362 2004-12-18  Bruno Haible  <bruno@clisp.org>
15363
15364         * doc/alloca.texi: New file.
15365         * doc/alloca-opt.texi: New file.
15366
15367 2004-12-17  Jim Meyering  <jim@meyering.net>
15368
15369         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
15370         Otherwise, install-sh could exit with improper exit status when
15371         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
15372
15373 2004-12-16  Simon Josefsson  <jas@extundo.com>
15374
15375         * tests/test-base64.c: Add license.
15376
15377 2004-12-15  Stepan Kasal  <address@hidden>
15378
15379         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
15380
15381 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
15382
15383         * modules/getcwd (Files): Add m4/d-ino.m4.
15384         Suggested by Mark D. Baushke.
15385
15386 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15387
15388         * lib/getdate.y (textint): New member "negative".
15389         (time_zone_hhmm): New function.
15390         Expect 14 shift-reduce conflicts, not 13.
15391         (o_colon_minutes): New rule.
15392         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
15393         (yylex): Set the "negative" member of signed numbers.
15394
15395 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15396
15397         * doc/getdate.texi (Time of day items, Time zone items):
15398         Describe new formats +00:00, UTC+00:00.
15399
15400 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15401
15402         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
15403         spurious "-l"s.  Problem reported by Stepan Kasal.
15404
15405 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
15406
15407         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
15408         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
15409
15410 2004-12-04  Simon Josefsson  <jas@extundo.com>
15411
15412         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
15413         Vandoorselaere <yoann@prelude-ids.org>.
15414
15415 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15416
15417         Changes imported from coreutils.
15418         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
15419         exist.
15420         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
15421
15422 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15423
15424         Changes imported from coreutils.
15425         * lib/hard-locale.c: Assume <locale.h> exists.
15426         Include "strdup.h".
15427         (GLIBC_VERSION): New macro.
15428         (hard_locale): Assume setlocale exists.
15429         Rewrite to avoid #ifdef.
15430         Use strdup rather than malloc + strcpy.
15431         * lib/human.c: Assume <locale.h> exists.
15432         (human_readable): Assume localeconv exists.
15433
15434 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15435
15436         * modules/hard-locale (Depends-on): Add strdup.
15437
15438 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
15439
15440         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
15441         convert T2, not T.  (Imported from libc.)
15442
15443 2004-11-30  Simon Josefsson  <jas@extundo.com>
15444
15445         * modules/restrict (License): Change to LGPL.
15446
15447 2004-11-30  Simon Josefsson  <jas@extundo.com>
15448
15449         * m4/restrict.m4: Add copyright and copying conditions.
15450
15451 2004-11-30  Simon Josefsson  <jas@extundo.com>
15452
15453         * m4/base64.m4: New file.
15454
15455 2004-11-30  Simon Josefsson  <jas@extundo.com>
15456
15457         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
15458         base64.
15459
15460         * tests/test-base64.c: New file.
15461
15462         * modules/base64: New file.
15463
15464 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15465
15466         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
15467         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
15468
15469         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
15470
15471 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15472
15473         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
15474         (__getcwd.c): Don't restore errno; glibc doesn't.
15475         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
15476         first, falling back to our code only if its results look suspicious.
15477         Ensure that the resulting buffer is only as large as necessary.
15478
15479         * lib/readutmp.c: Include readutmp.h first.
15480         Include <errno.h>, since readutmp.h no longer does that.
15481         * lib/readutmp.h: Don't include <errno.h>,
15482         <sys/param.h>, <time.h>; not needed to establish interface.
15483         (errno): Remove decl.
15484         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
15485         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
15486         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
15487
15488 2004-11-28  Simon Josefsson  <jas@extundo.com>
15489
15490         * lib/base64.h, base64.c: New file.
15491
15492 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
15493
15494         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
15495
15496 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
15497
15498         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
15499         (Depends-on): Remove pathmax, same.  Add mempcpy.
15500         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
15501         (Makefile.am): Append getcwd.h to lib_SOURCES.
15502         (Include): Add getcwd.h.
15503         (Maintainer): Change from Jim Meyering to "all, glibc",
15504         since getdate now uses intended-for-glibc code.
15505         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
15506         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
15507
15508 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15509
15510         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
15511         HP's ANSI C compiler.
15512         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
15513         Declaring int functions causes warnings on some modern systems and
15514         shouldn't be needed to compile on ancient ones.
15515         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
15516         defined.
15517
15518         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
15519         with the following changes.
15520         (__set_errno): Parenthesize properly.
15521         Include <stdbool.h>.
15522         (MIN, MAX, MATCHING_INO): New macros.
15523         (__getcwd): Define with prototype, not K&R form.
15524         Use heuristics to allocate default buffer on stack if possible.
15525         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
15526         behavior, and to avoid the PATH_MAX limit when computing
15527         ../../../../...
15528         Use MATCHING_INO to compare inode number to file.
15529         Check for arithmetic overflow in size calculations.
15530         Fix bug in reallocation of dot array that caused getcwd to fail
15531         on directories nested deeper than 75.
15532         Be more careful about saving errno on error.
15533         Do not use realloc; use only free+malloc, as this is a bit
15534         more flexible and avoids a needless copy operation.
15535         Do not inspect st_dev and st_ino for symbolic links; POSIX
15536         doesn't specify the latter.
15537         Check for closedir errors.
15538         Avoid needless casts.
15539         Use "#ifdef weak_alias" around weak_alias, to be like other
15540         glibc code.
15541         The following changes to getcwd.c have effect only when used in
15542         gnulib; they have no effect inside glibc proper.
15543         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
15544         as alloca isn't used.
15545         (alloca, __alloca): Likewise.
15546         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
15547         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
15548         unconditionally, as gnulib assumes C89 or better.
15549         Do not include <sys/param.h>.
15550         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
15551         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
15552         better.
15553         (NULL) [!defined NULL]: Remove; we assume C89 or better.
15554         Include <dirent.h> in a way that is compatible with modern Autoconf.
15555         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
15556         New macros, if not already defined.
15557         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
15558         Use "_LIBC", not "defined _LIBC", for consistency.
15559         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
15560         a mempcpy module.
15561         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
15562         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
15563         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
15564         credit only to Jim Meyering and adjust the copyright dates.
15565         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
15566         <stdlib.h>, <unistd.h>, "pathmax.h".
15567         Instead, include "xgetcwd.h" (first) and "getcwd.h".
15568         (INITIAL_BUFFER_SIZE): Remove.
15569         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
15570
15571 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15572
15573         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
15574         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
15575         Use the _ONCE methods, for efficiency.
15576         Check for fcntl.h.  In test program, include <errno.h>
15577         and <fcntl.h> if available.  Remove old K&R cruft from
15578         test program.  Check for common errors in GNU/Linux,
15579         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
15580         don't do AC_LIBOBJ, as that's getcwd.m4's job.
15581         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
15582         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
15583         name accordingly.
15584         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
15585         accommodate new getcwd.c.
15586         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
15587         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
15588         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
15589         that's all we need now.
15590
15591 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15592
15593         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
15594         argp-parse.c depends on getopt internals, that means we should
15595         always use our getopt, to be on the safe side.
15596         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
15597         order not to spoil the result of an eventual previous invocation
15598         of gl_GETOPT_SUBSTITUTE.
15599
15600 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15601
15602         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
15603         redefinition warnings. To avoid them, include the defines
15604         in `#if !defined __need_getopt ... #endif'. The only place
15605         where __getopt_argv_const is used is in definitions
15606         of getopt_long and getopt_long_only below, which are as well
15607         protected by `#ifndef __need_getopt'.
15608         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
15609         __need_getopt after including <stdio.h> and <unistd.h> These
15610         headers might have defined it.
15611
15612 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15613
15614         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
15615
15616 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15617
15618         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
15619         (futimens): New function, which uses futimes if available.
15620         (futimens, utimens): Support timespec==NULL, with same semantics
15621         as utime and utimens.
15622         * lib/utimens.h (futimens): New decl.
15623
15624 2004-11-23  Jim Meyering  <jim@meyering.net>
15625
15626         * lib/getopt_.h: Remove trailing blanks.
15627
15628 2004-11-23  Jim Meyering  <jim@meyering.net>
15629
15630         * lib/__fpending.c: Add comment.
15631
15632 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
15633
15634         * modules/canonicalize (Depends-on): Add xreadlink.
15635         Problem reported by James Youngman.
15636
15637 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15638
15639         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
15640         New macros.
15641         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
15642         optopt): Use them instead of invoking ## directly; otherwise, the
15643         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
15644
15645 2004-11-19  Bruno Haible  <bruno@clisp.org>
15646
15647         * lib/strtok_r.c: Move comments from here...
15648         * lib/strtok_r.h: ... to here.
15649
15650 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15651
15652         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
15653         implementations that mishandle size_t overflow.
15654
15655 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15656
15657         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
15658         might fail.  Problem reported by Yoann Vandoorselaere.
15659         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
15660         implementations that mishandle size_t overflow.
15661
15662 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15663
15664         * modules/canon-host (Depends-on): Add strdup.
15665
15666 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15667
15668         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
15669
15670 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15671
15672         * lib/canon-host.c: Include "strdup.h".
15673         (canon_host): Use getaddrinfo if available, so that IPv6 works.
15674         Use strdup instead of malloc/strcpy to duplicate strings.
15675
15676         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
15677         (human_space_before_unit): New constant.
15678         * lib/human.c (human_readable): Support it.
15679
15680         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
15681         (xgetcwd): Set errno correctly when failing.
15682         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
15683         the failure is actually due to a PATH_MAX problem.
15684
15685         Further getopt changes to make it more likely that glibc will
15686         buy the changes back.
15687         * lib/getopt.c (POSIXLY_CORRECT): New constant.
15688         (getopt): Use it, so to preserve glibc semantic
15689         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
15690         when compiling for libc.
15691         * lib/getopt_.h (__getopt_argv_const): Bring it back.
15692         (getopt_long, getopt_long_only): Use it.
15693
15694         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15695         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
15696         (getopt): Argv is now char * const *, as per standard.
15697         (_getopt_internal_r, _getopt_internal): Argv is now char **,
15698         not char *__getopt_argv_const *.
15699         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15700         _getopt_long_only_r): Likewise.
15701         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
15702         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15703         _getopt_long_r, _getopt_long_only_r): Likewise.
15704         * lib/getopt_.h (__getopt_argv_const): Remove.
15705         (getopt): Argv is now char * const *, as per standard.
15706
15707         * lib/getdate.y (tORDINAL): New token.
15708         (day, relunit): Allow it for relative times.
15709         (relative_time_table): Use tORDINAL for ordinals.
15710
15711 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15712
15713         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
15714         Document that "second" isn't allowed as an ordinal number.
15715
15716 2004-11-16  Jim Meyering  <jim@meyering.net>
15717
15718         * modules/closeout (Depends-on): Add fpending.
15719
15720 2004-11-15  Jim Meyering  <jim@meyering.net>
15721
15722         * lib/closeout.c: Include "__fpending.h" once again.
15723         Include <stdbool.h>.
15724         (close_stdout): Don't fail just because stdout was closed initially,
15725         since some programs don't write to stdout in the normal course of
15726         operation (other than --version and --help), and we don't want this
15727         function to make e.g. `touch file >&-' fail.
15728         But do fail if it was closed and someone has tried to write to it.
15729         E.g., `printf foo >&-' must fail.
15730
15731 2004-11-13  Jim Meyering  <jim@meyering.net>
15732
15733         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
15734
15735 2004-11-12  Simon Josefsson  <jas@extundo.com>
15736
15737         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
15738         small doc fix is still pending.
15739
15740 2004-11-11  Simon Josefsson  <jas@extundo.com>
15741
15742         * modules/strtok_r: New file.
15743
15744         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15745         strtok_r.
15746
15747 2004-11-11  Simon Josefsson  <jas@extundo.com>
15748
15749         * m4/strtok_r.m4: New file.
15750
15751         * m4/getopt.m4: Replace opterr.
15752
15753 2004-11-11  Simon Josefsson  <jas@extundo.com>
15754
15755         * lib/strtok_r.h, strtok_r.c: New file.
15756
15757 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15758
15759         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
15760         of replacing opterr, getopt, etc.  This should handle the
15761         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
15762
15763 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15764
15765         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
15766         we can stop lying to compilers about the constness of argv when we
15767         are compiled outside glibc.
15768         (getopt, getopt_long, getopt_long_only): Use it.
15769         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15770         _getopt_internal, getopt): Likewise.
15771         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15772         _getopt_long_only_r): Likewise.
15773         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15774         _getopt_long_r, _getopt_long_only_r): Likewise.
15775
15776         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
15777         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
15778         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
15779         the other external symbols.
15780         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
15781         declaration, since the above renaming now works around collisions.
15782
15783 2004-11-11  Jim Meyering  <jim@meyering.net>
15784
15785         * lib/linebreak.c: Remove trailing blanks.
15786         * lib/alloca_.h: Likewise.
15787         * lib/acosl.c: Likewise.
15788         * lib/euidaccess.c: Likewise.
15789         * lib/allocsa.h: Likewise.
15790
15791 2004-11-10  Simon Josefsson  <jas@extundo.com>
15792
15793         * m4/getaddrinfo.m4: New file.
15794
15795 2004-11-10  Simon Josefsson  <jas@extundo.com>
15796
15797         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
15798
15799 2004-11-10  Simon Josefsson  <jas@extundo.com>
15800
15801         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15802         getaddrinfo.
15803
15804         * modules/getaddrinfo: New file.
15805
15806 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15807
15808         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
15809
15810 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15811
15812         * lib/mktime.c (SHR): New macro, which is a portable
15813         substitute for >> that should work even on Crays.
15814         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
15815         Problem reported by Mark D. Baushke in
15816         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
15817         * lib/getdate.y (SHR): Likewise.
15818         (tm_diff): Use it.
15819         * lib/strftime.c (SHR): Likewise.
15820         (tm_diff): Use it.
15821         * lib/quotearg.c (struct quoting_options): Use unsigned int for
15822         quote_these_too, so that right shifts are well defined.  All uses
15823         changed.
15824
15825 2004-11-10  Jim Meyering  <jim@meyering.net>
15826
15827         Ensure that no close failure goes unreported.
15828         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
15829         return early when it seems there's nothing to flush.
15830         Don't include __fpending.h.
15831
15832 2004-11-10  Jim Meyering  <jim@meyering.net>
15833
15834         * modules/closeout (Depends-on): Remove fpending.
15835
15836 2004-11-10  Jim Meyering  <jim@meyering.net>
15837
15838         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
15839
15840 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15841
15842         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
15843         gl_FUNC_STRFTIME.
15844         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
15845         and AC_REQUIRE when possible, to avoid duplicate checks.
15846         Check for <wchar.h>.
15847
15848 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
15849
15850         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
15851
15852 2004-11-09  Bruno Haible  <bruno@clisp.org>
15853
15854         * m4/sockpfaf.m4: New file.
15855
15856 2004-11-05  Bruno Haible  <bruno@clisp.org>
15857
15858         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
15859         Reported by Mark D. Baushke <mdb@cvshome.org>.
15860
15861 2004-11-04  Bruno Haible  <bruno@clisp.org>
15862
15863         2004-09-11  Bruno Haible  <bruno@clisp.org>
15864                 * allocsa.valgrind: New file.
15865         2004-02-06  Bruno Haible  <bruno@clisp.org>
15866                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
15867                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
15868                 Reported by Christopher Seip <chris.seip@hp.com>.
15869
15870 2004-11-04  Bruno Haible  <bruno@clisp.org>
15871
15872         * modules/allocsa (Files): Add lib/allocsa.valgrind.
15873         (Makefile.am): Distribute it.
15874
15875 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
15876
15877         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
15878         with errno == ERANGE if the buffer is too small.
15879         Problem reported by Mark D. Baushke.
15880
15881 2004-11-03  Albert Chin  <china@thewrittenword.com>
15882             Paul Eggert  <eggert@cs.ucla.edu>
15883
15884         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
15885         equivalent, substitute $ac_type for equivalent type rather than
15886         blindly using uint32_t *always* which won't work if uint32_t is not
15887         available.  Define _UINT32_T to work around typedef of uint32_t if
15888         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
15889         2.5.1.
15890
15891 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15892
15893         * m4/jm-macros.m4: Sync from coreutils.
15894         (gl_MACROS): Check for mbrlen, for pathchk.
15895         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
15896
15897 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15898
15899         * lib/xreadlink.c (MAXSIZE): New macro.
15900         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
15901         size does not exceed MAXSIZE.  Avoid cast.
15902         As suggested by Mark D. Baushke in
15903         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
15904         if readlink fails with buffer size just under MAXSIZE, try again
15905         with MAXSIZE.
15906
15907 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
15908
15909         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
15910
15911 2004-11-02  Derek R. Price  <derek@ximbiot.com>
15912         and  Paul Eggert  <eggert@cs.ucla.edu>
15913
15914         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
15915         (get_date): Overparenthesize to avoid GCC warning.
15916
15917 2004-11-02  Bruno Haible  <bruno@clisp.org>
15918
15919         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
15920         returns void.
15921
15922 2004-11-02  Bruno Haible  <bruno@clisp.org>
15923
15924         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
15925         function returns void.
15926
15927 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15928
15929         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
15930         fflush_unlocked, flockfile, funlockfile, funlockfile,
15931         fputs_unlocked, putc_unlocked.
15932
15933 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15934
15935         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
15936         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
15937         already declared.
15938
15939 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15940
15941         * modules/getdate (Files): Add doc/getdate.texi.
15942         (Depends-on): Add setenv, xalloc.
15943
15944 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15945
15946         * lib/getdate.y: Add support for TZ="foo" within a date string.
15947         Fix some bugs near time_t boundaries.  Reject dates with
15948         out-of-range components, e.g., "Sept 31".
15949         Include <stdlib.h>, "setenv.h", "xalloc.h".
15950         (ISDIGIT_LOCALE): Remove; unused.
15951         Note that the TZ and time functions used here are not reentrant.
15952         (mktime_ok, get_tz): New functions.
15953         (TZBUFSIZE): New constant.
15954         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
15955         This requires that we sometimes generate our own TZ="XXX..." setting.
15956
15957 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
15958
15959         * doc/getdate.texi: New file, from coreutils with modifications for
15960         the new TZ parsing.
15961
15962 2004-10-27  Derek R. Price  <derek@ximbiot.com>
15963
15964         * lib/mktime.c (not_equal_tm): Remove redundant check.
15965
15966 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15967
15968         * modules/regex (lib_SOURCES): Add regex.c.
15969         Reported by James Youngman in
15970         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
15971
15972 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15973
15974         * lib/getdate.y: Use Bison 1.875 features, and some minor
15975         code cleanups.  This change does not affect semantics.
15976         Don't include <stdlib.h>; no longer needed.
15977         Don't include unlocked-io.h; only the "#if TEST" code uses
15978         stdio, and performance isn't crucial there.
15979         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
15980         Bison 1.875 features as described below.
15981         All uses of "PC." replaced by "pc->".
15982         (YYSTYPE): Add a forward declaration.
15983         (yylex, yyerror): Use full prototypes in forward decls.
15984         Use "%pure-parser" rather than obsolescent "%pure_parser".
15985         Use %parse-param and %lex-param instead of obsolescent
15986         YYPARSE_PARAM and YYLEX_PARAM.
15987         (meridian_table, month_and_day_table, time_units_table,
15988         relative_time_table, time_zone_table, military_table,
15989         lookup_zone, lookup_word, get_date):
15990         Use NULL instead of 0 where appropriate.
15991         (to_hour): Avoid abort (), to avoid a dependency on
15992         stdlib.h.
15993         (yyerror, yylex): Now accepts parser_control * arg.
15994         (main) [TEST]: Use '\0' rather than 0 for char.
15995
15996 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15997
15998         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
15999
16000 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16001
16002         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
16003         It's now the caller's responsibility to handle the case where
16004         !HAVE_GETPAGESIZE && !defined getpagesize.
16005
16006         * lib/mktime.c (leapyear): Arg is long int, not int.
16007
16008 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
16009
16010         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
16011
16012 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
16013
16014         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
16015         missing.  Problem reported by James Youngman.
16016
16017 2004-10-16  Simon Josefsson  <jas@extundo.com>
16018
16019         * gnulib-tool: Fix comments.  Fix parse problem.
16020         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
16021
16022 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
16023
16024         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
16025         implementation of getopt_long.  Problem reported by Alexander Taler in:
16026         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
16027
16028 2004-10-15  Bruno Haible  <bruno@clisp.org>
16029
16030         * gnulib-tool: Untabify. Initialize supplied_libname.
16031         (func_usage): More homogenous output.
16032         (func_modules_transitive_closure, func_modules_to_filelist,
16033         func_emit_lib_Makefile_am): New functions.
16034         (func_import): New function, extracted from big case statement. Use
16035         func_get_license, func_modules_transitive_closure,
16036         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
16037         opt_lgpl. Don't use test -a, as it's not portable.
16038         (func_create_testdir): Use func_modules_transitive_closure,
16039         func_modules_to_filelist, func_emit_lib_Makefile_am.
16040
16041 2004-10-15  Bruno Haible  <bruno@clisp.org>
16042
16043         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
16044
16045 2004-10-15  Bruno Haible  <bruno@clisp.org>
16046
16047         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
16048         the portions belonging to each module.
16049         Suggested by Derek Robert Price <derek@ximbiot.com>.
16050
16051 2004-10-12  Simon Josefsson  <jas@extundo.com>
16052
16053         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16054         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
16055         to real functions.
16056
16057 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16058
16059         * modules/vsnprintf: New file.
16060
16061 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16062
16063         * m4/vsnprintf.m4: New file.
16064
16065 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16066
16067         * lib/vsnprintf.h: New file.
16068         * lib/vsnprintf.c: New file.
16069
16070 2004-10-11  Bruno Haible  <bruno@clisp.org>
16071
16072         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
16073         vsnprintf.
16074
16075 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16076
16077         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
16078
16079 2004-10-07  Bruno Haible  <bruno@clisp.org>
16080
16081         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
16082         fits into the provided buffer.
16083
16084 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16085
16086         * lib/diacrit.c, diacrit.h: Add GPL notice.
16087
16088         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
16089         notice.
16090         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
16091         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
16092         This avoids a potential constant-folding bug.
16093
16094 2004-10-05  Bruno Haible  <bruno@clisp.org>
16095
16096         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
16097         for the declaration of strsep.
16098
16099 2004-10-05  Bruno Haible  <bruno@clisp.org>
16100
16101         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
16102
16103 2004-10-04  Simon Josefsson  <jas@extundo.com>
16104
16105         * modules/memmem: New file.
16106         * tests/test-memmem.c: New file.
16107         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
16108
16109 2004-10-04  Simon Josefsson  <jas@extundo.com>
16110
16111         * m4/memmem.m4: New file.
16112
16113 2004-10-04  Simon Josefsson  <jas@extundo.com>
16114
16115         * lib/memmem.h: New file.
16116         * lib/memmem.c: New file, taken from glibc.
16117
16118 2004-10-04  Simon Josefsson  <jas@extundo.com>
16119
16120         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
16121         '#ifdef USE_UNLOCKED_IO'.
16122
16123 2004-10-04  Simon Josefsson  <jas@extundo.com>
16124
16125         * config/srclist.txt: Add memmem from glibc.
16126
16127 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16128
16129         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
16130
16131         * modules/argmatch, modules/argp, modules/closeout, modules/error,
16132         modules/exclude, modules/getdate, modules/getline,
16133         modules/getndelim2, modules/getpass, modules/getpass-gnu,
16134         modules/getusershell, modules/linebuffer, modules/md5,
16135         modules/mountlist, modules/posixtm, modules/readtokens,
16136         modules/readutmp, modules/regex, modules/sha1,
16137         modules/version-etc, modules/yesno:
16138         Remove dependency on unlocked-io.
16139
16140 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16141
16142         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
16143
16144         * m4/unlocked-io.m4: Add copyright notice.
16145         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
16146
16147 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16148
16149         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
16150         * lib/xmalloc.c (xmemdup): Likewise.
16151         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
16152         XFREE): Remove these long-obsolescent macros.
16153         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
16154         * lib/xstrdup.c: Remove.
16155
16156         * lib/regex.c (re_comp): Cast gettext return value to char *,
16157         Problem reported by Martin Neitzel via Mark D. Baushke.
16158
16159 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16160
16161         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
16162         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
16163         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
16164         regex.c, sha1.c, version-etc.c, yesno.c:
16165         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
16166         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
16167         the includer's responsibility.
16168
16169         Sync from coreutils.
16170
16171         * lib/modechange.c (mode_compile): Don't decrement a pointer that
16172         points to the start of a string, as the C Standard says the
16173         resulting behavior is undefined.
16174
16175         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
16176         simple -> simple_backups, numbered_existing ->
16177         numbered_existing_backups, numbered -> numbered_backups
16178         to avoid shadowing problems.  All uses changed.
16179         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
16180         * lib/backupfile.c (check_extension, numbered_backup):
16181         Rename locals to avoid shadowing 'basename'.
16182         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
16183         once.
16184
16185         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
16186         * lib/.cvsignore: Add getopt.h.
16187
16188 2004-10-04  Bruno Haible  <bruno@clisp.org>
16189
16190         * modules/README: New file.
16191         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
16192         not a module.
16193
16194 2004-10-02  Jim Meyering  <jim@meyering.net>
16195
16196         * lib/dirfd.h, getpagesize.h: Add copyright notice.
16197
16198 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16199
16200         * modules/strsep: New file.
16201
16202 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16203
16204         * m4/strsep.m4: New file.
16205
16206 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16207
16208         * lib/strsep.h: New file.
16209         * lib/strsep.c: New file.
16210
16211 2004-10-01  Simon Josefsson  <jas@extundo.com>
16212
16213         * lib/snprintf.c (snprintf): Handle size==0.
16214
16215 2004-10-01  Simon Josefsson  <jas@extundo.com>
16216             Bruno Haible  <bruno@clisp.org>
16217
16218         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
16219         (snprintf): Declare 'args'.
16220
16221 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
16222
16223         * lib/snprintf.c: Remove comments as to why each header is needed.
16224
16225 2004-10-01  Bruno Haible  <bruno@clisp.org>
16226
16227         * MODULES.html.sh: Add strsep.
16228
16229 2004-09-30  Simon Josefsson  <jas@extundo.com>
16230
16231         * modules/snprintf: New file.
16232
16233 2004-09-30  Simon Josefsson  <jas@extundo.com>
16234
16235         * m4/snprintf.m4: New file.
16236
16237 2004-09-30  Simon Josefsson  <jas@extundo.com>
16238
16239         * lib/snprintf.h, lib/snprintf.c: New files.
16240
16241 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16242
16243         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
16244         (hol_entry_help): Never translate an empty string.
16245         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
16246         * lib/argp.h (OPTION_NO_TRANS): New option.
16247
16248 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16249
16250         * modules/argp (Maintainer): Replace Simon Josefsson
16251         by Sergey Poznyakoff.
16252
16253 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16254
16255         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
16256         changes merged back into glibc.
16257
16258 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16259
16260         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
16261
16262 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
16263
16264         * lib/xvasprintf.c: Include xalloc.h.
16265         (xvasprintf): Use xalloc_die, not xmalloc_die.
16266
16267 2004-09-29  Bruno Haible  <bruno@clisp.org>
16268
16269         * modules/alloca-opt: New file, derived from modules/alloca.
16270         * modules/allocsa: Depend on alloca-opt instead of alloca.
16271         * modules/setenv: Likewise.
16272         * modules/vasnprintf: Likewise.
16273         * MODULES.html.sh: Add alloca-opt.
16274
16275 2004-09-28  Simon Josefsson  <jas@extundo.com>
16276
16277         * gnulib-tool: New parameter --lgpl, to asseert that modules are
16278         LGPL, and to replace license template from GPL to LGPL.
16279
16280 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16281
16282         * modules/dummy: Change license to LGPL.
16283
16284 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16285
16286         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
16287
16288 2004-09-24  Simon Josefsson  <jas@extundo.com>
16289
16290         * modules/minmax (License): Change from GPL to LGPL.
16291
16292 2004-09-23  Simon Josefsson  <jas@extundo.com>
16293
16294         * gnulib-tool (--import): Typo.
16295
16296 2004-09-23  Simon Josefsson  <jas@extundo.com>
16297
16298         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
16299
16300 2004-09-22  Bruno Haible  <bruno@clisp.org>
16301
16302         * modules/*: Add 'License' field.
16303         * gnulib-tool: Accept --extract-license option.
16304         (func_get_license): New function.
16305
16306 2004-09-21  Bruno Haible  <bruno@clisp.org>
16307
16308         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
16309         Reported by Simon Josefsson.
16310
16311 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16312
16313         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
16314         gl_AC_TYPE_LONG_LONG.
16315
16316 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16317
16318         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
16319
16320 2004-09-18  Simon Josefsson  <jas@extundo.com>
16321         and  Paul Eggert  <eggert@cs.ucla.edu>
16322
16323         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
16324         calls with autoreconf.  Define GL_LIB.
16325
16326 2004-09-14  Karl Berry  <karl@gnu.org>
16327
16328         * config/srclist.txt: unsync setenv.c, sigh.
16329
16330 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16331
16332         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
16333         Problem reported by Bruno Haible in:
16334         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
16335
16336 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16337
16338         * config/srclist.txt: Comment out argp-pvh.c.
16339
16340 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
16341
16342         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
16343         in case some system header has #define'd it.  Problem reported by
16344         Soeren D. Schulze in
16345         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
16346
16347 2004-09-09  Karl Berry  <karl@gnu.org>
16348
16349         * regex.[ch]: delete from the root.  These were supposed to be
16350                 synced with emacs cvs, but this has not happened for about
16351                 a year, and anyway nothing else uses emacs regex.[ch].
16352                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
16353                 lib/regex[.ch] is untouched.
16354
16355 2004-09-09  Bruno Haible  <bruno@clisp.org>
16356
16357         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
16358
16359 2004-09-09  Bruno Haible  <bruno@clisp.org>
16360
16361         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
16362         modifications.
16363         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
16364
16365 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16366
16367         * modules/xvasprintf: New file.
16368         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
16369
16370 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16371
16372         * lib/xvasprintf.h: New file.
16373         * lib/xvasprintf.c: New file.
16374         * lib/xasprintf.c: New file.
16375
16376 2004-09-08  Bruno Haible  <bruno@clisp.org>
16377
16378         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
16379
16380 2004-09-08  Bruno Haible  <bruno@clisp.org>
16381
16382         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
16383         length is > INT_MAX.
16384         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
16385         more.
16386
16387 2004-09-08  Bruno Haible  <bruno@clisp.org>
16388
16389         * lib/stdint_.h: New file, taken from GNU clisp.
16390
16391 2004-09-08  Bruno Haible  <bruno@clisp.org>
16392             Oskar Liljeblad  <oskar@osk.mine.nu>
16393
16394         * modules/stdint: New file.
16395         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
16396
16397 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16398
16399         Import from coreutils.
16400         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
16401         strings on unbounded length.  alloca's performance benefits aren't
16402         that important here.
16403         (V_STRDUP): Remove.
16404         (parse_with_separator): New function, with most of the internals
16405         of the old parse_user_spec.  Allow user to omit both user and group,
16406         for compatibility with FreeBSD.
16407         Clone only the user name, not the entire spec.
16408         Do not set *uid, *gid unless entirely successful.
16409         Avoid memory leak in some failing cases.
16410         Fix regression for USER.GROUP reported by Dmitry V. Levin in
16411         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
16412         (parse_user_spec): Rewrite to use parse_with_separator.
16413
16414 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16415
16416         * modules/userspec: Don't depend on alloca.
16417
16418 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16419
16420         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
16421
16422 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
16423
16424         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
16425         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
16426         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
16427
16428 2004-08-16  Simon Josefsson  <jas@extundo.com>
16429
16430         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
16431         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
16432         Add --dry-run for --import.
16433         Let user provided command line parameters override configure.ac
16434         settings.
16435
16436 2004-08-12  Simon Josefsson  <jas@extundo.com>
16437
16438         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
16439         as discussed with Paul Eggert in threads rooted at
16440         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
16441         and
16442         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
16443         Before, the test was empty, and relied on ELIDE_CODE in source
16444         code.)
16445         (gl_PREREQ_GETOPT): New macro.
16446         (gl_GETOPT): Use them.
16447
16448 2004-08-12  Simon Josefsson  <jas@extundo.com>
16449
16450         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
16451         * lib/getopt_.h: Renamed from getopt.h.
16452
16453 2004-08-12  Simon Josefsson  <jas@extundo.com>
16454
16455         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
16456         Change default library name from libfoo to libgnu.
16457         Now, if you have a configure.ac that says:
16458                 gl_SOURCE_BASE(gl)
16459                 gl_M4_BASE(gl/m4)
16460                 gl_MODULES(error getopt etcetera)
16461                 gl_INIT
16462         you can import all you need by running:
16463                 ../gnulib/gnulib-tool --import
16464
16465         * modules/getopt (Files): Rename getopt.h to getopt_.h.
16466         (Makefile.am): Rewrite, use logic from argz.
16467         (Include): Use <getopt.h> instead of "getopt.h".
16468
16469 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16470
16471         * modules/argp (Files): Add m4/unlocked-io.m4.
16472         (Depends-on): Add extensions.
16473
16474 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16475
16476         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
16477         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
16478         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
16479         Check for program_invocation_name, program_invocation_short_name,
16480         flockfile, funlockfile, features.h, _getopt_long_only_r.
16481
16482 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16483
16484         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
16485         its complicated substitute.
16486         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
16487         and program_invocation_name.
16488         (__argp_basename) [!_LIBC]: Remove; the only use was
16489         replaced by its body.
16490         (__argp_short_program_name): Change condition from
16491         !defined __argp_short_program_name to
16492         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
16493         to match argp-namefrob.h.
16494         (__argp_failure): Don't assume strerror_r returns char *.
16495         * lib/argp-parse.c (N_): Define unconditionally.
16496         (argp_default_options): Fill out initializers with 0 to avoid
16497         gcc warnings.
16498
16499 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16500
16501         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
16502         getopt1.c.
16503
16504 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16505
16506         Merge from coreutils.
16507
16508         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
16509
16510         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
16511         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
16512
16513 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16514
16515         Merge from coreutils.
16516
16517         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
16518         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
16519         for Reliant Unix 5.43.
16520
16521         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
16522         (union fooround): Use uintmax_t, not long int.
16523         The rest is a merge from libc:
16524         [defined _LIBC]: Include <shlib-compat.h>.
16525         (_obstack) [defined _LIBC]: Remove after 2.3.4.
16526
16527         * lib/settime.c (settime): Recode to avoid warning with
16528         Sun Forte C 6U2.
16529
16530         * lib/strverscmp.c: Convert to UTF-8.
16531
16532 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16533
16534         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
16535         m4/uintmax_t.m4.
16536
16537 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16538
16539         * modules/xalloc-die: New file.
16540         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
16541
16542         * modules/md5 (Files): Add m4/uint32_t.m4.
16543         * modules/sha1: Renamed from modules/sha.
16544         (Files):
16545         Rename lib/sha.h to lib/sha1.h.
16546         Rename lib/sha.c to lib/sha1.c.
16547         Rename m4/sha.m4 to m4/sha1.m4.
16548         (lib_SOURCES): Likewise.
16549         (configure.ac): Rename gl_SHA to gl_SHA1.
16550         (Include): sha.h -> sha1.h.
16551
16552 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16553
16554         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
16555         * m4/sha1.m4: Renamed from sha.m4.
16556         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
16557
16558 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16559
16560         * lib/obstack.h (obstack_empty_p):
16561         Don't assume that chunk->contents is suitably aligned.
16562         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
16563         Likewise. Problem reported by Benno in
16564         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
16565
16566         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
16567         readable.  This could be improved further but it'd take some work.
16568
16569 2004-08-08  Simon Josefsson  <jas@extundo.com>
16570
16571         * modules/xgethostname (Depends-on): Remove exit and error (not
16572         used).
16573
16574         * modules/getpass-gnu: Add getpass.h.
16575         (Depends-on): Add stdbool.
16576         * modules/getpass: Add getpass.h.
16577
16578 2004-08-08  Simon Josefsson  <jas@extundo.com>
16579
16580         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
16581         Check getpass declaration.
16582
16583 2004-08-08  Simon Josefsson  <jas@extundo.com>
16584
16585         * lib/xgethostname.c: Don't include error.h (not used).
16586
16587         * lib/getpass.h: Add.
16588         * lib/getpass.c: Include getpass.h first.
16589
16590 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
16591
16592         * lib/xalloc-die.c: New file.
16593         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
16594         All uses removed.
16595         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
16596         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
16597         xalloc-die.c.
16598         (_, N_, xalloc_die): Move to xalloc-die.c.
16599         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
16600         so that we needn't mess with xalloc_msg_memory_exhausted.
16601
16602         * lib/sha1.h: Renamed from sha.h.
16603         (SHA1_H): Renamed from _SHA_H.
16604         (sha1_ctx): Renamed from sha_ctx.
16605         (sha1_init_ctx): Renamed from sha_init_ctx.
16606         (sha1_process_block): Renamed from sha_process_block.
16607         (sha1_process_bytes): Renamed from sha_process_bytes.
16608         (sha1_finish_ctx): Renamed from sha_finish_ctx.
16609         (sha1_read_ctx): Renamed from sha_read_ctx.
16610         (sha1_stream): Renamed from sha_stream.
16611         (sha1_buffer): Renamed from sha_buffer.
16612         * lib/sha1.c: Likewise; renamed from sha.c.
16613         Do not include <sys/types.h>.
16614         Include <stddef.h> rather than <stdlib.h>.
16615
16616 2004-08-08  Bruno Haible  <bruno@clisp.org>
16617
16618         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
16619         FILESYSTEM_PREFIX_LEN.
16620         * lib/progreloc.c: Likewise.
16621         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
16622
16623 2004-08-06  Simon Josefsson  <jas@extundo.com>
16624
16625         * modules/progname (Depends-on): Don't depend on stdbool.
16626
16627 2004-08-06  Simon Josefsson  <jas@extundo.com>
16628
16629         * modules/getsubopt: New file.
16630         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16631         getsubopt.
16632
16633 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16634
16635         More merge from coreutils.
16636
16637         * m4/utimens.m4, m4/utimecmp.m4: New files.
16638         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
16639         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
16640         prereq.m4, sha.m4: Import changes from coreutils.
16641
16642 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16643
16644         More merge from coreutils.
16645         * modules/raise, modules/readtokens0, modules/utimens:
16646         * modules/utimecmp, module/xnanosleep: New files.
16647         * modules/strftime: Add lib/strftime.h.
16648         Change include from <time.h> to "strftime.h".
16649         * modules/yesno: Add lib/yesno.h.
16650         * modules/backupfile: Remove lib/addext.c.
16651         * modules/euidaccess: Add stat-macros.h.
16652         * modules/canonicalize, modules/euidaccess,
16653         modules/filemode, modules/lchown, modules/makepath,
16654         modules/rmdir, modules/stat: Likewise.
16655
16656 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16657
16658         Merge from tar.
16659         * lib/argp-help.c (make_hol, hol_append): Don't assume that
16660         SIZE_MAX is a valid preprocessor constant.
16661         (__argp_basename): Change from "#ifndef _LIBC"
16662         to "#ifndef __argp_short_program_name", so that
16663         we don't compile these functions for tar.
16664
16665         More merges from coreutils.
16666         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
16667         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
16668         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
16669         * lib/addext.c: Remove; no longer needed.
16670         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
16671         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
16672         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
16673         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
16674         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
16675         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
16676         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
16677         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
16678         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
16679         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16680         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
16681         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
16682         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
16683         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
16684         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
16685         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
16686         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
16687         Import changes from coreutils.
16688
16689 2004-08-05  Simon Josefsson  <jas@extundo.com>
16690
16691         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
16692
16693 2004-08-05  Simon Josefsson  <jas@extundo.com>
16694
16695         * m4/getsubopt.m4: New file.
16696
16697 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16698
16699         Merge from coreutils.
16700
16701         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
16702         * m4/getcwd-path-max.m4: New files.
16703
16704         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
16705         FILESYSTEM_PREFIX_LEN ->
16706         FILE_SYSTEM_PREFIX_LEN.
16707         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
16708         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
16709         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
16710         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
16711
16712         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
16713         prerequisite modules now handle the DOS stuff.
16714         Don't check for unistd.h.
16715
16716 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16717
16718         Merge from coreutils.
16719
16720         * lib/.gdb-history: Remove; this doesn't belong here.
16721
16722         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
16723         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
16724         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
16725         * lib/getcwd.c: New files.
16726
16727         * lib/dirname.h: Include <stdbool.h>.
16728         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
16729         for consistency with POSIX terminology.  All uses changed.
16730         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
16731         (strip_trailing_slashes): Use bool for booleans.
16732         * lib/stripslash.c (strip_trailing_slashes): Likewise.
16733
16734         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
16735         sometimes returns a positive errno value even when it succeeds.
16736         (print_errno_message) [!LIBC]: Fall back on strerror if
16737         __strerror_r fails.
16738
16739         * lib/path-concat.c (mempcpy): Don't define if a system header defines
16740         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
16741         (longest_relative_suffix): New function.
16742         (path_concat): Use it.  Assume first argument is not NULL.
16743         Port to DOS.  Omit redundant separators.
16744         Report an error instead of returning NULL.
16745         Use mempcpy instead of memcpy.
16746         (xpath_concat): Remove: not declared or used.
16747
16748         * lib/same.h: Include <stdbool.h>
16749         (same_name): Return bool, not int.
16750         * lib/same.c (same_name): Likewise.
16751         (errno): Don't declare; we assume C89 or better now.
16752
16753         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
16754         if not already defined.
16755
16756         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
16757         * lib/dup-safer.c (errno): Likewise.
16758
16759 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16760
16761         Merge from coreutils.
16762         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
16763         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
16764         * modules/path-concat: Don't depend on strdup.
16765
16766 2004-08-03  Simon Josefsson  <jas@extundo.com>
16767
16768         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
16769         * lib/progname.h: Don't include stdbool.h.
16770
16771 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16772
16773         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
16774         * MODULES.html.sh (func_all_modules): Remove fatal.
16775
16776 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16777
16778         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
16779
16780 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16781
16782         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
16783         working.
16784
16785 2004-08-02  Simon Josefsson  <jas@extundo.com>
16786
16787         * lib/getsubopt.h: New file, with comments from Bruno Haible.
16788         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
16789         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
16790
16791 2004-08-01  Simon Josefsson  <jas@extundo.com>
16792
16793         * lib/xgetdomainname.c: Include stdlib.h, for free().
16794
16795 2004-07-19  Bruno Haible  <bruno@clisp.org>
16796
16797         * MODULES.html.sh (func_all_modules): Add dummy.
16798
16799 2004-07-16  Simon Josefsson  <jas@extundo.com>
16800
16801         * modules/dummy: New file.
16802
16803 2004-07-16  Simon Josefsson  <jas@extundo.com>
16804
16805         * lib/dummy.c: New file.
16806
16807 2004-07-16  Bruno Haible  <bruno@clisp.org>
16808
16809         * lib/backupfile.h: Add extern "C" for C++.
16810         * lib/closeout.h: Likewise.
16811         * lib/copy-file.h: Likewise.
16812         * lib/findprog.h: Likewise.
16813         * lib/full-write.h: Likewise.
16814         * lib/pathname.h: Likewise.
16815         * lib/progname.h: Likewise.
16816         * lib/stpcpy.h: Likewise.
16817         * lib/stpncpy.h: Likewise.
16818         * lib/strcase.h: Likewise.
16819         * lib/strstr.h: Likewise.
16820         * lib/xalloc.h: Likewise.
16821
16822         * lib/mbswidth.h: Add extern "C" for C++.
16823         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
16824
16825 2004-07-13  Robert Millan  <robertmh@gnu.org>
16826
16827         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
16828
16829 2004-07-09  Simon Josefsson  <jas@extundo.com>
16830
16831         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
16832         failed without this.)
16833
16834 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16835
16836         * modules/chown (Files): Add lib/fchown-stub.c, since
16837         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
16838
16839 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
16840
16841         * lib/fchown-stub.c: New file.
16842
16843 2004-06-24  Jim Meyering  <jim@meyering.net>
16844
16845         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
16846
16847 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16848
16849         * modules/argz: Omit "#include".
16850
16851         * MODULES.html.sh (func_all_modules): Add calloc, to match
16852         2004-06-01 addition of calloc module.
16853
16854 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16855
16856         * m4/argz.m4: New file, which is autoupdated from libtool.
16857
16858 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16859
16860         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
16861         libtool.
16862
16863 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16864
16865         * config/srclist-update: Don't insist on "USA." before the
16866         close-comment, as libtool omits the period and puts the */ on a
16867         separate line.
16868         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
16869         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
16870
16871 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
16872
16873         * modules/argz: New file.
16874         * MODULES.html.sh (func_all_modules): Add argz.
16875
16876 2004-06-12  Jim Meyering  <jim@meyering.net>
16877         and  Paul Eggert  <eggert@cs.ucla.edu>
16878
16879         * modules/hash (Files): Add lib/xalloc.h.
16880         * modules/pipe (Depends-on): Add wait-process.
16881         * modules/stat (Depends-on): Add xalloc.
16882         * modules/userspec (Files): Add lib/userspec.h.
16883         * modules/xstrto
16884
16885         Upgrade from gettext-0.13.
16886         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
16887         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
16888         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
16889
16890 2004-06-10  Jim Meyering  <jim@meyering.net>
16891
16892         * lib/calloc.c: New file.
16893
16894 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
16895
16896         * lib/getdate.y (yylex): Allow space between sign and number.
16897         Problem reported by Dan Jacobson.
16898
16899 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16900
16901         Merge from coreutils CVS.
16902
16903         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
16904         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
16905         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
16906         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
16907         xstrtol.m4: Fix copyright date and/or serial number.
16908
16909         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
16910         See if we need an fchown replacement.
16911         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
16912         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
16913         and use the replacement function if we detect either defect.
16914
16915         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
16916         gl_UTIMECMP.
16917
16918 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
16919         and  Jim Meyering  <jim@meyering.net>
16920
16921         Merge from coreutils CVS.
16922
16923         * lib/stat-macros.h: New file, with contents from file-type.h
16924         and coreutils' system.h.
16925         * lib/file-type.c: Include "stat-macros.h".
16926         * lib/file-type.h (file_type): Move all macro definitions to new file,
16927         stat-macros.h.
16928
16929         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
16930         Wrap old code with this conditional.
16931         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
16932         function that does not dereference symlinks.
16933         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
16934
16935         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
16936         dependency problems.
16937         (xreadlink): Accept new arg SIZE, for efficiency.
16938         All decls and uses changed.
16939         * lib/xreadlink.h: Include <stddef.h>, for size_t.
16940
16941         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
16942         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
16943
16944         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
16945         sysexits.h.
16946
16947 2004-06-01  Jim Meyering  <jim@meyering.net>
16948
16949         * m4/calloc.m4: New file.
16950
16951 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
16952
16953         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
16954         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
16955         Also, fix a typo in a diagnostic.
16956
16957 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16958
16959         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
16960         or AC_FUNC_REALLOC.
16961
16962 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
16963
16964         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
16965         macros to be defined.
16966         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
16967         the allocator returns NULL because the requested size is zero.
16968
16969 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16970
16971         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
16972         var.  Add comment explaining why libc still defines it.  This
16973         merges the following patch from glibc:
16974         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
16975
16976 2004-05-20  Andreas Schwab  <schwab@suse.de>
16977
16978         * m4/free.m4: Replace free if it not known to work, not the other
16979         way round.
16980
16981 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
16982
16983         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
16984         present in glibc since revision 1.1 of this file.
16985         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
16986         obstack_alignment_mask, obstack_alloc, obstack_base,
16987         obstack_blank, obstack_blank_fast, obstack_chunk_size,
16988         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
16989         obstack_grow0, obstack_init, obstack_int_grow,
16990         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
16991         obstack_next_free, obstack_object_size, obstack_ptr_grow,
16992         obstack_ptr_grow_fast, obstack_room): Remove declarations of
16993         nonexistent functions.
16994
16995 2004-05-18  Karl Berry  <karl@gnu.org>
16996
16997         * config/srclist.txt: break link for vasnprintf.c.
16998
16999 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17000
17001         Port obstack to the AS/400, where pointers are 16 bytes wide and
17002         you cannot cast an integer to a valid pointer.  This patch is
17003         currently waiting to be integrated into glibc; see
17004         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
17005
17006         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
17007         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
17008         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
17009         (struct obstack): temp member is now a union of a pointer and
17010         an integer, instead of an integer.  All integer uses changed.
17011         This does not affect the physical layout of struct obstack,
17012         except on hosts (like the AS/400) where the size or alignment of
17013         void * is greater than that of ptrdiff_t.
17014         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
17015         __STDC__)]: Store temporary in pointer member of union, not
17016         integer member.
17017         * lib/obstack.c: Include <stddef.h>, for offsetof.
17018         (struct fooalign): Remove; it doesn't need a name.
17019         (union fooround): Change double to long double, and add void *.
17020         (DEFAULT_ALIGNMENT): Use offsetof to compute.
17021         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
17022         not a macro.  Hence the values are always int; so remove all
17023         casts-to-int in uses.
17024
17025 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17026
17027         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
17028         we can get this patch merged into glibc.
17029
17030 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17031             Paul Eggert  <eggert@cs.ucla.edu>
17032
17033         * m4/argp: Depend on alloca.
17034
17035 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17036             Paul Eggert  <eggert@cs.ucla.edu>
17037
17038         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
17039         freecoding.
17040
17041 2004-05-17  Bruno Haible  <bruno@clisp.org>
17042
17043         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
17044         precision that consists of a '.' followed by an empty digit string.
17045         Patch by Tor Lillqvist <tml@iki.fi>.
17046
17047 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17048
17049         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
17050         for backward compatibility with older code.  We need our own
17051         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
17052         it under some other name, and our alloca.h will define it.
17053
17054 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17055             Derek Price  <derek@ximbiot.com>
17056
17057         * lib/alloca.c: Include <alloca.h>, to get our interface.
17058         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
17059         include <alloca.h> first.  Use C89 prototype for alloca; this
17060         requires including <stddef.h> for size_t.  Use extern "C" if C++.
17061         Use #elif for simplicity, since we can assume C89 now.
17062         Don't try to source the system alloca.h since it will not be found
17063         and to prevent recursively including its replacement.
17064         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
17065         * lib/regex.c: Likewise.
17066
17067 2004-05-16  Derek Price  <derek@ximbiot.com>
17068             Paul Eggert  <eggert@cs.ucla.edu>
17069
17070         getline cleanup.  This changes the getndelim2 API: both order of
17071         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
17072         no delimiter).
17073
17074         * lib/getline.c: Don't include stddef.h or stdio.h, since our
17075         interface does that.
17076         (getline): Always use getdelim, so that we don't have two
17077         copies of this code.
17078         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
17079         if available.
17080         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
17081         (GETNDELIM2_MAXIMUM): New macro.
17082         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
17083         instead of the old practice of delim2==0.  All callers changed.
17084         Return -1 on overflow, instead of returning junk.
17085         Do not set *linesize unless allocation succeeds.
17086         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
17087         that we include sys/types.h.
17088         * lib/getnline.h: Likewise.
17089         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
17090         (getndelim2): Reorder arguments.
17091         * lib/getnline.c (getnline, getndelim):
17092         Don't discard the NMAX argument.
17093         (getnline): Invoke getndelim, to avoid code duplication.
17094         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
17095         of (size_t) -1 by callers of the getnline family.
17096
17097 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17098
17099         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
17100         Check for gettimeofday.
17101         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
17102         Check for settimeofday, stime.
17103
17104 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17105
17106         * lib/nanosleep.c (suspended): Change its type from int to
17107         sig_atomic_t volatile.
17108         (first_call): Make it private to rpl_nanosleep, and have it
17109         be zero initially as that's a bit faster.
17110         (my_usleep): Round up fractional times instead of truncating them,
17111         as this is the usual meaning for 'sleep'.
17112
17113         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
17114         doesn't work.
17115         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
17116         (ENOSYS): Define if not defined.
17117         (settime): Fall back on stime if it exists and settimeofday fails.
17118         But don't bother with fallbacks if a method fails with errno == EPERM.
17119
17120 2004-05-11  Jim Meyering  <jim@meyering.net>
17121
17122         Prior to this change, the save_cwd caller required read access to the
17123         current directory on most systems (ones with the fchdir function).
17124
17125         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
17126         fails, try write-only, and finally, resort to using xgetcwd.
17127
17128 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
17129
17130         * lib/obstack.c, obstack.h: Import changes from libc.
17131
17132 2004-04-28  Bruno Haible  <bruno@clisp.org>
17133
17134         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
17135         also implicitly appends .exe to executables.
17136         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
17137         accepts Windows pathnames.
17138         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
17139         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17140         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
17141         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17142         Reported by Derek Robert Price <derek@ximbiot.com>.
17143
17144 2004-04-21  Karl Berry  <karl@gnu.org>
17145
17146         * config/srclist.txt (localcharset.c): break sync.
17147
17148 2004-04-20  Paul Eggert  <eggert@twinsun.com>
17149
17150         * m4/host-os.m4: Add a copyright notice.
17151
17152 2004-04-20  Jim Meyering  <jim@meyering.net>
17153
17154         Change UTILS_ to gl_ in AC_DEFINE'd names.
17155         Change utils_- and jm_-prefixed variables, too.
17156         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
17157         UTILS_FUNC_MKDIR_TRAILING_SLASH.
17158         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
17159
17160         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
17161         Don't emit trailing blanks.
17162         Also rename jm_-prefixed variables to have gl_ prefix.
17163
17164         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
17165         Also rename jm_-prefixed variables to have gl_ prefix.
17166
17167         * m4/jm-macros.m4: Reflect the renamings.
17168         * m4/prereq.m4: Likewise.
17169
17170 2004-04-20  Jim Meyering  <jim@meyering.net>
17171
17172         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
17173         memory.
17174
17175 2004-04-20  Jim Meyering  <jim@meyering.net>
17176             Bruno Haible  <bruno@clisp.org>
17177
17178         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
17179         memory when realloc fails.
17180
17181 2004-04-19  Jim Meyering  <jim@meyering.net>
17182
17183         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
17184         now that readutmp.c may call `free (0)'.
17185
17186 2004-04-19  Bruno Haible  <bruno@clisp.org>
17187
17188         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
17189         * m4/inttypes_h.m4: Likewise.
17190         * m4/stdint_h.m4: Likewise.
17191         * m4/intmax_t.m4: Likewise.
17192         * m4/uintmax_t.m4: Likewise.
17193
17194 2004-04-18  Jim Meyering  <jim@meyering.net>
17195
17196         * m4/prereq.m4: Don't forbid jm_ prefix.
17197
17198         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
17199         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
17200         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
17201         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
17202         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
17203         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
17204         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
17205         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
17206         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
17207         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
17208         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
17209         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
17210         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
17211         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
17212         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
17213         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
17214         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
17215         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
17216         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
17217
17218 2004-04-18  Jim Meyering  <jim@meyering.net>
17219
17220         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
17221         failure, don't leak memory and do call END_UTMP_ENT.
17222
17223 2004-04-16  Jim Meyering  <jim@meyering.net>
17224
17225         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
17226         coreutils' stat program.
17227         (gl_PREREQ): Don't require jm_PREREQ_STAT.
17228
17229 2004-04-11  Paul Eggert  <eggert@twinsun.com>
17230
17231         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
17232         C89.
17233         (CHAR_BIT): Remove, since we assume C89.
17234         Include <stdint.h> if available, as per current Autoconf CVS advice.
17235
17236 2004-03-31  Jim Meyering  <jim@meyering.net>
17237
17238         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
17239         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
17240         * m4/xalloc.m4: Likewise.
17241
17242 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17243
17244         Merge from coreutils.
17245
17246         * m4/inttostr.m4: New file.
17247         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
17248         Require AM_STDBOOL_H and gl_TIMESPEC instead.
17249         Require gl_CLOCK_TIME.
17250         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
17251
17252 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17253
17254         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
17255         not bool, to be more consistent with Unix conventions.
17256         Suggested by Bruno Haible.
17257
17258         Merge from coreutils.
17259
17260         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
17261         * lib/umaxtostr.c: New files.
17262
17263         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
17264         the usual <time.h> dance.
17265         (get_date): Change signature to support fractional time stamps.
17266         All callers changed.
17267         * lib/getdate.y: Include "getdate.h" first, as we can now
17268         assume C89 and don't need to worry about 'const'.
17269         Similarly, include "unlocked-io.h" near start, not in middle.
17270         Include <limits.h>.
17271         (textint.value): Use long int rather than int.
17272         (textint.digits): Use size_t rather than int.
17273         (BILLION, LOG10_BILLION): New constants.
17274         (parser_control): New member rel_ns.  Members day_ordinal,
17275         time_zone, month, day, hour, minutes, rel_year, rel_month,
17276         rel_day, rel_hour, rel_minutes, rel_seconds
17277         are now long int, not int.  Member seconds is now struct timespec,
17278         not int.  New member timespec_seen.  Members dates_seen, days_seen,
17279         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
17280         not int.
17281         (%union.intval): Now long int, not int.
17282         New member timespec.
17283         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
17284         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
17285         (spec): Now is a timespec or an item list.
17286         (timespec, items): New nonterminals.
17287         (time, rel, relunit, number, get_date):
17288         Add support for fractional seconds.
17289         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
17290         (gmtime, localtime, mktime): Remove decls; not needed with C89.
17291         (to_hour): First arg is now long int, not int.
17292         (to_year): Returns long int, not int.
17293         Don't treat year -70 like 70.
17294         (tm_diff): Returns long int, not int.
17295         (lookup_word): Use bool instead of int when appropriate.
17296         (yylex): Use size_t for count, not int.
17297         Detect overflow when parsing large integer constants.
17298         Add support for fractions.
17299         (get_date): Make pointers 'const' if possible.
17300         Use more-portable code to detect integer overflow.
17301         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
17302         Don't use ctime; it's not reliable if the year has >4 digits.
17303
17304         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
17305         This is for compatibility with BSD.
17306
17307         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
17308         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
17309         From coreutils' system.h.
17310
17311         * lib/userspec.c: Don't include "posixver.h".
17312         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
17313         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
17314         compatible extension.  Simplify code by removing a boolean int
17315         that was always nonzero if a string was nonnull.
17316
17317 2004-03-30  Jim Meyering  <jim@meyering.net>
17318
17319         Merge from coreutils.
17320
17321         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
17322         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
17323         on some systems one must include <grp.h> before it.
17324         Reported by Christian Krackowizer.
17325
17326 2004-03-30  Jim Meyering  <jim@meyering.net>
17327
17328         Merge from coreutils.
17329
17330         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
17331
17332         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
17333         an empty input stream.
17334
17335         * lib/readtokens.c: Include <stdbool.h>.
17336         (readtoken): Use `size_t' rather than int/long.
17337         All callers adjusted.
17338         Use `bool' rather than `int' where appropriate.
17339         Use memset rather than an explicit loop.
17340         Use x2nrealloc rather than xrealloc.
17341         Allow the use of `\0' as a delimiter.
17342         (readtokens): Likewise.
17343         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
17344
17345 2004-03-30  Jim Meyering  <jim@meyering.net>
17346
17347         * m4/realloc.m4: Remove file, since now it does no more than
17348         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
17349         the `configure.ac' section of module/realloc.
17350         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
17351
17352 2004-03-30  Bruno Haible  <bruno@clisp.org>
17353
17354         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
17355         nonnull.
17356
17357 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17358
17359         Merge changes to getloadavg.c from coreutils and Emacs.
17360
17361         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
17362         Define to an expression, not to the empty string.
17363         Include cloexec.h and xalloc.h.
17364         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
17365         Use set_cloexec_flag rather than rolling our own.
17366         * lib/cloexec.c, lib/cloexec.h: New files.
17367
17368 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17369
17370         * m4/cloexec.m4: New file.
17371
17372 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17373
17374         * lib/getopt.h: Sync with libc CVS.
17375
17376 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17377             Bruno Haible  <bruno@clisp.org>
17378
17379         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
17380         mbswidth.
17381
17382 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17383             Bruno Haible  <bruno@clisp.org>
17384
17385         * lib/mbswidth.h: Include <wchar.h> only if
17386         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
17387         <wchar.h>.
17388         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
17389
17390 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17391
17392         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
17393         Sync with libc CVS.
17394         * lib/getopt_int.h: New file, also synced from libc.
17395
17396 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17397
17398         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
17399         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
17400         Bring back getopt.c, getopt.h, getopt1.c.
17401
17402 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17403
17404         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
17405         All uses changed.  Check for sa_sigaction member; this fixes
17406         a bug first reported by Jason Andrade in
17407         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17408
17409 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17410
17411         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
17412         '#if' expressions.  Unlike the code it replaces, it does not
17413         depend on (defined _SC_PAGESIZE).  However, it does depend on
17414         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
17415         first reported by Jason Andrade in
17416         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17417
17418 2004-02-25  Simon Josefsson  <jas@extundo.com>
17419
17420         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
17421
17422 2004-02-25  Simon Josefsson  <jas@extundo.com>
17423
17424         * lib/strdup.h: New file.
17425         * lib/strdup.c: Include it.
17426         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
17427         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
17428
17429 2004-02-23  Karl Berry  <karl@gnu.org>
17430
17431         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
17432         (from fencepost.gnu.org:/gd/gnuorg).
17433
17434 2004-02-23  Karl Berry  <karl@gnu.org>
17435
17436         * config/srclistvars.sh (GNUORG) [karl]: redefine.
17437         * config/srclist.txt: add maintain/standards documents.
17438
17439 2004-02-18  Bruno Haible  <bruno@clisp.org>
17440
17441         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
17442         Reported by Derek Robert Price <derek@ximbiot.com>.
17443
17444 2004-02-16  Karl Berry  <karl@gnu.org>
17445
17446         * config/mkinstalldirs, install-sh: update from automake.
17447
17448 2004-02-06  Karl Berry  <karl@gnu.org>
17449
17450         * m4/po.m4: update from gettext 0.14.1.
17451
17452 2004-02-06  Karl Berry  <karl@gnu.org>
17453
17454         * lib/config.charset: update from gettext 0.14.1.
17455
17456 2004-02-05  Paul Eggert  <eggert@twinsun.com>
17457
17458         Add comments and code, prompted by suggestions from Bruno Haible
17459         for sh-quote.
17460         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
17461         describing the enum quoting_style values.
17462         * lib/quotearg.c (quotearg_alloc): New function.
17463         (quotearg_buffer_restyled): Treat lone { and } as special.
17464         Treat = as special.  Work around bug with older shells
17465         that "see" a '\' that is really the 2nd byte of a multibyte char.
17466         Quote empty string with shell_quoting_style.
17467
17468 2004-02-03  Bruno Haible  <bruno@clisp.org>
17469
17470         * m4/pipe.m4: New file, from GNU gettext.
17471
17472 2004-02-03  Bruno Haible  <bruno@clisp.org>
17473
17474         * lib/pipe.h: New file, from GNU gettext.
17475         * lib/pipe.c: New file, from GNU gettext.
17476
17477 2004-01-27  Bruno Haible  <bruno@clisp.org>
17478
17479         * m4/execute.m4: New file, from GNU gettext.
17480
17481 2004-01-27  Bruno Haible  <bruno@clisp.org>
17482
17483         * lib/execute.h: New file, from GNU gettext.
17484         * lib/execute.c: New file, from GNU gettext.
17485         * lib/w32spawn.h: New file, from GNU gettext.
17486
17487 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17488
17489         Merge from diffutils.
17490
17491         * lib/file-type.c (file_type): Add typed memory objects.
17492         * lib/file-type.h (S_TYPEISTMO): New macro.
17493
17494         * lib/c-stack.h (c_stack_action): Remove argv argument.
17495         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
17496         (die): Don't calculate message unless segv_action returns.
17497         (get_stack_location, min_address_from_argv, max_address_from_argv,
17498         volatile stack_base, volatile_stack_size): Remove.
17499         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
17500         that every segmentation violation is a stack overflow.  (Ouch!)
17501         See Debian bug 136249 (still outstanding) for more info about why
17502         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
17503
17504 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17505
17506         Exit-status fix from coreutils.
17507
17508         Use exit_failure consistently in place of EXIT_FAILURE,
17509         so that program exit statuses are consistent on failure.
17510
17511         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
17512         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
17513         * lib/argmatch.h: Comment fix to match the above.
17514         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
17515         Now a macro referring to exit_failure, instead of a separate
17516         variable.  Include "exitfail.h" to get it.
17517         * lib/xstrtol.h: Include "exitfail.h".
17518         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
17519
17520         * lib/long-options.c (parse_long_options): Use prototype
17521         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
17522         for clarity.
17523
17524 2004-01-21  Jim Meyering  <jim@meyering.net>
17525
17526         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
17527         so as not to conflict with a different-sized __mktime_internal
17528         function in GNU libc.
17529         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
17530         Problem building statically-linked `ls' reported by Michael Brunnbauer.
17531
17532 2004-01-20  Karl Berry  <karl@gnu.org>
17533
17534         * config/config.guess: update from config.
17535
17536         * config/srclistvars.sh: GNUWWWLICENSES for karl.
17537
17538 2004-01-20  Bruno Haible  <bruno@clisp.org>
17539
17540         Safer stack allocation.
17541         * lib/setenv.c: Include allocsa.h.
17542         (alloca): Remove fallback definition.
17543         (freea): Remove macro.
17544         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
17545         instead of freea.
17546
17547 2004-01-20  Bruno Haible  <bruno@clisp.org>
17548
17549         * m4/eealloc.m4: New file, from GNU gettext.
17550
17551 2004-01-20  Bruno Haible  <bruno@clisp.org>
17552
17553         * m4/allocsa.m4: New file, from GNU gettext.
17554
17555 2004-01-20  Bruno Haible  <bruno@clisp.org>
17556
17557         * lib/xallocsa.h: New file, from GNU gettext.
17558         * lib/xallocsa.c: New file, from GNU gettext.
17559
17560 2004-01-20  Bruno Haible  <bruno@clisp.org>
17561
17562         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
17563
17564 2004-01-20  Bruno Haible  <bruno@clisp.org>
17565
17566         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
17567         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
17568         specially.
17569
17570 2004-01-20  Bruno Haible  <bruno@clisp.org>
17571
17572         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
17573         patch.
17574
17575 2004-01-20  Bruno Haible  <bruno@clisp.org>
17576
17577         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
17578
17579 2004-01-20  Bruno Haible  <bruno@clisp.org>
17580
17581         * lib/eealloc.h: New file.
17582
17583 2004-01-20  Bruno Haible  <bruno@clisp.org>
17584
17585         * lib/binary-io.h: Avoid warnings on Cygwin.
17586
17587 2004-01-20  Bruno Haible  <bruno@clisp.org>
17588
17589         * lib/allocsa.h: New file, from GNU gettext.
17590         * lib/allocsa.c: New file, from GNU gettext.
17591
17592 2004-01-18  Karl Berry  <karl@gnu.org>
17593
17594         * doc/gpl.texi, doc/lgpl.texi: new files.
17595
17596 2004-01-18  Karl Berry  <karl@gnu.org>
17597
17598         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
17599         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
17600
17601 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17602
17603         Merge from coreutils.
17604
17605         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
17606         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
17607         (gl_DEFAULT_POSIX2_VERSION): Move
17608         the documentation from 'configure' into 'config.hin',
17609         so that 'configure --help' isn't burdened by it and
17610         we don't have to worry about its formatting there.
17611         Reword the documentation so that it's more succinct
17612         and can be run together into a single paragraph.
17613         * m4/same.m4 (gl_SAME): Check for pathconf.
17614
17615 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17616
17617         Merge from coreutils.
17618
17619         * lib/posixver.c: Include posixver.h.
17620
17621         * lib/same.c: Include <stdbool.h>, <limits.h>.
17622         (_POSIX_NAME_MAX): Define if not defined.
17623         (MIN): New macro.
17624         (same_name): If file names are silently truncated, report
17625         that the file names are the same if they are the same after
17626         the silent truncation.
17627
17628         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
17629         conversion function.
17630         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
17631         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
17632         longer needed.
17633
17634 2004-01-15  Jim Meyering  <jim@meyering.net>
17635
17636         Merge from coreutils.
17637
17638         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
17639         if no library is required.
17640         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
17641         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
17642         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
17643         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
17644         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
17645         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
17646         value, $ac_cv_search_crypt, if it's "none required".
17647         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
17648         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
17649         not gl_FUNC_GETLOADAVG.
17650         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
17651         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
17652
17653 2004-01-15  Jim Meyering  <jim@meyering.net>
17654
17655         Merge from coreutils.
17656
17657         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
17658         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
17659         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
17660
17661         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
17662         optional configure-time default.
17663
17664         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17665
17666         * lib/xreadlink.c (xreadlink): Correct outdated comment.
17667
17668 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
17669
17670         Merge from coreutils.
17671
17672         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
17673         value, $ac_cv_search_nanosleep, if it's "none required".
17674
17675 2004-01-14  Paul Eggert  <eggert@twinsun.com>
17676
17677         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
17678         with like-named macro in fnmatch.c.
17679         (EXT): Use an internal constant instead.
17680
17681         Merge fnmatch patches from glibc.
17682         * lib/fnmatch.c (mbsinit): Remove define.
17683         Add libc_hidden_ver (__fnmatch, fnmatch).
17684         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
17685         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
17686
17687 2004-01-14  Karl Berry  <karl@gnu.org>
17688
17689         * config/install-sh: update from automake.
17690
17691 2004-01-13  Karl Berry  <karl@gnu.org>
17692
17693         * config/install-sh: update from automake.
17694
17695 2004-01-09  Karl Berry  <karl@gnu.org>
17696
17697         * config/install-sh: update from automake.
17698
17699 2004-01-05  Karl Berry  <karl@gnu.org>
17700
17701         * config/config.{sub,guess}: update from config.
17702
17703 2003-12-31  Karl Berry  <karl@gnu.org>
17704
17705         * config/depcomp: update from automake.
17706
17707 2003-12-14  Karl Berry  <karl@gnu.org>
17708
17709         * lib/config.charset: update from gettext-runtime.
17710
17711 2003-12-03  Paul Eggert  <eggert@twinsun.com>
17712
17713         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
17714         Bug reported by Alfred M. Szmidt.
17715
17716 2003-12-03  Bruno Haible  <bruno@clisp.org>
17717
17718         * m4/gettext.m4: Upgrade from gettext-0.13.
17719         * m4/po.m4: Upgrade from gettext-0.13.
17720         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
17721         * m4/intmax.m4: New file, from gettext-0.13.
17722         * m4/printf-posix.m4: New file, from gettext-0.13.
17723
17724 2003-11-29  Karl Berry  <karl@gnu.org>
17725
17726         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
17727
17728 2003-11-25  Paul Eggert  <eggert@twinsun.com>
17729             Bruno Haible  <bruno@clisp.org>
17730
17731         * lib/printf-parse.h: Don't include sys/types.h.
17732         (ARG_NONE): New macro.
17733         (char_directive): Change type of *arg_index fields to size_t.
17734         * lib/printf-parse.c: Don't include sys/types.h.
17735         (SSIZE_MAX): Remove macro.
17736         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
17737         Remove unnecessary overflow check.
17738         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
17739         fields.
17740
17741 2003-11-25  Bruno Haible  <bruno@clisp.org>
17742
17743         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
17744
17745 2003-11-25  Bruno Haible  <bruno@clisp.org>
17746
17747         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
17748         gt_TYPE_SSIZE_T.
17749
17750 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17751
17752         * modules/alloca: Remove dependency on xalloc.
17753
17754 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17755
17756         * lib/alloca.c: Remove dependency on xalloc module.
17757         (xalloc_die): Remove.
17758         (memory_full) [!defined emacs]: New macro.
17759         [!defined emacs]: Don't include xalloc.h.
17760         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
17761         address arithmetic overflows.  Change datatypes a bit to avoid
17762         unnecessary casts.
17763
17764 2003-11-22  Jim Meyering  <jim@meyering.net>
17765
17766         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
17767         s/size/size_t/.
17768
17769 2003-11-21  Karl Berry  <karl@gnu.org>
17770
17771         * config/config.{sub,guess}: update from config.
17772
17773 2003-11-18  Karl Berry  <karl@gnu.org>
17774
17775         * config/config.{sub,guess}: update from config.
17776
17777         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
17778
17779 2003-11-17  Paul Eggert  <eggert@twinsun.com>
17780
17781         * README: Mention that S+T cannot overflow if S is the size of
17782         an existing object and T is sufficiently small.
17783
17784 2003-11-17  Jim Meyering  <jim@meyering.net>
17785
17786         On systems without utime and without a utimes function capable of
17787         dealing with a NULL struct utimbuf* argument, this utime replacement
17788         could -- in unusual circumstances -- leak a file descriptor.
17789         * lib/utime.c: Include <unistd.h> and <errno.h>.
17790         (utime_null): Be sure to close `fd' and to preserve errno.
17791         Reported by Geoff Collyer via Arnold Robbins.
17792
17793 2003-11-17  Bruno Haible  <bruno@clisp.org>
17794
17795         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
17796         (Depends-on): Add xsize.
17797
17798 2003-11-17  Bruno Haible  <bruno@clisp.org>
17799
17800         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
17801
17802 2003-11-17  Bruno Haible  <bruno@clisp.org>
17803
17804         * lib/vasnprintf.c (alloca): Remove fallback definition.
17805         (freea): Remove definition.
17806         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
17807         Reported by Paul Eggert.
17808
17809 2003-11-16  Paul Eggert  <eggert@twinsun.com>
17810             Bruno Haible  <bruno@clisp.org>
17811
17812         Protect against address arithmetic overflow.
17813         * lib/printf-args.h: Include stddef.h.
17814         (arguments): Change type of field 'count' to size_t.
17815         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
17816         'unsigned int' where appropriate.
17817         * lib/printf-parse.h: Include sys/types.h.
17818         (char_directive): Change type of *arg_index fields to ssize_t.
17819         (char_directives): Change type of fields 'count', max_*_length to
17820         size_t.
17821         * lib/printf-parse.c: Include sys/types.h and xsize.h.
17822         (SSIZE_MAX): Define fallback value.
17823         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
17824         instead of 'int' where appropriate. Check a_allocated, d_allocated
17825         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
17826         * lib/vasnprintf.c: Include xsize.h.
17827         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
17828         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
17829         overflow. Avoid wraparound when converting a width or precision from
17830         decimal to binary.
17831
17832 2003-11-16  Bruno Haible  <bruno@clisp.org>
17833
17834         Update from GNU gettext.
17835         * lib/printf-parse.c: Generalize to it can be compiled for wide
17836         strings.
17837         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
17838         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
17839         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
17840         SNPRINTF): New macros.
17841         Don't include <alloca.h> if the file is used inside libintl.
17842         (local_wcslen): New function, for Solaris 2.5.1.
17843         (VASNPRINTF): Use it instead of wcslen.
17844
17845 2003-11-16  Bruno Haible  <bruno@clisp.org>
17846
17847         * lib/xsize.h (xmax): New function.
17848         (xsum, xsum3, xsum4): Declare as "pure" functions.
17849
17850 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17851
17852         * modules/xalloc (Files): Undo latest change, since xalloc.h
17853         no longer needs SIZE_MAX or PTRDIFF_MAX.
17854
17855 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17856
17857         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
17858         gl_PTRDIFF_MAX.
17859
17860 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17861
17862         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
17863         "return", to pacify some unknown compiler.  Problem reported
17864         by Joerg Schilling.
17865
17866 2003-11-12  Paul Eggert  <eggert@twinsun.com>
17867
17868         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
17869         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
17870         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
17871         heuristic is just as accurate as far as we know, and it removes a
17872         dependency on size_max.m4 and ptrdiff_max.m4.
17873
17874 2003-11-11  Bruno Haible  <bruno@clisp.org>
17875
17876         * modules/xsize (Files): Add m4/size_max.m4.
17877         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
17878
17879 2003-11-11  Bruno Haible  <bruno@clisp.org>
17880
17881         * m4/size_max.m4: New file.
17882         * m4/ptrdiff_max.m4: New file.
17883         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
17884         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
17885         (gl_XALLOC): Invoke it.
17886
17887 2003-11-11  Bruno Haible  <bruno@clisp.org>
17888
17889         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
17890         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
17891         defined.
17892
17893 2003-11-10  Paul Eggert  <eggert@twinsun.com>
17894
17895         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
17896         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
17897         rejected some allocations of exactly SIZE_MAX - 2 bytes.
17898         From Bruno Haible.
17899         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
17900         not (size_t) -1, since it's defined here.
17901
17902 2003-11-09  Karl Berry  <karl@gnu.org>
17903
17904         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
17905
17906 2003-11-06  Paul Eggert  <eggert@twinsun.com>
17907
17908         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
17909         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
17910         Reject sizes of exactly SIZE_MAX bytes.
17911         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
17912         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
17913
17914 2003-11-05  Bruno Haible  <bruno@clisp.org>
17915
17916         * lib/xsize.h: Include limits.h, to avoid a possible collision with
17917         SIZE_MAX defined in <limits.h> on Solaris.
17918
17919 2003-11-04  Jim Meyering  <jim@meyering.net>
17920
17921         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
17922         variable names, rather than @VAR@.
17923         * modules/poll: Likewise.
17924
17925 2003-11-04  Bruno Haible  <bruno@clisp.org>
17926
17927         * modules/xsize: New file.
17928         * modules/linebreak: Depend on xsize.
17929         * MODULES.html.sh (func_all_modules): Add xsize.
17930
17931 2003-11-04  Bruno Haible  <bruno@clisp.org>
17932
17933         * m4/xsize.m4: New file.
17934
17935 2003-11-04  Bruno Haible  <bruno@clisp.org>
17936
17937         * lib/xsize.h: New file.
17938         * lib/linebreak.c: Include xsize.h.
17939         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
17940         argument for overflow.
17941         Suggested by Paul Eggert.
17942
17943 2003-11-03  Karl Berry  <karl@gnu.org>
17944
17945         * config/config.{guess,sub}: update from config.
17946
17947 2003-11-03  Jim Meyering  <jim@meyering.net>
17948
17949         * modules/userspec (lib_SOURCES): Add userspec.h.
17950         (Include): Add "userspec.h".
17951         Improve description.
17952
17953 2003-11-03  Jim Meyering  <jim@meyering.net>
17954
17955         * lib/userspec.c: Include "userspec.h".
17956         * lib/userspec.h: New file.
17957
17958 2003-11-03  Bruno Haible  <bruno@clisp.org>
17959
17960         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
17961
17962 2003-11-03  Bruno Haible  <bruno@clisp.org>
17963
17964         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
17965         available, to avoid (extremely rare) race condition.
17966         Suggested by Paul Eggert.
17967
17968 2003-11-02  Karl Berry  <karl@gnu.org>
17969
17970         * config/srclist.txt (vasprintf.c): sync broken, sigh.
17971
17972 2003-10-31  Paul Eggert  <eggert@twinsun.com>
17973
17974         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
17975         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
17976         (read_filesystem_list): Set and use me_type_malloced.
17977         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
17978         whatever the type happens to be), for brevity and consistency.
17979         Check for size calculation overflow on Alphas running OSF/1.
17980
17981 2003-10-31  Jim Meyering  <jim@meyering.net>
17982
17983         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
17984
17985         * lib/linebuffer.c: Include <string.h> for declaration of memset.
17986
17987 2003-10-30  Paul Eggert  <eggert@twinsun.com>
17988             Bruno Haible  <bruno@clisp.org>
17989
17990         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
17991         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
17992
17993 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
17994
17995         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
17996         netbsd*-gnu*.  Suggested by Robert Millan.
17997
17998 2003-10-29  Paul Eggert  <eggert@twinsun.com>
17999
18000         * modules/group-member: Depend on stdbool.
18001
18002 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18003
18004         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
18005
18006 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18007
18008         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
18009         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
18010         after the 'gnu' in these cases.  This fixes some bugs in the
18011         previous change, and is based on suggestions by Robert Millan.
18012
18013 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18014
18015         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
18016         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
18017         no longer needed.
18018         * lib/quotearg.c (quotearg_n_options): Use it.
18019         * lib/group-member.c: Include <stdbool.h>.
18020         (free_group_info): Arg is now const *; don't free arg.
18021         (get_group_info): Now returns bool and accepts struct group_info *,
18022         rather than returning a malloc'ed struct group_info *.
18023         All uses changed.  Check for overflow in internal size calculation.
18024
18025         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
18026         rather than xmalloc/xrealloc.
18027         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
18028         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
18029         conformance bug: the old code used a pointer after freeing the
18030         storage that it addressed.
18031         * lib/hash.c (hash_initialize): Simplify the code by using
18032         xalloc_oversized rather than doing it by hand.
18033         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
18034         the buffer preserved.  Use free and xmalloc instead.
18035         * lib/quotearg.c (quotearg_n_options): Likewise.
18036         Use a simpler test for size overflow.  Don't use xalloc_oversized
18037         because unsigned int might be wider than size_t (!); this suggests
18038         that we should switch from unsigned int to size_t for slot numbers.
18039
18040 2003-10-28  Paul Eggert  <eggert@twinsun.com>
18041
18042         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
18043         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
18044         NetBSD kernels.  Requested by Richard Stallman.
18045
18046 2003-10-27  Paul Eggert  <eggert@twinsun.com>
18047
18048         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
18049         to allocate the returned structure.  Do not allocate a subarray,
18050         as x2nrealloc will do that.
18051         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
18052         instead of xnrealloc.
18053         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
18054
18055 2003-10-27  Bruno Haible  <bruno@clisp.org>
18056
18057         * lib/stdbool_.h: Better support for BeOS.
18058
18059 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18060
18061         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
18062         now uses inline.
18063
18064 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18065
18066         * lib/xalloc.h (xalloc_oversized): New static inline function, for
18067         callers that want to do their own size-overflow checking.  Include
18068         <stdbool.h>, since xalloc_oversized returns bool.
18069         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
18070         to use xalloc_oversized.
18071
18072         Add two functions x2realloc, x2nrealloc, for programs that grow
18073         arrays dynamically by doubling their sizes.
18074         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
18075         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
18076         New functions.
18077
18078         Port to C99 semantics for 'inline' of external functions.
18079         Bug reported by Bruno Haible.
18080         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
18081         with the old contents of xnmalloc.
18082         (xnmalloc, xmalloc): Use it.
18083         (xnrealloc_inline): New static inline function,
18084         with the old contents of xnrealloc.
18085         (xnrealloc, xrealloc): Use it.
18086
18087         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
18088         that.
18089
18090 2003-10-26  Karl Berry  <karl@gnu.org>
18091
18092         * config/srclist.txt (COPYING.DOC): no longer available from
18093         /gd/gnuorg; don't know where the ultimate source is.
18094
18095 2003-10-25  Paul Eggert  <eggert@twinsun.com>
18096
18097         Fix several address-calculation bugs in the hash modules,
18098         plus some minor code cleanup.
18099
18100         * lib/hash.h: Include <stdbool.h>, for bool.
18101         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
18102         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
18103         hash_get_n_entries, hash_get_max_bucket_length,
18104         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
18105         hash_rehash): Use size_t rather than unsigned.
18106         * lib/hash.c (struct hash_table, hash_get_n_buckets,
18107         hash_get_n_buckets_used, hash_get_n_entries,
18108         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
18109         hash_get_entries, hash_do_for_each, hash_string, is_prime,
18110         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
18111         Likewise.
18112         (SIZE_MAX): Define if not defined.
18113         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
18114         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
18115         hash_print):
18116         Use const * when possible.
18117         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
18118         (check_tuning): Fix bug: if tuning parameters were very close to
18119         0 or 1, rounding errors could have caused subscript violations.
18120         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
18121         (hash_initialize): Add 'fail:' label
18122         to free table and return NULL, and use it to simplify code.
18123         Use calloc rather than clearing the storage ourself.
18124         (hash_initialize, hash_rehash): Check for arithmetic overflow in
18125         buffer size calculations.
18126         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
18127         Include <stddef.h>, for size_t.
18128         * lib/hash-pjw.c (hash_pjw): Likewise.
18129         Switch to method described by Bruno Haible.
18130         Include <limits.h>, for CHAR_BIT.
18131         (SIZE_BITS): New macro.
18132
18133 2003-10-23  Paul Eggert  <eggert@twinsun.com>
18134
18135         * m4/getline.m4 (AM_FUNC_GETLINE):
18136         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
18137         hosts.  Problem reported by Derek Robert Price in
18138         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
18139         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
18140         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
18141
18142 2003-10-21  Paul Eggert  <eggert@twinsun.com>
18143
18144         * lib/getndelim2.c (getndelim2): When size calculation overflows,
18145         ceiling the allocation at NMAX bytes rather than silently
18146         discarding input bytes before NMAX is reached.  This makes
18147         a difference only if NMAX exceeds SIZE_MAX / 2.
18148
18149         * lib/obstack.c: Merge from glibc.
18150         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
18151         Add libc_hidden_def (_obstack_newchunk).
18152         (_obstack_free) [! defined _LIBC]: Remove.
18153         [defined _LIBC]: Make a strong alias from obstack_free, rather than
18154         a clone of the function body.
18155         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
18156         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
18157
18158         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
18159         glibc.
18160         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
18161         arg to memcpy.
18162
18163         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
18164         (obstack_ptr_grow_fast, obstack_int_grow_fast):
18165         Don't use lvalue casts, as GCC plans to remove support for them
18166         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
18167         was also present in the non-GCC version, indicating that this
18168         code had always been buggy and had never been widely used.
18169         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
18170         Use the fast variant of each macro, rather than copying the
18171         definiens of the fast variant; that way, we'll be more likely to
18172         catch future bugs in the fast variants.
18173
18174 2003-10-20  Bruno Haible  <bruno@clisp.org>
18175
18176         * modules/wait-process: New file.
18177         * MODULES.html.sh (func_all_modules): Add wait-process.
18178
18179 2003-10-20  Bruno Haible  <bruno@clisp.org>
18180
18181         * m4/wait-process.m4: New file.
18182
18183 2003-10-20  Bruno Haible  <bruno@clisp.org>
18184
18185         * lib/wait-process.h: New file, from GNU gettext.
18186         * lib/wait-process.c: New file, from GNU gettext.
18187
18188 2003-10-19  Jim Meyering  <jim@meyering.net>
18189
18190         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
18191         HPUX 10.20.
18192
18193 2003-10-18  Karl Berry  <karl@gnu.org>
18194
18195         * config/config.guess: update from config.
18196
18197 2003-10-16  Paul Eggert  <eggert@twinsun.com>
18198
18199         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
18200         (getgroups): First arg is int, not size_t.
18201         Don't let 'free' mangle errno.
18202
18203 2003-10-16  Paul Eggert  <eggert@twinsun.com>
18204
18205         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
18206
18207 2003-10-16  Karl Berry  <karl@gnu.org>
18208
18209         * config/config.{guess,sub}: update from config.
18210
18211 2003-10-16  Jim Meyering  <jim@meyering.net>
18212
18213         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
18214         memcpy.
18215
18216 2003-10-15  Paul Eggert  <eggert@twinsun.com>
18217
18218         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
18219         (SIZE_MAX): Remove.
18220         (new_exclude, add_exclude_file): Initial size no longer needs to
18221         be a power of 2.
18222         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
18223         our own address arithmetic overflow checking.
18224
18225         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
18226         (fnmatch): Do not alloca more than 2000 wide characters;
18227         instead, use malloc for large buffers.
18228         Check for address arithmetic overflow, and return -1
18229         with errno set to ENOMEM in that case.
18230         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
18231         (NEW_PATTERN): Do not alloca more than 8000 bytes;
18232         instead, return -1.  Check for address arithmetic overflow.
18233
18234 2003-10-14  Paul Eggert  <eggert@twinsun.com>
18235
18236         Handle invalid suffixes and overflow independently, so that
18237         callers can treat them independently as needed.  Fix some bugs in
18238         suffix handling, e.g., "100k@" was not diagnosed as an invalid
18239         suffix for a human-readable blocksize.  The major caller-visible
18240         change is the addition of a new
18241         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
18242         that both overflow and suffix chars were found.
18243
18244         * lib/human.c (humblock): Don't check separately for invalid suffix
18245         char; that is xstrtoumax's job (now that its bug is fixed).
18246         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
18247         INTMAX_MAX]: New macros.
18248         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
18249         TYPE_MAXIMUM): New macros.
18250         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
18251         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
18252         if overflow occurs, as it's what __strtol does and it's more useful
18253         in practice.
18254         (__xstrtol): If __strtol reports some error other than ERANGE,
18255         reflect it to the caller as LONGINT_INVALID.  If it reports
18256         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
18257         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
18258         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
18259         value.
18260         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
18261         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
18262         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
18263         [defined UINTMAX_MAX]: New macros.
18264
18265 2003-10-14  Bruno Haible  <bruno@clisp.org>
18266
18267         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
18268
18269 2003-10-14  Bruno Haible  <bruno@clisp.org>
18270
18271         * m4/sig_atomic_t: New file, from GNU gettext.
18272         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
18273
18274 2003-10-14  Bruno Haible  <bruno@clisp.org>
18275
18276         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
18277         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
18278         Also use volatile where needed.
18279
18280 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18281
18282         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
18283         Change maintainer from Bruno Haible to 'all'.
18284
18285 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18286
18287         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
18288
18289 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18290
18291         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
18292         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
18293         and define in terms of the other primitives.
18294         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
18295         (SIZE_MAX): Define if not already defined.
18296         (array_size_overflow): New function.
18297         (xalloc_die): Abort instead of exiting if 'error' returns.
18298         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
18299         (xmalloc, xrealloc): Use them.
18300         (xcalloc): Check for address arithmetic overflow.
18301         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
18302         a bit faster than strcpy.
18303
18304 2003-10-10  Simon Josefsson  <jas@extundo.com>
18305
18306         * modules/argp (Depends-on): Add restrict and strcase.
18307
18308 2003-10-10  Simon Josefsson  <jas@extundo.com>
18309
18310         * m4/argp.m4: Add AC_C_INLINE.
18311
18312 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18313
18314         Merge getpass from libc, plus a few fixes.
18315
18316         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
18317         Include <stdbool.h>.
18318         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
18319         __fsetlocking to empty.
18320         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
18321         do include <bits/libc-lock.h>.
18322         Do not include <fcntl.h>; not needed.
18323         [_LIBC]: Include <wchar.h>.
18324         (NOTCANCEL_MODE): New macro.
18325         (flockfile, funlockfile) [_LIBC]: New macros.
18326         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
18327         [!_LIBC]: New macros.
18328         (call_fclose): New function.
18329         (getpass): Use it.  Save tty stream separately; this simplifies the
18330         code and makes it more reliable if stdin happens to equal stdout.
18331         Invoke __fsetlocking on tty.
18332         Handle thread cancellation if needed.
18333         Namespace cleanup (use __tcgetattr, __getline).
18334         Use bool for Booleans.
18335         [USE_IN_LIBIO]: Handle wide streams.
18336         [!_LIBC]: Unconditionally do the fseek, since we don't know what
18337         stream might go where.
18338
18339         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
18340         doesn't have to include <stdio.h> before us.
18341         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
18342         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
18343         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
18344         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
18345         if not declared, so that we can use getpass.c code from libc without
18346         rewriting it.
18347         (flockfile, ftrylockfile, funlockfile): New macros.
18348
18349 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18350
18351         * modules/getpass: Depend on stdbool.
18352
18353 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18354
18355         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
18356
18357 2003-10-07  Karl Berry  <karl@gnu.org>
18358
18359         * config/config.{guess,sub}: update from config.
18360
18361 2003-10-06  Jim Meyering  <jim@meyering.net>
18362             Bruno Haible  <bruno@clisp.org>
18363
18364         This lets translators provide better translations for the
18365         "Written by ..." part of --version output.
18366         * lib/version-etc.h: Include stdarg.h.
18367         (version_etc_copyright): Declare as readonly.
18368         (version_etc): Make this function variadic with a NULL-terminated list
18369         of author name strings.
18370         (version_etc_va): New declaration.
18371         * lib/version-etc.c: Include stdarg.h, stdlib.h.
18372         (version_etc_copyright): Declare as readonly.
18373         (version_etc_va): New function. Provide a different translatable string
18374         for each possible number of authors < 10. Abbreviate when there are 10
18375         authors or more.
18376         (version_etc): Make this function variadic. Call version_etc_va.
18377         Suggestion from Gary V. Vaughan.
18378
18379         * lib/long-options.h (parse_long_options): Change prototype: the
18380         authors string is moved to the end and becomes variadic.
18381         * lib/long-options.c: Include stdarg.h.
18382         (parse_long_options): Make this function variadic, too.
18383         Call version_etc_va, not version_etc.
18384
18385 2003-10-06  Bruno Haible  <bruno@clisp.org>
18386
18387         * modules/version-etc-2: Remove file.
18388         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
18389
18390 2003-10-06  Bruno Haible  <bruno@clisp.org>
18391
18392         * modules/fatal-signal: New file.
18393         * MODULES.html.sh (func_all_modules): Add fatal-signal.
18394
18395 2003-10-06  Bruno Haible  <bruno@clisp.org>
18396
18397         * m4/fatal-signal.m4: New file.
18398         * m4/signalblocking.m4: New file, from GNU gettext.
18399
18400 2003-10-06  Bruno Haible  <bruno@clisp.org>
18401
18402         * lib/version-etc-2.h: Remove file.
18403         * lib/version-etc-2.c: Remove file.
18404
18405 2003-10-06  Bruno Haible  <bruno@clisp.org>
18406
18407         * lib/fatal-signal.h: New file, from GNU gettext.
18408         * lib/fatal-signal.c: New file, from GNU gettext.
18409
18410 2003-10-05  Paul Eggert  <eggert@twinsun.com>
18411
18412         * README: Rework advice for preventing empty .o files.
18413         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
18414         not <sys/types.h>.
18415
18416 2003-10-04  Karl Berry  <karl@gnu.org>
18417
18418         * lib/argp*: update from libc.
18419
18420 2003-10-04  Karl Berry  <karl@gnu.org>
18421
18422         * config/config.{guess,sub}: update from config.
18423
18424 2003-10-02  Bruno Haible  <bruno@clisp.org>
18425
18426         * modules/lchown (Include): Add lchown.h.
18427         * modules/time_r (Include): Use "..." syntax.
18428         * modules/xgetdomainname (Include): Add xgetdomainname.h.
18429
18430 2003-10-01  Simon Josefsson  <jas@extundo.com>
18431
18432         * MODULES.html.sh (func_all_modules): Move gethostname from section
18433         'based on' to section 'lacking' POSIX:2001.
18434
18435 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
18436
18437         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
18438         to output mode on the same stream.
18439
18440 2003-09-29  Paul Eggert  <eggert@twinsun.com>
18441
18442         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
18443         Fix arg typo in previous patch.
18444
18445 2003-09-28  Jim Meyering  <jim@meyering.net>
18446
18447         * lib/error.c: Correct cpp indentation.
18448
18449 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18450
18451         * modules/free: New file.
18452
18453 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18454
18455         * m4/free.m4: New file.
18456
18457 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18458
18459         * lib/minmax.h (MIN, MAX)
18460         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
18461         Omit the special code that used __typeof__, since we worry that
18462         it could be more trouble than it's worth.  See:
18463         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
18464         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
18465
18466         * lib/free.c: New file.
18467
18468 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
18469
18470         Trivial fixes to Makefile.am parts of module listings.
18471         * modules/strstr: Append strstr.h to lib_SOURCES.
18472         * modules/strcase: Likewise, for strcase.h.
18473
18474 2003-09-27  Karl Berry  <karl@gnu.org>
18475
18476         * config/mkinstalldirs: update from automake.
18477
18478 2003-09-26  Paul Eggert  <eggert@twinsun.com>
18479
18480         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
18481         (error_tail): Do not loop, reallocating temporary buffer, since
18482         the output cannot contain more wide characters than the input
18483         contains bytes, the size must be big enough already.  This avoids
18484         one potential size overflow calculation.  Check for size overflow
18485         when calculating temporary buffer size.  Free temporary buffer
18486         when done, if it was allocated with malloc; this plugs a memory
18487         leak.  Remove casts from void * to pointers, that are no longer
18488         needed now that we're assuming C89 or better.
18489
18490         Merge error changes from glibc.
18491
18492         * lib/error.c, error.h: Update copyright notice header to match glibc.
18493         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
18494         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
18495         Disable cancellation while printing error.
18496         * lib/error.h: Prepend __ to parameter names.
18497
18498 2003-09-26  Jim Meyering  <jim@meyering.net>
18499
18500         * lib/error.c (error_tail): Move some declarations
18501         into inner scope where the local variables are used.
18502
18503 2003-09-26  Bruno Haible  <bruno@clisp.org>
18504
18505         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
18506         stpncpy().
18507         Don't define stpncpy through config.h; it's now done through stpncpy.h.
18508
18509 2003-09-26  Bruno Haible  <bruno@clisp.org>
18510
18511         * lib/stpncpy.h (gnu_stpncpy): New declaration.
18512         (stpncpy): Define as alias for gnu_stpncpy.
18513         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
18514
18515 2003-09-25  Simon Josefsson  <jas@extundo.com>
18516
18517         * lib/xgetdomainname.h: New file.
18518         * lib/xgetdomainname.c: New file.
18519
18520 2003-09-25  Simon Josefsson  <jas@extundo.com>
18521             Bruno Haible  <bruno@clisp.org>
18522
18523         * modules/getdomainname: New file.
18524         * modules/xgetdomainname: New file.
18525         * MODULES.html.sh (func_all_modules): Add getdomainname,
18526         xgetdomainname.
18527
18528 2003-09-25  Simon Josefsson  <jas@extundo.com>
18529             Bruno Haible  <bruno@clisp.org>
18530
18531         * m4/getdomainname.m4: New file.
18532
18533 2003-09-25  Simon Josefsson  <jas@extundo.com>
18534             Bruno Haible  <bruno@clisp.org>
18535
18536         * lib/getdomainname.h: New file.
18537         * lib/getdomainname.c: New file.
18538
18539 2003-09-25  Karl Berry  <karl@gnu.org>
18540
18541         * lib/argp-fmtstream.c, argp-help.c: update from libc.
18542
18543 2003-09-25  Karl Berry  <karl@gnu.org>
18544
18545         * config/install-sh: update from automake.
18546
18547 2003-09-25  Bruno Haible  <bruno@clisp.org>
18548
18549         * modules/version-etc-2: New file, from modules/version-etc with
18550         modifications.
18551         * MODULES.html.sh (func_all_modules): Add version-etc-2.
18552
18553 2003-09-25  Bruno Haible  <bruno@clisp.org>
18554
18555         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
18556         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
18557
18558 2003-09-24  Simon Josefsson  <jas@extundo.com>
18559
18560         * modules/xgethostname: Add xgethostname.h.
18561
18562 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18563
18564         * lib/linebuffer.c (freebuffer): Don't free the argument, just
18565         the buffer associated with the argument.  Bug reported by
18566         Simon Josefsson.
18567
18568 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18569
18570         * README: Document assumptions that 'int' is at least 32 bits
18571         wide, that integer arithmetic is 2's complement without overflow,
18572         that there are no holes in integer values, that adding sizes of
18573         two nonoverlapping objects can't overflow, and that all-bits-zero
18574         yields scalar zero.  Fix spelling and capitalization typos.
18575
18576 2003-09-19  Karl Berry  <karl@gnu.org>
18577
18578         * lib/argp.h: update from libc.
18579
18580 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18581
18582         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
18583         to avoid spurious warnings like "AC_RUN_IFELSE was called before
18584         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
18585
18586 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18587
18588         * gnulib-tool: Use "test -h", not "test -L", for portability
18589         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
18590         (tags_regexp): Remove, since \| doesn't conform to POSIX.
18591         (sed_extract_prog): Issue s commands one-by-one, rather than
18592         using \| in one s command.
18593
18594 2003-09-16  Paul Eggert  <eggert@twinsun.com>
18595
18596         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
18597         input error, instead of returning NULL the next time we are called
18598         (and therefore losing track of errno).
18599
18600 2003-09-16  Bruno Haible  <bruno@clisp.org>
18601
18602         * gnulib-tool (func_create_testdir): Warn about duplicated
18603         dependencies.
18604
18605 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18606
18607         * modules/argmatch, modules/fatal, modules/obstack,
18608         modules/xalloc, modules/xgethostname: Sort dependencies by
18609         importance, not alphabetically.
18610
18611 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18612
18613         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
18614         fails, so that the caller gets the proper errno.
18615
18616         * lib/readutmp.c (read_utmp): Likewise.
18617         Check for fstat error.  Close stream and free storage
18618         when failing.
18619
18620 2003-09-14  Karl Berry  <karl@gnu.org>
18621
18622         * config/srclist.txt (strdup.c): disable for c89 changes.
18623
18624 2003-09-14  Jim Meyering  <jim@meyering.net>
18625
18626         * lib/getloadavg.c: Correct cpp indentation.
18627         * lib/strdup.c: Likewise.
18628         * lib/vasnprintf.c: Likewise.
18629
18630 2003-09-14  Bruno Haible  <bruno@clisp.org>
18631
18632         * modules/fwriteerror: New file.
18633         * MODULES.html.sh (func_all_modules): Add fwriteerror.
18634
18635 2003-09-14  Bruno Haible  <bruno@clisp.org>
18636
18637         * lib/fwriteerror.h: New file.
18638         * lib/fwriteerror.c: New file.
18639
18640 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18641
18642         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
18643         modules/xgethostname, modules/xalloc: Depend on exit.
18644
18645 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18646
18647         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
18648
18649         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
18650         and AC_MINIX, too, so that their extensions are available.
18651
18652         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
18653         This macro has been superseded by gl_BACKUPFILE.
18654
18655         More patches to assume C89 or better.
18656
18657         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
18658
18659         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
18660         unconditionally.
18661         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
18662         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
18663         Include <string.h>, <stdlib.h> unconditionally.
18664         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
18665         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
18666         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
18667         headers or for string.h.
18668         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
18669         or strtoul.
18670
18671         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
18672         headers.
18673         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
18674         * m4/userspec.m4 (gl_USERSPEC): Likewise.
18675         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
18676         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
18677         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18678         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
18679         memcpy, memset.
18680         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
18681         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
18682         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
18683         strtol.
18684         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
18685         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
18686         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
18687         strtoul.
18688
18689 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18690
18691         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
18692         * lib/obstack.c [!defined _LIBC]: Likewise.
18693         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
18694         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
18695         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
18696
18697         More changes to assume C89 or better.
18698
18699         * lib/error.c (error_tail): Assume vprintf.
18700
18701         * lib/argmatch.c (getenv): Remove decl.
18702         * lib/progreloc.c (get_full_program_name): Define via prototype.
18703         * lib/setenv.c (clearenv): Likewise.
18704         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
18705         needed.
18706         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
18707         (malloc, memcpy): Remove decls.
18708         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
18709         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
18710         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18711         (memcpy): Remove macro.
18712         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
18713         (__P): Remove.  All uses removed.
18714         (PTR): Remove.  All uses changed to void *.
18715         (CHAR_BIT, NULL): Remove.
18716         (spaces, zeros, memset_space, memset_zero)
18717         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
18718         Remove.
18719         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
18720         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
18721         Define with prototype.
18722         Remove now-unnecessary prototype decl.
18723         (extra_args_spec): Assume ANSI C.  All uses changed.
18724         (extra_args_spec_iso): Remove.
18725         (my_strftime, emacs_strftimeu): Define via prototype.
18726         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
18727         unconditionally.
18728         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
18729         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
18730         (strtoul, strtol): Remove decls.
18731         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
18732         LONG_MAX): Remove.
18733         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18734         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
18735         (LOCALE_PARAM_PROTO): New macro.
18736         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
18737         (INTERNAL (strtol), strtol): Define with a prototype.
18738         (PARAMS): Remove.  All uses removed.
18739         * lib/tempname.c: Include <string.h> unconditionally.
18740         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
18741         * lib/xgethostname.c (main): Define with a prototype.
18742         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
18743         Include <stdlib.h> unconditionally.
18744         (calloc, malloc, realloc, free): Remove decls.
18745         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
18746         Include <stdlib.h> unconditionally.  Sort include file names.
18747         (strtod): Remove.
18748         (xstrtod): Define with a prototype.
18749         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
18750         (strtol, strtoul): Remove decls.
18751
18752 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18753
18754         More patches to assume C89 or better.
18755         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
18756         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
18757         string.h, memchr, STDC_HEADERS.
18758
18759 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18760
18761         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
18762         Include <stdlib.h>, <string.h> unconditionally.
18763         Remove now-unnecessary cast to char *.
18764         * lib/strnlen.c: Include <string.h> unconditionally.
18765         * lib/yesno.c (yesno): Define with a prototype.
18766
18767 2003-09-11  Bruno Haible  <bruno@clisp.org>
18768
18769         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
18770
18771 2003-09-10  Jim Meyering  <jim@meyering.net>
18772
18773         * lib/error.c: Correct indentation of cpp directives.
18774
18775 2003-09-10  Bruno Haible  <bruno@clisp.org>
18776
18777         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
18778         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
18779         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
18780         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
18781         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
18782         <stdlib.h> and <string.h> checks.
18783         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
18784         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
18785
18786 2003-09-10  Bruno Haible  <bruno@clisp.org>
18787
18788         * lib/strcspn.c: Include <string.h> unconditionally.
18789         * lib/strpbrk.c: Include <string.h> unconditionally.
18790         * lib/strstr.c: Include <string.h> unconditionally.
18791         * lib/unicodeio.c: Include <string.h> unconditionally.
18792         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
18793         * lib/unsetenv.c: Likewise.
18794         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
18795         * lib/yesno.c: Include <stdlib.h> unconditionally.
18796         (rpmatch): Add prototype.
18797
18798 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18799
18800         More patches to assume C89 or better.
18801         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
18802         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
18803         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
18804         or for string.h.
18805         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
18806         stdlib.h.
18807         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
18808         C headers.
18809         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
18810         string.h.
18811         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
18812         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
18813         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
18814         or for string.h.
18815         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
18816         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
18817         C headers.
18818         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
18819         memcpy.
18820         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
18821         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
18822         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
18823         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
18824         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
18825         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
18826         string.h, free.
18827         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
18828         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
18829         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
18830         C headers, or for string.h.
18831         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
18832         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
18833         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
18834         headers, memory.h, stdlib.h, string.h, strings.h.
18835         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
18836         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
18837         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
18838         strchr.
18839         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
18840         headers, memory.h, string.h.
18841         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
18842         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
18843         free.
18844         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
18845         headers.
18846         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
18847         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
18848         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
18849         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
18850         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
18851
18852 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18853
18854         More K&R removal.
18855
18856         * lib/acosl.c (main): Use a prototype.
18857         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
18858         tanl.c: Likewise.
18859
18860         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
18861
18862         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
18863         (getopt, etopt_long, getopt_long_only, _getopt_internal)
18864         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
18865         with a prototype.
18866         * lib/getopt.c (const): Remove macro.
18867         Include <string.h> unconditionally.
18868         (my_index): Remove; all uses changed to strchr.
18869         (strlen): Remove decl.
18870         (exchange): Remove forward decl; no longer needed.
18871         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
18872         Define with prototype.
18873         * lib/getopt1.c (const): Remove macro.
18874         (getopt_long, getopt_long_only, main): Define with prototype.
18875
18876         * lib/getugroups.c: Include <string.h> unconditionally.
18877
18878         * lib/getusershell.c: Include <stdlib.h> unconditionally.
18879         (getusershell, setusershell, endusershell, readname, main):
18880         Define with prototypes.
18881
18882         * lib/group-member.c: Include group-member.h first.
18883         Include <stdlib.h> unconditionally.
18884
18885         * lib/hard-locale.c: Include hard-locale.h first.
18886         Include <stdlib.h>, <string.h> unconditionally.
18887
18888         * lib/hash.c (free, malloc): Remove decls.
18889         Include <stdlib.h> unconditionally.
18890
18891         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
18892         (getenv): Do not declare.
18893
18894         * lib/idcache.c: Include <string.h> unconditionally.
18895
18896         * lib/long-options.c: Include long-options.h first, to test interface.
18897         Include <stdlib.h> unconditionally.
18898
18899         * lib/makepath.c: Include makepath.h first, to test interface.
18900         Include <stdlib.h> and <string.h> unconditionally.
18901
18902         * lib/linebuffer.c: Include <stdlib.h>.
18903         (free): Remove decl.
18904
18905         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
18906         stddef.h. rpl_malloc returns void *, not char *.
18907         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
18908         prototype.
18909
18910         * lib/md5.h: Include <limits.h> unconditionally.
18911         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
18912         (__P): Remove; all uses removed.
18913         * lib/md5.c: Include "md5.h" first.
18914         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
18915         md5_buffer, md5_process_bytes, md5_process_block):
18916         Define with prototypes.
18917         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
18918         * lib/sha.c: Include "sha.h" first.
18919         Include <stdlib.h>, <string.h> unconditionally.
18920
18921         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
18922         * lib/memcmp.c (__ptr_t): Likewise.
18923         * lib/memrchr.c (__ptr_t): Likewise.
18924         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
18925         Include <string.h> unconditionally.
18926         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
18927         * lib/memchr.c: Include <stdlib.h> unconditionally.
18928         * lib/memchr.c (LONG_MAX): Remove.
18929         * lib/memrchr.c (LONG_MAX): Likewise.
18930         * lib/memchr.c (__memchr): Define via a prototype.
18931         * lib/memrchr.c (__memrchr): Likewise.
18932         * lib/memcmp.c (__P): Remove, and remove all uses.
18933         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
18934         Remove forward decls; no longer needed.
18935         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
18936         Use types required by C89 in prototype.
18937
18938         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
18939         * lib/savedir.c: Likewise.
18940         * lib/mkdir.c (free): Remove decl.
18941         * lib/rmdir.c (rmdir): Define with a prototype.
18942         * lib/savedir.c: Include savedir.h first, to test interface.
18943
18944         * lib/mktime.c (STDC_HEADERS): Remove.
18945         Include <stdlib.h>, <string.h> unconditionally.
18946
18947         * lib/modechange.c: Include <stdlib.h> unconditionally.
18948         (malloc): Remove decl.
18949
18950         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
18951         (free): Remove decl.
18952
18953         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
18954         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
18955         (This type really should be intptr_t, but that's a C99ism.)
18956         (_obstack_memcpy): Remove: all uses changed to memcpy.
18957         Include <string.h> unconditionally.
18958         (struct obstack): Assume __STDC__ for types of members
18959         chunkfun, freefun, extra_arg.
18960         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
18961         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
18962         obstack_begin, obstack_specify_allocation,
18963         obstack_specify_allocation_with_arg, obstack_chunkfun,
18964         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
18965         Remove unprototyped decls and the macros that use them.
18966         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
18967         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
18968         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
18969         (defined __STDC__ && __STDC__)]:
18970         Remove nonprototyped code.
18971         Include <stdlib.h> unconditionally.
18972         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
18973         _obstack_allocated_p, _obstack_free, obstack_free,
18974         _obstack_memory_used, print_and_abort):
18975         Define using prototypes.
18976         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
18977         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
18978         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
18979         obstack_next_free, obstack_object_size, obstack_room) [0]:
18980         Remove unused, unprototyped code.
18981
18982         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
18983
18984         * lib/physmem.c (physmem_total, physmem_available, main): Define
18985         with prototypes.
18986
18987         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
18988         (main): Define with a prototype.
18989
18990         * lib/posixver.c (getenv): Remove decl.
18991
18992         * lib/putenv.c (malloc): Returns void *, not char *.
18993         Include <string.h> unconditionally.
18994         (strchr, memcpy, NULL): Do not define.
18995
18996         * lib/readtokens.c: Include readtokens.h first, to test interface.
18997         Include <stdlib.h>, <string.h> unconditionally.
18998         (init_tokenbuffer): Define with a prototype.
18999
19000         * lib/regex.c (PARAMS): Remove.  All uses removed.
19001         All uses of _RE_ARGS removed, too.
19002         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
19003         unconditionally.
19004         (bzero): Assume memset exists.
19005         (memcmp, memcpy, NULL): Remove.
19006         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
19007         char, or assignments to local vars of type signed char.
19008         (init_syntax_once, PREFIX(extract_number_and_incr),
19009         PREFIX(print_partial_compiled_pattern),
19010         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
19011         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
19012         PREFIX(regex_grow_registers), PREFIX(regex_compile),
19013         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
19014         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
19015         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
19016         wcs_compile_range, byte_compile_range, truncate_wchar,
19017         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
19018         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
19019         count_mbs_length, wcs_re_match_2_internal,
19020         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
19021         PREFIX(alt_match_null_string_p),
19022         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
19023         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
19024         regfree, PREFIX(extract_number)): Define with prototype.  Remove
19025         now-unnecessary declaration, if any.
19026         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
19027         regcomp, regexec):
19028         Remove now-unnecessary casts among pointer types.
19029         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
19030
19031         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
19032         (free): Remove decl.
19033
19034         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
19035
19036         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
19037         (free): Remove decl.
19038
19039         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
19040         * lib/xgetcwd.c: Likewise.
19041
19042         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
19043         (free): Remove decl.
19044
19045         * lib/strchrnul.c (strchrnul): Define with a prototype.
19046         Fix bug: c_in was not converted to char before searching.
19047
19048         The following changes are not K&R related:
19049
19050         * lib/group-member.h: Include <sys/types.h>, so that this file is
19051         self-contained.
19052         * lib/makepath.h: Likewise.
19053
19054         * lib/getusershell.c (readname, default_index, line_size, readname):
19055         Use size_t, not int, for sizes.
19056         (readname): If the size overflows, report an error instead of
19057         looping forever.
19058
19059 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19060
19061         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
19062         libc.
19063
19064 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19065
19066         * README: New section: portability guidelines.
19067
19068 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19069
19070         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
19071         C89 spec.
19072
19073 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19074
19075         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
19076
19077 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19078
19079         Assume C89 or better; remove K&R cruft.
19080         A few of these changes were first proposed by Derek Robert Price
19081         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
19082
19083         * lib/addext.c: Include <string.h> unconditionally.
19084         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
19085         Don't declare getenv or malloc.
19086
19087         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
19088         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
19089         (NULL): Remove.
19090         (find_stack_direction, alloca): Use prototypes.
19091
19092         * lib/atexit.c (atexit): Define using a prototype.
19093
19094         * lib/basename.c, dirname.c, stripslash.c:
19095         Include <string.h> unconditionally.
19096
19097         * lib/bcopy.c: Include <stddef.h>.
19098         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
19099
19100         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
19101
19102         * lib/error.h (error, error_at_line, error_print_progname)
19103         [! (defined (__STDC__) && __STDC__)]: Remove decls.
19104         * lib/error.c: Include error.h first, to check interface.
19105         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19106         (VA_START): Remove; all uses changeed to va_start.
19107         (exit, strerror): Remove decls.
19108         (error_print_progname): Prototype uncondionally.
19109         Don't include <errno.h>; no longer needed.
19110         (private_strerror): Remove.
19111         (error_tail): Always define.
19112         (error, error_at_line): Assume C89 or better; always use prototypes.
19113         * lib/fatal.c: Include "fatal.h" first, to test interface.
19114         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19115         (VA_START): Remove; all uses changed to va_start.
19116         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
19117         this case.
19118         (exit): Remove decl.
19119         (fatal): Prototype unconditionally.  Assume va_start works.
19120         Abort at end, to pacify gcc.
19121
19122         * lib/euidaccess.c (main): Define with a prototype.
19123
19124         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
19125
19126         * lib/exitfail.c: Include <stdlib.h> unconditionally.
19127
19128         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
19129         prototypes.
19130         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
19131         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
19132         (getenv): Remove decl.
19133         (fnmatch): Define using a prototype.
19134         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
19135         (FCT): Define using a prototype.
19136
19137         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
19138
19139         * lib/gethostname.c: Include <stddef.h>.
19140         (gethostname): Define with prototype.  Length is size_t, not int.
19141
19142 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19143
19144         Assume C89 or better; remove K&R cruft.
19145         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
19146         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
19147         string.h, getenv, malloc.
19148         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
19149         headers.
19150         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
19151         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
19152         do not check for strerror.
19153         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
19154         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
19155         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
19156         do not check for doprnt or vprintf.
19157         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
19158         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
19159
19160 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19161
19162         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
19163         getversion.c should have been removed then, but was accidentally
19164         preserved.
19165
19166         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
19167         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
19168
19169 2003-09-08  Karl Berry  <karl@gnu.org>
19170
19171         * config/config.sub, config.guess, srclistvars.sh: update from savannah
19172                 config, forget about prep.
19173
19174         * config/depcomp, missing: update from automake.
19175
19176 2003-09-07  Paul Eggert  <eggert@twinsun.com>
19177
19178         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
19179         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
19180
19181 2003-09-07  Paul Eggert  <eggert@twinsun.com>
19182
19183         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
19184         copy_tm_result.  Bug reported by Simon Josefsson in
19185         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
19186
19187 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19188
19189         * m4/time_r.m4: New file.
19190         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
19191         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
19192         is. Check for timegm declaration.
19193         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
19194         Do not check for gmtime_r.
19195         Replace mktime if __mktime_internal does not exist and if mktime
19196         hasn't been replaced already.
19197
19198 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19199
19200         * lib/time_r.c, lib/time_r.h: New files.
19201
19202         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
19203         __localtime_r.
19204         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
19205         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
19206
19207         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
19208         __gmtime_r.
19209         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
19210         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
19211         Include <time_r.h>.
19212
19213         * lib/timegm.c: Switch to glibc implementation, with the following
19214         changes:
19215         [defined HAVE_CONFIG_H]: Include <config.h>.
19216         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
19217         (__mktime_internal) [!defined _LIBC]: New decl.
19218         (__gmtime_r) [!defined _LIBC]: New macro and function.
19219         (timegm): Use a prototype, since gnulib assumes C89.
19220         Do not bother declaring tmp to be const, as it's not really usefu.
19221         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
19222         (timegm): Declare only if HAVE_DECL_TIMEGM.
19223
19224 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19225
19226         * MODULES.html.sh (func_all_modules): Add time_r.
19227         * modules/time_r: New file.
19228         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
19229         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
19230
19231 2003-09-03  Paul Eggert  <eggert@twinsun.com>
19232
19233         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
19234         Bug reported by Lute Kamstra in
19235         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
19236
19237         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
19238         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
19239         course with correspondingly smaller numbers for tomorrow and
19240         yesterday.  From Tadayoshi Funaba.  Originally installed into
19241         sh-utils on 1999-08-07, but the patch got lost (I guess during the
19242         coreutils merge?).
19243
19244 2003-08-31  Simon Josefsson  <jas@extundo.com>
19245
19246         * modules/timegm: New file.
19247         * MODULES.html.sh (func_all_modules): Add timegm.
19248
19249 2003-08-31  Simon Josefsson  <jas@extundo.com>
19250
19251         * m4/timegm.m4: New file.
19252
19253 2003-08-31  Simon Josefsson  <jas@extundo.com>
19254
19255         * lib/timegm.h: New file.
19256         * lib/timegm.c: New file.  Based on
19257         wget-1.8.2/src/http.c:mktime_from_utc.
19258
19259 2003-08-31  Karl Berry  <karl@gnu.org>
19260
19261         * lib/argp.h: update from libc.
19262
19263 2003-08-28  Bruno Haible  <bruno@clisp.org>
19264
19265         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
19266         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
19267         followed by '#define fnmatch fnmatch_posix' gives an error.
19268
19269 2003-08-28  Bruno Haible  <bruno@clisp.org>
19270
19271         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
19272         warning on QNX, which defines O_BINARY to 000000.
19273
19274 2003-08-27  Jim Meyering  <jim@meyering.net>
19275
19276         * m4/mkstemp.m4: Require that the system mkstemp be able to create
19277         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
19278         would fail after 32.  Reported by Danny Levinson.  Details here:
19279         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
19280
19281 2003-08-24  Bruno Haible  <bruno@clisp.org>
19282
19283         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
19284         MSVC7 <stdio.h> is included later.
19285
19286 2003-08-22  Simon Josefsson  <jas@extundo.com>
19287
19288         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
19289
19290 2003-08-20  Karl Berry  <karl@gnu.org>
19291
19292         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
19293
19294 2003-08-20  Bruno Haible  <bruno@clisp.org>
19295
19296         * modules/progname: New file.
19297         * MODULES.html.sh (func_all_modules): Add progname.
19298
19299 2003-08-20  Bruno Haible  <bruno@clisp.org>
19300
19301         * lib/progname.h: New file, from GNU gettext.
19302         * lib/progname.c: New file, from GNU gettext.
19303         * lib/progreloc.c: New file, from GNU gettext.
19304
19305 2003-08-19  Jim Meyering  <jim@meyering.net>
19306
19307         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
19308         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
19309
19310 2003-08-19  Bruno Haible  <bruno@clisp.org>
19311
19312         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
19313         more.
19314
19315 2003-08-19  Bruno Haible  <bruno@clisp.org>
19316
19317         * lib/xstrdup.c: Assume <string.h> exists.
19318
19319 2003-08-18  Paul Eggert  <eggert@twinsun.com>
19320
19321         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
19322         in makefile rules.
19323
19324 2003-08-18  Jim Meyering  <jim@meyering.net>
19325
19326         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
19327         * m4/lib-ld.m4: Likewise.
19328
19329 2003-08-18  Jim Meyering  <jim@meyering.net>
19330
19331         * lib/setenv.h: Indent nested cpp directive.
19332         * lib/vasnprintf.c: Remove trailing blanks.
19333
19334 2003-08-17  Simon Josefsson  <jas@extundo.com>
19335
19336         * modules/xstrndup: New file.
19337         * MODULES.html.sh (func_all_modules): Add xstrndup.
19338
19339 2003-08-17  Simon Josefsson  <jas@extundo.com>
19340
19341         * modules/argp: Fix autoconf macro name. Add more dependencies.
19342
19343 2003-08-17  Simon Josefsson  <jas@extundo.com>
19344
19345         * m4/xstrndup.m4: New file.
19346
19347 2003-08-17  Simon Josefsson  <jas@extundo.com>
19348
19349         * m4/argp.m4: New file.
19350
19351 2003-08-17  Simon Josefsson  <jas@extundo.com>
19352             Bruno Haible  <bruno@clisp.org>
19353
19354         * lib/xstrndup.h: New file.
19355         * lib/xstrndup.c: New file.
19356
19357 2003-08-17  Bruno Haible  <bruno@clisp.org>
19358
19359         * modules/strndup (Files, Include): Add lib/strndup.h.
19360
19361 2003-08-17  Bruno Haible  <bruno@clisp.org>
19362
19363         * modules/euidaccess (Files): Add lib/euidaccess.h.
19364
19365 2003-08-17  Bruno Haible  <bruno@clisp.org>
19366
19367         * lib/strndup.h: New file.
19368
19369 2003-08-17  Bruno Haible  <bruno@clisp.org>
19370
19371         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
19372         like AC_GNU_SOURCE.
19373         * modules/extensions (configure.ac): Comment out the invocation of
19374         gl_USE_SYSTEM_EXTENSIONS.
19375
19376 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19377
19378         Merges from coreutils, etc.
19379         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
19380         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
19381         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
19382         fixing a typo.
19383         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
19384         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
19385
19386 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19387
19388         Document merge from coreutils.
19389         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
19390         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
19391         * modules/utime: Add m4/utimes-null.m4.
19392
19393 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19394
19395         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
19396         space, undoing this 2003-08-12 change:
19397         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19398
19399 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19400
19401         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
19402         strtoul.c from libc, undoing this 2003-08-12 change:
19403         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19404
19405 2003-08-16  Jim Meyering  <jim@meyering.net>
19406
19407         Merges from coreutils.
19408         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
19409         prefix.  Adjust cache variables similarly.  Create 500 rather than
19410         just 300 files, to exercise bug on Darwin6.5, too.
19411         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
19412         $missing_dir.
19413         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
19414         AM_SYS_POSIX_TERMIOS.
19415         Reported by mkc@mathdogs.com.
19416         Also change use of $am_cv_sys_posix_termios
19417         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
19418         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
19419         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
19420         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
19421         in /proc/mounts until it finds one with matching device number.  This
19422         is unnecessary when the FILE argument *is* a mount point.  No stat call
19423         is necessary in that case.  So, disable the statvfs-testing code on
19424         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
19425         as RedHat bug# 84846.
19426         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19427         to 1MB, so as not to render systems with no stack size limit (e.g.,
19428         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19429         Include <unistd.h>.  On some systems,
19430         it is required for the definition of _SC_PAGESIZE.
19431
19432 2003-08-16  Jim Meyering  <jim@meyering.net>
19433
19434         Merge from coreutils.
19435         * lib/xstrtoimax.c: #else #if -> #elif.
19436         * lib/xstrtoumax.c: Likewise.
19437
19438 2003-08-16  Jim Meyering  <jim@meyering.net>
19439
19440         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
19441         * m4/utimes.m4: Removed.
19442         * m4/utimes-null.m4: Renamed from utimes.m4.
19443
19444         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19445         to 1MB, so as not to render systems with no stack size limit (e.g.,
19446         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19447         Include <unistd.h>.  On some systems,
19448         it is required for the definition of _SC_PAGESIZE.
19449
19450 2003-08-16  Jim Meyering  <jim@meyering.net>
19451         and Paul Eggert  <eggert@cs.ucla.edu>
19452
19453         Merges from coreutils, etc.
19454
19455         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
19456         using the latest version from cvs.  This avoids problems with #line
19457         directives using a vendor (Sun) compiler.
19458         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
19459         Don't set GETGROUPS_LIB here; now it's
19460         done via getgroups.m4's wrapper function.
19461         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
19462         rather than just in sh-util/configure.in, so that the
19463         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
19464         same.
19465         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
19466         AC_FUNC_GETLOADAVG where to find getloadavg.c.
19467         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
19468         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
19469         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
19470         Remove code that is now done by the newly-required macros.
19471         Append $(EXEEXT) to DF_PROG.
19472         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
19473         Do not invoke or require the following here,
19474         since prereq.m4 or some gnulib .m4 now does this for us:
19475         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
19476         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
19477         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
19478         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
19479         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
19480         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
19481         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
19482         AC_FUNC_OBSTACK.
19483         Do not replace the following functions, as this is now the job
19484         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
19485         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
19486         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
19487         atexit getpass, strdup, getpagesize.
19488         Replace 'raise'.
19489         Do not check for the following functions, as this is now the job
19490         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
19491         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
19492         setregid.
19493         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
19494         Check for sys/sysctl.h.
19495         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
19496         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
19497         of checking for ssize_t ourselves.
19498
19499         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
19500         Require every macro that gnulib/modules/* suggests for us.
19501         (jm_PREREQ_ADDEXT): New macro.
19502         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
19503         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
19504
19505         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
19506         (gl_PHYSMEM): Use it.
19507         Also check for `table' function.
19508         Check for new headers and functions.
19509         Add check for sys/sysmp.h.
19510         With suggestions from Kaveh Ghazi.
19511         Ignore headers that are present but cannot be compiled.  This
19512         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
19513         C 5.4.
19514
19515 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19516
19517         Document merge from coreutils.
19518         * modules/userspec: Depend on posixver.
19519         * modules/strftime: Depend on tzset.
19520
19521 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19522
19523         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
19524         rather than tab, after '#' in shell-script copyright notices.
19525         Suggested by Bruno Haible.
19526
19527 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19528
19529         * config/srclist-update: Use three spaces, rather than tab, after '#'
19530         in shell-script copyright notices.  Suggested by Bruno Haible.
19531         Remove unnecessary parenthesization in regular expression.
19532
19533 2003-08-15  Jim Meyering  <jim@meyering.net>
19534
19535         Merge from coreutils.
19536         * lib/xgethostname.c: Include <stdlib.h>.
19537         (xghostname): Don't exit for anything other than memory-related
19538         failure; just return NULL.
19539         * lib/userspec.c: Include "posixver.h".
19540         (parse_user_spec): Accept `.' as a separator only
19541         in pre-POSIX-200112 mode.
19542         * lib/strtoimax.c: Use #elif rather than #else #if.
19543         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
19544         Remove function, now that we can rely on a working tzset function.
19545         [!_LIBC]: Ensure that the required autoconf test has been run.
19546         [!defined _NL_CURRENT && HAVE_STRFTIME]:
19547         Use underlying_strftime for %r.
19548         * lib/sha.c: Merge in some clean-up and optimization changes from
19549         glibc.
19550         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
19551         Ensure that it is a multiple of 64.
19552         Rearrange loop exit tests so as to avoid performing an
19553         additional fread after encountering an error or EOF.
19554         * lib/realloc.c: Update copyright date.
19555
19556 2003-08-15  Jim Meyering  <jim@meyering.net>
19557         and Paul Eggert  <eggert@twinsun.com>
19558
19559         Merge from coreutils.
19560         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
19561         member but strut utmpx does not.  Needed for AIX 4.3.3.
19562         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
19563
19564 2003-08-15  Jim Meyering  <jim@meyering.net>
19565         and Paul Eggert  <eggert@cs.ucla.edu>
19566
19567         Merges from coreutils, etc.
19568         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
19569         Require gl_FUNC_TZSET_CLOBBER.
19570         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
19571         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
19572         members.
19573
19574 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19575
19576         Help the merge from coreutils.
19577         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
19578         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
19579         * m4/tzset.m4: Use it too.
19580
19581 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19582
19583         * modules/tzset: New file.
19584
19585 2003-08-14  Jim Meyering  <jim@meyering.net>
19586
19587         Merges from coreutils.
19588         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
19589         variable names, rather than @FNMATCH_H@.
19590         * modules/alloca: Likewise for $(ALLOCA_H).
19591
19592         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
19593         the three copies of the literal target, `fnmatch.h'.
19594         * modules/alloca (alloca.h): Likewise.
19595
19596 2003-08-14  Jim Meyering  <jim@meyering.net>
19597
19598         Merge from coreutils.
19599         * m4/tzset.m4: New file.
19600         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
19601         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
19602         otherwise, AIX 5.1 systems would end up using the latter.
19603         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
19604         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
19605         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
19606         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
19607
19608 2003-08-14  Jim Meyering  <jim@meyering.net>
19609
19610         Merge from coreutils.
19611         * lib/obstack.h: Whitespace changes.
19612         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
19613         and xcalloc return values.
19614         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
19615         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
19616         hang on OSF/1 5.1 for DIR on both local and remote file systems.
19617         Reported by (and fix confirmed by) Nelson H. F. Beebe.
19618         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19619         error from mntctl.
19620         Use mntctl's return value to drive the entry-processing loop, since
19621         we can't rely on the value of the vmt_length member in the last
19622         entry.  On some systems doing so could result in exhausting
19623         virtual memory.  Based in part on a patch from Mike Jetzer.
19624
19625 2003-08-14  Jim Meyering  <jim@meyering.net>
19626         and Paul Eggert  <eggert@twinsun.com>
19627
19628         Merges from coreutils, plus other fixes.
19629         * lib/physmem.c: Merge in portability changes from gcc/libiberty
19630         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
19631         for credits and details.  Thanks to Kaveh Ghazi for helping
19632         to keep these files in sync.
19633         (ARRAY_SIZE): Define it.
19634         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
19635         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
19636         (memcasecmp): Don't assume size_t fits in unsigned int.
19637         Remove casts and duplicate code.
19638         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
19639         (memcpy): Remove definition.
19640         Merge in some clean-up and optimization changes from glibc.
19641         [BLOCKSIZE]: Move definition to top of file.
19642         Ensure that it is a multiple of 64.
19643         Rearrange loop exit tests so as to avoid performing an
19644         additional fread after encountering an error or EOF.
19645         * lib/md5.h (md5_uintptr): Define.
19646         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
19647         return to the initial working directory.  Preserve errno
19648         for caller.
19649         * lib/idcache.c: Include "xalloc.h".
19650         (xmalloc, xrealloc): Remove decls.
19651         (getuser): Remove casts no longer required in C89.
19652         * lib/human.c: Include stdio.h, for sprintf.
19653         * lib/group-member.c: Include "xalloc.h".
19654         (xmalloc, xrealloc): Remove decls.
19655         (get_group_info): Remove casts no longer required in C89.
19656         * lib/getusershell.c (readname): Remove casts no longer required in
19657         C89.
19658         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
19659         * lib/getline.c: Whitespace fix, from coreutils.
19660
19661 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19662
19663         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
19664         Check for isascii.
19665
19666         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19667         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19668         Undo previous (whitespace-only) change.
19669
19670 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19671
19672         * lib/exclude.c: Include <ctype.h>
19673         (IN_CTYPE_DOMAIN): New macro.
19674         (is_space): New fn.
19675         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
19676         and empty lines.
19677
19678         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19679         Undo previous (whitespace-only) change.
19680
19681 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19682
19683         * config/srclist-update: Change update back to the old behavior,
19684         leaving whitespace alone.  Use one 'sed' command rather than a
19685         pipeline.
19686         (fixlicense): Now a variable, not a function.
19687         (remove_trailing_blanks): Remove.
19688         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
19689         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19690         Undo previous (whitespace-only) change.
19691
19692 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19693
19694         Merge from coreutils.
19695         * modules/euidaccess: Add lib_SOURCES, include for new
19696         file euidaccess.h
19697
19698 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19699
19700         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19701         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19702         Normalize leading white space and remove trailing white space.
19703
19704         Merge from coreutils
19705         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
19706
19707         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
19708         0.12.1.  These files are now being upgraded automatically by
19709         ../config/srclist-update.
19710
19711 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19712
19713         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19714         Normalize leading white space and remove trailing white space.
19715         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
19716         notice, as per ../config/srclist-update.
19717
19718         Merge from coreutils.
19719         * lib/euidaccess.h: New file.
19720         * lib/euidaccess.c: Include it.
19721         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
19722         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
19723         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
19724
19725 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19726
19727         * config/srclist-update: Add copyright notice.
19728         (remove_id_lines, remove_trailing_blanks): New constants.
19729         (fixfile): Use them to normalize spacing a bit in copied files.
19730         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19731         Normalize leading white space and remove trailing white space.
19732
19733         * config/texinfo.tex: Sync with texinfo.
19734
19735         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
19736         strtoul.c from libc, to merge coreutils whitespace changes.
19737
19738         * config/srclist.txt: Get the following m4 files from gettext:
19739         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
19740         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
19741         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
19742         wint_t.m4.
19743
19744 2003-08-12  Karl Berry  <karl@gnu.org>
19745
19746         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
19747         been made.
19748
19749 2003-08-11  Paul Eggert  <eggert@twinsun.com>
19750
19751         * modules/gnu-source, m4/gnu-source.m4:
19752         Remove; we're assuming Autoconf 2.54 or later now.
19753         Suggested by Bruno Haible.
19754         * MODULES.html.sh (func_all_modules): Remove gnu-source.
19755
19756 2003-08-11  Bruno Haible  <bruno@clisp.org>
19757
19758         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
19759
19760 2003-08-11  Bruno Haible  <bruno@clisp.org>
19761
19762         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
19763         (vasnprintf): Use it instead of wcslen.
19764
19765 2003-08-11  Bruno Haible  <bruno@clisp.org>
19766
19767         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
19768         value to ensure that _Bool promotes to int. Use #define for _Bool when
19769         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
19770
19771 2003-08-10  Karl Berry  <karl@gnu.org>
19772
19773         * lib/regex.h: update from libc (whitespace fix).
19774
19775 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19776
19777         Merge some files from coreutils.  These changes were
19778         originally made by Jim Meyering.
19779         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
19780         many older Unixes require this.
19781         * lib/alloca.c (alloca): Remove cast to argument of free;
19782         no longer needed in C89.
19783         * lib/alloca_.h, regex.h: Fix white space to match
19784         what GNU indent does.
19785
19786 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19787
19788         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
19789         apparently Emacs's Unicode mode got confused before my 2003-08-05
19790         checkin.
19791
19792 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19793
19794         * m4/extensions.m4: New file.
19795         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
19796         Require gl_USE_SYSTEM_EXTENSIONS.
19797         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
19798         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
19799
19800 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19801
19802         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
19803         * modules/extensions, modules/gnu-source: New files.
19804         * modules/timespec, modules/unlocked-io: Depend on extensions.
19805
19806 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19807
19808         * modules/restrict: New file.
19809         * MODULES.html.sh (func_all_modules): Add restrict.
19810         * modules/regex: Depend on restrict.
19811
19812 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19813
19814         * m4/restrict.m4: New file.
19815         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
19816
19817 2003-08-07  Bruno Haible  <bruno@clisp.org>
19818
19819         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
19820         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
19821
19822 2003-08-07  Bruno Haible  <bruno@clisp.org>
19823
19824         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
19825         makes the module 'getndelim2' compatible with the module 'getline'.
19826
19827 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19828
19829         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
19830         byte with "\201" to avoid glitches when editing that source file
19831         with multi-gnome-terminal.
19832
19833 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19834
19835         * lib/bumpalloc.h: Remove.
19836
19837 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19838
19839         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
19840         * modules/bumpalloc: Remove.
19841
19842 2003-08-04  Paul Eggert  <eggert@twinsun.com>
19843
19844         * lib/getloadavg.c: Change copyright notice and spacing to conform to
19845         GNU coding style.
19846
19847         Merge from coreutils.
19848         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
19849         1. From glibc.
19850         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
19851         from Karl Berry, implemented by Jim Meyering.
19852         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
19853         from Dmitry V. Levin.
19854         Remove anachronistic cast of xrealloc.
19855         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
19856         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
19857         type. Otherwise, it wouldn't compile with at least /bin/cc on
19858         ymp-cray-unicos9.0.2.X.
19859         Combine two mostly-identical uses of alloca into one.
19860         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
19861
19862 2003-08-04  Dave Love  <d.love@dl.ac.uk>
19863
19864         [From Emacs.]
19865
19866         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
19867         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
19868         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
19869         obsolete NLIST_NAME_UNION.
19870         [__GNU__]: Undef BSD and FSCALE.
19871         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
19872
19873 2003-08-03  Paul Eggert  <eggert@twinsun.com>
19874
19875         * lib/stdbool_.h (_Bool): Make it signed char, instead of
19876         an enum type, so that it's guaranteed to promote to int.  See:
19877         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
19878
19879 2003-08-03  Karl Berry  <karl@gnu.org>
19880
19881         * config/depcomp: update from automake.
19882
19883 2003-07-31  Paul Eggert  <eggert@twinsun.com>
19884
19885         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
19886         (strerror): Don't assume that a printable int fits in 14 bytes.
19887
19888 2003-07-31  Bruno Haible  <bruno@clisp.org>
19889
19890         * modules/getpass-gnu: New file.
19891         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
19892
19893 2003-07-31  Bruno Haible  <bruno@clisp.org>
19894
19895         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
19896
19897 2003-07-24  Karl Berry  <karl@gnu.org>
19898
19899         * config/missing: update from automake.
19900
19901 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
19902             Bruno Haible  <bruno@clisp.org>
19903
19904         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
19905         * lib/getline.c (getline, getdelim): Likewise.
19906         Remove _GNU_SOURCE define; now it's defined in config.h through
19907         m4/getline.m4.
19908
19909 2003-07-23  Karl Berry  <karl@gnu.org>
19910
19911         * config/config.sub: update from prep.
19912
19913 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19914
19915         * modules/xalloc (Depends-on): Add exitfail.
19916         * modules/xmemcoll: Likewise.
19917
19918 2003-07-22  Paul Eggert  <eggert@twinsun.com>
19919
19920         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
19921         over-parenthesization in macros.
19922
19923         Sync with coreutils.
19924
19925         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
19926         required by C99.
19927
19928         Use `exit_failure' for xalloc and xmemcoll instead of their own
19929         private exit-failure variables.
19930         * lib/xalloc.h (xalloc_exit_failure): Remove.
19931         * lib/xmalloc.c: Likewise.  Include exitfail.h.
19932         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
19933         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
19934         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
19935         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
19936
19937 2003-07-20  Jim Meyering  <jim@meyering.net>
19938
19939         * modules/closeout (Depends-on): Add exitfail.
19940         Suggestion from Bruno Haible.
19941
19942 2003-07-19  Karl Berry  <karl@gnu.org>
19943
19944         * config/config.sub: update from prep.
19945
19946 2003-07-18  Paul Eggert  <eggert@twinsun.com>
19947
19948         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
19949         Remove.
19950         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
19951         to test that it can stand by itself.  Include "exitfail.h".
19952         Clients should set exit_failure instead.
19953         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
19954
19955 2003-07-18  Bruno Haible  <bruno@clisp.org>
19956
19957         * modules/getndelim2: New file.
19958         * modules/getline: Share files with module getndelim2.
19959         * modules/getnline: Depend on getndelim2 instead of sharing files with
19960         it. Add getnline.c to lib_SOURCES.
19961         * MODULES.html.sh (func_all_modules): Add getndelim2.
19962
19963 2003-07-18  Bruno Haible  <bruno@clisp.org>
19964
19965         * m4/getndelim2.m4: New file.
19966         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
19967         invoke gl_PREREQ_GETNDELIM2.
19968         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
19969         gl_PREREQ_GETNDELIM2.
19970         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
19971         gl_GETNDELIM2.
19972
19973 2003-07-18  Bruno Haible  <bruno@clisp.org>
19974
19975         * lib/getndelim2.h: New file.
19976         * lib/getndelim2.c: Make into a module of its own. Include config.h,
19977         getndelim2.h.
19978         (getndelim2): Make non-static. Change return type to ssize_t.
19979         * lib/getline.h: Change argument names.
19980         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
19981         * lib/getnline.c: Include getndelim2.h.
19982
19983 2003-07-18  Andreas Schwab  <schwab@suse.de>
19984
19985         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
19986
19987 2003-07-17  Karl Berry  <karl@gnu.org>
19988
19989         * config/config.sub: update from prep.
19990
19991 2003-07-17  Bruno Haible  <bruno@clisp.org>
19992
19993         * modules/getnline: New file.
19994         * modules/getline: Add lib/getndelim2.c to source file list.
19995         * MODULES.html.sh (func_all_modules): Add getnline.
19996
19997 2003-07-17  Bruno Haible  <bruno@clisp.org>
19998
19999         * m4/getnline.m4: New file.
20000
20001 2003-07-17  Bruno Haible  <bruno@clisp.org>
20002
20003         * m4/Makefile.am.in: Remove file.
20004         * m4/Makefile.am: Remove file.
20005         * m4/Makefile.in: Remove file.
20006
20007 2003-07-17  Bruno Haible  <bruno@clisp.org>
20008
20009         * lib/getnline.h: New file.
20010         * lib/getnline.c: New file.
20011         * lib/getndelim2.c: New file, extracted from getline.c.
20012         (getndelim2): Renamed from getdelim2, with added nmax argument.
20013         * lib/getline.c: Include getndelim2.c.
20014         (getdelim2): Moved out to getndelim2.c.
20015         (getline, getdelim): Update.
20016
20017 2003-07-17  Bruno Haible  <bruno@clisp.org>
20018
20019         * lib/Makefile.am: Remove file.
20020         * lib/Makefile.in: Remove file.
20021
20022 2003-07-17  Bruno Haible  <bruno@clisp.org>
20023
20024         * configure.in: Remove file.
20025         * Makefile.in: Remove file.
20026
20027 2003-07-17  Bruno Haible  <bruno@clisp.org>
20028
20029         * MODULES.html.sh: Put the </BODY> right before </HTML>.
20030
20031 2003-07-16  Karl Berry  <karl@gnu.org>
20032
20033         * config/srclist-update: was running fixlicense twice, which caused
20034                 texinfo.tex to be nullified for some reason.  Simplify,
20035                 $gplsrc is no longer needed as far as I can see?
20036
20037 2003-07-16  Jim Meyering  <jim@meyering.net>
20038
20039         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
20040
20041 2003-07-15  Paul Eggert  <eggert@twinsun.com>
20042
20043         * config/srclist.txt: Get the following files from gettext-runtime/intl
20044         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
20045         ref-del.sin.  From Bruno Haible.
20046         * config/srclist-update (fixfile): Change grep pattern again, since the
20047         previous fix didn't work (there was another trailing $).  Use
20048         '[$]' to escape the $s.
20049
20050 2003-07-15  Karl Berry  <karl@gnu.org>
20051
20052         * lib/vasnprintf.c: update from gettext.
20053
20054 2003-07-15  Karl Berry  <karl@gnu.org>
20055
20056         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
20057         gets expanded when surrounded by '$'.
20058
20059 2003-07-15  Jim Meyering  <jim@meyering.net>
20060
20061         * modules/save-cwd: Don't depend on error.  From Derek Price.
20062
20063 2003-07-15  Jim Meyering  <jim@meyering.net>
20064
20065         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
20066
20067 2003-07-14  Simon Josefsson  <jas@extundo.com>
20068
20069         * modules/mempcpy: New file.
20070         * MODULES.html.sh (func_all_modules): Add mempcpy.
20071
20072 2003-07-14  Simon Josefsson  <jas@extundo.com>
20073
20074         * m4/mempcpy.m4: New file.
20075
20076 2003-07-14  Simon Josefsson  <jas@extundo.com>
20077
20078         * lib/mempcpy.h: New file.
20079         * lib/mempcpy.c: New file.
20080
20081 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20082
20083         * modules/getdate, modules/posixtm: Depend on mktime.
20084
20085 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20086
20087         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
20088         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
20089         unicodeio.c, unicodeio.h, unlocked-io.h:
20090         Switch from LGPL to GPL.
20091
20092 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20093
20094         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
20095         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
20096         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
20097         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
20098         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
20099         updated automatically by ../config/srclist-update.  This changes
20100         their license from LPGL to GPL.
20101
20102 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20103
20104         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
20105         assumed to refer to the root of the most recent stable gettext version.
20106         * config/srclistvars.sh: Add defaults for eggert.
20107         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
20108         Match "This program" as well as "The program".  This is needed
20109         for gettext.
20110
20111 2003-07-14  Jim Meyering  <jim@meyering.net>
20112
20113         Don't emit diagnostics.  Let callers do that.
20114         * lib/save-cwd.c: Don't include "error.h".
20115         (save_cwd): Don't call error.  Ensure that errno is valid
20116         when returning nonzero.
20117
20118         * lib/save-cwd.h (restore_cwd): Update prototype.
20119         * lib/save-cwd.c (restore_cwd): Remove two parameters.
20120         Simplify.  Don't call error upon failure.  Let callers do that.
20121         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
20122         when auditing is enabled.  But don't bother updating the #if.
20123
20124 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
20125
20126         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
20127         it breaks C++ compilation.
20128         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
20129
20130 2003-07-10  Simon Josefsson  <jas@extundo.com>
20131
20132         * modules/strchrnul (Makefile.am): Add strchrnul.h.
20133
20134 2003-07-10  Jim Meyering  <jim@meyering.net>
20135
20136         * m4/clock_time.m4: Remove trailing blank.
20137         * m4/intmax_t.m4: Likewise.
20138
20139 2003-07-10  Jim Meyering  <jim@meyering.net>
20140
20141         * lib/vasnprintf.c: Remove trailing blanks.
20142         Make cpp indentation consistent.
20143
20144 2003-07-09  Paul Eggert  <eggert@twinsun.com>
20145
20146         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
20147         posixver.c, strftime.c, strnlen.c, strverscmp.c:
20148         Switch from LGPL to GPL.
20149
20150 2003-07-09  Paul Eggert  <eggert@twinsun.com>
20151
20152         * config/srclist.txt: Sort sublists.  Add
20153         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
20154         that differ from gnulib for one reason or another; we'd like this list
20155         to be smaller but for now let's document what we have.
20156
20157 2003-07-08  Paul Eggert  <eggert@twinsun.com>
20158
20159         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
20160         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
20161         and sweeter "eval x=$x".
20162         * config/srclist.txt: Get lib/argp* from glibc.
20163
20164 2003-07-07  Paul Eggert  <eggert@twinsun.com>
20165
20166         * lib/mktime.c: Fix some boundary cases and remove need for floating
20167         point.
20168
20169         Issue a compile-time diagnostic if time_t is floating point, or if
20170         two's complement arithmetic is not in effect, or if arithmetic
20171         right shift does not propagate the sign.  These assumptions were
20172         all in the original code but they weren't checked.
20173
20174         (TIME_T_MIDPOINT, verify): New macros.
20175         (__isleap): Remove; it has integer overflow problems.
20176         (leapyear): New function, without those problems.
20177         (ydhms_tm_diff): Remove; splitting into two parts.
20178         (ydhms_diff): New function, containing the arithmetic part of
20179         the old ydhms_tm_diff function.  Issue a compile-time
20180         diagnostic if we are not using C99 integer division.
20181         Avoid casts when possible.
20182         (guess_time_tm): New function, containing the checking part of
20183         the old ydhms_tm_diff function.  Return the new value, rather than
20184         the difference between it and the old.  Accept a new argument T
20185         so that *T specifies the old value.  Check for overflow in the result.
20186
20187         (__mktime_internal): Use a time_t offset, not a long int offset.
20188         This undoes the 2003-06-04 change, which is no longer needed now
20189         that we have better overflow checking.
20190         (localtime_offset): Likewise.
20191
20192         (__mktime_internal): Avoid harmful overflow on hosts where time_t
20193         and long are 64-bit but int is only 32-bit.
20194         (ydhms_diff): Use long int to store year1 and yday1.
20195         Issue a compile-time diagnostic if long int is not wide enough.
20196
20197         (__mktime_internal): Use long int to store adjusted year and yday.
20198         Use plain C rather than preprocessor commands, if that doesn't
20199         affect efficiency.
20200         Check for overflow (and try to repair) after each probe
20201         rather than checking only at the very end.  This avoids some bugs
20202         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
20203         does not equal GMT offset at maximum time).
20204         Use integer to check for overflow rather than floating point; this
20205         is more portable to non-IEEE hosts, and is a tad faster.
20206         When we detect that we are oscillating between two values,
20207         don't check whether tm_isdst has the requested value, since
20208         we already know the answer.  When tm_isdst has the wrong value,
20209         use a different heuristic to find the right one, based on the
20210         extreme values actually observed in practice in tz2003a,
20211         rather than the (overly optimistic) "previous 3 calendar quarters".
20212
20213         (not_equal_tm, print_tm, check_result): Use "const T" rather than
20214         "T const" to accommodate glibc style.
20215         (check_result): Use less-confusing report format.  "long" -> "long int.
20216         (main): Likewise.
20217         Don't loop if the iteration overflows time_t.
20218         Allow a negative step in the iteration.
20219
20220 2003-07-06  Karl Berry  <karl@gnu.org>
20221
20222         * config/depcomp: update from automake.
20223         * config/config.sub: update from prep.
20224
20225 2003-07-03  Karl Berry  <karl@gnu.org>
20226
20227         * config/config.guess: update from prep.
20228
20229 2003-07-01  Paul Eggert  <eggert@twinsun.com>
20230
20231         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
20232         xreadlink.c now includes it unconditionally.
20233
20234 2003-07-01  Paul Eggert  <eggert@twinsun.com>
20235
20236         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
20237         having it depend on HAVE_SYS_TYPES_H.
20238
20239 2003-07-01  Bruno Haible  <bruno@clisp.org>
20240
20241         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
20242         <sys/types.h> should be sufficient.
20243         Reported by Paul Eggert.
20244
20245 2003-06-26  Karl Berry  <karl@gnu.org>
20246
20247         * config/depcomp: update from automake.
20248
20249 2003-06-26  Bruno Haible  <bruno@clisp.org>
20250
20251         * modules/human: Depend on module stdbool.
20252
20253 2003-06-25  Bruno Haible  <bruno@clisp.org>
20254
20255         * modules/readlink: New file.
20256         * modules/xreadlink: Depend on it.
20257         * MODULES.html.sh (func_all_modules): Add readlink.
20258
20259 2003-06-25  Bruno Haible  <bruno@clisp.org>
20260
20261         * m4/readlink.m4: New file.
20262
20263 2003-06-25  Bruno Haible  <bruno@clisp.org>
20264
20265         * lib/readlink.c: New file.
20266
20267 2003-06-22  Karl Berry  <karl@gnu.org>
20268
20269         * config/srclist.txt: update mkinstalldirs from automake.
20270         * config/mkinstalldirs: update.
20271
20272 2003-06-22  Bruno Haible  <bruno@clisp.org>
20273
20274         Portability to mingw32.
20275         * m4/ssize_t.m4: New file, from GNU gettext.
20276         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
20277         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
20278
20279 2003-06-22  Bruno Haible  <bruno@clisp.org>
20280
20281         * modules/safe-read: Add m4/ssize_t.m4.
20282         * modules/xreadlink: Add m4/ssize_t.m4.
20283
20284 2003-06-20  Bruno Haible  <bruno@clisp.org>
20285
20286         Assume C89, so PARAMS isn't needed.
20287         * lib/unicodeio.h (PARAMS): Remove.
20288         * lib/unicodeio.c: Don't use PARAMS.
20289
20290 2003-06-18  Karl Berry  <karl@gnu.org>
20291
20292         * config/config.{guess,sub}: update from prep.
20293
20294 2003-06-18  Jim Meyering  <jim@meyering.net>
20295
20296         Merge changes from coreutils.
20297         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
20298         Remove explicit declarations of xmalloc and realloc.
20299         Include xalloc.h.
20300         (read_utmp): Remove anachronistic cast of xmalloc.
20301
20302 2003-06-17  Paul Eggert  <eggert@twinsun.com>
20303
20304         Assume C89, so PARAMS isn't needed.
20305         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
20306         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
20307         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
20308         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
20309         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
20310         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
20311         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
20312         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
20313         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
20314         lib/xstrtod.h, lib/xstrtol.h: Likewise.
20315         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
20316         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
20317         no longer needed. Anyway, config.h should always be included before any
20318         other file.
20319
20320 2003-06-11  Simon Josefsson  <jas@extundo.com>
20321
20322         * modules/sysexits: New file.
20323         * MODULES.html.sh (func_all_modules): Add sysexits.
20324
20325 2003-06-11  Simon Josefsson  <jas@extundo.com>
20326
20327         * lib/sysexit_.h: New file.
20328
20329 2003-06-11  Derek Price  <derek@ximbiot.com>
20330
20331         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
20332         necessary.
20333
20334 2003-06-11  Bruno Haible  <bruno@clisp.org>
20335
20336         * m4/sysexits.m4: New file.
20337
20338 2003-06-10  Simon Josefsson  <jas@extundo.com>
20339
20340         * lib/argp.h: New file, from glibc.
20341         * lib/argp-ba.c: New file, from glibc.
20342         * lib/argp-eexst.c: New file, from glibc.
20343         * lib/argp-fmtstream.c: New file, from glibc.
20344         * lib/argp-fmtstream.h: New file, from glibc.
20345         * lib/argp-fs-xinl.c: New file, from glibc.
20346         * lib/argp-help.c: New file, from glibc.
20347         * lib/argp-namefrob.h: New file, from glibc.
20348         * lib/argp-parse.c: New file, from glibc.
20349         * lib/argp-pv.c: New file, from glibc.
20350         * lib/argp-pvh.c: New file, from glibc.
20351         * lib/argp-xinl.c: New file, from glibc.
20352
20353 2003-06-10  Simon Josefsson  <jas@extundo.com>
20354
20355         * modules/strchrnul: New file.
20356
20357 2003-06-10  Simon Josefsson  <jas@extundo.com>
20358
20359         * modules/argp: New file.
20360
20361 2003-06-10  Simon Josefsson  <jas@extundo.com>
20362
20363         * m4/strchrnul.m4: New file.
20364
20365 2003-06-10  Simon Josefsson  <jas@extundo.com>
20366
20367         * lib/strchrnul.h: New file.
20368         * lib/strchrnul.c: New file.
20369
20370 2003-06-10  Bruno Haible  <bruno@clisp.org>
20371
20372         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
20373
20374 2003-06-07  Karl Berry  <karl@gnu.org>
20375
20376         * config/config.{guess,sub}: update from prep.
20377
20378 2003-06-07  Jim Meyering  <jim@meyering.net>
20379
20380         * modules/strtod: Use $(...) notation, not @...@ for
20381         AC_REPLACE'd variables.
20382         * modules/localcharset: Likewise.
20383
20384 2003-06-07  Jim Meyering  <jim@meyering.net>
20385
20386         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
20387         in place of my name in the copyright comment.
20388         Remove definition and uses of __P.
20389
20390         From coreutils.
20391         * lib/stat.c: Don't declare xmalloc explicitly.
20392         Instead, include "xalloc.h".
20393         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
20394         xrealloc, and xcalloc return values.
20395         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
20396         Improve comment.
20397         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
20398
20399 2003-06-07  Bruno Haible  <bruno@clisp.org>
20400
20401         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
20402         avoid AC_CONFIG_LINKS.
20403         * modules/fnmatch (Makefile.am): Use explicit creation rule for
20404         fnmatch.h, to avoid AC_CONFIG_LINKS.
20405         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
20406
20407 2003-06-07  Bruno Haible  <bruno@clisp.org>
20408
20409         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
20410         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
20411         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20412         directory.
20413         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
20414         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20415         directory.
20416
20417 2003-06-06  Jim Meyering  <jim@meyering.net>
20418
20419         Merge from coreutils.
20420         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
20421         Consolidate declarations and initializations of *_base* locals.
20422
20423         Merge from coreutils.
20424         This avoids a core dump on systems without GNU putenv,
20425         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
20426         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
20427         (unsetenv): New static function, from GNU libc.
20428         (rpl_putenv): Use it.
20429
20430         * lib/modechange.c: Remove trailing blanks.
20431
20432         Merge from coreutils.
20433         * lib/fsusage.c: Remove declaration of statfs.
20434         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
20435
20436         * lib/posixtm.c: Include <stdbool.h> unconditionally.
20437
20438 2003-06-06  Jim Meyering  <jim@meyering.net>
20439
20440         * lib/stdbool_.h: Renamed from stdbool.h.in.
20441
20442 2003-06-06  Jim Meyering  <jim@meyering.net>
20443             Bruno Haible  <bruno@clisp.org>
20444
20445         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
20446         Adjust Makefile.am snippet not to redirect directly to target.
20447         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
20448
20449 2003-06-05  Paul Eggert  <eggert@twinsun.com>
20450
20451         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
20452         mismatch, look in future quarters as well as past.  This fixes a
20453         bug when processing fall-backwards gaps immediately after a long
20454         period of daylight-saving time.
20455
20456         * lib/mktime.c: Assume freestanding C89 or better.
20457         (HAVE_LIMITS_H): Remove.  Assume it's 1.
20458         (__P): Remove; not used.
20459         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
20460         (mktime, not_equal_tm, print_tm, check_result,
20461         main): Use prototypes.  Use const * where appropriate.
20462         (main): Fix typo in testing code that uncovered by above changes.
20463         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
20464
20465 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20466
20467         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
20468         locale.h, localeconv.  This merges changes from coreutils.
20469
20470         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
20471         It can be removed after the next Autoconf is released.
20472         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
20473         needed.
20474
20475 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20476
20477         * lib/mktime.c: Fix Debian bug 177940
20478         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
20479         (localtime_offset): Now long int, not time_t, because we want it
20480         to be guaranteed to be signed.  All uses changed.
20481         (__mktime_internal): If overflow would occur when adding offset,
20482         don't add it.
20483
20484         Merge 'human' changes from coreutils.  Rewrite to support
20485         locale-specific notations like thousands separators.
20486         * lib/human.c: Simplify authorship notice.
20487         Include human.h immediately after config.h.
20488         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
20489         <limits.h>: Do not include, since human.h does.
20490         (SIZE_MAX, UINTMAX_MAX): New macros.
20491         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
20492         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
20493         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
20494         (power_letter): Renamed from suffixes.
20495         (generate_suffix_backwards): Remove.
20496         (adjust_value): Now takes int style (because of human.h changes)
20497         and long double value (for greater precision on some platforms).
20498         (group_number): New function.
20499         (human_readable): Use it.  Use integer options, not enum.
20500         Put the options before the sizes in the arg list.
20501         Support all the new options.
20502         The old human_readable function has been removed;
20503         use inttostr.h instead.
20504         (human_readable, default_block_size, humblock):
20505         Use uintmax_t, not int, for block sizes.
20506         (human_readable_inexact, block_size_types): Remove.
20507         (block_size_opts): New constant.
20508         (human_options): Renamed from human_block_size, with new signature
20509         that allows block sizes up to UINTMAX_MAX.  All callers changed.
20510         * lib/human.h: Add copyright and authorship notice.
20511         Include <limits.h> and <stdbool.h> unconditionally.
20512         (PARAMS): Remove.  All uses removed.
20513         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
20514         (enum human_inexact_style): Remove tag; now a nameless enum.
20515         (human_floor, human_ceiling, human_round_to_even): Now have
20516         values 2, 0, 1 rather than -1, 1, 0.
20517         (human_group_digits, human_suppress_point_zero, human_autoscale,
20518         human_base_1024, human_SI, human_B): New constants.
20519         (human_readable_inexact, human_block_size): Remove.
20520         (human_readable): Size args are now uintmax_t, not int.
20521         (human_options): New decl.
20522
20523         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
20524         unnecessary now that we assume C89 or better.  This change
20525         imported from coreutils.
20526
20527         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20528         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
20529         in the 2003-05-30 sync from glibc.
20530
20531         .h files should stand alone, but we shouldn't include <sys/types.h>
20532         if we can get away with just <stddef.h>.
20533
20534         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
20535         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
20536         rather than <sys/types.h>, as we merely need size_t.
20537         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
20538         to get size_t.
20539         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
20540         Include <stdio.h>, to get FILE.
20541         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
20542         memcasecmp.h has included <stddef.h> and all we need is size_t.
20543         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
20544         our interface, instead of including <sys/types.h>
20545
20546 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20547
20548         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
20549         now, as glibc mktime is buggy on non-glibc systems.
20550
20551 2003-06-03  Karl Berry  <karl@gnu.org>
20552
20553         * config/config.sub: update from prep.
20554
20555 2003-06-02  Paul Eggert  <eggert@twinsun.com>
20556
20557         [from coreutils]
20558         Fix some minor time-related bugs with POSIX time arguments.
20559         Some valid time stamps were being rejected (notably -1, and
20560         time stamps before 1900 on 64-bit hosts).  And some invalid
20561         time stamps were being accepted, e.g. September 31.
20562
20563         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
20564         that we can return (time_t) -1 successfully.
20565         * lib/posixtm.c: Likewise.
20566         [HAVE_STDBOOL_H]: Include <stdbool.h>.
20567         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
20568         (t): Remove static var.
20569         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
20570         of static var.  All uses changed.
20571         (year): Do not reject years before 1900; they can occur with
20572         64-bit time_t.
20573         (posix_time_parse): Do not check for out-of-range components;
20574         that is now the caller's responsibility, since our checks were
20575         only approximations.
20576         (posixtime): Use mktime to check for out-of-range components,
20577         since it knows them exactly.
20578         If mktime returns (time_t) -1, check whether an error actually occurred
20579         by invoking localtime on -1.
20580         (main) [TEST_POSIXTIME]: Check for input data errors, and report
20581         posixtime failures better.
20582         Improve the test data (in comments only).
20583
20584 2003-06-02  Karl Berry  <karl@gnu.org>
20585
20586         * config/mkinstalldirs (version): new variable.
20587         (--version): new option.
20588         (usage): improve message.
20589
20590 2003-05-30  Karl Berry  <karl@gnu.org>
20591
20592         * lib/mktime.c: update from libc.
20593
20594 2003-05-30  Bruno Haible  <bruno@clisp.org>
20595
20596         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
20597         * config/config.rpath: Upgrade to gettext-0.12.1.
20598
20599 2003-05-30  Bruno Haible  <bruno@clisp.org>
20600
20601         * m4/gettext.m4: Upgrade to gettext-0.12.1.
20602         * m4/nls.m4: New file, from gettext-0.12.1.
20603         * m4/po.m4: New file, from gettext-0.12.1.
20604         * m4/progtest.m4: Upgrade to gettext-0.12.1.
20605
20606 2003-05-30  Bruno Haible  <bruno@clisp.org>
20607
20608         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
20609         * lib/localcharset.h: Likewise.
20610         * lib/localcharset.c: Likewise.
20611
20612 2003-05-29  Karl Berry  <karl@gnu.org>
20613
20614         * config/config.rpath: update from gettext.
20615
20616 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20617
20618         Assume the headers required for C89 freestanding compilers.
20619         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
20620         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
20621         * m4/human.m4 (gl_HUMAN): Likewise.
20622         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
20623         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
20624         * m4/userspec.m4 (gl_USERSPEC): Likewise.
20625         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
20626         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20627         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
20628
20629 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20630
20631         Assume the headers required for C89 freestanding compilers.
20632         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
20633         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
20634         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
20635         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
20636         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
20637         define, since <limits.h> is guaranteed to do that.
20638         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
20639         * lib/exclude.c: Include <stdbool.h> unconditionally.
20640         * lib/tempname.c: Include <stddef.h> unconditionally.
20641         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
20642         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
20643         <stddef.h> does that.
20644         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
20645         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
20646         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
20647         needed.
20648         * lib/xstrtol.c: Likewise.
20649         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
20650         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
20651
20652         * lib/addext.c (addext): Use assignment rather than cast, to avoid
20653         warnings on some platforms.
20654
20655         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20656         arbitrarily.
20657
20658 2003-05-26  Jim Meyering  <jim@meyering.net>
20659
20660         Merge in a change from coreutils:
20661         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
20662         that is guaranteed to be `no'.  Use `no_such_member' to indicate
20663         that condition, rather than `-1' which is slightly misleading.
20664         Change the name of the cache variable to have the gl_ prefix.
20665         Prompted by a patch from Richard Dawe for DJGPP.
20666
20667 2003-05-24  Karl Berry  <karl@gnu.org>
20668
20669         * config/config.guess: update from prep.
20670
20671 2003-05-22  Karl Berry  <karl@gnu.org>
20672
20673         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
20674
20675 2003-05-20  Karl Berry  <karl@gnu.org>
20676
20677         * config/config.guess: update from prep.
20678
20679 2003-05-18  Karl Berry  <karl@gnu.org>
20680
20681         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
20682         might actually be set by the user.
20683
20684         * config/depcomp, install-sh, mdate-sh: update from automake.
20685
20686 2003-05-17  Bruno Haible  <bruno@clisp.org>
20687
20688         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
20689         invalid expansion for AC_EGREP_CPP.
20690         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
20691         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
20692         Suggested by Akim Demaille <akim@epita.fr> in
20693         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
20694
20695 2003-05-12  Jim Meyering  <jim@meyering.net>
20696
20697         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
20698         the space-padded-by-default conversion specifiers, %e, %k, %l.
20699
20700 2003-05-12  Bruno Haible  <bruno@clisp.org>
20701
20702         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
20703         the string is longer than 4 KB.
20704
20705 2003-05-11  Karl Berry  <karl@gnu.org>
20706
20707         * config/config.{guess,sub}: update from prep.
20708
20709 2003-05-09  Bruno Haible  <bruno@clisp.org>
20710
20711         * modules/error: Add m4/strerror_r.m4 to file list.
20712
20713 2003-05-03  Bruno Haible  <bruno@clisp.org>
20714
20715         Upgrade to Unicode-4.0.
20716         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
20717         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
20718         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
20719         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
20720         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
20721         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
20722         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
20723         Change width of U+E0100..U+E01EF from 1 to 0.
20724
20725 2003-04-25  Jim Meyering  <jim@meyering.net>
20726
20727         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
20728         of type size_t, not int.
20729
20730 2003-04-25  Bruno Haible  <bruno@clisp.org>
20731
20732         * lib/copy-file.c: Include <stddef.h>, for size_t.
20733
20734 2003-04-21  Paul Eggert  <eggert@twinsun.com>
20735
20736         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
20737         code which expansion is under static control.  Patch imported from
20738         Akim Demaille's patch to Bison; see
20739         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
20740
20741 2003-04-14  Bruno Haible  <bruno@clisp.org>
20742
20743         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
20744
20745 2003-04-11  Jim Meyering  <jim@meyering.net>
20746
20747         Merge changes from Coreutils.
20748
20749         2003-03-22  Jim Meyering  <jim@meyering.net>
20750
20751         * lib/strftime.c (widen): Cast alloca return value to proper type.
20752
20753         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
20754
20755         From GNU libc.
20756         * lib/strftime.c (my_strftime): Handle very large width
20757         specifications for numeric values correctly.  Improve checks for
20758         overflow.
20759
20760         2003-01-19  Jim Meyering  <jim@meyering.net>
20761
20762         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
20763         definitions.
20764         (nl_get_alt_digit) [! defined my_strftime]: Define.
20765         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
20766         _nl_get_alt_digit and _nl_get_walt_digit.
20767
20768         * lib/strftime.c (my_strftime): Merge in locale-related changes from
20769         libc. These changes have no effect outside of _LIBC.
20770
20771 2003-04-10  Bruno Haible  <bruno@clisp.org>
20772
20773         * modules/findprog: New file.
20774         * MODULES.html.sh (func_all_modules): Add it.
20775
20776 2003-04-10  Bruno Haible  <bruno@clisp.org>
20777
20778         * m4/findprog.m4: New file.
20779         * m4/eaccess.m4: New file.
20780
20781 2003-04-10  Bruno Haible  <bruno@clisp.org>
20782
20783         * lib/findprog.h: New file, from GNU gettext.
20784         * lib/findprog.c: New file, from GNU gettext.
20785
20786 2003-04-05  Jim Meyering  <jim@meyering.net>
20787
20788         Merge changes from Coreutils.
20789
20790         * lib/exclude.h (PARAMS): Remove definition and uses.
20791         * lib/exclude.c: Remove uses of `PARAMS'.
20792
20793         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
20794         Add test-cases for DOS filenames. Declare program_name.
20795         (main): Set up program_name.  Patch by Rich Dawe.
20796
20797         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20798         error from mntctl.
20799         Use mntctl's return value to drive the entry-processing loop, since
20800         we can't rely on the value of the vmt_length member in the last
20801         entry.  On some systems doing so could result in exhausting
20802         virtual memory.  Based in part on a patch from Mike Jetzer.
20803
20804 2003-04-04  Bruno Haible  <bruno@clisp.org>
20805
20806         * modules/linebreak: New file.
20807         * MODULES.html.sh (func_all_modules): Add it.
20808
20809 2003-04-04  Bruno Haible  <bruno@clisp.org>
20810
20811         * m4/linebreak.m4: New file.
20812
20813 2003-04-04  Bruno Haible  <bruno@clisp.org>
20814
20815         * lib/linebreak.h: New file, from GNU gettext.
20816         * lib/linebreak.c: New file, from GNU gettext with slight
20817         modifications.
20818         * lib/lbrkprop.h: New file, from GNU gettext.
20819
20820 2003-04-03  Bruno Haible  <bruno@clisp.org>
20821
20822         * modules/utf8-ucs4: New file.
20823         * modules/utf16-ucs4: New file.
20824         * modules/ucs4-utf8: New file.
20825         * modules/ucs4-utf16: New file.
20826         * MODULES.html.sh (func_all_modules): Add them.
20827
20828 2003-04-03  Bruno Haible  <bruno@clisp.org>
20829
20830         * m4/utf-ucs4.m4: New file.
20831         * m4/ucs4-utf.m4: New file.
20832
20833 2003-04-03  Bruno Haible  <bruno@clisp.org>
20834
20835         * lib/utf8-ucs4.h: New file, from GNU gettext.
20836         * lib/utf16-ucs4.h: New file, from GNU gettext.
20837         * lib/ucs4-utf8.h: New file, from GNU gettext.
20838         * lib/ucs4-utf16.h: New file, from GNU gettext.
20839
20840 2003-04-02  Bruno Haible  <bruno@clisp.org>
20841
20842         * modules/binary-io: New file.
20843         * MODULES.html.sh (func_all_modules): Add it.
20844
20845 2003-04-02  Bruno Haible  <bruno@clisp.org>
20846
20847         * lib/binary-io.h: New file, from GNU gettext.
20848
20849 2003-04-01  Bruno Haible  <bruno@clisp.org>
20850
20851         * modules/pathname: New file.
20852         * MODULES.html.sh (func_all_modules): Add it.
20853
20854 2003-04-01  Bruno Haible  <bruno@clisp.org>
20855
20856         * lib/pathname.h: New file, from GNU gettext.
20857         * lib/concatpath.c: New file, from GNU gettext.
20858
20859 2003-03-30  Bruno Haible  <bruno@clisp.org>
20860
20861         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
20862
20863 2003-03-30  Bruno Haible  <bruno@clisp.org>
20864
20865         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
20866         function chown() doesn't exist.
20867
20868 2003-03-28  Bruno Haible  <bruno@clisp.org>
20869
20870         * modules/copy-file: New file.
20871         * MODULES.html.sh (func_all_modules): Add it.
20872
20873 2003-03-28  Bruno Haible  <bruno@clisp.org>
20874
20875         * m4/copy-file.m4: New file.
20876
20877 2003-03-28  Bruno Haible  <bruno@clisp.org>
20878
20879         * lib/copy-file.h: New file, from GNU gettext.
20880         * lib/copy-file.c: New file, from GNU gettext.
20881
20882 2003-03-18  Jim Meyering  <jim@meyering.net>
20883
20884         * lib/quote.c (quote_n): Fix typo in comment.
20885
20886 2003-03-18  Bruno Haible  <bruno@clisp.org>
20887
20888         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
20889         checking.
20890         * m4/onceonly_2_57.m4: Likewise.
20891
20892 2003-03-17  Bruno Haible  <bruno@clisp.org>
20893
20894         * m4/onceonly.m4: Require autoconf 2.54 or newer.
20895         (m4_quote): Remove macro.
20896         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
20897
20898 2003-03-14  Jim Meyering  <jim@meyering.net>
20899
20900         Merge changes from Coreutils.
20901         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
20902         to be const, in order to avoid warnings.
20903         (obstack_room): Likewise.
20904         (obstack_empty_p): Likewise.
20905
20906 2003-03-14  Bruno Haible  <bruno@clisp.org>
20907
20908         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
20909         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
20910
20911 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20912
20913         Merge changes from Bison.
20914         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
20915         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
20916         when compiling Bison 1.875's `bitset bset = obstack_alloc
20917         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
20918         * lib/hash.c: Include <stdbool.h> unconditionally.
20919
20920 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20921
20922         * m4/onceonly.m4 (m4_quote): New macro.
20923         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
20924         Quote AC_FOREACH variable-expansions properly.
20925
20926 2003-03-13  Paul Eggert  <eggert@twinsun.com>
20927
20928         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
20929
20930 2003-03-09  Paul Eggert  <eggert@twinsun.com>
20931
20932         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
20933         Reported by Bruce Becker; see:
20934         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
20935
20936 2003-03-03  Paul Eggert  <eggert@twinsun.com>
20937             Bruno Haible  <bruno@clisp.org>
20938
20939         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
20940         Reported by John Hughes, see
20941         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
20942
20943 2003-02-20  Bruno Haible  <bruno@clisp.org>
20944
20945         * MODULES.html.sh (func_all_modules): Add poll.
20946
20947 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20948
20949         * modules/poll: New file.
20950
20951 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20952
20953         * lib/poll_.h: New file.
20954         * lib/poll.c: New file.
20955
20956 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
20957
20958         * m4/poll.m4: New file.
20959
20960 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20961
20962         * modules/mathl: New file.
20963
20964 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20965
20966         * lib/mathl.h: New file.
20967         * lib/acosl.c: New file.
20968         * lib/asinl.c: New file.
20969         * lib/atanl.c: New file.
20970         * lib/ceill.c: New file.
20971         * lib/cosl.c: New file.
20972         * lib/expl.c: New file.
20973         * lib/floorl.c: New file.
20974         * lib/frexpl.c: New file.
20975         * lib/ldexpl.c: New file.
20976         * lib/logl.c: New file.
20977         * lib/sincosl.c: New file.
20978         * lib/sinl.c: New file.
20979         * lib/sqrtl.c: New file.
20980         * lib/tanl.c: New file.
20981         * lib/trigl.c: New file.
20982         * lib/trigl.h: New file.
20983
20984 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
20985
20986         * m4/mathl.m4: New file.
20987
20988 2003-02-18  Bruno Haible  <bruno@clisp.org>
20989
20990         * MODULES.html.sh (func_all_modules): Add mathl.
20991
20992 2003-02-17  Bruno Haible  <bruno@clisp.org>
20993
20994         * modules/mkdtemp: New module.
20995         * MODULES.html.sh (func_all_modules): Add it.
20996
20997 2003-02-17  Bruno Haible  <bruno@clisp.org>
20998
20999         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
21000
21001 2003-02-17  Bruno Haible  <bruno@clisp.org>
21002
21003         * lib/mkdtemp.h: New file, from GNU gettext.
21004         * lib/mkdtemp.c: New file, from GNU gettext.
21005
21006 2003-02-02  Jim Meyering  <jim@meyering.net>
21007
21008         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
21009         e.g. glibc-2.2.93.
21010
21011 2003-01-31  Bruno Haible  <bruno@clisp.org>
21012
21013         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
21014         'rpl_rename'.
21015         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
21016         'rpl_strnlen'.
21017         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
21018         'rpl_strtod'.
21019         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
21020         'rpl_utime'.
21021
21022 2003-01-31  Bruno Haible  <bruno@clisp.org>
21023
21024         * lib/rename.c: #undef rename before defining rpl_rename.
21025         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
21026
21027 2003-01-30  Bruno Haible  <bruno@clisp.org>
21028
21029         * modules/vasnprintf, modules/vasprintf: New modules.
21030         * MODULES.html.sh (func_all_modules): Add them.
21031
21032 2003-01-30  Bruno Haible  <bruno@clisp.org>
21033
21034         * m4/signed.m4: New file, from GNU gettext.
21035         * m4/longdouble.m4: New file, from GNU gettext.
21036         * m4/wchar_t.m4: New file, from GNU gettext.
21037         * m4/wint_t.m4: New file, from GNU gettext.
21038         * m4/vasnprintf.m4: New file.
21039         * m4/vasprintf.m4: New file.
21040
21041 2003-01-30  Bruno Haible  <bruno@clisp.org>
21042
21043         * lib/printf-args.h: New file, from GNU gettext.
21044         * lib/printf-args.c: New file, from GNU gettext.
21045         * lib/printf-parse.h: New file, from GNU gettext.
21046         * lib/printf-parse.c: New file, from GNU gettext.
21047         * lib/vasnprintf.h: New file, from GNU gettext.
21048         * lib/vasnprintf.c: New file, from GNU gettext.
21049         * lib/asnprintf.c: New file, from GNU gettext.
21050         * lib/vasprintf.h: New file, from GNU gettext with modifications.
21051         * lib/vasprintf.c: New file, from GNU gettext.
21052         * lib/asprintf.c: New file, from GNU gettext.
21053
21054 2003-01-29  Bruno Haible  <bruno@clisp.org>
21055
21056         * modules/stpncpy: New module.
21057         * MODULES.html.sh (func_all_modules): Add it.
21058
21059 2003-01-29  Bruno Haible  <bruno@clisp.org>
21060
21061         * m4/stpncpy.m4: New file.
21062
21063 2003-01-29  Bruno Haible  <bruno@clisp.org>
21064
21065         * lib/stpncpy.h: New file, from GNU gettext with modifications.
21066         * lib/stpncpy.c: New file, from GNU gettext with modifications.
21067
21068 2003-01-28  Bruno Haible  <bruno@clisp.org>
21069
21070         * modules/c-ctype: New module.
21071         * MODULES.html.sh (func_all_modules): Add it.
21072
21073 2003-01-28  Bruno Haible  <bruno@clisp.org>
21074
21075         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
21076         Paul Eggert.
21077         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
21078         Paul Eggert.
21079
21080 2003-01-27  Bruno Haible  <bruno@clisp.org>
21081
21082         * modules/xsetenv: New module.
21083         * MODULES.html.sh (func_all_modules): Add it.
21084
21085 2003-01-27  Bruno Haible  <bruno@clisp.org>
21086
21087         * lib/xsetenv.h: New file, from GNU gettext.
21088         * lib/xsetenv.c: New file, from GNU gettext.
21089
21090 2003-01-23  Jim Meyering  <jim@meyering.net>
21091
21092         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
21093         from working on systems without dirfd (at least Irix and OSF1/Tru64).
21094
21095 2003-01-23  Bruno Haible  <bruno@clisp.org>
21096
21097         * modules/minmax: New module.
21098         * MODULES.html.sh (func_all_modules): Add it.
21099
21100 2003-01-23  Bruno Haible  <bruno@clisp.org>
21101
21102         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
21103         Eggert.
21104
21105 2003-01-22  Bruno Haible  <bruno@clisp.org>
21106
21107         * modules/exit: New module.
21108         * MODULES.html.sh (func_all_modules): Add it.
21109
21110 2003-01-22  Bruno Haible  <bruno@clisp.org>
21111
21112         * lib/exit.h: New file, from GNU gettext.
21113
21114 2003-01-19  Bruno Haible  <bruno@clisp.org>
21115
21116         * gnulib-tool: Recognize option --extract-maintainer.
21117         (func_get_maintainer): New function.
21118         * modules/*: Add Maintainer entry.
21119
21120 2003-01-16  Jim Meyering  <jim@meyering.net>
21121
21122         * m4/regex.m4: The `regex' struct is both input and output.
21123         Initialize it before each use.  Patch by Tim Waugh.
21124
21125 2003-01-16  Bruno Haible  <bruno@clisp.org>
21126
21127         * MODULES.html.sh: Add a table of contents. Add the module name as
21128         leftmost column. Add hyperlinks.
21129
21130 2003-01-15  Bruno Haible  <bruno@clisp.org>
21131
21132         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
21133
21134 2003-01-15  Bruno Haible  <bruno@clisp.org>
21135
21136         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
21137         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
21138         suffix.
21139
21140 2003-01-15  Bruno Haible  <bruno@clisp.org>
21141
21142         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
21143
21144 2003-01-15  Bruno Haible  <bruno@clisp.org>
21145
21146         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
21147         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
21148
21149 2003-01-14  Jim Meyering  <jim@meyering.net>
21150
21151         * lib/same.c (same_name): Tweak a comment.
21152
21153 2003-01-14  Bruno Haible  <bruno@clisp.org>
21154
21155         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
21156         when a string comparison is sufficient.
21157
21158 2003-01-14  Bruno Haible  <bruno@clisp.org>
21159
21160         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
21161         'unsigned int'.
21162
21163 2003-01-14  Bruno Haible  <bruno@clisp.org>
21164
21165         * lib/hash-pjw.c: Add comment about low quality of this function.
21166
21167 2003-01-13  Bruno Haible  <bruno@clisp.org>
21168
21169         * modules/stpcpy: Distribute lib/stpcpy.h.
21170         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
21171
21172 2003-01-13  Bruno Haible  <bruno@clisp.org>
21173
21174         * modules/*: Add a description.
21175         * modules/strpbrk: Fix Makefile.am snippet.
21176         * modules/strtoimax: Fix dependencies.
21177         * modules/strtoumax: Likewise.
21178
21179 2003-01-13  Bruno Haible  <bruno@clisp.org>
21180
21181         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
21182         * modules/alloca (Makefile.am): All object files depend on alloca.h.
21183         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
21184
21185 2003-01-13  Bruno Haible  <bruno@clisp.org>
21186
21187         * gnulib-tool (func_create_testdir): Store config/* files in the main
21188         directory.
21189         * config.rpath: Move to ...
21190         * config/config.rpath: ... here.
21191         * modules/gettext: Contains config/config.rpath, not config.rpath.
21192         * modules/iconv: Likewise.
21193
21194 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21195
21196         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21197         to avoid collisions with libcurses and libreadline.
21198
21199         * m4/getstr.m4: Remove.
21200         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
21201
21202 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21203
21204         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21205         to avoid collisions with libcurses and libreadline.
21206
21207         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
21208         * lib/getstr.h, getstr.c: Remove.
21209         * lib/getline.c: Include "getline.h", to check interface.
21210         Move body of old getstr.c here: this defines MIN_CHUNK and
21211         declares getdelim2, which is renamed from getstr.
21212         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
21213
21214         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
21215         All uses changed.
21216         * lib/linebuffer.h: Likewise.
21217         (readline): Remove backward-compatibility macro.
21218
21219 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21220
21221         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21222         to avoid collisions with libcurses and libreadline.
21223         * getstr: Remove.
21224         * MODULES.html.sh: Remove getstr.
21225         * modules/getline: Depend on unlocked-io, not getstr.
21226
21227 2003-01-12  Jim Meyering  <jim@meyering.net>
21228
21229         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
21230
21231 2003-01-10  Bruno Haible  <bruno@clisp.org>
21232
21233         * modules/alloca: Change Makefile.am requirements. Simplify Include
21234         requirements. Add lib/alloca_.h to file list.
21235
21236 2003-01-10  Bruno Haible  <bruno@clisp.org>
21237
21238         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
21239
21240 2003-01-10  Bruno Haible  <bruno@clisp.org>
21241
21242         * lib/alloca_.h: New file.
21243         * lib/getdate.y: Unconditionally include alloca.h.
21244         * lib/makepath.c: Likewise.
21245         * lib/setenv.c: Likewise.
21246         * lib/userspec.c: Likewise.
21247
21248 2003-01-09  Karl Berry  <karl@gnu.org>
21249
21250         * MODULES.html.sh: include `dirname $0` in PATH, to find
21251         gnulib-tool.
21252
21253 2003-01-09  Bruno Haible  <bruno@clisp.org>
21254
21255         * modules/stdbool: Change configure.ac, Makefile.am requirements.
21256         Simplify Include requirements. Add lib/stdbool.h.in to file list.
21257
21258 2003-01-09  Bruno Haible  <bruno@clisp.org>
21259
21260         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
21261
21262 2003-01-09  Bruno Haible  <bruno@clisp.org>
21263
21264         * lib/stdbool.h.in: New file.
21265
21266 2003-01-09  Bruno Haible  <bruno@clisp.org>
21267
21268         * gnulib-tool (func_all_modules): Ignore files ending in ~.
21269         * MODULES.html.sh: Likewise.
21270
21271 2003-01-08  Jim Meyering  <jim@meyering.net>
21272
21273         * lib/full-write.c: Undefine and define-away `const' after inclusion
21274         of errno.h, not before.  Suggestion from Bruno Haible.
21275
21276 2003-01-08  Bruno Haible  <bruno@clisp.org>
21277
21278         * modules/full-read: Depend on full-write.
21279
21280 2003-01-08  Bruno Haible  <bruno@clisp.org>
21281
21282         * lib/safe-read.c: Include specification header first, to ensure its
21283         selfcontainedness.
21284         * lib/full-write.c: Likewise.
21285
21286 2003-01-07  Jim Meyering  <jim@meyering.net>
21287
21288         * lib/full-write.c: Rework so that it may serve to define full_read,
21289         too.
21290         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
21291
21292 2003-01-07  Bruno Haible  <bruno@clisp.org>
21293
21294         * lib/strtoimax.c: Include <stdint.h> as an alternative to
21295         <inttypes.h>.
21296         * lib/xstrtol.h: Likewise.
21297         * lib/xstrtoimax.c: Likewise.
21298         * lib/xstrtoumax.c: Likewise.
21299         * lib/human.h: Likewise.
21300
21301         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
21302         on systems that have <inttypes.h> but not <stdint.h>.
21303
21304 2003-01-07  Bruno Haible  <bruno@clisp.org>
21305
21306         * MODULES.html.sh: Add copyright notice.
21307         (missed_files): Omit CVS directory entries.
21308         (func_module): Make it work with sed-3.02.
21309         * MODULES.txt: Remove file.
21310
21311 2003-01-06  Jim Meyering  <jim@meyering.net>
21312
21313         * lib/version-etc.c: Update year in translatable copyright string.
21314
21315 2003-01-03  Karl Berry  <karl@gnu.org>
21316
21317         * config/config.{guess,sub}: update from prep.
21318
21319 2003-01-02  Karl Berry  <karl@gnu.org>
21320
21321         * doc/COPYING.DOC: belatedly updated to 1.2.
21322
21323 2003-01-01  Karl Berry  <karl@gnu.org>
21324
21325         * gnulib-tool (func_verify_module): report module name $module in
21326         error message, not $1.
21327         * gnulib-tool (create-testdir): don't complain if destdir couldn't
21328         be created, only if it doesn't exist.
21329         * gnulib-tool (last_checkin_date): don't expand the $Date here.
21330
21331 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21332
21333         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
21334
21335 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21336
21337         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
21338         memcmp if strcoll doesn't work.
21339
21340 2002-12-31  Bruno Haible  <bruno@clisp.org>
21341
21342         * lib/utime.c (utime_null): No need to call ftruncate if the file was
21343         nonempty.
21344
21345 2002-12-31  Bruno Haible  <bruno@clisp.org>
21346
21347         * lib/memcoll.c (STRCOLL): New macro.
21348         (memcoll): Use it.
21349
21350 2002-12-31  Bruno Haible  <bruno@clisp.org>
21351
21352         * lib/localcharset.h: New file.
21353         * lib/localcharset.c: Include it.
21354         * lib/unicodeio.c: Likewise.
21355
21356 2002-12-31  Bruno Haible  <bruno@clisp.org>
21357
21358         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
21359         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
21360
21361 2002-12-31  Bruno Haible  <bruno@clisp.org>
21362
21363         * lib/getline.h: Include <stddef.h>, for size_t.
21364
21365         * lib/unicodeio.h: Include <stddef.h>, for size_t.
21366         * lib/unicodeio.c: Don't include <stddef.h>.
21367
21368 2002-12-31  Bruno Haible  <bruno@clisp.org>
21369
21370         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
21371         HAVE_TM_ZONE.
21372
21373 2002-12-24  Karl Berry  <karl@gnu.org>
21374
21375         * config/config.guess: update from prep.
21376
21377 2002-12-24  Bruno Haible  <bruno@clisp.org>
21378
21379         General infrasructure.
21380         * m4/README: Rewritten.
21381         * m4/onceonly.m4: New file.
21382         * m4/onceonly_2_57.m4: New file.
21383
21384         Module atexit.
21385         * m4/atexit.m4: New file.
21386
21387         Module strtod.
21388         * m4/strtod.m4: New file.
21389
21390         Module strtol.
21391         * m4/strtol.m4: New file.
21392
21393         Module strtoul.
21394         * m4/strtoul.m4: New file.
21395
21396         Module memchr.
21397         * m4/memchr.m4: New file.
21398
21399         Module memcmp.
21400         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
21401         (jm_FUNC_MEMCMP): Invoke it.
21402
21403         Module memcpy.
21404         * m4/memcpy.m4: New file.
21405
21406         Module memmove.
21407         * m4/memmove.m4: New file.
21408
21409         Module memset.
21410         * m4/memset.m4: New file.
21411
21412         Module strcspn.
21413         * m4/strcspn.m4: New file.
21414
21415         Module strpbrk.
21416         * m4/strpbrk.m4: New file.
21417
21418         Module strstr.
21419         * m4/strstr.m4: New file.
21420
21421         Module strerror.
21422         * m4/strerror.m4: New file.
21423
21424         Module mktime.
21425         * m4/mktime.m4: Renamed from jm-mktime.m4.
21426         (gl_PREREQ_MKTIME): New macro.
21427         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
21428
21429         Module malloc.
21430         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
21431         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
21432         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
21433
21434         Module realloc.
21435         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
21436         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
21437         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
21438
21439         Module strftime.
21440         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
21441         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
21442         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
21443         gl_TM_GMTOFF.
21444         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
21445
21446         Module xalloc.
21447         * m4/xalloc.m4: New file.
21448
21449         Module alloca.
21450         * m4/alloca.m4: New file.
21451
21452         Module putenv.
21453         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
21454         (jm_FUNC_PUTENV): Invoke it.
21455
21456         Module setenv.
21457         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
21458         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
21459         when invoked twice.
21460         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
21461         gt_FUNC_SETENV.
21462
21463         Module memrchr.
21464         * m4/memrchr.m4: New file.
21465
21466         Module stpcpy.
21467         * m4/stpcpy.m4: New file.
21468
21469         Module strcase.
21470         * m4/strcase.m4: New file.
21471
21472         Module strdup.
21473         * m4/strdup.m4: New file.
21474
21475         Module strnlen.
21476         * m4/strnlen.m4: New file.
21477
21478         Module strndup.
21479         * m4/strndup.m4: New file.
21480
21481         Module xstrtod.
21482         * m4/xstrtod.m4: New file.
21483
21484         Module xstrtol.
21485         * m4/xstrtol.m4: New file.
21486
21487         Module getdate.
21488         * m4/getdate.m4: New file.
21489
21490         Module unlocked-io.
21491         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
21492         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
21493         * m4/jm-glibc-io.m4n: Remove file.
21494
21495         Module long-options.
21496         * m4/long-options.m4: New file.
21497
21498         Module md5.
21499         * m4/md5.m4: New file.
21500
21501         Module sha.
21502         * m4/sha.m4: New file.
21503
21504         Module getstr.
21505         * m4/getstr.m4: New file.
21506
21507         Module getline.
21508         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
21509         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
21510         <sys/types.h>, for size_t. Use the function name gnu_getline, not
21511         simply getline. Infoke gl_PREREQ_GETLINE.
21512
21513         Module obstack.
21514         * m4/obstack.m4: New file.
21515
21516         Module hash.
21517         * m4/hash.m4: New file.
21518
21519         Module readtokens.
21520         * m4/readtokens.m4: New file.
21521
21522         Module strverscmp.
21523         * m4/strverscmp.m4: New file.
21524
21525         Module stdbool.
21526         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
21527         OSF/1.
21528
21529         Module strtoll.
21530         * m4/strtoll.m4: New file.
21531
21532         Module strtoull.
21533         * m4/strtoull.m4: New file.
21534
21535         Module strtoimax.
21536         * m4/strtoimax.m4: New file.
21537
21538         Module strtoumax.
21539         * m4/strtoumax.m4: New file.
21540
21541         Module xstrtoimax.
21542         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
21543         jm_AC_PREREQ_XSTRTOIMAX.
21544         Moved the strtol prerequisites to strtol.m4.
21545         Moved the strtoll prerequisites to strtoll.m4.
21546         Moved the strtoimax prerequisites to strtoimax.m4.
21547
21548         Module xstrtoumax.
21549         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
21550         jm_AC_PREREQ_XSTRTOUMAX.
21551         Moved the strtoul prerequisites to strtoul.m4.
21552         Moved the strtoull prerequisites to strtoull.m4.
21553         Moved the strtoumax prerequisites to strtoumax.m4.
21554
21555         Module chown.
21556         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
21557         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
21558
21559         Module dup2.
21560         * m4/dup2.m4: New file.
21561
21562         Module ftruncate.
21563         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
21564         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
21565
21566         Module getgroups.
21567         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
21568         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
21569
21570         Module gettimeofday.
21571         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
21572         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
21573         gl_PREREQ_GETTIMEOFDAY.
21574
21575         Module mkdir.
21576         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
21577         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
21578
21579         Module mkstemp.
21580         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
21581         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
21582         jm_AC_TYPE_UINTMAX_T.
21583         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
21584
21585         Module stat.
21586         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
21587         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
21588
21589         Module lstat.
21590         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
21591         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
21592
21593         Module timespec.
21594         * m4/timespec.m4 (gl_TIMESPEC): New macro.
21595         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
21596         * m4/st_mtim.m4: Indentation.
21597
21598         Module nanosleep.
21599         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
21600         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
21601         gl_PREREQ_NANOSLEEP.
21602
21603         Module regex.
21604         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
21605         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
21606         (gl_REGEX): New macro.
21607
21608         Module rename.
21609         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
21610         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
21611
21612         Module rmdir.
21613         * m4/rmdir.m4: New file.
21614
21615         Module utime.
21616         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
21617         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
21618         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
21619
21620         Module dirname.
21621         * m4/dirname.m4: New file.
21622
21623         Module getopt.
21624         * m4/getopt.m4: New file.
21625
21626         Module unistd-safer.
21627         * m4/unistd-safer.m4: New file.
21628
21629         Module fnmatch.
21630         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
21631         declaration.
21632         (gl_PREREQ_FNMATCH_EXTRA): New macro.
21633         (gl_FUNC_FNMATCH_POSIX): New macro.
21634         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
21635         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
21636         simply fnmatch.
21637
21638         Module exclude.
21639         * m4/exclude.m4: New file.
21640
21641         Module human.
21642         * m4/human.m4: New file.
21643
21644         Module acl.
21645         * m4/acl.m4: Nop.
21646
21647         Module backupfile.
21648         * m4/backupfile.m4: New file.
21649         * m4/d-ino.m4: Indentation.
21650
21651         Module fsusage.
21652         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
21653         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
21654         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
21655
21656         Module dirfd.
21657         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
21658         requirements.
21659
21660         Module euidaccess.
21661         * m4/euidaccess.m4: New file.
21662
21663         Module file-type.
21664         * m4/file-type.m4: New file.
21665
21666         Module fileblocks.
21667         * m4/fileblocks.m4: New file.
21668
21669         Module filemode.
21670         * m4/filemode.m4: New file.
21671
21672         Module isdir.
21673         * m4/isdir.m4: New file.
21674
21675         Module lchown.
21676         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
21677         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
21678
21679         Module makepath.
21680         * m4/makepath.m4: New file.
21681
21682         Module modechange.
21683         * m4/modechange.m4: New file.
21684
21685         Module mountlist.
21686         * m4/mountlist.m4: New file.
21687         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
21688         Indentation.
21689
21690         Module path-concat.
21691         * m4/path-concat.m4: New file.
21692
21693         Module pathmax.
21694         * m4/pathmax.m4: New file.
21695
21696         Module same.
21697         * m4/same.m4: New file.
21698
21699         Module save-cwd.
21700         * m4/save-cwd.m4: New file.
21701
21702         Module savedir.
21703         * m4/savedir.m4: New file.
21704
21705         Module xgetcwd.
21706         * m4/xgetcwd.m4: New file.
21707         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
21708
21709         Module xreadlink.
21710         * m4/xreadlink.m4: New file.
21711
21712         Module safe-read.
21713         * m4/safe-read.m4: New file.
21714
21715         Module safe-write.
21716         * m4/safe-write.m4: New file.
21717
21718         Module closeout.
21719         * m4/closeout.m4: New file.
21720
21721         Module stdio-safer.
21722         * m4/stdio-safer.m4: New file.
21723
21724         Module getpass.
21725         * m4/getpass.m4: New file.
21726
21727         Module getugroups.
21728         * m4/getugroups.m4: New file.
21729
21730         Module group-member.
21731         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
21732         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
21733
21734         Module idcache.
21735         * m4/idcache.m4: New file.
21736
21737         Module userspec.
21738         * m4/userspec.m4: New file.
21739
21740         Module gettime.
21741         * m4/clock_time.m4: New file.
21742         * m4/gettime.m4: New file.
21743
21744         Module settime.
21745         * m4/settime.m4: New file.
21746
21747         Module posixtm.
21748         * m4/posixtm.m4: New file.
21749
21750         Module gethostname.
21751         * m4/gethostname.m4: New file.
21752
21753         Module canon-host.
21754         * m4/canon-host.m4: New file.
21755
21756         Module gettext.
21757         * m4/codeset.m4: New file, from gettext-0.11.5.
21758         * m4/gettext.m4: New file, from gettext-0.11.5.
21759         * m4/glibc21.m4: New file, from gettext-0.11.5.
21760         * m4/iconv.m4: New file, from gettext-0.11.5.
21761         * m4/intdiv0.m4: New file, from gettext-0.11.5.
21762         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
21763         * m4/inttypes.m4: New file, from gettext-0.11.5.
21764         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
21765         * m4/isc-posix.m4: New file, from gettext-0.11.5.
21766         * m4/lcmessage.m4: New file, from gettext-0.11.5.
21767         * m4/lib-ld.m4: New file, from gettext-0.11.5.
21768         * m4/lib-link.m4: New file, from gettext-0.11.5.
21769         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
21770         * m4/progtest.m4: New file, from gettext-0.11.5.
21771         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
21772         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
21773         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
21774
21775         Module localcharset.
21776         * m4/localcharset.m4: New file.
21777
21778         Module hard-locale.
21779         * m4/hard-locale.m4: New file.
21780
21781         Module mbswidth.
21782         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
21783         onceonly macros.
21784         * m4/mbrtowc.m4: Add comment.
21785
21786         Module memcasecmp.
21787         * m4/memcasecmp.m4: New file.
21788
21789         Module memcoll.
21790         * m4/memcoll.m4: New file.
21791
21792         Module unicodeio.
21793         * m4/unicodeio.m4: New file.
21794
21795         Module rpmatch.
21796         * m4/rpmatch.m4: New file.
21797
21798         Module yesno.
21799         * m4/yesno.m4: New file.
21800
21801         Module exitfail.
21802         * m4/exitfail.m4: New file.
21803
21804         Module c-stack.
21805         * m4/c-stack.m4 (gl_C_STACK): New macro.
21806         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
21807
21808         Module error.
21809         * m4/error.m4 (gl_ERROR): New macro.
21810         (jm_PREREQ_ERROR): Use onceonly macros.
21811
21812         Module fatal.
21813         * m4/fatal.m4: New file.
21814
21815         Module getloadavg.
21816         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
21817         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
21818
21819         Module getpagesize.
21820         * m4/getpagesize.m4: New file.
21821
21822         Module getusershell.
21823         * m4/getusershell.m4: New file.
21824
21825         Module physmem.
21826         * m4/physmem.m4: New file.
21827
21828         Module posixver.
21829         * m4/posixver.m4: New file.
21830
21831         Module quotearg.
21832         * m4/quotearg.m4: New file.
21833
21834         Module quote.
21835         * m4/quote.m4: New file.
21836
21837         Module readutmp.
21838         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
21839
21840         Module sig2str.
21841         * m4/sig2str.m4: New file.
21842
21843         Other.
21844         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
21845         ulonglong.m4.
21846         * m4/intmax_t.m4: New file.
21847         * m4/d-type.m4: Indentation.
21848         * m4/jm-macros.m4: Update.
21849         * m4/prereq.m4 (jm_PREREQ): Update.
21850         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
21851         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
21852         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
21853         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
21854         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
21855         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
21856         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
21857         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
21858         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
21859         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
21860         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
21861         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
21862         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
21863         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
21864         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
21865         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
21866         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
21867         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
21868         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
21869
21870 2002-12-24  Bruno Haible  <bruno@clisp.org>
21871
21872         * MODULES.txt: Update according to m4/ changes.
21873
21874         Module gettext.
21875         * config.rpath: New file, from gettext-0.11.5.
21876
21877         * modules/*: New module descriptions.
21878         * gnulib-tool: New file.
21879         * MODULES.html.sh: New file.
21880
21881 2002-12-21  Karl Berry  <karl@gnu.org>
21882
21883         * doc/fdl.texi: update to version 1.2.
21884
21885 2002-12-19  Karl Berry  <karl@gnu.org>
21886
21887         * config/config.guess: update from prep.
21888
21889 2002-12-18  Bruno Haible  <bruno@clisp.org>
21890
21891         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
21892         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
21893
21894 2002-12-17  Bruno Haible  <bruno@clisp.org>
21895
21896         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
21897         stdlib.h, string.h.
21898
21899 2002-12-17  Bruno Haible  <bruno@clisp.org>
21900
21901         * lib/canon-host.c (strdup): Remove unused declaration.
21902
21903         * lib/fsusage.c: Include full_read.h.
21904         (get_fs_usage): Use full_read instead of safe_read.
21905
21906         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
21907
21908 2002-12-12  Karl Berry  <karl@gnu.org>
21909
21910         * config/config.guess: update from prep.
21911
21912 2002-12-11  Bruno Haible  <bruno@clisp.org>
21913
21914         * m4/setenv.m4: New file, from gettext-0.11.5.
21915
21916 2002-12-11  Bruno Haible  <bruno@clisp.org>
21917
21918         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
21919         not unsetenv().
21920         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
21921         modifications:
21922
21923         2002-12-11  Bruno Haible  <bruno@clisp.org>
21924
21925                 * setenv.c (alloca): Fall back to malloc.
21926                 (freea): New macro.
21927                 (setenv): Use freea() to free memory allocated with alloca().
21928
21929         2002-11-13  Bruno Haible  <bruno@clisp.org>
21930
21931                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
21932                 function declarations.
21933                 * unsetenv.c (unsetenv): Likewise.
21934
21935         2002-03-04  Bruno Haible  <bruno@clisp.org>
21936
21937                 Portability to AIX 4.3.3.
21938                 * unsetenv.c: New file, extracted from setenv.c.
21939                 * setenv.c: Move the unsetenv() function to unsetenv.c.
21940
21941         2001-12-20  Bruno Haible  <bruno@clisp.org>
21942
21943                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
21944                 use malloc instead. For SunOS 4.
21945
21946         2001-12-11  Bruno Haible  <bruno@clisp.org>
21947
21948                 * setenv.c: Declare alloca.
21949                 (compar_fn_t): New typedef.
21950                 (KNOWN_VALUE, STORE_VALUE): Use it.
21951
21952         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
21953         setenv.h.
21954
21955 2002-12-10  Paul Eggert  <eggert@twinsun.com>
21956
21957         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
21958         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
21959         Choose values that are less likely to collide with system fnmatch
21960         options.
21961         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
21962         defined (e.g., a pure POSIX system).
21963         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
21964         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
21965
21966 2002-12-06  Paul Eggert  <eggert@twinsun.com>
21967
21968         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
21969         a pain in practice to deal with generated m4 files.  This change
21970         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
21971
21972         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
21973         and jm-glibc-io.m4, as they are no longer a special case.
21974         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
21975         kludge and the auto-generation stuff.  Check only whether the
21976         functions are declared, not whether they exist, since older hosts
21977         that don't declare the functions can't use the optimization anyway.
21978
21979 2002-12-06  Jim Meyering  <jim@meyering.net>
21980
21981         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
21982
21983         Merge in changes from libc's misc/error.c, in preparation
21984         for the merge of gnulib's changes back into libc.
21985
21986         * lib/error.c (_): Define only if not already defined.
21987         Move definition to follow all #include directives.
21988         Include unlocked-io.h only if !_LIBC.
21989         [_LIBC]: Include <libio/libioP.h>.
21990         [USE_IN_LIBIO]: Include <libio/iolibio.h>
21991         (fflush): Tweak definition to use INTUSE.
21992         (putc): Define.
21993
21994 2002-12-05  Paul Eggert  <eggert@twinsun.com>
21995
21996         * lib/alloca.c [defined emacs]: Include "lisp.h".
21997         (xalloc_die) [defined emacs]: New macro.
21998         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
21999         [! defined emacs]: Include <xalloc.h>.
22000         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
22001         (pointer): Typedef to POINTER_TYPE *.
22002         (malloc): Remove decl; we now always use xmalloc.
22003         (alloca): Use old-style definition, since Emacs needs this.
22004         Check for arithmetic overflow when computing combined size.
22005
22006 2002-12-04  Paul Eggert  <eggert@twinsun.com>
22007
22008         Do not generate unlocked-io.h automatically, since it's easier to
22009         maintain it by hand.
22010
22011         * lib/unlocked-io.h: New file, from GNU diffutils,
22012         but with proper copyright notice and attribution.
22013         * lib/gen-uio: Remove.
22014         * lib/Makefile.am: Add copyright notice.
22015         (libfetish_a_SOURCES): Add unlocked-io.h.
22016         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
22017         (DISTCLEANFILES, io_functions): Remove macros.
22018         (EXTRA_DIST): Remove gen_uio.
22019         (unlocked-io.h): Remove rule.
22020
22021 2002-12-04  Jim Meyering  <jim@meyering.net>
22022
22023         Reflect the fact that stat.c and lstat.c are no longer generated.
22024         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
22025         (DISTCLEANFILES): Likewise.
22026         (EXTRA_DIST): Likewise.
22027         (all_local): Don't depend on stat.c or lstat.c.
22028         (stat.c, lstat.c): Remove rules.
22029         (EXTRA_DIST): Remove xstat.in.
22030
22031         * lib/xstat.in: Remove file.  Contents moved into stat.c.
22032         * lib/stat.c: New file.  Contents mostly from xstat.in.
22033         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
22034         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
22035
22036         * lib/safe-read.c: Rework so that it may serve to define safe_write,
22037         too.
22038         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
22039
22040 2002-12-03  Jim Meyering  <jim@meyering.net>
22041
22042         * lib/safe-read.c, safe-write.c: Change variable names and comments,
22043         but not semantics, to minimize the differences between these two files.
22044         (safe_read): Change comment to mention SAFE_READ_ERROR.
22045
22046         * lib/safe-read.c (IS_EINTR): Define.
22047         (safe_read): Use IS_EINTR in place of in-function cpp directives.
22048
22049 2002-12-02  Jim Meyering  <jim@meyering.net>
22050
22051         * lib/safe-read.c (EINTR): Define.
22052         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
22053         (INT_MAX): Provide fallback.
22054         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
22055
22056         * lib/safe-read.h (SAFE_READ_ERROR): Define.
22057
22058 2002-12-02  Bruno Haible  <bruno@clisp.org>
22059
22060         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
22061         Define, taken from safe-read.c.
22062         (INT_MAX): Provide fallback.
22063         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
22064         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
22065
22066         * lib/safe-read.c (EINTR): Remove definition.
22067         (safe_read): Don't use EINTR if it is absent.
22068
22069 2002-12-01  Jim Meyering  <jim@meyering.net>
22070
22071         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
22072         zero.
22073         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
22074
22075 2002-11-27  Paul Eggert  <eggert@twinsun.com>
22076
22077         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
22078         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
22079         with `if (! (value < limit)) abort ();', for readability.
22080
22081 2002-11-26  Karl Berry  <karl@gnu.org>
22082
22083         * lib/strdup.c: copy from libc again, with jim's ok.
22084         * lib/.cppi-disable: re-add strdup.c
22085
22086 2002-11-25  Karl Berry  <karl@gnu.org>
22087
22088         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
22089         instead of "strtol.c".
22090
22091 2002-11-25  Karl Berry  <karl@gnu.org>
22092
22093         * config/install-sh: update from automake for variable quoting, $0 in
22094         error msgs, etc.
22095
22096         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
22097         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
22098         entry.
22099
22100 2002-11-25  Jim Meyering  <jim@meyering.net>
22101
22102         * lib/mktime.c: Sync from libc, now that it has the latest fix.
22103
22104 2002-11-24  Karl Berry  <karl@gnu.org>
22105
22106         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
22107         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
22108
22109 2002-11-24  Jim Meyering  <jim@meyering.net>
22110
22111         Update from coreutils:
22112
22113         * lib/mktime.c: Merge in changes from libc.
22114
22115         Avoid a link-time failure on some Linux systems.
22116         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
22117         (otherwise).
22118         (__mon_yday): Declare with the STATIC attribute.
22119         (__mktime_internal): Likewise.
22120         Based on a report from Greg Schafer.
22121
22122 2002-11-23  Jim Meyering  <jim@meyering.net>
22123
22124         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
22125         Use `unsigned', not `int', as type of index.
22126
22127         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
22128
22129         * lib/fsusage.c: Remove unneeded parentheses around operands of
22130         `defined'.
22131
22132 2002-11-22  Paul Eggert  <eggert@twinsun.com>
22133
22134         * lib/quotearg.h: Allow multiple inclusion by surrounding with
22135         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
22136         so that we can be included first.
22137         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
22138         * lib/quotearg.c: Include quotearg.h immediately after config.h.
22139         No need to include stddef.h or sys/types.h any more.
22140         Surround local include files with "", not "<>".
22141         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
22142         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
22143         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
22144         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
22145         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
22146         (ISPRINT): Remove; no longer needed now that we assume C89.
22147
22148         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
22149         Preserve errno.
22150
22151         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
22152         quotearg_char): Use SIZE_MAX rather than
22153         (size_t) -1 when we are talking about "infinity".
22154
22155         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
22156
22157 2002-11-22  Paul Eggert  <eggert@twinsun.com>
22158
22159         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
22160         hint that one should use `if (! x) abort ();' rather than `assert
22161         (x);', and anyway it's one less thing to worry about configuring.
22162         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
22163         hash_rehash, hash_insert): Use abort rather than assert.
22164
22165 2002-11-22  Bruno Haible  <bruno@clisp.org>
22166
22167         * lib/safe-read.h: Assume C89. Add comments.
22168         (safe_read): Change return type to size_t.
22169         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
22170         byte counts > SSIZE_MAX correctly.
22171         * lib/safe-write.h: New file.
22172         * lib/safe-write.c: New file.
22173         * lib/full-read.h: New file.
22174         * lib/full-read.c: New file.
22175         * lib/full-write.h: Assume C89. Add comments.
22176         * lib/full-write.c: Include safe-write.h.
22177         (full_write): Rewritten to use safe_write.
22178         Suggested by Jim Meyering and Paul Eggert.
22179
22180 2002-11-21  Jim Meyering  <jim@meyering.net>
22181
22182         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
22183
22184         Merge in changes from the coreutils.
22185
22186         2002-09-25  Paul Eggert  <eggert@twinsun.com>
22187         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
22188         <stdint.h>.
22189         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
22190         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
22191         int.  Work more efficiently if X is the same width as uintmax_t.
22192         Do not compare X to -1, to avoid bogus compiler warning.
22193         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
22194         Don't assume that f_frsize and f_bsize are the same type.
22195
22196         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
22197         warning on FreeBSD.
22198
22199         * lib/makepath.c (make_path): Restore umask *before* creating the final
22200         component.
22201         (make_path): Minor reformatting.
22202
22203         * lib/xmalloc.c: Adjust to work with new autoconf macros,
22204         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
22205         HAVE_MALLOC/HAVE_REALLOC.
22206
22207         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
22208         dummy ones.  At least on GNU/Linux systems, `auto' means something
22209         else.
22210         From Michael Stone.
22211
22212 2002-11-21  Bruno Haible  <bruno@clisp.org>
22213
22214         Remove case insensitive option matching.
22215         * lib/argmatch.h (argcasematch): Remove declaration.
22216         (ARGCASEMATCH): Remove macro.
22217         (__xargmatch_internal): Remove case_sensitive argument.
22218         (XARGMATCH): Update.
22219         (XARGCASEMATCH): Remove macro.
22220         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
22221         case_sensitive argument.
22222         (argcasematch): Remove function.
22223         (__xargmatch_internal): Remove case_sensitive argument.
22224         (main): Use XARGMATCH instead of XARGCASEMATCH.
22225
22226         * lib/xmalloc.c: Change compile-time error message. Add comment about
22227         required autoconf version.
22228
22229 2002-11-20  Paul Eggert  <eggert@twinsun.com>
22230
22231         Merge argmatch cleanups from Bison.  Assume C89.
22232
22233         * lib/argmatch.c: Include config.h here, not in argmatch.h.
22234         Include stdlib.h, for EXIT_FAILURE.
22235         Always include <string.h>, since we assume C89.
22236         (EXIT_FAILURE): Remove pre-C89 bug workaround.
22237         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
22238         Include <stddef.h> instead, since it's all we need for size_t.
22239         (PARAMS): Remove.  All uses removed.
22240         (ARRAY_CARDINALITY): Do not bother to #undef.
22241         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
22242         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22243         Remove unnecessary parentheses.
22244         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22245         Insert necessary parentheses.
22246         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
22247         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
22248
22249 2002-11-19  Bruno Haible  <bruno@clisp.org>
22250
22251         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
22252         * lib/mbswidth.h: Include <stddef.h>, for size_t.
22253
22254         * lib/mbswidth.h (PARAMS): Remove macro.
22255         (mbswidth, mbsnwidth): Use ANSI C function declarations.
22256         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
22257
22258         * lib/gcd.h (PARAMS): Remove macro.
22259         (gcd): Use ANSI C function declarations.
22260         * lib/gcd.c (gcd): Likewise.
22261
22262 2002-11-15  Bruno Haible  <bruno@clisp.org>
22263
22264         * lib/strcspn.c: Include <stddef.h>.
22265         (strcspn): Use ANSI C function declaration. Change return type to
22266         size_t. Use NULL.
22267         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
22268         (strpbrk): Use NULL.
22269         * lib/strpbrk.h (PARAMS): Remove macro.
22270         (strpbrk): Use ANSI C function declaration.
22271         * lib/strstr.c: Don't include <sys/types.h>.
22272         * lib/strstr.h (PARAMS): Remove macro.
22273         (strstr): Use ANSI C function declarations.
22274
22275 2002-11-14  Karl Berry  <karl@gnu.org>
22276
22277         * config/mkinstalldirs: `do' on separate line, instead of
22278         `for var; do'.
22279
22280 2002-11-06  Bruno Haible  <bruno@clisp.org>
22281
22282         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
22283         * lib/gcd.c (gcd): Likewise.
22284
22285 2002-11-05  Bruno Haible  <bruno@clisp.org>
22286
22287         * lib/gcd.h: New file, from gettext-0.11.5.
22288         * lib/gcd.c: New file, from gettext-0.11.5.
22289
22290 2002-11-05  Bruno Haible  <bruno@clisp.org>
22291
22292         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22293         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22294         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22295         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22296
22297         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
22298         <libintl.h>.
22299         * lib/makepath.c: Include gettext.h instead of <locale.h> and
22300         <libintl.h>.
22301
22302         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
22303         * lib/human.c: Include gettext.h instead of <libintl.h>.
22304         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
22305         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
22306         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
22307         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
22308         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
22309         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
22310         (textdomain): Remove definition.
22311         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
22312
22313         * lib/long-options.c: Remove include of <libintl.h> and definition of
22314         _.
22315         * lib/same.c: Remove include of <libintl.h> and definition of _.
22316
22317 2002-11-04  Owen Taylor  <otaylor@redhat.com>
22318
22319         * lib/config.charset: A few additions for Solaris.
22320
22321 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22322
22323         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
22324         * lib/localcharset.c (locale_charset): Declare as extern "C".
22325
22326 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22327
22328         * lib/config.charset: msdos in uk_UA uses CP1125.
22329
22330 2002-11-04  Bruno Haible  <bruno@clisp.org>
22331
22332         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
22333         * lib/strcase.h: New file, from GNU gettext-0.11.5.
22334         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
22335         * lib/strstr.h: New file, from GNU gettext-0.11.5.
22336         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
22337
22338 2002-11-04  Bruno Haible  <bruno@clisp.org>
22339
22340         * lib/localcharset.c (locale_charset): Don't return an empty string.
22341
22342 2002-11-04  Bruno Haible  <bruno@clisp.org>
22343
22344         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
22345         aliases.
22346
22347 2002-11-04  Bruno Haible  <bruno@clisp.org>
22348
22349         * lib/config.charset: Update for newest glibc. Add canonical names
22350         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
22351
22352 2002-11-04  Bruno Haible  <bruno@clisp.org>
22353
22354         * lib/config.charset: Add support for NetBSD.
22355
22356 2002-11-04  Bruno Haible  <bruno@clisp.org>
22357
22358         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
22359
22360 2002-11-01  Bruno Haible  <bruno@clisp.org>
22361
22362         * configure.in: Add AC_CONFIG_AUX_DIR call.
22363         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
22364         test/Makefile.
22365         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
22366
22367 2002-09-28  Karl Berry  <karl@gnu.org>
22368
22369         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
22370         installed automake until the next release, since changes have been
22371         made.
22372
22373 2002-09-25  Karl Berry  <karl@gnu.org>
22374
22375         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
22376         * lib/getopt*: copy from libc/posix.
22377         * lib/gettext.h: copy from gettext.
22378         * lib/.cppi-disable: add strdup.c, gettext.h.
22379
22380 2002-09-25  Karl Berry  <karl@gnu.org>
22381
22382         * config/srclist.txt: enable gettext.h check.
22383         * config/config.{guess,sub}: update from prep.
22384         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
22385                 from automake 1.6.3.
22386         See srclist*.
22387
22388 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
22389
22390         * regex.c (PATFETCH): Remove the translating fetch.
22391         (PATFETCH_RAW): Rename to PATFETCH.
22392         (set_image_of_range): New fun.
22393         (SET_RANGE_TABLE_WORK_AREA): Use it.
22394         (regex_compile): Don't translate the pattern chars so eagerly.
22395         Only do it when inserting an `exactn' bytecode or when handling
22396         a char-range.
22397         (mutually_exclusive_p): Avoid empty statement.
22398
22399 2002-07-06  Jim Meyering  <meyering@lucent.com>
22400
22401         * m4/README: Don't mention Makefile.am.in.
22402         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
22403
22404 2002-07-01  Jim Meyering  <meyering@lucent.com>
22405
22406         * lib/c-stack.c: Include sys/time.h.
22407         From Volker Borchert.
22408
22409 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22410
22411         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
22412
22413 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22414
22415         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
22416         New macro.  Use it uniformly instead of
22417         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
22418         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
22419         reported by Vin Shelton.
22420
22421 2002-06-22  Paul Eggert  <eggert@twinsun.com>
22422
22423         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
22424         Do not assume SA_SIGINFO behavior.
22425         Bug reported by Jim Meyering on NetBSD 1.5.2.
22426
22427 2002-06-22  Jim Meyering  <meyering@lucent.com>
22428
22429         * m4/c-stack.m4: New file, from diffutils-2.8.2.
22430         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
22431
22432         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
22433         now that configure.ac uses AC_GNU_SOURCE.
22434         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
22435         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
22436
22437         Update to latest tools.  Suggestions from Paul Eggert.
22438         * m4/stdbool.m4: New file, from diffutils-2.8.2.
22439         * m4/gnu-source.m4: Update from diffutils-2.8.2.
22440         * m4/fnmatch.m4: Likewise.
22441         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
22442         to AC_HEADER_STDBOOL
22443
22444 2002-06-22  Jim Meyering  <meyering@lucent.com>
22445
22446         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
22447         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
22448
22449 2002-06-22  Jim Meyering  <meyering@lucent.com>
22450
22451         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
22452
22453         * lib/exitfail.c, exitfail.h: Likewise.
22454         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
22455
22456         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
22457         of fnmatch.h.
22458         (EXTRA_DIST): Add fnmatch_loop.c.
22459         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
22460
22461         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
22462         * lib/fnmatch.c: Update from diffutils-2.8.2.
22463         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
22464         * lib/fnmatch.h: Remove file.
22465
22466 2002-06-21  Jim Meyering  <meyering@lucent.com>
22467
22468         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
22469         * m4/mbrtowc.m4: Likewise.
22470
22471         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
22472         * m4/mbswidth.m4: Reflect name change:
22473         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
22474         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
22475
22476         * m4/lib-link.m4: Update from gettext-0.11.2.
22477         * m4/gettext.m4: Likewise.
22478
22479         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
22480         From Alfred M. Szmidt.
22481
22482 2002-06-18  Paul Eggert  <eggert@twinsun.com>
22483
22484         * lib/file-type.h: Report an error if neither S_ISREG nor
22485         S_IFREG is defined, instead of using a test specific to glibc
22486         2.2.  This should be safe, since POSIX requires S_ISREG and
22487         Unix Version 7 had S_IFREG.  We don't need to check for
22488         <sys/types.h> since we don't use any symbols that it defines.
22489
22490 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
22491
22492         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
22493         $@-t, so that each temporary file name is unique and valid in the first
22494         8 characters, for operation under DOS.
22495
22496 2002-06-15  Paul Eggert  <eggert@twinsun.com>
22497
22498         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
22499
22500 2002-06-15  Jim Meyering  <meyering@lucent.com>
22501
22502         Work even with DJGPP 2.03, which lacks support for symlinks.
22503         From Richard Dawe.
22504         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
22505         is defined.
22506         * lib/lchown.c (S_ISLNK): Likewise.
22507
22508 2002-06-15  Jim Meyering  <meyering@lucent.com>
22509
22510         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
22511         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
22512         have been included before this file.
22513
22514 2002-06-14  Jim Meyering  <meyering@lucent.com>
22515
22516         * lib/file-type.h: Use the version from diffutils-2.8.2.
22517         * lib/file-type.c: Likewise.
22518
22519 2002-06-07  Jim Meyering  <meyering@lucent.com>
22520
22521         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
22522         They're needed at least for NetBSD 1.5.2.
22523         ($statxfs_includes): Include those same headers.
22524         ($statxfs_includes): Include sys/vfs.h if available.
22525         ($statxfs_includes): Likewise for sys/statvfs.h.
22526         Check for the following members in both structs statfs and statvfs:
22527         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
22528
22529 2002-06-01  Jim Meyering  <meyering@lucent.com>
22530
22531         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
22532         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
22533
22534 2002-05-28  Jim Meyering  <meyering@lucent.com>
22535
22536         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
22537         Reported by Volker Borchert.
22538
22539 2002-05-27  Jim Meyering  <meyering@lucent.com>
22540
22541         Fix a problem seen only on nonconforming systems whereby ls.c's
22542         use of localtime, and then of gettimeofday would cause trouble:
22543         the localtime call used to initialize rpl_gettimeofday's save
22544         mechanism would clobber ls's current local time information so
22545         that in any long listing the first file would always be listed
22546         with date 1970-01-01.  Analysis by Volker Borchert.
22547
22548         * lib/gettimeofday.c (localtime): Undefine.
22549         (rpl_localtime): New function.
22550
22551 2002-05-27  Jim Meyering  <meyering@lucent.com>
22552
22553         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
22554         localtime.
22555
22556         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
22557         use the replacement function; it wouldn't resolve at link time.
22558         Reported by Volker Borchert.
22559
22560 2002-05-22  Jim Meyering  <meyering@lucent.com>
22561
22562         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
22563         file-type.h.
22564         * lib/file-type.h: New file.
22565         * lib/file-type.c (file_type): New file/function.  Extracted from
22566         diffutils.
22567
22568 2002-04-30  Jim Meyering  <meyering@lucent.com>
22569
22570         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
22571
22572 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22573
22574         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
22575
22576 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22577
22578         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
22579         Do not check for alloca.h (no longer used) or stdbool.h (was never
22580         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
22581
22582 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22583
22584         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
22585
22586 2002-04-29  Jim Meyering  <meyering@lucent.com>
22587
22588         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
22589         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
22590         Use AC_FUNC_STRNLEN here instead.
22591
22592         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
22593         With autoconf-2.53a, it's part of AC_PROG_CC.
22594
22595 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22596
22597         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
22598         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
22599
22600 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22601
22602         * lib/sig2str.h, lib/sig2str.c: New files.
22603         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
22604
22605 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22606
22607         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
22608         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
22609         of 127, since 64 is the largest conceivable number for ancient
22610         nonstandard hosts.
22611         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
22612
22613 2002-04-28  Jim Meyering  <meyering@lucent.com>
22614
22615         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
22616
22617 2002-04-24  Jim Meyering  <meyering@lucent.com>
22618
22619         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
22620         (jm_PREREQ): Use it.
22621
22622         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
22623         mach/mach.h fcntl.h.
22624         Check for this function: setlocale.
22625
22626 2002-04-24  Jim Meyering  <meyering@lucent.com>
22627
22628         * lib/gettext.h: New file, from Gettext.
22629         * lib/Makefile.am (INCLUDES): Remove -I../intl.
22630         (libfetish_a_SOURCES): Add gettext.h.
22631
22632 2002-04-16  Jim Meyering  <meyering@lucent.com>
22633
22634         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
22635         ut_pid, ut_id, ut_exit.
22636
22637 2002-04-16  Jim Meyering  <meyering@lucent.com>
22638
22639         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
22640         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
22641         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
22642
22643 2002-04-12  Jim Meyering  <meyering@lucent.com>
22644
22645         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
22646         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
22647         existence of the getmntinfo function.  Needed for Darwin 5.3.
22648
22649         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
22650         This is necessary at least on Darwin 5.3.
22651
22652         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
22653         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
22654         strnlen.o in the library, and that makes some versions of ranlib
22655         object.
22656
22657 2002-04-12  Jim Meyering  <meyering@lucent.com>
22658
22659         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
22660
22661 2002-04-09  Jim Meyering  <meyering@lucent.com>
22662
22663         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
22664         to be more precise.  Rather than saying we're checking whether the
22665         function `works', say what we're testing.
22666         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
22667         Reported by Bruno Haible.
22668
22669 2002-03-10  Jim Meyering  <meyering@lucent.com>
22670
22671         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
22672         Suggestion from Santiago Vila.
22673
22674 2002-03-08  Jim Meyering  <meyering@lucent.com>
22675
22676         * lib/rename.c: Mention that this wrapper is needed also on
22677         mips-dec-ultrix4.4 systems.
22678
22679 2002-03-02  Jim Meyering  <meyering@lucent.com>
22680
22681         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
22682         not HAVE_CLOCK_SETTIME.
22683
22684 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22685
22686         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
22687         Check for clock_settime.
22688
22689 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22690
22691         * lib/nanosleep.h: Rename to....
22692         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
22693
22694         * lib/gettime.c: New file.
22695         * lib/settime.c: New file.
22696         * lib/stime.c: Remove.
22697
22698         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
22699         timespec.h.  Remove nanosleep.h.
22700
22701 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22702
22703         * m4/acl.m4: New file.
22704         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
22705         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
22706
22707 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22708
22709         * lib/acl.c, lib/acl.h: New files.
22710         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
22711
22712 2002-02-24  Jim Meyering  <meyering@lucent.com>
22713
22714         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
22715         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
22716         cause trouble.  Reported by Nelson Beebe.
22717
22718 2002-02-23  Paul Eggert  <eggert@twinsun.com>
22719
22720         * lib/path-concat.c (xpath_concat): Reorder code to pacify
22721         compilers that don't know that xalloc_die never returns.
22722
22723 2002-02-20  Jim Meyering  <meyering@lucent.com>
22724
22725         * lib/getdate.c: Regenerate using bison-1.33.
22726
22727 2002-02-17  Jim Meyering  <meyering@lucent.com>
22728
22729         * config/config.guess (main): Don't use `head -1'; it's no longer
22730         portable. Use `sed 1q' instead.
22731
22732 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
22733
22734         * m4/codeset.m4: Upgrade to gettext-0.11.
22735         * m4/gettext.m4: Upgrade to gettext-0.11.
22736         * m4/glibc21.m4: Upgrade to gettext-0.11.
22737         * m4/iconv.m4: Upgrade to gettext-0.11.
22738         * m4/isc-posix.m4: Upgrade to gettext-0.11.
22739         * m4/lcmessage.m4: Upgrade to gettext-0.11.
22740         * m4/lib-ld.m4: New file, from gettext-0.11.
22741         * m4/lib-link.m4: New file, from gettext-0.11.
22742         * m4/lib-prefix.m4: New file, from gettext-0.11.
22743         * m4/progtest.m4: Upgrade to gettext-0.11.
22744
22745 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22746
22747         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
22748         (jm_PREREQ): Use it.
22749
22750 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22751
22752         * lib/posixver.c, lib/posixver.h: New files.
22753         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22754
22755 2002-02-02  Paul Eggert  <eggert@twinsun.com>
22756             Bruno Haible  <bruno@clisp.org>
22757
22758         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
22759         (fwrite_success_callback): New declaration.
22760         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
22761         print_unicode_char. Call failure callback instead of error.
22762         (fwrite_success_callback): New function.
22763         (exit_failure_callback): New function.
22764         (fallback_failure_callback): New function.
22765         (print_unicode_char): Call unicode_to_mb.
22766
22767 2002-01-26  Jim Meyering  <meyering@lucent.com>
22768
22769         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
22770         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
22771
22772 2002-01-26  Jim Meyering  <meyering@lucent.com>
22773
22774         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
22775
22776 2002-01-22  Paul Eggert  <eggert@twinsun.com>
22777
22778         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
22779
22780 2002-01-22  Jim Meyering  <meyering@lucent.com>
22781
22782         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
22783         Otherwise, some versions of automake would omit the rule that makes
22784         Makefile from Makefile.in.
22785
22786 2002-01-21  Paul Eggert  <eggert@twinsun.com>
22787
22788         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
22789         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22790         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
22791         (memcoll): Set errno to zero if there is no error.
22792
22793         * lib/quotearg.c (quotearg_buffer_restyled):
22794         Fix bug with quoting buffers containing NUL when backslashing escapes.
22795         This bug was exposed by the other changes in this patch.
22796         (quotearg_n_options): New arg ARGSIZE.
22797         All callers changed.
22798         (quoting_options_from_style): New function.
22799         (quotearg_n_style): Use it.
22800         (quotearg_n_style_mem): New function.
22801
22802         * lib/quotearg.h (quotearg_n_style_mem): New function.
22803
22804 2002-01-19  Jim Meyering  <meyering@lucent.com>
22805
22806         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
22807         Remove useless quotes: DF_PROG="df".
22808         * m4/strnlen.m4: New file.
22809
22810 2002-01-16  Paul Eggert  <eggert@twinsun.com>
22811
22812         * lib/backupfile.c (ISDIGIT): Comment fix.
22813         * lib/getdate.y (ISDIGIT): Likewise.
22814         * lib/posixtm.c (ISDIGIT, year): Likewise.
22815         * lib/strverscmp.c (ISDIGIT): Likewise.
22816         * lib/userspec.c (ISDIGIT): Likewise.
22817
22818 2002-01-16  Jim Meyering  <meyering@lucent.com>
22819
22820         * lib/getdate.y: Add three semicolons, each just before a closing
22821         brace. Bison (as of version 1.31) no longer papers over that mistake.
22822
22823 2002-01-05  Jim Meyering  <meyering@lucent.com>
22824
22825         * lib/version-etc.c (version_etc_copyright): Update copyright year.
22826
22827 2001-12-19  Paul Eggert  <eggert@twinsun.com>
22828
22829         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
22830         not silently exit merely because the output buffer happens to
22831         have nothing pending.
22832
22833 2001-12-18  Paul Eggert  <eggert@twinsun.com>
22834
22835         See the big note in ../ChangeLog.
22836         * lib/human.c (suffixes): Prefer K to k for 1024.
22837         (generate_suffix_backwards): New function.
22838         (human_readable_inexact): Use it.
22839         * lib/xstrtol.c (__xstrtol): If there is no number but there
22840         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
22841         Accept 'K' as well as 'k'.
22842
22843 2001-12-15  Jim Meyering  <meyering@lucent.com>
22844
22845         * lib/regex.h (__restrict_arr): Update from libc.
22846
22847         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
22848         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
22849         (STREQ): Define.
22850
22851 2001-12-14  Jim Meyering  <meyering@lucent.com>
22852
22853         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
22854         Suggestion from Bruno Haible.
22855
22856 2001-12-10  Jim Meyering  <meyering@lucent.com>
22857
22858         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
22859         xrealloc, Instead, include "xalloc.h".
22860         (initbuffer): Don't cast xmalloc return value to char*.
22861         (readline): Reword comment.
22862         Don't cast xrealloc return value to char*
22863         Return NULL, not 0.
22864
22865 2001-12-09  Jim Meyering  <meyering@lucent.com>
22866
22867         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
22868         about `signed and unsigned type in conditional expression'.
22869         * lib/posixtm.c (posix_time_parse): Likewise.
22870
22871         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
22872
22873         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
22874         to avoid a pedantic warning.
22875
22876         * lib/getstr.c: Don't include assert.h.
22877         (getstr): Remove warning-evoking assertions.
22878         Return -1 if offset parameter is out of bounds.
22879         Change the type of a local from int to size_t.
22880
22881         * lib/strftime.c (my_strftime_localtime_r): Include this function
22882         definition in the `#if ! HAVE_TM_GMTOFF' block.
22883
22884         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
22885         Include xalloc.h instead.
22886
22887 2001-12-02  Jim Meyering  <meyering@lucent.com>
22888
22889         * lib/tempname.c: Don't declare getenv, thus reverting the change of
22890         2001-11-18.  It's no longer necessary, now that stdlib.h is always
22891         included.
22892
22893         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
22894         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
22895
22896 2001-11-30  Akim Demaille  <akim@epita.fr>
22897
22898         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
22899         before being defined.
22900
22901 2001-11-27  Paul Eggert  <eggert@twinsun.com>
22902
22903         * lib/quotearg.h (quotearg_n, quotearg_n_style):
22904         First arg is int, not unsigned.
22905         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
22906         (SIZE_MAX, UINT_MAX): New macros.
22907         (quotearg_n_options): Abort if N is negative.
22908         Avoid overflow check on hosts where size_t is 64 bits and int
22909         is 32 bits, as overflow is impossible there.
22910         Fix off-by-one typo that caused unnecessary reallocation.
22911
22912 2001-11-27  Jim Meyering  <meyering@lucent.com>
22913
22914         * lib/tempname.c: Merge with version from libc.
22915         * lib/regex.c: Likewise.
22916
22917         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
22918         systems for which STDC_HEADERS is 0, it was not included, resulting in
22919         a warning about an integer-to-pointer conversion problem with getenv.
22920         Reported by Volker Borchert.
22921
22922 2001-11-26  Jim Meyering  <meyering@lucent.com>
22923
22924         * lib/gtod.h: Remove file.
22925         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
22926         * lib/gettimeofday.c: Don't include gtod.h.
22927         (GTOD_init): Remove function.
22928         (rpl_gettimeofday): Do its job here instead, rather than aborting.
22929         Suggestion from Volker Borchert.
22930
22931 2001-11-23  Jim Meyering  <meyering@lucent.com>
22932
22933         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
22934         it.
22935         * lib/hash.c (struct hash_table): Define it here instead.
22936
22937 2001-11-22  Jim Meyering  <meyering@lucent.com>
22938
22939         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
22940
22941 2001-11-20  Jim Meyering  <meyering@lucent.com>
22942
22943         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
22944         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
22945
22946 2001-11-19  Jim Meyering  <meyering@lucent.com>
22947
22948         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
22949         directory.  Use "conftestXXXXXX" as the template.
22950         Suggestion from Paul Eggert.
22951
22952         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
22953         immediately, so the test doesn't mistakenly hit the max-open-files
22954         limit.
22955
22956 2001-11-18  Paul Eggert  <eggert@twinsun.com>
22957
22958         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
22959         (TEMPORARIES): New macro.
22960         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
22961         removes an artificial limitation (e.g. HP-UX 10.20, where
22962         TMP_MAX is 17576).
22963
22964 2001-11-18  Jim Meyering  <meyering@lucent.com>
22965
22966         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
22967
22968 2001-11-18  Jim Meyering  <meyering@lucent.com>
22969
22970         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
22971         on SunOS 4.
22972
22973         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
22974         files will be created before anything else.
22975
22976 2001-11-17  Paul Eggert  <eggert@twinsun.com>
22977
22978         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
22979         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
22980
22981 2001-11-17  Jim Meyering  <meyering@lucent.com>
22982
22983         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
22984         Prompted by a report from Bob Proulx.
22985
22986         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
22987         Instead, require UTILS_FUNC_MKSTEMP.
22988
22989 2001-11-17  Jim Meyering  <meyering@lucent.com>
22990
22991         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
22992         Now, that's done as part of AC_FUNC_STRTOD.
22993
22994 2001-11-17  Jim Meyering  <meyering@lucent.com>
22995
22996         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
22997         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
22998         rather than group writable.  Patch by Juan F. Codagnone.
22999
23000         * lib/readtokens.c: Remove explicit declarations of xmalloc and
23001         xrealloc, Instead, include "xalloc.h".
23002
23003         * lib/mountlist.c: Include unlocked-io.h after all system headers.
23004         Remove explicit declarations of xmalloc, xrealloc,
23005         and xstrdup.  Instead, include "xalloc.h".
23006
23007         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
23008         unlocked-io.h.
23009         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
23010         Likewise.
23011         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
23012
23013         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
23014         Reported by Padraig Brady.
23015
23016         * lib/mkstemp.c: #undef mkstemp.
23017         Include config.h.
23018         (rpl_mkstemp): Rename from mkstemp.
23019         Protoize.
23020
23021 2001-11-16  Jim Meyering  <meyering@lucent.com>
23022
23023         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
23024         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
23025         determine the amount of total physical memory, use pstat_getstatic.
23026         HPUX-11 doesn't define _SC_PHYS_PAGES.
23027         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
23028         If sysconf couldn't be used to determine the amount of available
23029         physical memory, use both pstat_getstatic and pstat_getdynamic.
23030         Based on a patch from Bob Proulx.
23031
23032 2001-11-10  Jim Meyering  <meyering@lucent.com>
23033
23034         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
23035         (jm_PREREQ): Use it.
23036
23037 2001-11-09  Jim Meyering  <meyering@lucent.com>
23038
23039         * m4/jm-macros.m4: Require autoconf-2.52f.
23040         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
23041         Use these AC_-prefixed names, not the AM_-prefixed ones.
23042
23043         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
23044
23045 2001-11-05  Jim Meyering  <meyering@lucent.com>
23046
23047         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
23048
23049 2001-11-04  Jim Meyering  <meyering@lucent.com>
23050
23051         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
23052         $DEFS.
23053
23054 2001-11-03  Jim Meyering  <meyering@lucent.com>
23055
23056         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
23057         of AC_DEFUN.
23058
23059         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
23060         know the name of the variable in the macro definition.
23061
23062 2001-11-03  Jim Meyering  <meyering@lucent.com>
23063
23064         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
23065         in argmatch_to_argument call.
23066
23067         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
23068         argument.
23069
23070         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
23071         e.g., a fault due to an attempt to free a NULL pointer.
23072
23073 2001-11-01  Jim Meyering  <meyering@lucent.com>
23074
23075         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
23076         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
23077
23078 2001-11-01  Jim Meyering  <meyering@lucent.com>
23079
23080         * lib/dirfd.c, lib/dirfd.h: New files.
23081         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
23082
23083         * lib/hash.c (hash_print) [TESTING]: Clean up.
23084
23085 2001-10-22  Paul Eggert  <eggert@twinsun.com>
23086
23087         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
23088         to avoid a warning if -Wall.
23089
23090 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
23091
23092         * README: New file
23093         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
23094         (per RMS's instructions, this is now the canonical source)
23095         * lgpl/, gpl/: New directories.
23096
23097 2001-10-21  Paul Eggert  <eggert@twinsun.com>
23098
23099         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
23100
23101 2001-10-21  Jim Meyering  <meyering@lucent.com>
23102
23103         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
23104         this code would end up calling gettext even in packages built
23105         with --disable-nls.
23106         * lib/getopt.c (_): Likewise.
23107         * lib/regex.c (_): Likewise.
23108
23109 2001-10-20  Paul Eggert  <eggert@twinsun.com>
23110
23111         * m4/error.m4 (jm_PREREQ_ERROR):
23112         Do not invoke AC_CHECK_FUNCS with strerror_r, as
23113         AC_FUNC_STRERROR_R does that.
23114         Check for strerror declaration.
23115
23116         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
23117         are supposed to have them these days.
23118         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
23119         Merge changes from latest Autoconf CVS.
23120         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
23121         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
23122         POSIX decided to standardize on the int flavor of strerror_r.
23123
23124 2001-10-20  Paul Eggert  <eggert@twinsun.com>
23125
23126         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
23127         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
23128         Use strerror_r that is only a macro, even if it is not a function.
23129         (strerror): Check for HAVE_DECL_STRERROR before declaring.
23130         (private_strerror): Use prototypes, not old-style function definition.
23131         (print_errno_message): New function.
23132         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
23133         char*-flavored one.
23134         (error_tail, error, error_at_line): Use it.
23135
23136 2001-10-11  Jim Meyering  <meyering@lucent.com>
23137
23138         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
23139         and quote_n (1, ... to avoid clobbering a buffer.
23140
23141 2001-10-05  Jim Meyering  <meyering@lucent.com>
23142
23143         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
23144         hash-pjw.h.
23145         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
23146         * lib/hash-pjw.h: New file.
23147
23148 2001-09-30  Jim Meyering  <meyering@lucent.com>
23149
23150         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
23151         `struct fsstat' has the `f_fstypename' member.
23152         Use that to define FS_TYPE, which is now used to make
23153         the getfsstat link test tighter.
23154
23155 2001-09-30  Jim Meyering  <meyering@lucent.com>
23156
23157         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
23158         Include <sys/ucred.h>, for Apple Darwin.
23159         Include sys/mount.h and sys/fs_types.h only if available.
23160         (FS_TYPE): Define.
23161         (read_filesystem_list): Use FS_TYPE.
23162
23163 2001-09-29  Paul Eggert  <eggert@twinsun.com>
23164
23165         * lib/exclude.c (excluded_filename): 0 -> false, since it's
23166         a boolean context.
23167
23168 2001-09-29  Jim Meyering  <meyering@lucent.com>
23169
23170         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
23171         [one-argument getmntent function]): Include stdio.h before mntent.h.
23172         SunOS 4.1.x needs it for the declaration of `FILE'.
23173         Patch by Volker Borchert.
23174
23175         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
23176         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
23177         sys/fs_types.h, and make the link-test for getfsstat guard #include
23178         directives with appropriate #if HAVE_*_H tests so that we can
23179         detect getfsstat on Apple Darwin1.3.7 systems.
23180         Reported by Nelson Beebe.
23181         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
23182
23183 2001-09-28  Paul Eggert  <eggert@twinsun.com>
23184
23185         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
23186         #defines strtoimax.  Also treat the other strto* functions
23187         like strtoimax.
23188
23189         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23190         Check for strtoul and strtoumax,
23191         as those declarations are made even in the signed case.
23192         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
23193         Likewise, for strtol and strtoimax.
23194
23195 2001-09-28  Paul Eggert  <eggert@twinsun.com>
23196
23197         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
23198         #defines strtoimax.  Also treat the other strto* functions
23199         like strtoimax.
23200
23201         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
23202         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
23203         (strtoimax, strtoumax): Do not declare if already defined as a macro.
23204
23205 2001-09-26  Jim Meyering  <meyering@lucent.com>
23206
23207         Most macros in unlocked-io.h had the wrong number of arguments.
23208         * lib/gen-uio: New script.
23209         (USE_UNLOCKED_IO): Define to 1 if not already defined.
23210         * lib/unlocked-io.hin: Remove file.
23211         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
23212         rather than trying to embed it here.
23213         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
23214         Reported by Padraig Brady.
23215
23216 2001-09-25  Volker Borchert  <bt@teknon.de>
23217
23218         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
23219         `result'.
23220
23221 2001-09-24  Jim Meyering  <meyering@lucent.com>
23222
23223         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
23224
23225 2001-09-23  Jim Meyering  <meyering@lucent.com>
23226
23227         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
23228         instead of the mere test for existence of mntent.h.  The latter
23229         would get a false-positive on AIX 3.4 systems.
23230         In the outer getmntent if-block, don't die if neither of the getmntent
23231         tests succeeds.  Instead, just fall through and continue with the
23232         remaining tests.
23233
23234 2001-09-23  Jim Meyering  <meyering@lucent.com>
23235
23236         * lib/mountlist.c: Remove useless parentheses in #if directives.
23237         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
23238         the deprecated MOUNTED symbol is no longer defined in mntent.h.
23239
23240 2001-09-22  Jim Meyering  <meyering@lucent.com>
23241
23242         * m4/gettext.m4: New file.  From gettext.
23243         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
23244         * m4/progtest.m4: Likewise
23245         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
23246         * m4/glibc21.m4: Likewise.
23247
23248         * m4/libintl.m4: Remove.  No longer used.
23249
23250 2001-09-22  Jim Meyering  <meyering@lucent.com>
23251
23252         * lib/localcharset.c: Update from latest gettext.
23253         * lib/config.charset: Likewise.
23254
23255 2001-09-20  Jim Meyering  <meyering@lucent.com>
23256
23257         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
23258         strtoimax.
23259         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
23260         strtoumax.
23261
23262 2001-09-20  Jim Meyering  <meyering@lucent.com>
23263
23264         * lib/xstrtol.c (strtoimax): Guard declaration with
23265         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
23266         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
23267         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
23268         (strtoumax): Likewise, for completeness (it wasn't necessary).
23269
23270 2001-09-17  Paul Eggert  <eggert@twinsun.com>
23271
23272         * lib/strtoimax.c (HAVE_LONG_LONG):
23273         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
23274         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
23275         to work around bug in IBM C compiler.
23276
23277 2001-09-17  Jim Meyering  <meyering@lucent.com>
23278
23279         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
23280         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
23281         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
23282         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
23283         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
23284         whenever the right hand side need not be expanded by the shell.
23285
23286 2001-09-16  Paul Eggert  <eggert@twinsun.com>
23287
23288         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
23289         library.  It's not correct, as some older glibcs are buggy.
23290         fnmatch wasn't fixed until glibc 2.2.
23291
23292         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
23293         special shell magic here.
23294
23295 2001-09-16  Jim Meyering  <meyering@lucent.com>
23296
23297         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
23298         * m4/jm-macros.m4: Require it.
23299
23300 2001-09-16  Jim Meyering  <meyering@lucent.com>
23301
23302         * lib/mkdir.c: New file.
23303
23304 2001-09-15  Jim Meyering  <meyering@lucent.com>
23305
23306         * m4/jm-macros.m4: Check for help2man.
23307
23308 2001-09-11  Jim Meyering  <meyering@lucent.com>
23309
23310         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
23311         The body, by Paul Eggert, was moved here from configure.in.
23312         * m4/jm-macros.m4: Require UTILS_HOST_OS.
23313
23314 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23315
23316         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
23317         (jm_PREREQ): Use it.
23318
23319 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23320
23321         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
23322         Use ssize_t, not int, to store result of readlink.
23323         Check for ssize_t overflow as well as size_t overflow,
23324         as POSIX says the result of readlink is implementation-defined
23325         when ssize_t overflows.
23326         Remove unnecessary cast to char*.
23327         Use free+malloc instead of realloc, as the storage doesn't need
23328         to be preserved and it's clearer and can be more efficient that way.
23329         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
23330         * lib/xreadlink.h (xreadlink): Update prototype.
23331
23332 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23333
23334         * lib/xgetcwd.c: Revert some of the previous change; intead,
23335         fix the HAVE_GETCWD_NULL code to behave more like the
23336         !HAVE_GETCWD_NULL code used to.
23337
23338         Include "xalloc.h".
23339         (xgetcwd): Do not return NULL when memory is exhausted; instead,
23340         invoke xalloc_die.
23341
23342 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23343
23344         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
23345         sys/param.h, as pathmax.h includes them.
23346
23347 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23348
23349         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
23350         (jm_PREREQ_XGETCWD): New macro.
23351
23352         * m4/getcwd.m4: New file.
23353
23354 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23355
23356         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
23357         like the HAVE_GETCWD_NULL code.
23358         Include pathmax.h if not HAVE_GETCWD.
23359         Do not include xalloc.h.
23360         (INITIAL_BUFFER_SIZE): New symbol.
23361         Do not use xmalloc / xrealloc, since the caller is responsible for
23362         handling errors.  Preserve errno around `free' during failure.
23363         Do not overrun buffer when using getwd.
23364
23365 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23366
23367         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
23368         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
23369         getcwd (NULL, 0).
23370
23371 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23372
23373         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
23374         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
23375         spotted by Jim Meyering.
23376
23377 2001-09-03  Jim Meyering  <meyering@lucent.com>
23378
23379         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
23380         failure.
23381
23382 2001-09-02  Jim Meyering  <meyering@lucent.com>
23383
23384         * lib/error.c: Update from GNU libc.
23385
23386 2001-09-01  Jim Meyering  <meyering@lucent.com>
23387
23388         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
23389         Used by df.
23390
23391 2001-09-01  Jim Meyering  <meyering@lucent.com>
23392
23393         * lib/xreadlink.c: New file.
23394         * lib/xreadlink.h: New file.
23395         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
23396         xreadlink.h.
23397
23398         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
23399         doesn't conflict with sparc Solaris 7's definition in
23400         /usr/include/sys/int_types.h.
23401
23402         * lib/exclude.c: Use `""', not `<>' to #include non-system header
23403         files.
23404         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
23405         and strncasecmp as r-values.  Unixware didn't have declarations.
23406
23407 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23408
23409         * lib/xstrtol.h: Add copyright notice.
23410         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
23411         LONGINT_INVALID_SUFFIX_CHAR.
23412
23413 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23414
23415         * lib/xstrtol.c (strtoimax): New decl.
23416
23417 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23418
23419         * lib/xgetcwd.c: Don't include pathmax.h.
23420         Include stdlib.h and unistd.h if available.
23421         Include xalloc.h.
23422         (xmalloc, xstrdup, free): Remove decls.
23423         (xgetcwd): Don't assume sizes fit in unsigned.
23424         Check for overflow when computing sizes.
23425         Simplify reallocation code.
23426
23427 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23428
23429         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
23430         a directory's st_size can have an arbitrary value, so the old
23431         usage could waste an arbitrary amount of memory.  All uses
23432         changed.
23433         * lib/savedir.h: Update prototype.
23434
23435 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23436
23437         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
23438
23439         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
23440         old strtoimax.c.
23441
23442         Also, make the following further changes to make this file's
23443         configuration more similar to that of strtol.c:
23444         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
23445         (strtoumax, uintmax_t, strtoull, strtol): Remove.
23446         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
23447         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
23448         changed to signed values.
23449
23450         And make the following changes as well:
23451         Fix copyright notice, as 1999 was missing.
23452         (verify): New macro.
23453         (strtoimax): Check sizes at compile-time, not run-time.
23454         Prefer strtol to strtoll if both work.
23455         (main): Remove; it was not that useful and was a pain to maintain.
23456
23457         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
23458
23459 2001-08-31  Jim Meyering  <meyering@lucent.com>
23460
23461         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
23462         Use an initial, malloc'd, buffer of length 128 rather than
23463         a statically allocated one of length 1024.
23464
23465 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23466
23467         Simplify code, partly by assuming autoconf 2.52 semantics.
23468
23469         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
23470
23471         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
23472         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
23473         All uses removed.
23474         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
23475         Move AC_REQUIRE to next-to-top level, to avoid confusion.
23476         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
23477         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
23478         jm_AC_HEADER_INTTYPES_H.
23479         * m4/jm-macros.m4 (jm_MACROS): Likewise.
23480
23481         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
23482
23483         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23484         Quote first arg of AC_DEFUN.
23485         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
23486         since they are needed to parse the include file even if we need
23487         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
23488         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
23489         but with opposite signedness.
23490
23491 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23492
23493         Merge 'exclude' changes from tar 1.13.22.
23494         This fixes one or two unlikely storage allocation overflow bugs,
23495         but doesn't change user-visible behavior otherwise.
23496
23497 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23498
23499         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
23500         (jm_PREREQ_EXCLUDE): New macro.
23501
23502 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23503
23504         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
23505         tm to be declared.
23506
23507 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23508
23509         * lib/hash.c: Remove '2001' from copyright notice.
23510
23511 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23512
23513         * lib/full-write.h: New file.
23514         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
23515         * lib/full-write.c: Correct credits, as cccp.c no longer
23516         exists and anyway it was so heavily changed from the old cccp
23517         code as to be unrecognizable.  Include full-write.h.
23518         (full_write) Return size_t, with short writes meaning failure.
23519         All callers changed.  This fixes a bug with large buffers
23520         on 64-bit hosts.
23521         * lib/utime.c: Include full-write.h.
23522
23523 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23524
23525         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
23526         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
23527         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
23528         Include if available.
23529         (<xalloc.h>): Include
23530         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
23531         (verify): New macro.  Use it to verify that EXCLUDE macros do not
23532         collide with FNM macros.
23533         (struct patopts): New struct.
23534         (struct exclude): Use it, as exclude patterns now come with options.
23535         (new_exclude): Support above changes.
23536         (new_exclude, add_exclude_file):
23537         Initial size must now be a power of two to simplify overflow checking.
23538         (free_exclude, fnmatch_no_wildcards): New function.
23539         (excluded_filename): No longer requires options arg, as the options
23540         are determined by add_exclude.  Now returns bool, not int.
23541         (excluded_filename, add_exclude):
23542         Add support for the fancy new exclusion options.
23543         (add_exclude, add_exclude_file): Now takes int options arg.
23544         Check for arithmetic overflow when computing sizes.
23545         (add_exclude_file): xrealloc might modify errno, so don't
23546         realloc until after errno might be used.
23547
23548         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
23549         New macros.
23550         (free_exclude): New decl.
23551         (add_exclude, add_exclude_file): Now takes int options arg.
23552         (excluded_filename): No longer requires options arg, as the options
23553         are determined by add_exclude.  Now returns bool, not int.
23554
23555 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23556
23557         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
23558
23559 2001-08-27  Jim Meyering  <meyering@lucent.com>
23560
23561         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
23562
23563         * lib/version-etc.c (N_): Remove definition.
23564         Revert most of last change.
23565         Instead, simply don't mark the `Copyright...' string for translation.
23566         Based on advice from Paul Eggert.
23567
23568         * lib/strtoxmax.c: Tweak comment.
23569
23570 2001-08-26  Jim Meyering  <meyering@lucent.com>
23571
23572         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
23573
23574         * m4/xstrtoimax.m4: New file.
23575         * m4/xstrtoumax.m4: Add comments explaining why we
23576         AC_REPLACE_FUNCS(strtol).
23577
23578 2001-08-26  Jim Meyering  <meyering@lucent.com>
23579
23580         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
23581         of copyright with `%s' so translators don't get an untranslated
23582         message in 2002.
23583         (COPYRIGHT_YEAR): Define.
23584         (version_etc): Use fprintf rather than fputs.
23585         Suggestion from Ulrich Drepper.
23586
23587         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
23588
23589         * lib/strtoll.c: New file, from GNU libc.
23590         * lib/xstrtoimax.c: New file.
23591
23592         * lib/xstrtol.h: Add xstrtoimax.
23593         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
23594         * lib/strtoimax.c: New file.  Likewise, but first define
23595         STRTOUXMAX_SIGNED.
23596
23597         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
23598         ...
23599         * lib/strtoxmax.c: ... then renamed to this.
23600
23601 2001-08-18  Paul Eggert  <eggert@twinsun.com>
23602
23603         * m4/inttypes.m4: Add AC_PREREQ(2.13).
23604         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
23605         (jm_AC_TYPE_INTMAX_T): New macro.
23606         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
23607
23608         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
23609
23610         * m4/longlong.m4: Renamed from ulonglong.m4.
23611         * m4/inttypes.m4: Renamed from inttypes_h.m4.
23612         * m4/uintmax_t.m4: Removed.
23613
23614 2001-08-13  Paul Eggert  <eggert@twinsun.com>
23615
23616         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
23617         Port to Solaris 8, where 'sed' requires a space after the 'r'
23618         command, and where sh dislikes "$/".  Clean up the spacing a bit.
23619         Redirect output to $tmp just once.
23620
23621 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
23622
23623         * lib/addext.c (<errno.h>): Include.
23624         (errno): Declare if not defined.
23625         (addext): Work correctly when pathconf returns -1 and leaves
23626         errno alone because there is no limit.  Also, work even if
23627         pathconf returns a value greater than SIZE_MAX.
23628
23629 2001-08-12  Jim Meyering  <meyering@lucent.com>
23630
23631         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
23632         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
23633         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
23634         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
23635         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
23636         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
23637         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
23638         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
23639         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
23640         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
23641         utime.m4, utimes.m4, xstrtoumax.m4:
23642         Quote the first argument in each use of AC_DEFUN.
23643
23644 2001-08-12  Jim Meyering  <meyering@lucent.com>
23645
23646         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
23647         Simply `return getcwd (NULL, 0);'.
23648         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
23649         Use 1300 as initial value for length, not PATH_MAX.
23650
23651         * lib/pathmax.h: Clean up cpp syntax.
23652
23653 2001-08-12  Jim Meyering  <meyering@lucent.com>
23654
23655         * lib/gettimeofday.c: New file.
23656         * lib/gtod.h: New file.
23657         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
23658
23659 2001-08-05  Jim Meyering  <meyering@lucent.com>
23660
23661         * m4/jm-macros.m4: Require autoconf-2.52.
23662
23663 2001-08-04  Jim Meyering  <meyering@lucent.com>
23664
23665         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
23666         stmt, to get in sync with glibc.
23667
23668 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23669
23670         The following changes are from gettext 0.10.39 as maintained by
23671         Bruno Haible.
23672
23673         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
23674         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
23675         with inverted sense.  All uses changed.
23676
23677         * lib/mbswidth.c: Don't include <limits.h>.
23678         Include <stdlib.h> and <string.h> unconditionally.
23679         (iswcntrl, mbsinit, ISCNTRL): New macros.
23680         (mbsnwidth): Use K&R style function declarations.
23681         Don't bother checking for MB_LEN_MAX == 1, since the compiler
23682         can optimize it when MB_CUR_MAX == 1.
23683         The width of control characters is zero, not 1.
23684
23685 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23686
23687         The following changes are from gettext 0.10.39 as maintained by
23688         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
23689
23690         * m4/codeset.m4: Upgrade to serial AM1.
23691         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
23692         all uses changed.  Quote first arg of AC_DEFUN.
23693         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
23694
23695         * m4/iconv.m4: Upgrade to serial AM2.
23696         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
23697         Add --with-libconv-prefix.
23698         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
23699         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
23700         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
23701         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
23702         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
23703
23704         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
23705         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
23706         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
23707         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
23708         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
23709         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
23710         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
23711         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
23712         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
23713
23714         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
23715         string.h any more.
23716
23717         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
23718         not the default value.
23719
23720         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
23721         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
23722         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
23723         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
23724         Also check for iswcntrl, used for wcwidth fallback.
23725         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
23726         to Autoconf 2.13.
23727
23728 2001-08-03  Jim Meyering  <meyering@lucent.com>
23729
23730         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
23731         as it was in the original.  Reported by Paul Eggert.
23732
23733 2001-07-16  Jim Meyering  <meyering@lucent.com>
23734
23735         * m4/gettimeofday.m4: New file.
23736         Prompted by a report from Bernhard Baehr.
23737
23738 2001-07-15  Jim Meyering  <meyering@lucent.com>
23739
23740         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
23741         stuff. Now it's in ../Makefile.cfg.
23742
23743 2001-07-15  Jim Meyering  <meyering@lucent.com>
23744
23745         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
23746         (BUILT_SOURCES): Add unlocked-io.h.
23747         (io_functions): Define.
23748         (unlocked-io.h): New rule.
23749         (DISTCLEANFILES): Add unlocked-io.h.
23750         (all-local): Depend on unlocked-io.h, to ensure it is created.
23751
23752         * lib/unlocked-io.hin: New file
23753
23754         * lib/regex.c: Update from glibc.
23755
23756 2001-07-05  Jim Meyering  <meyering@lucent.com>
23757
23758         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
23759         recommendation.
23760         (libfetish_a_SOURCES): Put all .h files here instead.
23761         Remove a thus-exposed (better checks in automake) duplicate and
23762         two unnecessary .h files.
23763
23764 2001-07-04  Jim Meyering  <meyering@lucent.com>
23765
23766         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
23767         that generates jm-glibc-io.m4 so that it doesn't trigger any make
23768         distcheck failure.
23769
23770 2001-07-02  Jim Meyering  <meyering@lucent.com>
23771
23772         The following changes were prompted by suggestions from Bruno Haible.
23773
23774         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
23775         is now generated.
23776         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
23777         definition of EXTRA_DIST.
23778         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
23779         ensure that the generated file is created/updated whenever the list
23780         of $(unlocked_functions) is changed.
23781         (jm-glibc-io.m4): New rule.
23782         (unlocked-io.h): New rule -- currently unused.
23783
23784 2001-06-24  Jim Meyering  <meyering@lucent.com>
23785
23786         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
23787         unmatched right bracket, rather than kludging it with an extra,
23788         falsely-matching quote in a comment.  Patch by Akim Demaille.
23789
23790 2001-06-11  Jim Meyering  <meyering@lucent.com>
23791
23792         * lib/regex.c: Update from GNU libc.
23793
23794 2001-05-27  Jim Meyering  <meyering@lucent.com>
23795
23796         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
23797         Check for ut_type in struct utmp.
23798
23799 2001-05-27  Jim Meyering  <meyering@lucent.com>
23800
23801         * lib/readutmp.h (UT_TYPE): Define.
23802
23803 2001-05-24  Jim Meyering  <meyering@lucent.com>
23804
23805         * lib/argmatch.c: Include "quote.h".
23806         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
23807         quote function.  Reported by Göran Uddeborg.
23808
23809 2001-05-22  Jim Meyering  <meyering@lucent.com>
23810
23811         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
23812         now that we use the package-supplied version unconditionally.
23813         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
23814
23815 2001-05-21  Jim Meyering  <meyering@lucent.com>
23816
23817         * m4/regex.m4: Change a couple backticks to single quotes to avoid
23818         shell syntax errors.
23819
23820 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23821
23822         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
23823
23824 2001-05-20  Paul Eggert  <eggert@twinsun.com>
23825
23826         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
23827         Don't bother to check library strftime, since
23828         we'll be using our own my_strftime function anyway.
23829         Define my_strftime instead of strftime.
23830
23831 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
23832
23833         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
23834         which is not yet declared.
23835
23836 2001-05-15  Jim Meyering  <meyering@lucent.com>
23837
23838         * m4/regex.m4: Use proper quoting so brackets appear in the test
23839         program.
23840         Reported by, and with help from, Bruno Haible.
23841
23842 2001-05-13  Jim Meyering  <meyering@lucent.com>
23843
23844         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
23845         undefined.
23846
23847 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23848
23849         dirname code cleanup.  base_name now behaves more compatibly
23850         with POSIX basename when given file names that have trailing
23851         slashes, and similarly for dir_name.  Add new primitives
23852         base_len and dir_len.  Put the directory-name-related decls
23853         into dirname.h.
23854
23855         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
23856         * lib/backupfile.c (base_name): Likewise.
23857         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
23858         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
23859         * lib/makepath.c (strip_trailing_slashes): Likewise.
23860         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
23861         ISSLASH): Likewise.
23862         * lib/rename.c (strip_trailing_slashes): Likewise.
23863         * lib/same.c (base_name): Likewise.
23864         * lib/stripslash.c (ISSLASH): Likewise.
23865
23866         * lib/addext.c: Include <dirname.h> after size_t is defined.
23867         * lib/backupfile.c: Likewise.
23868
23869         * lib/addext.c (addext): Use base_len to trim redundant
23870         trailing slashes instead of doing it ourselves.
23871         But do not trim the last slash if it is not redundant.
23872
23873         * lib/backupfile.c (find_backup_file_name,
23874         max_backup_version): Use base_len instead of rolling it ourselves.
23875         Handle the case of "" and (on DOS) "C:" correctly.
23876
23877         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
23878         needed. Include <string.h>, <dirname.h>.
23879         (base_name): Allow file names ending in slashes, other than names
23880         that are all slashes.  In this case, return the basename followed
23881         by the slashes.  This is more general, and can be used in places
23882         where the original base_name purposely had an assertion failure.
23883         (base_len): New function.
23884
23885         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
23886         Do not include <assert.h>; no longer needed.
23887         Include xalloc.h.
23888         (memrchr): Remove decl.
23889         (dir_name_r): Remove.
23890         (dir_len): Renamed from dirlen.  All callers changed.
23891         Rewrite in terms of base_name, for simplicity and consistency.
23892         (dir_name): Never return NULL.  All callers changed.
23893         Do not include <stdlib.h> in test program; no longer needed.
23894         return 0; is fine for test program.
23895
23896         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
23897         New macros.
23898         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
23899
23900         * lib/path-concat.c (path_concat): Use base_len to compute
23901         base length, not strlen; this means we cannot rely on memcpy
23902         to null-terminate.
23903
23904         * lib/same.c (STREQ): Remove.
23905         (same_name): Handle the case where the basename ends in trailing '/'.
23906
23907         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
23908         a slash was stripped.  Do not strip the last slash after a
23909         file system prefix.
23910
23911 2001-05-11  Paul Eggert  <eggert@twinsun.com>
23912
23913         * lib/Makefile.am (libfetish_a_SOURCES):
23914         Add strftime.c, since we now compile it on all hosts.
23915
23916         * lib/strftime.c (my_strftime):
23917         Define to nstrftime if emacs, but only if my_strftime is not defined.
23918         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
23919         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
23920         Add one more extra argument: a nanoseconds value.
23921         All uses changed.
23922         (ns): New macro.
23923         (my_strftime function): Add %N format.
23924         (emacs_strftimeu): Renamed from emacs_strftime,
23925         with extra ut argument.
23926
23927 2001-05-09  Paul Eggert  <eggert@twinsun.com>
23928
23929         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
23930
23931 2001-04-21  Jim Meyering  <meyering@lucent.com>
23932
23933         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
23934         doesn't interfere.
23935
23936 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
23937
23938         * m4/ftruncate.m4: Check for chsize.
23939         Link with ftruncate.o unconditionally if ftruncate is missing.
23940         This was required when cross-compiling to i586-mingw32msvc.
23941
23942 2001-04-08  Jim Meyering  <meyering@lucent.com>
23943
23944         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
23945         recomputed; that's necessary when the offset spans a DST transition.
23946         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
23947
23948 2001-04-02  Jim Meyering  <meyering@lucent.com>
23949
23950         * lib/regex.h, regex.c: Update from GNU libc.
23951
23952 2001-03-24  Jim Meyering  <meyering@lucent.com>
23953
23954         * m4/jm-macros.m4: Require autoconf-2.49d.
23955
23956 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
23957
23958         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
23959
23960 2001-03-19  Paul Eggert  <eggert@twinsun.com>
23961
23962         * lib/version-etc.c (version_etc_copyright): Update to 2001.
23963
23964 2001-03-17  Jim Meyering  <meyering@lucent.com>
23965
23966         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
23967         now that the version in autoconf is equivalent.
23968         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
23969
23970         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
23971         Suggestion from Akim Demaille.
23972
23973         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
23974         (jm_PREREQ_TEMPNAME): New function.
23975
23976 2001-03-16  Paul Eggert  <eggert@twinsun.com>
23977
23978         * lib/tempname.c (uint64_t): Define to uintmax_t if
23979         not defined, and if UINT64_MAX is not defined.
23980         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
23981         Reported by John David Anglin.
23982
23983 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
23984
23985         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
23986         resolve alias if codeset is empty.
23987         * lib/config.charset (BeOS): Use wildcard syntax.
23988
23989 2001-03-13  Jim Meyering  <meyering@lucent.com>
23990
23991         * lib/path-concat.c (path_concat)
23992         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
23993         concatenating e.g., `C:' and `foo'.
23994         From Bruno Haible.
23995
23996 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
23997
23998         * lib/localcharset.c (locale_charset): Don't use
23999         setlocale(LC_CTYPE,NULL). Don't return NULL.
24000         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
24001
24002 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24003
24004         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
24005         support for DOS/DJGPP.
24006
24007 2001-03-01  Paul Eggert  <eggert@twinsun.com>
24008
24009         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
24010         lacks mkstemp.  Compile our own tempname.c if we compile our own
24011         mkstemp.c, as mkstemp relies on tempname.
24012
24013 2001-03-01  Jim Meyering  <meyering@lucent.com>
24014
24015         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
24016         AH_VERBATIM really does output its argument verbatim.
24017
24018 2001-02-28  Paul Eggert  <eggert@twinsun.com>
24019
24020         * lib/Makefile.am (libfetish_a_SOURCES):
24021         Add dup-safer.c, fopen-safer.c.
24022         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
24023
24024         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
24025         * lib/unistd-safer.h: New files.
24026
24027 2001-02-25  Paul Eggert  <eggert@twinsun.com>
24028
24029         The mkstemp replacement is taken from glibc 2.2.2, with some
24030         portability fixes for use outside glibc, as follows:
24031
24032         * lib/tempname.c (struct_stat64): New macro.
24033         (direxists, __gen_tempname): Use it.
24034         This avoids a portability problem with Solaris 8.
24035
24036         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
24037         (<stddef.h>, <stdint.h>, <string.h>):
24038         Include only if STDC_HEADERS || _LIBC.
24039         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
24040         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
24041         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
24042         (__set_errno): Define this macro if <errno.h> doesn't.
24043         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
24044         Define these macros if <stdio.h> doesn't.
24045         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
24046         Define these macros if <sys/stat.h>
24047         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
24048         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
24049         __xstat64): Define if not _LIBC.
24050         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
24051         (__gen_tempname): Invoke gettimeofday only if
24052         HAVE_GETTIMEOFDAY || _LIBC;
24053         otherwise, fall back on plain "time".
24054         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
24055
24056         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
24057
24058         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
24059
24060 2001-02-18  Paul Eggert  <eggert@twinsun.com>
24061
24062         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
24063
24064 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24065
24066         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
24067         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
24068         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
24069         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24070
24071 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24072
24073         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
24074         Remove workaround macros for hosts that have mbrtowc but not
24075         mbstate_t, as we now insist on proper declarations for both
24076         before using mbrtowc.
24077
24078 2001-02-17  Jim Meyering  <meyering@lucent.com>
24079
24080         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
24081         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
24082         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
24083         UnixWare 7.1.1.
24084
24085         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
24086         rather than AC_CACHE_VAL.
24087
24088 2001-02-17  Jim Meyering  <meyering@lucent.com>
24089
24090         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
24091         around included file name.
24092
24093         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
24094
24095         * lib/strftime.c: Update from GNU libc (the only changes were to
24096         comments).
24097
24098 2001-02-17  Jim Meyering  <meyering@lucent.com>
24099
24100         * lib/regex.c: Update from libc.
24101
24102 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
24103
24104         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
24105         clash.
24106
24107 2001-02-16  Paul Eggert  <eggert@twinsun.com>
24108
24109         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
24110         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
24111         Reported by Mark Hounschell via Paul Eggert.
24112
24113 2001-02-07  Jim Meyering  <meyering@lucent.com>
24114
24115         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
24116
24117 2001-02-05  Jim Meyering  <meyering@lucent.com>
24118
24119         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
24120         it includes the patch required for `large file' support with at least
24121         HP-UX's 10.20 /bin/cc.
24122
24123 2001-02-03  Jim Meyering  <meyering@lucent.com>
24124
24125         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
24126         AS_IF, now that it works once again (mysteriously).
24127         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
24128
24129 2001-01-30  Jim Meyering  <meyering@lucent.com>
24130
24131         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
24132         * m4/chown.m4: Rename conftestchown to conftest.chown.
24133         * m4/rename.m4: s/conftestdir/conftest.d1/ and
24134         s/conftestdir2/conftest.d2/.
24135         * m4/utimes.m4: s/conftestdata/conftest.data/
24136         Inspired by Pavel Roskin's change in autoconf.
24137
24138 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
24139
24140         * lib/config.charset: Update for FreeBSD 4.2.
24141
24142 2001-01-27  Jim Meyering  <meyering@lucent.com>
24143
24144         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
24145         a use of AS_IF.
24146         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
24147
24148 2001-01-26  Jim Meyering  <meyering@lucent.com>
24149
24150         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
24151         quotearg.c includes it.
24152
24153 2001-01-26  Jim Meyering  <meyering@lucent.com>
24154
24155         * lib/quotearg.c: Include stddef.h.
24156         * lib/quote.c: Include stddef.h.
24157         Reported by Axel Kittenberger.
24158
24159         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
24160         line in double quotes so that it evokes a better diagnostic.
24161         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
24162         Reported by Axel Kittenberger.
24163
24164 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
24165
24166         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
24167         as if it was a `charset'.
24168
24169 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
24170
24171         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
24172         has const.
24173
24174 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
24175
24176         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
24177         to avoid a warning.  Add back 'const' to inptr.
24178
24179 2001-01-20  Jim Meyering  <meyering@lucent.com>
24180
24181         Be sure that headers are checked before used in code compiled
24182         for the type checks.
24183         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
24184         In place of that, invoke jm_CHECK_ALL_TYPES.
24185         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
24186         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
24187         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
24188         The check for ssize_t was mistakenly run before the test for unistd.h.
24189
24190         The configure-time check for stdbool.h was missing.
24191         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
24192         (jm_PREREQ_HASH): New function.
24193
24194 2001-01-17  Jim Meyering  <meyering@lucent.com>
24195
24196         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
24197         for autoconf-2.49c.
24198         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
24199
24200 2001-01-16  Jim Meyering  <meyering@lucent.com>
24201
24202         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
24203         From Bruno Haible.
24204
24205 2001-01-14  Jim Meyering  <meyering@lucent.com>
24206
24207         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
24208         foo and bar.  Create conftestdir/ in the script, not in the C code.
24209         Remove directories in the script, not in the C code.
24210         Remove conftestdir{,2} before trying to create the directory.
24211         Make the entire configure script fail if the mkdir fails.
24212
24213 2001-01-14  Jim Meyering  <meyering@lucent.com>
24214
24215         * lib/rename.c: New file.  From Volker Borchert.
24216         Include stdlib.h, string.h or strings.h, and xalloc.h.
24217         Use strip_trailing_slashes rather than open-coding it.
24218
24219 2001-01-03  Paul Eggert  <eggert@twinsun.com>
24220
24221         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
24222
24223 2001-01-03  Jim Meyering  <meyering@lucent.com>
24224
24225         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
24226         of local `inptr' to avoid warning with some system declarations of
24227         iconv.
24228
24229 2001-01-02  Volker Borchert  <bt@teknon.de>
24230
24231         * m4/rename.m4: New file.
24232         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
24233
24234 2001-01-01  Jim Meyering  <meyering@lucent.com>
24235
24236         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
24237         even on systems with utmpx.h.  It's necessary for the declaration of
24238         utmp's ut_user member.  Reported by Andreas Jaeger.
24239
24240         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
24241         available. They are required for the declarations of getgrgid and
24242         getpwuid resp.
24243         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
24244         Reported by Andreas Jaeger.
24245
24246 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
24247
24248         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
24249         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
24250         so `make install' also works in VPATH builds.
24251
24252 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
24253
24254         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
24255         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
24256         can be used in subdirectories.
24257
24258 2000-12-29  Paul Eggert  <eggert@twinsun.com>
24259
24260         * lib/modechange.c: Do not assume that mode_t uses the
24261         traditional octal encoding.  E.g. "chmod 1 FOO" should set
24262         the other-execute bit of FOO even if S_IXOTH != 1.
24263
24264         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
24265         WOTH, XOTH, ALLM): New macros.
24266         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
24267          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
24268         Use them.
24269         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
24270         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
24271         (mode_compile):
24272         No need to use uintmax_t; unsigned long is long enough.
24273         Don't bother to get suffix since we don't use it.
24274
24275 2000-12-26  Jim Meyering  <meyering@lucent.com>
24276
24277         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
24278         better with autoheader.
24279
24280 2000-12-24  Jim Meyering  <meyering@lucent.com>
24281
24282         * lib/hash.c (is_prime): Return explicit boolean values.
24283         (hash_get_first): Return NULL to appease Irix5.6's 89.
24284         Reported by Nelson Beebe.
24285
24286 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
24287
24288         * lib/localcharset.c (locale_charset): Add support for Win32.
24289
24290 2000-12-18  Paul Eggert  <eggert@twinsun.com>
24291
24292         * lib/physmem.h, lib/physmem.c: New files.
24293
24294         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
24295         (noinst_HEADERS): Add physmem.h.
24296
24297         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
24298         't' for compatibility with Solaris 8 sort.
24299
24300 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
24301
24302         * lib/config.charset: Add support for BeOS.
24303
24304 2000-12-17  Jim Meyering  <meyering@lucent.com>
24305
24306         * m4/dos.m4 (jm_AC_DOS): New file and macro.
24307         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
24308
24309 2000-12-16  Jim Meyering  <meyering@lucent.com>
24310
24311         This bug had a serious impact on chown: `chown N:M FILE' (for integer
24312         N and M) would have treated it like `chown N:N FILE'.
24313
24314         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
24315
24316 2000-12-16  Jim Meyering  <meyering@lucent.com>
24317
24318         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
24319         SHELLS_FILE to a file name that's useful on djgpp systems.
24320         Include stdlib.h.
24321         (ADDITIONAL_DEFAULT_SHELLS): Define.
24322         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
24323         Based mostly on a patch from Prashant TR.
24324
24325 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
24326
24327         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
24328         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
24329         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
24330
24331 2000-12-08  Andreas Schwab  <schwab@suse.de>
24332
24333         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
24334         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
24335
24336 2000-12-07  Jim Meyering  <meyering@lucent.com>
24337
24338         * lib/stripslash.c (ISSLASH): Define.
24339         (strip_trailing_slashes): Use ISSLASH rather than comparing against
24340         `/'.
24341         From Prashant TR.
24342
24343         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
24344         (dir_name_r): Declare this function as static.
24345         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
24346         manifest itself on a name containing a mix of slashes and
24347         backslashes.
24348         Make this function work with names starting with a DOS-style
24349         drive letter and colon prefix.
24350         (dir_name): Append `.' if necessary.
24351         Based mostly on patches from Prashant TR and Eli Zaretskii.
24352
24353         * lib/dirname.h (dir_name_r): Remove prototype.
24354
24355 2000-12-06  Paul Eggert  <eggert@twinsun.com>
24356
24357         * m4/off_t-format.m4: Remove this file.
24358         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
24359
24360 2000-12-06  Jim Meyering  <meyering@lucent.com>
24361
24362         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
24363         replacement strtoull, we may well need the replacement strtoul, too.
24364         Check for declarations of strtoul and strtoull.
24365         Check for strtol.  Mainly as a cue to cause automake to include
24366         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
24367         Check for limits.h -- strtol.c needs it.
24368
24369 2000-12-05  Jim Meyering  <meyering@lucent.com>
24370
24371         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
24372
24373 2000-12-04  Jim Meyering  <meyering@lucent.com>
24374
24375         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
24376         Also include memory.h, stdlib.h, unistd.h if appropriate.
24377         Reported by Andreas Jaeger (conflicting declaration of malloc).
24378
24379 2000-12-02  Jim Meyering  <meyering@lucent.com>
24380
24381         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
24382         * m4/jm-macros.m4 (jm_MACROS): require it.
24383
24384 2000-12-02  Jim Meyering  <meyering@lucent.com>
24385
24386         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
24387
24388 2000-12-01  Paul Eggert  <eggert@twinsun.com>
24389
24390         * lib/memrchr.c: Include <config.h> before any system include file.
24391
24392 2000-11-30  Jim Meyering  <meyering@lucent.com>
24393
24394         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
24395
24396 2000-11-30  Jim Meyering  <meyering@lucent.com>
24397
24398         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
24399
24400 2000-11-29  Paul Eggert  <eggert@twinsun.com>
24401
24402         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
24403
24404 2000-11-26  Jim Meyering  <meyering@lucent.com>
24405
24406         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
24407
24408 2000-11-22  Paul Eggert  <eggert@twinsun.com>
24409
24410         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
24411         size of (size_t) -1; it's not portable.
24412
24413 2000-11-17  Jim Meyering  <meyering@lucent.com>
24414
24415         * lib/strstr.c: Update from GNU libc.
24416
24417 2000-11-17  Akim Demaille  <akim@epita.fr>
24418
24419         * lib/obstack.h: Formatting changes.
24420         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
24421         prevent type checking.
24422         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
24423         cast the value to (void *): assigning a `foo *' to a `void *'
24424         variable is valid.
24425         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
24426
24427 2000-11-16  Jim Meyering  <meyering@lucent.com>
24428
24429         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
24430
24431 2000-11-11  Jim Meyering  <meyering@lucent.com>
24432
24433         * lib/error.c: Add a couple #includes, merging from GNU libc version.
24434
24435 2000-11-10  Jim Meyering  <meyering@lucent.com>
24436
24437         * lib/obstack.h: Update from GNU libc.
24438         * lib/obstack.c: Likewise.
24439
24440 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
24441
24442         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
24443
24444 2000-11-06  Paul Eggert  <eggert@twinsun.com>
24445
24446         * lib/getusershell.c (setusershell): Use rewind rather than
24447         fseek/fseeko, to avoid configuration hassles with fseeko.
24448         Don't bother opening SHELLS_FILE if shellstream is NULL;
24449         it's not necessary.
24450
24451 2000-11-05  Jim Meyering  <meyering@lucent.com>
24452
24453         * lib/makepath.h (make_dir): Declare.
24454         * lib/makepath.c (make_dir): Remove `static' attribute.
24455         Tweak a comment.
24456
24457 2000-11-04  Jim Meyering  <meyering@lucent.com>
24458
24459         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
24460
24461 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
24462
24463         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
24464         last one in a bucket, advance to the next bucket.
24465
24466 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
24467
24468         * lib/fnmatch.c: Do not comment out all the code if we are using
24469         the GNU C library, because in some cases we are replacing buggy
24470         code in the GNU C library itself.
24471
24472 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
24473
24474         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
24475         (regex_compile): Catch bogus \(\1\).
24476
24477 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24478
24479         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
24480         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
24481         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
24482
24483 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24484
24485         * lib/error.h, getline.h, modechange.h:
24486         Remove "2000" from Copyright line, as the file hasn't been
24487         changed this year other than in the copyright notice.
24488
24489         * lib/xalloc.h: Add "2000" to Copyright line, as this file
24490         was changed this year.
24491
24492 2000-10-29  Jim Meyering  <meyering@lucent.com>
24493
24494         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
24495         renaming.
24496         * m4/ls-mntd-fs.m4: Likewise
24497
24498 2000-10-29  Jim Meyering  <meyering@lucent.com>
24499
24500         * lib/xstat.in: Fix grammar in comment.
24501
24502 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
24503
24504         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
24505         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
24506         doesn't define __restrict_arr.
24507
24508 2000-10-28  Jim Meyering  <meyering@lucent.com>
24509
24510         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
24511         (jm_PREREQ_MEMCHR): New function.
24512
24513 2000-10-28  Jim Meyering  <meyering@lucent.com>
24514
24515         * lib/memchr.c: Update from libc.
24516         Adjust for portability:
24517         [HAVE_STDLIB_H]: Include stdlib.h.
24518         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
24519         Undef __memchr, too.
24520         [!weak_alias]: Define __memchr to memchr.
24521
24522         * lib/regex.c: Update from libc.
24523         * lib/regex.h: Likewise.
24524         * lib/getopt1.c: Likewise.
24525         * lib/memcmp.c: Likewise.
24526
24527         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
24528         Avoid using fseek, when possible -- it's broken by design.
24529         Patch by Ulrich Drepper.
24530
24531 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
24532
24533         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
24534         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
24535         Giving in to popular pressure to shut up the compiler with casts.
24536
24537 2000-10-26  Jim Meyering  <meyering@lucent.com>
24538
24539         * lib/strftime.c: Update from libc.
24540
24541 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
24542
24543         * regex.c: More `unsigned char' -> `re_char' changes.
24544         Also change several `int' into `re_wchar_t'.
24545         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
24546         (PUSH_FAILURE_POINTER): Don't cast any more.
24547         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
24548         We want GCC to complain, since this piece of code makes
24549         re_match non-reentrant, which *should* be fixed.
24550         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
24551         (EXTEND_BUFFER): Use RETALLOC.
24552         (SET_LIST_BIT): Don't cast.
24553         (re_wchar_t): New type.
24554         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
24555         that those two functions will always properly return.
24556         (IMMEDIATE_QUIT_CHECK): Cast to void.
24557         (analyse_first): Use recursion rather than an explicit stack.
24558         (re_compile_fastmap): Can't fail anymore.
24559         (re_search_2): Don't check re_compile_fastmap for failure.
24560         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
24561         Now also sets the new value (passed in a new argument).
24562         (re_match_2_internal): Use it.
24563         Also, use a new var `reg' of type size_t when looping through regs
24564         rather than reuse the inappropriate `mcnt'.
24565
24566 2000-10-25  Jim Meyering  <meyering@lucent.com>
24567
24568         * lib/obstack.c: Update from libc.
24569
24570 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
24571
24572         * regex.c (regex_compile): Change the way of handling a range from
24573         a char less than 256 to a char not less than 256.
24574
24575 2000-10-24  Andrew Innes  <andrewi@gnu.org>
24576
24577         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
24578         NT-Emacs only.
24579         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
24580         so that re_search functions only quit when callers expect them to.
24581
24582 2000-10-23  Jim Meyering  <meyering@lucent.com>
24583
24584         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
24585         wrong.  That set_locale call must not have any side effects.
24586         From Paul Eggert.
24587
24588 2000-10-22  Jim Meyering  <meyering@lucent.com>
24589
24590         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
24591         [CYCLIC]: Remove now-unused definition.
24592
24593         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
24594         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
24595         Suggestion from Ulrich Drepper.
24596
24597 2000-10-21  Jim Meyering  <meyering@lucent.com>
24598
24599         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
24600         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
24601         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
24602
24603 2000-10-21  Jim Meyering  <meyering@lucent.com>
24604
24605         * lib/dirname.c (memrchr): Declare if necessary.
24606         (dir_name): Remove the restriction that there be no
24607         trailing slashes.  Now, this code skips past them, effectively
24608         ignoring them.
24609         [TEST_DIRNAME] (main): New unit tests.
24610
24611         * lib/memrchr.c: New file from GNU libc.
24612         Undef __memrchr, too.
24613         [!weak_alias]: Define __memrchr to memrchr.
24614         Guard weak_alias use with `#ifdef weak_alias'.
24615
24616 2000-10-21  Jim Meyering  <meyering@lucent.com>
24617
24618         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
24619         (dir_name): Use dir_name_r.
24620         * lib/dirname.h (dir_name_r): Declare it.
24621
24622 2000-10-17  Jim Meyering  <meyering@lucent.com>
24623
24624         * lib/quote.h (PARAMS): Define and use.
24625         Reported by Akim Demaille.
24626
24627         * lib/getopt.c: Update from libc.
24628
24629 2000-10-16  Jim Meyering  <meyering@lucent.com>
24630
24631         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
24632         setlocale.
24633         From Jan Fedak.
24634
24635 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
24636
24637         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
24638
24639 2000-09-25  Jim Meyering  <meyering@lucent.com>
24640
24641         * lib/md5.h (rol): Define (from GnuPG).
24642
24643         * lib/sha.c: Give credit (GnuPG) where due.
24644         (M): Use rol rather than open-coding it.
24645         Add a FIXME comment.
24646
24647 2000-09-21  Jim Meyering  <meyering@lucent.com>
24648
24649         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
24650         Reported by Michael Stone.
24651
24652 2000-09-20  Jim Meyering  <meyering@lucent.com>
24653
24654         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
24655         (noinst_HEADERS): Add sha.h.
24656         Based on code from Scott G. Miller and from GnuPG.
24657
24658 2000-09-18  Jim Meyering  <meyering@lucent.com>
24659
24660         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
24661         LIBS. Otherwise, everyone ends up linking with -lelf for some
24662         configurations.
24663         Reported by Mike Stone.
24664
24665 2000-09-15  Jim Meyering  <meyering@lucent.com>
24666
24667         * lib/regex.c: Update from libc.
24668
24669 2000-09-10  Jim Meyering  <meyering@lucent.com>
24670
24671         * lib/getopt.c (_getopt_internal): Update from glibc.
24672
24673 2000-09-09  Jim Meyering  <meyering@lucent.com>
24674
24675         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
24676         think it should be used as a general replacement for isascii.
24677         * lib/fnmatch.c: Likewise.
24678         * lib/mbswidth.c: Likewise
24679         * lib/regex.c: Likewise.
24680
24681         Don't use atoi.
24682         * lib/userspec.c: Include sys/param.h and limits.h.
24683         Include xstrtol.h.
24684         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24685         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
24686         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
24687         UID, GID.  Check range.
24688
24689 2000-09-06  Jim Meyering  <meyering@lucent.com>
24690
24691         * lib/getopt.c (_getopt_internal): Update from glibc.
24692
24693 2000-08-30  Jim Meyering  <meyering@lucent.com>
24694
24695         * lib/strftime.c: Merge in changes from GNU libc.
24696
24697 2000-08-26  Jim Meyering  <meyering@lucent.com>
24698
24699         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
24700         * m4/fpending.m4: New file.
24701
24702 2000-08-26  Jim Meyering  <meyering@lucent.com>
24703
24704         * lib/closeout.c: Include "__fpending.h".
24705         (close_stdout_status): Return right away if there's nothing to flush.
24706
24707         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
24708         * lib/__fpending.c: New file.
24709         * lib/__fpending.h: New file.
24710
24711 2000-08-20  Jim Meyering  <meyering@lucent.com>
24712
24713         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
24714         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
24715         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
24716
24717 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
24718
24719         Improve fileutils installation on systems where running
24720         programs (like install) can't be unlinked.
24721         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
24722         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
24723
24724 2000-08-07  Paul Eggert  <eggert@twinsun.com>
24725
24726         Standardize on "memory exhausted" instead of "Memory exhausted"
24727         or "virtual memory exhausted".
24728         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
24729         "virtual memory exhausted".
24730         * lib/same.c (same_name): Invoke xalloc_die instead of printing
24731         our own message.
24732         * lib/userspec.c (parse_user_spec): Likewise.
24733         * lib/bumpalloc.h: comment fix
24734         * lib/same.c, userspec.c: Include xalloc.h.
24735
24736         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
24737         not char *const and pointing to a constant array.
24738         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
24739         (xrealloc): Comment fix.
24740
24741         * lib/userspec.c (parse_user_spec):
24742         Don't translate a message until just before returning,
24743         to avoid unnecessary translation.
24744
24745 2000-08-07  Jim Meyering  <meyering@lucent.com>
24746
24747         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
24748         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
24749         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
24750         getgroups.c, gethostname.c, getopt.h, group-member.c,
24751         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
24752         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
24753         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
24754         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
24755         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
24756         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
24757         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
24758         yesno.c: Back out Copyright date changes for each file with no change
24759         this year.  This eases coordination with other programs using the same
24760         source code modules.  From Paul Eggert.
24761
24762 2000-08-06  Paul Eggert  <eggert@twinsun.com>
24763
24764         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
24765         not char, for compatibility with glibc 2.1.3 strftime.c.
24766
24767 2000-08-03  Greg McGary  <greg@mcgary.org>
24768
24769         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
24770         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
24771         (EXTEND_BUFFER): Use them.
24772
24773 2000-08-01  Jim Meyering  <meyering@lucent.com>
24774
24775         * lib/dirname.c (ISSLASH): Define.
24776         (BACKSLASH_IS_PATH_SEPARATOR): Define.
24777         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
24778         both `\' and `/' may be use as path separators.
24779         Based on a patch from Prashant TR.
24780
24781 2000-07-31  Paul Eggert  <eggert@twinsun.com>
24782
24783         * lib/quotearg.c (quotearg_n_options): Don't make the initial
24784         slot vector a constant, since it might get modified.
24785
24786 2000-07-31  Jim Meyering  <meyering@lucent.com>
24787
24788         * lib/xmalloc.c: Use `virtual memory exhausted', not
24789         `Memory exhausted'.
24790         * lib/obstack.c (print_and_abort): Likewise.
24791
24792 2000-07-30  Paul Eggert  <eggert@twinsun.com>
24793
24794         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
24795         buffer, so that the caller can always quote one small
24796         component of a "memory exhausted" message in slot 0.
24797         From a suggestion by Jim Meyering.
24798
24799 2000-07-30  Jim Meyering  <meyering@lucent.com>
24800
24801         * lib/makepath.c (make_path): Quote the other instance, too.
24802
24803         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
24804         (STATIC_BUF_SIZE): Define.
24805         (quotearg_n_options): Use only statically allocated storage when
24806         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
24807         than STATIC_BUF_SIZE.
24808
24809 2000-07-29  Jim Meyering  <meyering@lucent.com>
24810
24811         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
24812         * lib/dirname.c (dir_name): Likewise.
24813
24814         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
24815         `/'.
24816
24817         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
24818         (dir_name): Assert that there are no trailing slashes.
24819
24820 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
24821
24822         * lib/mbswidth.h (mbswidth): Add a flags argument.
24823         (mbswidth): New declaration.
24824         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
24825         * lib/mbswidth.c (mbswidth): Add a flags argument.
24826         (mbsnwidth): New function.
24827
24828 2000-07-24  Jim Meyering  <meyering@lucent.com>
24829
24830         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
24831
24832 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24833
24834         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
24835
24836 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24837
24838         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
24839         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
24840         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
24841         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
24842         invoke multibyte primitives.
24843
24844 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24845
24846         * lib/quotearg.c:
24847         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
24848         so that mbstate_t is always defined.
24849
24850         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
24851         be 1 in at least one GCC installation, and this configuration
24852         error is likely to be common.  Ignoring MB_LEN_MAX hurts
24853         performance on hosts that have mbrtowc but have only unibyte
24854         locales, but I assume these hosts are rare.
24855
24856 2000-07-23  Paul Eggert  <eggert@twinsun.com>
24857
24858         * lib/mbswidth.c (_XOPEN_SOURCE):
24859         Don't define; this causes problems on Solaris 7.
24860         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
24861
24862 2000-07-23  Jim Meyering  <meyering@lucent.com>
24863
24864         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
24865         too: getgrgid, getpwuid, getuid.
24866
24867 2000-07-23  Jim Meyering  <meyering@lucent.com>
24868
24869         * lib/basename.c (base_name): Add an assertion.
24870
24871 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
24872
24873         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
24874         shadow its mbsinit function.
24875
24876 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24877
24878         * lib/mbswidth.h: New file.
24879         * lib/mbswidth.c: New file.
24880         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
24881         (noinst_HEADERS): Add mbswidth.h.
24882
24883 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
24884
24885         * lib/config.charset: Add support for FreeBSD. Improve support for
24886         HP-UX and IRIX 6.
24887
24888 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
24889
24890         * m4/mbswidth.m4: New file.
24891         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
24892
24893 2000-07-15  Jim Meyering  <meyering@lucent.com>
24894
24895         * lib/makepath.c: Include quote.h.
24896         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
24897         corresponding argument in a `quote (...)' call.
24898         Give better diagnostics.
24899
24900         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
24901         (noinst_HEADERS): Add quote.h.
24902
24903         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
24904         from tar's src/misc.c.
24905         * lib/quote.h: New file.  Prototypes for same.
24906
24907 2000-07-14  Paul Eggert  <eggert@twinsun.com>
24908
24909         From a suggestion by Bruno Haible.
24910         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
24911         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
24912         to decide whether to define the BeOS workaround macro;
24913         this adjusts to the change to AC_MBSTATE_T.
24914
24915 2000-07-14  Jim Meyering  <meyering@lucent.com>
24916
24917         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
24918         jm_AC_TYPE_UINTMAX_T.
24919
24920 2000-07-13  Paul Eggert  <eggert@twinsun.com>
24921
24922         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
24923
24924         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
24925         quotearg_buffer_restyled): Add support for
24926         clocale_quoting_style.  Undo previous change to
24927         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
24928         and "{RIGHT QUOTATION MARK}" msgids.
24929
24930 2000-07-10  Paul Eggert  <eggert@twinsun.com>
24931
24932         From a suggestion by Bruno Haible.
24933         * m4/mbstate_t.m4 (AC_MBSTATE_T):
24934         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
24935         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
24936         and mbstate_t, to a single-part test that simply defines mbstate_t.
24937         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
24938         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
24939
24940 2000-07-10  Jim Meyering  <meyering@lucent.com>
24941
24942         * m4/strerror_r.m4: Mirror the correction made in autoconf.
24943
24944         * m4/gnu-source.m4: Output to confdefs.h directly.
24945         Suggestion from Akim Demaille.
24946
24947 2000-07-09  Paul Eggert  <eggert@twinsun.com>
24948
24949         The old behavior of quoting `like this' doesn't look good with
24950         newer, ISO-style fonts.  See:
24951         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
24952
24953         Instead, quote "like this" by default.  Let the translator
24954         tailor the locale-specific quoting behavior by providing
24955         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
24956
24957         * lib/quotearg.c (N_): New macro.
24958         (gettext_default): New function.
24959         (quotearg_buffer_restyled): Use
24960         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
24961         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
24962
24963 2000-07-09  Jim Meyering  <meyering@lucent.com>
24964
24965         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
24966         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
24967
24968         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
24969         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
24970
24971 2000-07-09  Jim Meyering  <meyering@lucent.com>
24972
24973         * lib/Most files: Update copyright dates to include 2000.
24974
24975 2000-07-08  Jim Meyering  <meyering@lucent.com>
24976
24977         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
24978         if not defined.
24979         (xgethostname): Remove now-unnecessary #ifdef.
24980         Move declaration of `err' into loop where it's used.
24981
24982 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24983         and Bruno Haible  <haible@clisp.cons.org>
24984
24985         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
24986         only if the test for an object-type mbstate_t fails.  This
24987         prevents us from mistakenly reporting that mbstate_t is a
24988         system object type after we "#define mbstate_t int" to work
24989         around its lack.
24990
24991 2000-07-05  Paul Eggert  <eggert@twinsun.com>
24992         and Bruno Haible  <haible@clisp.cons.org>
24993
24994         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
24995
24996 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
24997
24998         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
24999         to strerror_r.
25000         Include <ctype.h> for use of isalpha.
25001
25002 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25003
25004         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
25005         by allocating a larger buffer. Test the gethostname return value for
25006         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
25007         returns an error and ENAMETOOLONG isn't defined.
25008
25009 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25010
25011         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
25012         dimension.
25013
25014 2000-07-04  Jim Meyering  <meyering@lucent.com>
25015
25016         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
25017         of the deprecated AC_CHECKING.
25018
25019 2000-07-04  Jim Meyering  <meyering@lucent.com>
25020
25021         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
25022         Reported by Bruno Haible.
25023
25024 2000-07-04  Jim Meyering  <meyering@lucent.com>
25025
25026         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
25027         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
25028         lacks mbrtowc.
25029
25030 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25031
25032         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
25033         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
25034
25035 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25036         and Bruno Haible  <haible@clisp.cons.org>
25037
25038         * lib/quotearg.c (mbrtowc):
25039         Assign to *pwc, and return 1 only if result is nonzero.
25040         (iswprint): Use ISPRINT when substituting our own mbrtowc.
25041
25042 2000-07-03  Jim Meyering  <meyering@lucent.com>
25043
25044         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
25045
25046 2000-07-03  Jim Meyering  <meyering@lucent.com>
25047
25048         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
25049         This is necessary to get a definition of e.g., UTMP_FILE on
25050         HP-UX 10.20.
25051         From Bob Proulx.
25052
25053 2000-07-02  Jim Meyering  <meyering@lucent.com>
25054
25055         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
25056
25057         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
25058         AC_LIBOBJ(function_name).
25059         * m4/chown.m4: Likewise.
25060         * m4/fnmatch.m4: Likewise.
25061         * m4/ftruncate.m4: Likewise.
25062         * m4/getgroups.m4: Likewise.
25063         * m4/getline.m4: Likewise.
25064         * m4/group-member.m4: Likewise.
25065         * m4/jm-macros.m4: Likewise.
25066         * m4/lstat.m4: Likewise.
25067         * m4/malloc.m4: Likewise.
25068         * m4/memcmp.m4: Likewise.
25069         * m4/nanosleep.m4: Likewise.
25070         * m4/putenv.m4: Likewise.
25071         * m4/realloc.m4: Likewise.
25072         * m4/regex.m4: Likewise.
25073         * m4/stat.m4: Likewise.
25074         * m4/strftime.m4: Likewise.
25075
25076 2000-07-02  Jim Meyering  <meyering@lucent.com>
25077
25078         * lib/quotearg.c (mbstate_t): Don't define here.
25079
25080 2000-07-02  Jim Meyering  <meyering@lucent.com>
25081
25082         * lib/nanosleep.c (SIGCONT): Define if not already defined.
25083
25084 2000-07-01  Jim Meyering  <meyering@lucent.com>
25085
25086         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
25087
25088 2000-07-01  Jim Meyering  <meyering@lucent.com>
25089
25090         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
25091         problem.
25092
25093 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25094
25095         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
25096         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
25097
25098 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25099
25100         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
25101         per change in ../m4/ls-mntd-fs.m4.
25102         (read_filesystem_list): Ignore symbolic links.
25103
25104 2000-06-29  Jim Meyering  <meyering@lucent.com>
25105
25106         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
25107         for declaration of strcmp.
25108
25109         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
25110
25111         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
25112         Avoid warning by casting result to `char *' to remove `const'.
25113
25114 2000-06-28  Jim Meyering  <meyering@lucent.com>
25115
25116         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
25117         included by quotearg.c, for which we perform this test.  From
25118         Bruno Haible.
25119
25120 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
25121
25122         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
25123         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
25124         <utmpx.h> exists, put readutmp.o into LIBOBJS.
25125
25126 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
25127
25128         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
25129
25130 2000-06-26  Paul Eggert  <eggert@twinsun.com>
25131
25132         savedir now sets errno on failure and invokes xmalloc to get memory.
25133         Fix a couple of other minor bugs while we're at it.
25134
25135         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
25136         (NAMLEN): Remove macro.
25137         (malloc, realloc): Remove decls.
25138         (stpcpy): Likewise.
25139         ("xalloc.h"): Include.
25140         (NAME_SIZE_DEFAULT): New macro.
25141         (savedir): Use xmalloc / xrealloc to allocate memory.
25142         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
25143         Skip "" directory entries.
25144         Use strlen to calculate directory entry length, since the old method
25145         is rarely used these days and isn't worth supporting.
25146         Don't use a pointer after freeing it.
25147         Check for integer overflow when calculating allocation size.
25148         Use memcpy to copy entries, instead of stpcpy.
25149         Set errno properly when returning NULL.
25150         Check for readdir error.
25151
25152 2000-06-26  Jim Meyering  <meyering@lucent.com>
25153
25154         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
25155
25156 2000-06-25  Jim Meyering  <meyering@lucent.com>
25157
25158         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
25159         Linux header bug when _XOPEN_SOURCE is defined to 500.
25160
25161 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25162
25163         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
25164         deficiency.
25165
25166 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25167
25168         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
25169         Include xalloc.h.
25170         Don't include <stdlib.h>.  Don't declare malloc, realloc.
25171
25172 2000-06-24  Jim Meyering  <meyering@lucent.com>
25173
25174         * m4/strerror_r.m4: Revive this file -- to try out an experimental
25175         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
25176         for which strerror does return char*, but which lacks a conveniently
25177         accessible declaration of the function.  If the compile-test says
25178         strerror_r doesn't work, then resort to a `run'-test that works on
25179         BeOS and segfaults on DEC Unix.
25180
25181 2000-06-24  Jim Meyering  <meyering@lucent.com>
25182
25183         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
25184
25185 2000-06-23  Paul Eggert  <eggert@twinsun.com>
25186
25187         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
25188         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
25189
25190 2000-06-23  Paul Eggert  <eggert@twinsun.com>
25191
25192         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
25193         (mbrtowc, mbstate_t): Define substitutes if
25194         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
25195         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
25196         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
25197
25198 2000-06-23  Jim Meyering  <meyering@lucent.com>
25199
25200         * m4/afs.m4: Add missing AC_MSG_RESULT.
25201         Reported by Bruno Haible.
25202
25203         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
25204         Suggestion from Bruno Haible.
25205
25206 2000-06-23  Jim Meyering  <meyering@lucent.com>
25207
25208         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
25209
25210 2000-06-21  Jim Meyering  <meyering@lucent.com>
25211
25212         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
25213
25214 2000-06-21  Jim Meyering  <meyering@lucent.com>
25215
25216         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
25217         (noinst_HEADERS): Add getstr.h.
25218
25219         * lib/getline.c (getstr): Move into a separate file.
25220         * lib/getstr.c (getstr): New file, extracted from getline.c, with
25221         the following changes: new parameter, delim2; both delim[12]
25222         parameters have type `int', not `char'.  The latter would lose
25223         with 8-bit delimiters.
25224         * lib/getstr.h: New file.
25225
25226 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25227
25228         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
25229         than 1024, return a memory chunk of least possible size, instead
25230         of size PATH_MAX + 2. In the loop, increment the size proportionally.
25231         Use free/xmalloc instead of xrealloc to avoid copying for very long
25232         paths.
25233
25234 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25235
25236         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
25237         the empty string.
25238
25239 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25240
25241         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
25242         address, not strdup.  Include <stdlib.h> and don't declare free().
25243
25244 2000-06-19  Jim Meyering  <meyering@lucent.com>
25245
25246         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
25247
25248 2000-06-18  Jim Meyering  <meyering@lucent.com>
25249
25250         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
25251
25252         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
25253         `checking whether...' message to be consistent with that of the
25254         lstat test.
25255
25256 2000-06-18  Jim Meyering  <meyering@lucent.com>
25257
25258         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
25259         Besides, these days every porting target provides a mkdir function.
25260
25261         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
25262         needed. (this snippet comes from src/system.h).
25263
25264 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
25265
25266         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
25267
25268 2000-06-15  Paul Eggert  <eggert@twinsun.com>
25269
25270         * lib/human.c (adjust_value): New function.
25271         (human_readable_inexact): Apply rounding style even when
25272         printing approximate values.
25273
25274 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25275
25276         * lib/human.c (human_readable_inexact): Allow an input block
25277         size that is not a multiple of the output block size, and vice versa.
25278         Reported by Piergiorgio Sartor.
25279
25280 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25281
25282         * lib/getdate.y (get_date): Apply relative times after time
25283         zone indicator, not before.  Reported by Todd A. Jacobs.
25284
25285 2000-06-13  Jim Meyering  <meyering@lucent.com>
25286
25287         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
25288
25289         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
25290
25291 2000-06-12  Paul Eggert  <eggert@twinsun.com>
25292
25293         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
25294
25295 2000-06-12  Jim Meyering  <meyering@lucent.com>
25296
25297         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
25298         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
25299         optional argument.
25300         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
25301         the optional argument, `lib'.
25302
25303 2000-06-08  Jim Meyering  <meyering@lucent.com>
25304
25305         * m4/largefile.m4: Remove file (now that it's part of autoconf).
25306
25307 2000-06-04  Paul Eggert  <eggert@twinsun.com>
25308
25309         Rewrite largefile configuration so that we don't need to run
25310         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
25311         AC_CANONICAL_HOST in configure.in -- jmm]
25312
25313         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
25314         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
25315         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
25316         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
25317         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
25318         All uses changed.
25319         Instead of inspecting the output of getconf, try to compile the
25320         test program without and with the macro definition.
25321         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
25322         for getconf.  Instead, check for the needed flags by compiling
25323         test programs.
25324
25325 2000-06-04  Paul Eggert  <eggert@twinsun.com>
25326
25327         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
25328
25329 2000-06-04  Jim Meyering  <meyering@lucent.com>
25330
25331         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
25332         SunOS 4.1.4 for which gid_t is an unsigned type.
25333
25334 2000-06-03  Jim Meyering  <meyering@lucent.com>
25335
25336         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
25337         now that autoconf requires that.
25338
25339         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
25340         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
25341         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
25342
25343 2000-06-03  Jim Meyering  <meyering@lucent.com>
25344
25345         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
25346
25347 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
25348
25349         * m4/glibc21.m4: New file.
25350         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
25351
25352 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
25353
25354         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
25355         newer, don't install charset.alias.
25356         * lib/config.charset: Change the Linux/glibc rules so they become empty
25357         on glibc-2.1 or newer.
25358
25359 2000-06-02  Jim Meyering  <meyering@lucent.com>
25360
25361         * lib/mountlist.c: Back out last change.  Instead, do this...
25362         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
25363         me_dummy member using the same `ignore'-testing code.
25364         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
25365         fs_type strings.
25366         From Mark D. Roth.
25367
25368 2000-05-29  Jim Meyering  <meyering@lucent.com>
25369
25370         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
25371         mounts with the `ignore' attribute.  Based on a patch from
25372         Mark D. Roth.
25373
25374 2000-05-28  Jim Meyering  <meyering@lucent.com>
25375
25376         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
25377         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25378         * m4/stat.m4: Likewise.
25379         * m4/lstat.m4: Likewise.
25380         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
25381
25382         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
25383         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
25384
25385 2000-05-26  Jim Meyering  <meyering@lucent.com>
25386
25387         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
25388
25389 2000-05-24  Jim Meyering  <meyering@lucent.com>
25390
25391         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
25392         autoconf requires that.
25393         * m4/lib-check.m4: Likewise.
25394         * m4/jm-macros.m4: Likewise.
25395         * m4/strftime.m4: Likewise.
25396
25397         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
25398         AC_CHECK_DECLS, now that autoconf requires that.
25399
25400 2000-05-22  Jim Meyering  <meyering@lucent.com>
25401
25402         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25403         * m4/lstat.m4: Likewise.
25404
25405 2000-05-22  Jim Meyering  <meyering@lucent.com>
25406
25407         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
25408
25409 2000-05-20  Jim Meyering  <meyering@lucent.com>
25410
25411         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
25412         (jm_PREREQ): Use it.
25413
25414 2000-05-18  Jim Meyering  <meyering@lucent.com>
25415
25416         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
25417         back, too, since it may have been modified by allocate_entry.
25418         (hash_delete): Rewrite to use neither the assignment operator
25419         nor the comma operator in an if-expression.
25420
25421 2000-05-15  Paul Eggert  <eggert@twinsun.com>
25422
25423         * lib/closeout.c:
25424         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
25425         Remove; no longer needed.
25426         "quotearg.h": Add include.
25427         (file_name): Do not bother to explicitly initialize to NULL; it's less
25428         efficient on some hosts.
25429         (close_stdout_status): Remove test as to whether stdout was already
25430         closed; it breaks for the case "echo x | sort >&-".
25431         Quote file name colons.
25432         Do not assume that _("write error") lacks format strings.
25433
25434 2000-05-15  Jim Meyering  <meyering@lucent.com>
25435
25436         * lib/version-etc.c (version_etc_copyright): Update the copyright
25437         string used in all --version output.
25438
25439 2000-05-14  Jim Meyering  <meyering@lucent.com>
25440
25441         * lib/closeout.c (close_stdout_set_file_name): New function.
25442         (close_stdout_status): Use new file-scoped global.
25443         Return right away if fstat says the stdout file descriptor is invalid.
25444         * lib/closeout.h (close_stdout_set_file_name): Declare.
25445
25446 2000-05-10  Jim Meyering  <meyering@lucent.com>
25447
25448         * lib/closeout.c [default_exit_status]: New file-scoped variable.
25449         (close_stdout_set_status): New function.
25450         * lib/closeout.h (close_stdout_set_status): Declare.
25451
25452 2000-05-09  Jim Meyering  <meyering@lucent.com>
25453
25454         * m4/gettext.m4: Rename this...
25455         * m4/libintl.m4: ...to this.
25456
25457 2000-05-08  Jim Meyering  <meyering@lucent.com>
25458
25459         * lib/long-options.c: Don't include closeout.h.
25460         (parse_long_options): Don't call close_stdout for --version.
25461
25462 2000-05-06  Paul Eggert  <eggert@twinsun.com>
25463
25464         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
25465         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
25466         2.1.3 bug.  This avoids a clash when files like regex.c define
25467         _GNU_SOURCE.
25468
25469 2000-05-06  Jim Meyering  <meyering@lucent.com>
25470
25471         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
25472         (AC_REPLACE_FUNCS): Add strnlen.
25473
25474         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
25475         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
25476
25477         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
25478         AC_SEARCH_LIBS call for nanosleep.
25479         (LIB_NANOSLEEP): Set and AC_SUBST.
25480
25481 2000-05-06  Jim Meyering  <meyering@lucent.com>
25482
25483         * lib/strnlen.c: Undefine __strnlen and strnlen.
25484         [!weak_alias]: Define __strnlen to strnlen.
25485
25486         * lib/atexit.c: New file, from libiberty.
25487
25488 2000-05-06  Jim Meyering  <meyering@lucent.com>
25489
25490         * lib/closeout.c (close_stdout_status): Also check for errors on the
25491         stderr stream.
25492
25493 2000-05-05  Jim Meyering  <meyering@lucent.com>
25494
25495         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
25496         AC_SEARCH_LIBS call for clock_gettime.
25497         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
25498
25499         * m4/search-libs.m4: Update from autoconf.
25500
25501         su doesn't work on Solaris 2.6.
25502         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
25503         <shadow.h>.  Reported by Dragos Harabor.
25504
25505 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
25506
25507         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
25508         memcpy instead of xmalloc, xrealloc, path_concat.
25509         (locale_charset): Treat empty environment variables as absent.
25510         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
25511
25512 2000-05-04  Jim Meyering  <meyering@lucent.com>
25513
25514         * lib/getopt.c: Update from glibc.
25515         * lib/obstack.c: Likewise.
25516         * lib/obstack.h: Likewise.
25517         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
25518         file
25519
25520         * lib/regex.h: Likewise.
25521         * lib/strndup.c: Likewise.
25522         * lib/strnlen.c: New file, from glibc.
25523
25524 2000-05-03  Jim Meyering  <meyering@lucent.com>
25525
25526         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
25527
25528 2000-05-02  Paul Eggert  <eggert@twinsun.com>
25529
25530         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
25531         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
25532         compile-time test, rather than inspecting host and OS, to
25533         decide whether to define _LARGEFILE_SOURCE.
25534
25535 2000-05-01  Jim Meyering  <meyering@lucent.com>
25536
25537         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
25538
25539         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
25540         Based on a patch from Bruno Haible.
25541
25542 2000-05-01  Jim Meyering  <meyering@lucent.com>
25543
25544         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
25545
25546 2000-04-29  Jim Meyering  <meyering@lucent.com>
25547
25548         * lib/path-concat.c: Declare strdup only if it's not defined.
25549         * lib/canon-host.c: Likewise.
25550
25551 2000-04-28  Jim Meyering  <meyering@lucent.com>
25552
25553         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
25554         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
25555         is included first, then limits.h is included by locale.h by libintl.h.
25556         From John David Anglin.
25557
25558 2000-04-25  Jim Meyering  <meyering@lucent.com>
25559
25560         * lib/makepath.c (S_IRWXUGO): Define.
25561         (make_path): Always perform explicit chmod if MODE specifies any
25562         of the `special' permission bits.  Prompted by a bug report against
25563         install from Mate Wierdl and Joost van Baal.
25564
25565 2000-04-18  Jim Meyering  <meyering@lucent.com>
25566
25567         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
25568         (jm_PREREQ): Use it.
25569
25570 2000-04-18  Jim Meyering  <meyering@lucent.com>
25571
25572         * lib/README: New file.
25573
25574         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
25575         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
25576
25577 2000-04-17  Jim Meyering  <meyering@lucent.com>
25578
25579         Get it right :-)
25580         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
25581         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
25582         Suggestion from Akim Demaille.
25583
25584 2000-04-17  Jim Meyering  <meyering@lucent.com>
25585
25586         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
25587         the definition of it to rpl_strftime also defined-away the system's
25588         declaration.
25589
25590 2000-04-15  Jim Meyering  <meyering@lucent.com>
25591
25592         Use `C' to denote so-called `contiguous' files, the same way
25593         that tar does.
25594         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
25595         (ftypelet): Use S_ISCTG.
25596         From Michael Deutschmann.
25597
25598 2000-04-14  Jim Meyering  <meyering@lucent.com>
25599
25600         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
25601         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
25602         clobbered.
25603
25604 2000-04-14  Jim Meyering  <meyering@lucent.com>
25605
25606         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
25607
25608 2000-04-13  Jim Meyering  <meyering@lucent.com>
25609
25610         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
25611         AH_VERBATIM to insert required #ifndef into config.h.in.
25612         Suggestion from Akim Demaille.
25613
25614 2000-04-12  Jim Meyering  <meyering@lucent.com>
25615
25616         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
25617         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
25618         Christian Krackowizer.
25619
25620         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
25621         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
25622         (AC_SYS_LARGEFILE): Require.
25623         (AM_C_PROTOTYPES): Require.
25624
25625 2000-04-08  Jim Meyering  <meyering@lucent.com>
25626
25627         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
25628         names don't conflict.  Reported by Eli Zaretskii.
25629
25630 2000-04-07  Jim Meyering  <meyering@lucent.com>
25631
25632         * lib/putenv.c: Move inclusion of errno.h so it follows that of
25633         sys/types.h, to work around system header problems on AIX 3.2.5.
25634         From Bruno Haible.
25635
25636 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
25637
25638         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
25639         bug.  Deal with the different error behavior of Irix iconv.
25640
25641 2000-04-05  Paul Eggert  <eggert@twinsun.com>
25642
25643         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
25644         IRIX if the installer said otherwise.
25645
25646 2000-04-05  Jim Meyering  <meyering@lucent.com>
25647
25648         Portability tweaks required for ultrix4.3.
25649         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
25650         (jm_CHECK_DECLS): Add getutent to the list of functions.
25651         (_jm_DECL_HEADERS): Add utmpx.h.
25652         From John David Anglin.
25653
25654         * m4/strftime.m4: Back out the 2000-04-02 change.
25655         Instead of that change, simply undefine putenv in the test program.
25656
25657 2000-04-05  Jim Meyering  <meyering@lucent.com>
25658
25659         Portability tweaks required for ultrix4.3.
25660         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
25661         getutent.
25662         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
25663         * lib/canon-host.c: Declare strdup.
25664         * lib/path-concat.c: Likewise.
25665         From John David Anglin.
25666
25667 2000-04-04  Jim Meyering  <meyering@lucent.com>
25668
25669         Be more DOS 8.3-friendly.
25670         * lib/ref-add.sin: Renamed from ref-add.sed.in.
25671         * lib/ref-del.sin: Renamed from ref-del.sed.in.
25672         * lib/Makefile.am: Reflect renaming.
25673         Reported by Eli Zaretskii.
25674
25675         Use a temporary file name that won't clash with `charset.alias'
25676         in the DOS 8.3 name space.
25677         * lib/Makefile.am (charset_tmp): Define.
25678         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
25679         (uninstall-local): Likewise.
25680         Reported by Eli Zaretskii.
25681
25682 2000-04-03  Jim Meyering  <meyering@lucent.com>
25683
25684         * m4/gettext.m4: Fix typo in comment.
25685
25686         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
25687         textutils/configure.in).  Suggestion from Paul Eggert.
25688         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
25689
25690 2000-04-02  Paul Eggert  <eggert@twinsun.com>
25691
25692         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
25693         variable in the shell rather than using putenv, which isn't
25694         portable.  This avoids the configure-time inter-test dependency
25695         on the potentially-renamed putenv function.
25696
25697 2000-03-30  Paul Eggert  <eggert@twinsun.com>
25698
25699         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
25700         before checking struct stat.st_blksize, so that
25701         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
25702
25703 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25704
25705         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
25706         since strftime.c uses HAVE_STRFTIME to decide whether to use
25707         the underlying strftime.
25708
25709 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25710
25711         * lib/time/strftime.c (my_strftime): Make sure we call the system
25712         strftime, not ourselves, when invoking the underlying strftime.
25713
25714 2000-03-24  Jim Meyering  <meyering@lucent.com>
25715
25716         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
25717         (charset_alias): Define.
25718         (install-exec-local): Factor out common code.
25719         (uninstall-local): Split lines longer than 80.
25720         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
25721         (SUFFIXES): Define.
25722         (.sed.in.sed): New rule.  Don't redirect directly to $@.
25723         (CLEANFILES): Add ref-add.sed and ref-del.sed.
25724
25725 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
25726
25727         * lib/config.charset: Output a line containing "Packages using this
25728         file".
25729         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
25730         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
25731         ref-del.sed): New rules.
25732
25733 2000-03-17  Jim Meyering  <meyering@lucent.com>
25734
25735         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
25736         Otherwise, include <strings.h>
25737
25738 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
25739
25740         * lib/unicodeio.c (utf8_wctomb): New function.
25741         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
25742         format instead of in UCS-4 with platform dependent endianness.
25743
25744 2000-03-10  Jim Meyering  <meyering@lucent.com>
25745
25746         * m4/lib-check.m4: Look for getspnam in -lgen, too.
25747         From Marco Franzen.
25748
25749 2000-03-07  Paul Eggert  <eggert@twinsun.com>
25750
25751         * lib/savedir.c (savedir): Work even if directory size is
25752         negative; this can happen with some screwy NFS configurations.
25753
25754 2000-03-06  Jim Meyering  <meyering@lucent.com>
25755
25756         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
25757         if it's NULL (because we ran out of memory).  From Bruno Haible.
25758
25759 2000-03-05  Jim Meyering  <meyering@lucent.com>
25760
25761         * lib/localcharset.c ("path-concat.h"): Include.
25762         (get_charset_aliases): Use path_concat instead of ANSI string
25763         concatenation.
25764
25765         * lib/unicodeio.h (PARAMS): Define.
25766         Use it to guard prototype.
25767
25768 2000-03-04  Jim Meyering  <meyering@lucent.com>
25769
25770         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
25771         for lib/localcharset.c.
25772
25773 2000-03-04  Jim Meyering  <meyering@lucent.com>
25774
25775         * lib/Makefile.am (install-exec-local): Create $(libdir) before
25776         installing into it.
25777         (uninstall-local): Uncomment this rule so `make distcheck' works
25778         once again.
25779
25780         * lib/unicodeio.c (<errno.h>): Include it.
25781         (errno): Declare if not defined.
25782
25783         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
25784
25785         * lib/config.charset: New version, incorporating remarks from a linux
25786         i18n mailing list.  From Bruno Haible.
25787
25788 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
25789
25790         * m4/codeset.m4: New file.
25791         * m4/iconv.m4: New file.
25792         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
25793
25794 2000-03-03  Jim Meyering  <meyering@lucent.com>
25795
25796         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
25797
25798 2000-03-02  Jim Meyering  <meyering@lucent.com>
25799
25800         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
25801         the messages come out on separate lines.
25802
25803         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
25804         rather than jm_CHECK_DECLARATIONS.
25805         * m4/decl.m4: Remove now-unused file.
25806
25807         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
25808         geteuid.
25809
25810 2000-03-02  Jim Meyering  <meyering@lucent.com>
25811
25812         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
25813
25814 2000-03-01  Jim Meyering  <meyering@lucent.com>
25815
25816         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
25817         * lib/unicodeio.c: Likewise.
25818
25819 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
25820
25821         * lib/config.charset: New file.
25822         * lib/localcharset.c: New file.
25823         * lib/unicodeio.h, lib/unicodeio.c: New files.
25824         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
25825         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
25826         (noinst_HEADERS): Add unicodeio.h.
25827         (all-local, install-exec-local, charset.alias): New targets.
25828
25829 2000-02-28  Paul Eggert  <eggert@twinsun.com>
25830
25831         * lib/quotearg.c (ALERT_CHAR): New macro.
25832         (quotearg_buffer_restyled): Use it.
25833
25834 2000-02-27  Jim Meyering  <meyering@lucent.com>
25835
25836         * m4/check-decl.m4: Add getenv to the list.
25837
25838 2000-02-27  Jim Meyering  <meyering@lucent.com>
25839
25840         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
25841         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
25842
25843         * lib/backupfile.c: Guard inclusion of stdlib.h with
25844         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
25845         Declare malloc if needed.
25846
25847         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
25848         `#ifndef HAVE_DECL..'
25849         now that autoconf always defines the HAVE_DECL_ symbols.
25850         * lib/human.c: Likewise.
25851         * lib/same.c: Likewise.
25852         * lib/strtoumax.c: Likewise.
25853
25854         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
25855         declaration check was not run.
25856         * lib/hash.c: Likewise.
25857         * lib/human.c: Likewise.
25858         * lib/same.c: Likewise.
25859         * lib/strtoumax.c: Likewise.
25860
25861         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
25862         `.', then first look up the entire `.'-containing string as a login
25863         name.
25864
25865 2000-02-23  Jim Meyering  <meyering@lucent.com>
25866
25867         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
25868         in place of my hack.
25869
25870 2000-02-18  Paul Eggert  <eggert@twinsun.com>
25871
25872         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
25873         (textint): New typedef.
25874         (parser_control): Member year changed from int to textint.
25875         All uses changed.
25876         (YYSTYPE): Removed; replaced by %union with int and textint members.
25877         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
25878         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
25879         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
25880         (tSNUMBER, tUNUMBER): Now of type <textintval>.
25881         (date, number, to_year): Use width of number in digits, not its value,
25882         to determine whether it's a 2-digit year, or a 2-digit time.
25883         (yylex): Store number of digits of numeric tokens.
25884         Reported by John Kendall.
25885
25886         (parser_control): Changed from struct parser_control to typedef (for
25887         consistency).  All uses changed.
25888
25889         (tID): Removed; not used.
25890         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
25891
25892 2000-02-14  Paul Eggert  <eggert@twinsun.com>
25893
25894         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
25895         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
25896
25897 2000-02-12  Jim Meyering  <meyering@lucent.com>
25898
25899         * lib/userspec.c (ISDIGIT): Define it.
25900         (isdigit): Remove definition.
25901         (is_number): Use ISDIGIT, not isdigit.
25902         <libintl.h>: Include.
25903         (_ and N_): Define.
25904         (parse_user_spec): Mark translatable strings.
25905
25906 2000-02-10  Jim Meyering  <meyering@lucent.com>
25907
25908         With these changes, nanosleep.[ch] are finally enough like the other
25909         lib/* replacement files to compile on a few more losing systems.
25910
25911         * lib/nanosleep.h: Don't include config.h.
25912         Remove prototype from declaration of nanosleep.
25913         (PARAMS): Remove now-unneeded definition.
25914         * lib/nanosleep.c: #undef nanosleep.
25915         (rpl_nanosleep): Rename from nanosleep.
25916
25917 2000-02-10  Jim Meyering  <meyering@lucent.com>
25918
25919         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
25920         gnu_nanosleep to rpl_nanosleep.
25921
25922 2000-02-09  Jim Meyering  <meyering@lucent.com>
25923
25924         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
25925         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
25926
25927 2000-02-08  Akim Demaille  <akim@epita.fr>
25928
25929         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
25930         `[' and `]' and remove uses of `changequote'.
25931         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
25932         (AC_SYS_LARGEFILE): Likewise.
25933         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
25934         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
25935         of changequote.
25936         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
25937         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
25938         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
25939         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
25940
25941 2000-02-05  Jim Meyering  <meyering@lucent.com>
25942
25943         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
25944         Remove explicit use of AC_HEADER_TIME.  It is required by
25945         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
25946         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
25947         in autoconf whereby the expansion of the latter ended up preceding
25948         the expansion of its prerequisite, AC_HEADER_TIME.
25949         Reported by Volker Borchert.
25950
25951 2000-02-03  Jim Meyering  <meyering@lucent.com>
25952
25953         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
25954
25955 2000-02-03  Jim Meyering  <meyering@lucent.com>
25956
25957         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
25958         rather than with `#if HAVE_UTMPNAME'.
25959
25960 2000-02-02  Jim Meyering  <meyering@lucent.com>
25961
25962         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
25963         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
25964         Reported by Eli Zaretskii.
25965
25966 2000-02-01  Jim Meyering  <meyering@lucent.com>
25967
25968         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
25969
25970 2000-01-31  Jim Meyering  <meyering@lucent.com>
25971
25972         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
25973         functions.  Add the time.h and sys/time.h headers along with the
25974         AC_REQUIRE'ment of AC_HEADER_TIME.
25975
25976 2000-01-31  Jim Meyering  <meyering@lucent.com>
25977
25978         * lib/nanosleep.h (nanosleep): Guard declaration with
25979         `#if ! HAVE_DECL_NANOSLEEP'.
25980         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
25981         the declaration in that vendor's sys/timers.h.
25982         Reported by Christian Krackowizer.
25983
25984         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
25985         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
25986         (ISPRINT): Likewise.
25987         Reported by Tom Tromey.
25988
25989 2000-01-30  Jim Meyering  <meyering@lucent.com>
25990
25991         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
25992
25993         * m4/prereq.m4 (utmp_includes): Define.
25994         Check for ut_user and ut_name members in both struct utmpx
25995         and struct utmp.
25996
25997 2000-01-30  Jim Meyering  <meyering@lucent.com>
25998
25999         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
26000         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
26001         header files where only utmpx.ut_user is declared.
26002
26003         * lib/readutmp.h (UT_USER): Define.
26004
26005 2000-01-29  Jim Meyering  <meyering@lucent.com>
26006
26007         * m4/lib-check.m4: New file containing library-related checks from
26008         fileutils and sh-utils (textutils had none).
26009
26010 2000-01-28  Jim Meyering  <meyering@lucent.com>
26011
26012         * m4/perl.m4: Change format of warning message to look more like that
26013         from the missing script.  Suggestion from François Pinard.
26014
26015 2000-01-25  Jim Meyering  <meyering@lucent.com>
26016
26017         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
26018         well as time.h in the compile check.
26019         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
26020         Fix typo in cross-compiling case: s/yes/no/.
26021
26022 2000-01-23  Jim Meyering  <meyering@lucent.com>
26023
26024         * m4/jm-macros.m4: Move df-related tests here from
26025         fileutils/configure.in
26026
26027         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
26028         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
26029
26030         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
26031         s/space/ac_fsusage_space/.
26032         (jm_FILE_SYSTEM_USAGE): Take two parameters.
26033
26034         * m4/ftruncate.m4: New file (derived from part of
26035         fileutils/configure.in).
26036         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
26037         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
26038
26039         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
26040         AC_SUBST these here, rather than just in sh-util/configure.in, so
26041         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
26042         all the same.
26043         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
26044         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
26045         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
26046         (AC_SUBST(POW_LIBM)): Likewise.
26047         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
26048
26049 2000-01-23  Jim Meyering  <meyering@lucent.com>
26050
26051         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
26052         obstack.c.
26053
26054 2000-01-22  Jim Meyering  <meyering@lucent.com>
26055
26056         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
26057
26058         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
26059
26060         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
26061         configure.in
26062         (AC_CHECK_HEADERS): Likewise for sh-utils.
26063         (AC_CHECK_HEADERS): Likewise for textutils.
26064         Merge the three lists of headers.
26065
26066         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
26067         from fileutils' configure.in.
26068
26069         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
26070         code. Moved tests into their own function (_jm_DECL_HEADERS) in
26071         check-decl.m4.
26072
26073         * m4/check-decl.m4: Use #if rather than #ifdef.
26074         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
26075         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
26076         (_jm_DECL_HEADERS): Define new function.
26077         (jm_CHECK_DECLARATIONS): Require it.
26078
26079 2000-01-22  Jim Meyering  <meyering@lucent.com>
26080
26081         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
26082         [! HAVE_DECL_STRTOULL]: Declare strtoull.
26083         Required for some AIX systems.  Reported by Christian Krackowizer.
26084         [TESTING] (main): New function.
26085
26086         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
26087         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
26088         letters.
26089
26090         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
26091         iswprint.
26092
26093         * lib/strverscmp.c (ISDIGIT): Define.
26094         (strverscmp): Use ISDIGIT, not isdigit.
26095
26096 2000-01-19  Jim Meyering  <meyering@lucent.com>
26097
26098         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
26099         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
26100         defines `struct timespec' in <sys/time.h>
26101
26102         * m4/c-bs-a.m4: Remove uses of changequote altogether.
26103         Thanks to Akim for explaining.
26104
26105 2000-01-17  Paul Eggert  <eggert@twinsun.com>
26106
26107         * lib/nanosleep.c (nanosleep):
26108         Don't use SA_INTERRUPT to decide whether to call sigaction, as
26109         POSIX.1 doesn't require SA_INTERRUPT and some systems
26110         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
26111         it's been part of POSIX.1 since day 1 (in 1988).
26112
26113 2000-01-17  Jim Meyering  <meyering@lucent.com>
26114
26115         * lib/interlock: Remove unused file.  Reported by François Pinard.
26116
26117 2000-01-16  Paul Eggert  <eggert@twinsun.com>
26118
26119         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
26120         alert, backslash, formfeed, and vertical tab unnecessarily in
26121         shell quoting style.
26122
26123 2000-01-16  Jim Meyering  <meyering@lucent.com>
26124
26125         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
26126         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
26127         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
26128         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
26129
26130 2000-01-16  Jim Meyering  <meyering@lucent.com>
26131
26132         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
26133         because the latter didn't work.
26134
26135 2000-01-15  Jim Meyering  <meyering@lucent.com>
26136
26137         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
26138         (AC_REPLACE_FUNCS): Add memcpy and memset.
26139         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
26140         Add strpbrk.
26141         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
26142
26143 2000-01-12  Jim Meyering  <meyering@lucent.com>
26144
26145         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
26146         (jm_PREREQ): Use it.
26147         (jm_PREREQ_READUTMP): New macro.
26148         (jm_PREREQ): Use it.
26149
26150 2000-01-11  Paul Eggert  <eggert@twinsun.com>
26151
26152         Quote multibyte characters correctly.
26153         * m4/c-bs-a.m4: New file.
26154         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
26155         (jm_PREREQ): Use it.
26156
26157 2000-01-11  Paul Eggert  <eggert@twinsun.com>
26158
26159         * m4/uintmax_t.m4: Port to autoconf 2.13.
26160
26161 2000-01-08  Jim Meyering  <meyering@ascend.com>
26162
26163         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
26164         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
26165
26166 2000-01-04  Jim Meyering  <meyering@ascend.com>
26167
26168         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
26169         jm_STRUCT_DIRENT_D_TYPE.
26170         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
26171         jm_STRUCT_DIRENT_D_INO.
26172         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
26173         jm_STRUCT_UTIMBUF.
26174         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
26175         renamings.
26176         * m4/utime.m4: Likewise.
26177
26178         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
26179         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
26180
26181 2000-01-03  Paul Eggert  <eggert@twinsun.com>
26182
26183         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
26184         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
26185
26186 2000-01-02  Jim Meyering  <meyering@ascend.com>
26187
26188         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
26189         remember if this is necessary.
26190
26191 1999-12-26  Jim Meyering  <meyering@ascend.com>
26192
26193         * m4/jm-macros.m4: Use it here.
26194         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
26195
26196 1999-12-23  Jim Meyering  <meyering@ascend.com>
26197
26198         * m4/jm-macros.m4: Check for clock_gettime (moved from
26199         fileutils/configure.in)
26200         Check for gettimeofday.
26201
26202 1999-12-20  Jim Meyering  <meyering@ascend.com>
26203
26204         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
26205         autoconf-2.14a-1999-12-20.
26206
26207 1999-12-19  Jim Meyering  <meyering@ascend.com>
26208
26209         * m4/lstat-slash.m4: New file.
26210         * m4/jm-macros.m4: Use the new macro:
26211         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
26212
26213 1999-12-07  Jim Meyering  <meyering@ascend.com>
26214
26215         * m4/perl.m4: Require that File::Compare be available, too.
26216         Too many systems seem to lack it.
26217
26218         * m4/strftime.m4: Add checks for most of the cpp macros tested in
26219         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
26220
26221 1999-11-18  Paul Eggert  <eggert@twinsun.com>
26222
26223         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
26224         problem with the QNX 4.25 shell, which doesn't propagate exit
26225         status of failed commands inside shell assignments.
26226
26227 1999-11-17  Jim Meyering  <meyering@ascend.com>
26228
26229         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
26230
26231 1999-11-07  Jim Meyering  <meyering@ascend.com>
26232
26233         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
26234
26235 1999-11-06  Jim Meyering  <meyering@ascend.com>
26236
26237         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
26238         * m4/jm-macros.m4 (jm_MACROS): Use it here.
26239
26240 1999-11-05  Jim Meyering  <meyering@ascend.com>
26241
26242         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
26243         configure.in of textutils, fileutils, and sh-utils into this one
26244         (shared between those packages) file.
26245         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
26246         AC_STRUCT_ST_BLKSIZE.
26247
26248 1999-11-03  Jim Meyering  <meyering@ascend.com>
26249
26250         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
26251         of AC_CHECK_TYPE checks includes unistd.h.
26252         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
26253         Suggestion from Akim Demaille.
26254
26255 1999-10-30  Jim Meyering  <meyering@ascend.com>
26256
26257         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
26258         m4-quoted string.
26259         * m4/ls-mntd-fs.m4: Likewise.
26260         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
26261         * m4/jm-winsz1.m4: Likewise.
26262
26263         * m4/const.m4: Remove file, since the fix made it into the experimental
26264         version of autoconf.
26265         * m4/mktime.m4: Likewise.
26266
26267         * m4/check-type.m4: Remove file, now that the latest version of
26268         AC_CHECK_TYPE takes a third arg to specify additional #includes.
26269
26270         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
26271         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
26272         AC_CHECK_TYPE.
26273
26274 1999-10-04  Jim Meyering  <meyering@ascend.com>
26275
26276         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
26277
26278 1999-09-22  Paul Eggert  <eggert@twinsun.com>
26279
26280         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
26281         2.95.1 bug with HP-UX 10.20.
26282
26283 1999-09-17  Jim Meyering  <meyering@ascend.com>
26284
26285         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
26286         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
26287         due to missing strdup (against sh-utils-2.0).
26288
26289 1999-08-29  Jim Meyering  <meyering@ascend.com>
26290
26291         * m4/jm-macros.m4: Require jm_BISON.
26292         * m4/bison.m4: New file.
26293
26294 1999-08-17  Paul Eggert  <eggert@twinsun.com>
26295
26296         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
26297         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
26298
26299 1999-08-05  Jim Meyering  <meyering@ascend.com>
26300
26301         * m4/getline.m4: Rename test file from conftestdata to conftest.data
26302         to avoid conflicts with `conftest' on 8+3 filesystems.
26303         Suggestion from Eli Zaretskii.
26304
26305 1999-08-04  Jim Meyering  <meyering@ascend.com>
26306
26307         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
26308         fileutils and sh-utils (textutils's getline test was inadequate).
26309         (AM_FUNC_GETLINE): Run this test.
26310         (AC_CHECK_FUNCS): Check for getdelim.
26311         Reported by Bob Proulx.
26312
26313 1999-08-02  Jim Meyering  <meyering@ascend.com>
26314
26315         * m4/jm-macros.m4: Add a comment.
26316
26317 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26318
26319         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
26320         <inttypes.h> defines strtoumax as a macro (and not as a
26321         function).
26322
26323 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26324
26325         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
26326         that we can shift, multiply and divide unsigned long long
26327         values; Ultrix cc can't do it.
26328
26329 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26330
26331         * m4/mktime.m4: New file, which is a preview of what should appear
26332         in the next public autoconf release.
26333
26334 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26335
26336         * m4/lfs.m4: Remove this file.
26337         * m4/largefile.m4: New file.  It contains the old contents of
26338         lfs.m4, except that all names with prefix AC_LFS have been
26339         changed to use the prefix AC_SYS_LARGEFILE instead, to be
26340         compatible with future autoconf versions.  Also, some minor m4
26341         quoting problems have been fixed.
26342
26343 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26344
26345         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
26346         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
26347         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
26348         and simplify the shell code.
26349
26350 1999-08-01  Jim Meyering  <meyering@ascend.com>
26351
26352         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
26353         m4.
26354
26355 1999-07-20  Jim Meyering  <meyering@ascend.com>
26356
26357         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
26358
26359 1999-07-15  Jim Meyering  <meyering@ascend.com>
26360
26361         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
26362
26363 1999-05-22  Jim Meyering  <meyering@ascend.com>
26364
26365         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
26366
26367 1999-05-20  Jim Meyering  <meyering@ascend.com>
26368
26369         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
26370         Add a colon after each `then' in case $4 is empty.
26371
26372 1999-05-16  Jim Meyering  <meyering@ascend.com>
26373
26374         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
26375
26376 1999-05-10  Jim Meyering  <meyering@ascend.com>
26377
26378         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
26379
26380         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
26381         AC_FUNC_MKTIME.
26382
26383 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
26384
26385         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
26386
26387 1999-05-04  Paul Eggert  <eggert@twinsun.com>
26388
26389         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
26390         not CPPFLAGS, so that linking works correctly in IRIX.
26391
26392 1999-04-30  Paul Eggert  <eggert@twinsun.com>
26393
26394         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
26395
26396 1999-04-20  Paul Eggert  <eggert@twinsun.com>
26397
26398         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
26399         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
26400         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
26401         jm_AC_TYPE_UNSIGNED_LONG_LONG.
26402         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
26403
26404         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
26405
26406 1999-04-20  Jim Meyering  <meyering@ascend.com>
26407
26408         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
26409         AC_REPLACE xstroull if necessary.  From Paul Eggert.
26410         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
26411
26412 1999-04-18  Jim Meyering  <meyering@ascend.com>
26413
26414         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
26415         * m4/jm-macros.m4: Use it.
26416
26417 1999-04-06  Jim Meyering  <meyering@ascend.com>
26418
26419         * m4/strftime.m4: Remove test for %f.
26420
26421 1999-03-29  Jim Meyering  <meyering@ascend.com>
26422
26423         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
26424         superset of the AC_TYPE_* checks in the textutils, fileutils,
26425         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
26426         AC_TYPE_PID_T.
26427
26428 1999-03-28  Jim Meyering  <meyering@ascend.com>
26429
26430         * m4/jm-macros.m4: Define GNU_PACKAGE here.
26431         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
26432         replaced e.g., in the *.sh files of the sh-utils.
26433
26434 1999-03-20  Jim Meyering  <meyering@ascend.com>
26435
26436         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
26437         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
26438         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
26439
26440 1999-03-19  Jim Meyering  <meyering@ascend.com>
26441
26442         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
26443
26444 1999-03-12  Jim Meyering  <meyering@ascend.com>
26445
26446         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
26447
26448 1999-03-07  Jim Meyering  <meyering@ascend.com>
26449
26450         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
26451         declared.
26452
26453 1999-02-17  Jim Meyering  <meyering@ascend.com>
26454
26455         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
26456         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
26457
26458 1999-02-07  Jim Meyering  <meyering@ascend.com>
26459
26460         * m4/group-member.m4: New file -- extracted from sh-utils'
26461         configure.in.
26462
26463         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
26464         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
26465
26466 1999-02-06  Jim Meyering  <meyering@ascend.com>
26467
26468         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
26469         * m4/fnmatch.m4: Likewise.
26470         * m4/getgroups.m4: Likewise.
26471         * m4/lstat.m4: Likewise.
26472         * m4/malloc.m4: Likewise.
26473         * m4/putenv.m4: Likewise.
26474         * m4/realloc.m4: Likewise.
26475         * m4/regex.m4: Likewise.
26476         * m4/stat.m4: Likewise.
26477         * m4/strftime.m4: Likewise.
26478         Suggestion from Alain Magloire.
26479
26480         * m4/chown.m4: Use `.$ac_objext', not `.o'.
26481         * m4/fnmatch.m4: Likewise.
26482         * m4/getgroups.m4: Likewise.
26483         * m4/getline.m4: Likewise.
26484         * m4/lstat.m4: Likewise.
26485         * m4/malloc.m4: Likewise.
26486         * m4/memcmp.m4: Likewise.
26487         * m4/putenv.m4: Likewise.
26488         * m4/realloc.m4: Likewise.
26489         * m4/regex.m4: Likewise.
26490         * m4/stat.m4: Likewise.
26491         * m4/strftime.m4: Likewise.
26492         Suggestion from Alain Magloire.
26493
26494         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
26495         an argument.
26496
26497         * m4/regex.m4: Add a run-time Test for proper operation of
26498         re_compile_pattern.
26499
26500 1999-01-31  Jim Meyering  <meyering@ascend.com>
26501
26502         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
26503
26504 1999-01-30  Jim Meyering  <meyering@ascend.com>
26505
26506         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
26507
26508         * m4/jm-mktime.m4: Make this a wrapper around the official
26509         AM_FUNC_MKTIME rather than my private copy, now that the official one
26510         is up to date.
26511         * m4/mktime.m4: Remove file.
26512
26513         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
26514         * m4/uptime.m4: Likewise.
26515         * m4/uintmax_t.m4: Likewise.
26516
26517 1999-01-28  Jim Meyering  <meyering@ascend.com>
26518
26519         * m4/jm-macros.m4: Use jm_AFS.
26520         * m4/afs.m4: New file (from fileutils' configure.in).
26521
26522         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
26523         * m4/chown.m4: Likewise.
26524         * m4/d-ino.m4: Likewise.
26525         * m4/d-type.m4: Likewise.
26526         * m4/fnmatch.m4: Likewise.
26527         * m4/getgroups.m4: Likewise.
26528         * m4/gettext.m4: Likewise.
26529         * m4/jm-mktime.m4: Likewise.
26530         * m4/jm-winsz2.m4: Likewise.
26531         * m4/lcmessage.m4: Likewise.
26532         * m4/ls-mntd-fs.m4: Likewise.
26533         * m4/malloc.m4: Likewise.
26534         * m4/memcmp.m4: Likewise.
26535         * m4/putenv.m4: Likewise.
26536         * m4/realloc.m4: Likewise.
26537         * m4/st_mtim.m4: Likewise.
26538         * m4/strftime.m4: Likewise.
26539
26540 1999-01-16  Jim Meyering  <meyering@ascend.com>
26541
26542         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
26543         (ARGMATCH_DIE_DECL): Define.
26544
26545 1999-01-12  Jim Meyering  <meyering@ascend.com>
26546
26547         * m4/Makefile.am.in: Rewrite to avoid using fmt.
26548         Reported by Lars Hecking.
26549
26550 1999-01-10  Jim Meyering  <meyering@ascend.com>
26551
26552         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
26553         gross kludge.
26554         * m4/inttypes_h.m4: Likewise.
26555         * m4/lstat.m4: Likewise.
26556         * m4/malloc.m4: Likewise.
26557         * m4/readdir.m4: Likewise.
26558         * m4/realloc.m4: Likewise.
26559         * m4/st_dm_mode.m4: Likewise.
26560         * m4/stat.m4: Likewise.
26561         * m4/utimbuf.m4: Likewise.
26562         * m4/utimes.m4: Likewise.
26563
26564         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
26565         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
26566         comments in config.h.in are meaningful.
26567
26568         * m4/jm-macros.m4: Require autoconf-2.13 here.
26569
26570         * m4/regex.m4: By default, don't use the included regex.c on systems
26571         with glibc 2.  Suggestion from Uli Drepper.
26572
26573 1999-01-02  Jim Meyering  <meyering@ascend.com>
26574
26575         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
26576
26577 1998-12-18  Jim Meyering  <meyering@ascend.com>
26578
26579         * m4/Makefile.am.in (Makefile.am): Simplify rule.
26580         Based on a suggestion from Lars Hecking.
26581
26582 1998-11-16  Paul Eggert  <eggert@twinsun.com>
26583
26584         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
26585
26586 1998-11-16  Jim Meyering  <meyering@ascend.com>
26587
26588         * m4/lfs.m4: Double-quote the `uname...` expression.
26589
26590 1998-11-14  Jim Meyering  <meyering@ascend.com>
26591
26592         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
26593         * m4/stat.m4: Likewise.
26594
26595 1998-11-03  Jim Meyering  <meyering@ascend.com>
26596
26597         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
26598         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
26599
26600 1998-10-18  Jim Meyering  <meyering@ascend.com>
26601
26602         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
26603
26604 1998-10-17  Jim Meyering  <meyering@ascend.com>
26605
26606         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
26607         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
26608         calls for those previously hard-coded headers.  Instead, take a new
26609         parameter.
26610         (jm_CHECK_DECLARATIONS): Reflect interface change.
26611         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
26612         (jm_CHECK_DECL_LOCALTIME_R): New macro.
26613
26614         * m4/mktime.m4: Test for spring-forward gap before long-running test.
26615
26616 1998-10-14  Jim Meyering  <meyering@ascend.com>
26617
26618         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
26619         instead of "TZ=America/Vancouver".  From Paul Eggert.
26620
26621 1998-10-11  Jim Meyering  <meyering@ascend.com>
26622
26623         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
26624         This adds a test for a recently added compatibility fix for mktime.c.
26625         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
26626
26627 1998-09-27  Jim Meyering  <meyering@ascend.com>
26628
26629         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
26630
26631         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
26632         ../configure.in, including a change from Gordon Matzigkeit to allow
26633         cross-compiling for the Hurd.
26634
26635         * m4/glibc.m4: New file/macro to test for the GNU C Library
26636         versions 1 and 2.  From Gordon Matzigkeit.
26637         Indent.
26638
26639 1998-09-21  Jim Meyering  <meyering@ascend.com>
26640
26641         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
26642
26643 1998-08-18  Paul Eggert  <eggert@twinsun.com>
26644
26645         Port nanosecond-resolution times to UnixWare 2.1.2 and
26646         pedantic Solaris 2.6.
26647
26648         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
26649         AC_STRUCT_ST_MTIM.
26650         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
26651         Generate name of ns member, instead of just 1 or undef.
26652         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
26653
26654 1998-08-15  Jim Meyering  <meyering@ascend.com>
26655
26656         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
26657         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
26658         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
26659         instead of jm_TYPE_SSIZE_T.
26660
26661 1998-08-12  Jim Meyering  <meyering@ascend.com>
26662
26663         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
26664
26665 1998-08-02  Jim Meyering  <meyering@ascend.com>
26666
26667         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
26668         in acconfig.h manually.
26669
26670 1998-07-31  Paul Eggert  <eggert@twinsun.com>
26671
26672         * m4/st_mtim.m4: New file.
26673
26674 1998-07-28  Jim Meyering  <meyering@ascend.com>
26675
26676         * m4/utimes.m4: Undef stat.
26677
26678 1998-07-25  Jim Meyering  <meyering@ascend.com>
26679
26680         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
26681         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
26682
26683 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
26684
26685         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
26686         uid and gid actually remain unchanged.
26687
26688 1998-07-07  Jim Meyering  <meyering@ascend.com>
26689
26690         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
26691
26692 1998-07-04  Jim Meyering  <meyering@ascend.com>
26693
26694         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
26695         to prove that this macro can be used in packages without regex.c.
26696
26697 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
26698
26699         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
26700         is to be used.
26701
26702 1998-07-03  Jim Meyering  <meyering@ascend.com>
26703
26704         * m4/gettext.m4: Add -lintl if it's found to be necessary.
26705
26706         * m4/gettext.m4: New file -- from gettext-0.10.35.
26707         * m4/lcmessage.m4: Likewise.
26708         * m4/progtest.m4: Likewise.
26709
26710         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
26711         * m4/jm-macros.m4: Require the new macro.
26712
26713 1998-06-29  Jim Meyering  <meyering@ascend.com>
26714
26715         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
26716         for the definition of NGROUPS (used in a system header included
26717         by sys/mount.h).
26718
26719 1998-06-28  Jim Meyering  <meyering@ascend.com>
26720
26721         * m4/ls-mntd-fs.m4: New file.
26722         * m4/fstypename.m4: New file.
26723
26724         * m4/jm-macros.m4: Require the new macro.
26725         * m4/jm-glibc-io.m4: New file.
26726
26727 1998-05-19  Jim Meyering  <meyering@ascend.com>
26728
26729         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
26730         * m4/lchown.m4: New file.
26731
26732         * m4/Makefile.am.in: New file.
26733         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
26734
26735 1998-05-14  Jim Meyering  <meyering@ascend.com>
26736
26737         * m4/Makefile.am (EXTRA_DIST): Add them.
26738         * m4/jm-macros.m4: New file.
26739         * m4/utimbuf.m4: New file.
26740
26741 1998-05-12  Jim Meyering  <meyering@ascend.com>
26742
26743         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
26744
26745 1998-05-11  Jim Meyering  <meyering@ascend.com>
26746
26747         * m4/isc-posix.m4: New file.
26748
26749 1998-05-10  Jim Meyering  <meyering@ascend.com>
26750
26751         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
26752
26753 1998-05-09  Jim Meyering  <meyering@ascend.com>
26754
26755         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
26756         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
26757         with automake.
26758
26759         * m4/ssize_t.m4: New file.
26760         * m4/mktime.m4: Remove file -- the new automake has this now.
26761
26762 1998-04-26  Jim Meyering  <meyering@ascend.com>
26763
26764         * m4/assert.m4: New file.
26765         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
26766
26767 1998-04-05  Jim Meyering  <meyering@ascend.com>
26768
26769         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
26770         (jm_PREREQ): Use it here.
26771
26772 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
26773
26774         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
26775         in acconfig.h.
26776
26777 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
26778
26779         * m4/prereq.m4: New file.
26780         * m4/error.m4: New file.
26781         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
26782
26783 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
26784
26785         * m4/getline.m4: Don't set am_cv_func_working_getline before the
26786         cache-check for the same variable -- that defeated the purpose of
26787         the test; the test program was never run.  This was a problem only
26788         on systems with losing getline functions -- HP-UX 10.20 is one.
26789         Reported by Bjorn Helgaas.
26790
26791 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
26792
26793         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
26794
26795 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
26796
26797         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
26798
26799         * m4/const.m4: New file.  Use an initializer in this declaration
26800         typedef int charset[2]; const charset x;
26801         Reported by Bob Glickstein.
26802
26803 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
26804
26805         * m4/chown.m4: Fix reversed types on -1 args to chown.
26806         From Kaveh Ghazi.
26807
26808 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
26809
26810         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
26811         Add lseek and memchr.
26812
26813         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
26814         T.E.Dickey <dickey@clark.net> said that some older preprocessors
26815         have a 20-character limit on names.
26816
26817 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
26818
26819         * m4/inttypes_h.m4: New file.
26820         * m4/uintmax_t.m4: New file.
26821         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
26822
26823 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
26824   Free Software Foundation, Inc.
26825 Copying and distribution of this file, with or without modification,
26826 are permitted provided the copyright notice and this notice are preserved.